-
-
Notifications
You must be signed in to change notification settings - Fork 15.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
libunistring: 1.2 -> 1.3 #349697
libunistring: 1.2 -> 1.3 #349697
Conversation
This pull request has been mentioned on NixOS Discourse. There might be relevant details there: https://discourse.nixos.org/t/prs-ready-for-review/3032/4862 |
This pull request has been mentioned on NixOS Discourse. There might be relevant details there: https://discourse.nixos.org/t/prs-ready-for-review/3032/4881 |
This pull request has been mentioned on NixOS Discourse. There might be relevant details there: https://discourse.nixos.org/t/prs-ready-for-review/3032/4909 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Build a few packages with this.
FYI
and git bisect confirmed that this PR caused it. |
Thank you for the report! Looking. |
this test in guile is failing with libunistring 1.3 but passes with 1.2 #include <uniconv.h>
#include <unistring/iconveh.h>
int
main (int argc, char *argv[])
{
size_t result_size;
return (NULL == u32_conv_from_encoding ("ASCII", iconveh_question_mark,
"a", 1,
NULL, NULL, &result_size));
} |
Is it a build failure or runtime failure? |
runtime failure. 1.3 added a check for macOS 14 libiconv bugs which fails and thus it doesn't link in or use libiconv |
There were not that many changes between 1.2 and 1.3: https://git.savannah.gnu.org/gitweb/?p=libunistring.git;a=shortlog . It's probably |
it is a change in
|
Aha, nice! Thank you! Does passing |
Sorry, should probably be |
|
FWIW when `doCheck = true;` these are the failing tests.
|
#364495 uses gnu libiconv for darwin. if tests were enabled they would pass |
Changes: https://savannah.gnu.org/news/?id=10682
Things done
nix.conf
? (See Nix manual)sandbox = relaxed
sandbox = true
nix-shell -p nixpkgs-review --run "nixpkgs-review rev HEAD"
. Note: all changes have to be committed, also see nixpkgs-review usage./result/bin/
)Add a 👍 reaction to pull requests you find important.