-
-
Notifications
You must be signed in to change notification settings - Fork 15.5k
libschrift: 0.9.1 -> 0.10.0 #111152
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
libschrift: 0.9.1 -> 0.10.0 #111152
Conversation
This is a semi-automatic executed nixpkgs-review with nixpkgs-review-checks extension. It is checked by a human on a best effort basis and does not build all packages (e.g. lumo, tensorflow or pytorch). Result of 1 package failed to build and are new build failure:
|
@SuperSandro2000 can you test the latest commit on darwin for me? This should fix the build. |
This is a semi-automatic executed nixpkgs-review with nixpkgs-review-checks extension. It is checked by a human on a best effort basis and does not build all packages (e.g. lumo, tensorflow or pytorch). Result of 1 package built:
|
fb271cf
to
6627276
Compare
On darwin unsigned long int != uint_fast32_t: https://opensource.apple.com/source/Libc/Libc-1439.40.11/include/_types/_uint32_t.h.auto.html Thus the build fails as SFT_Glyph is defined as unsigned long, but schrift.c uses uint_fast32_t everywhere instead of SFT_Glyph. We fix this by adjusting the int type in the header which should be fine for now. This patch is technically not required for Linux, but it doesn't hurt either as unsigned long == uint_fast32_t.
6627276
to
9102e70
Compare
This is a semi-automatic executed nixpkgs-review with nixpkgs-review-checks extension. It is checked by a human on a best effort basis and does not build all packages (e.g. lumo, tensorflow or pytorch). Result of 1 package built:
|
Motivation for this change
https://github.com/tomolt/libschrift/blob/master/CHANGELOG.md#v0100
Things done
sandbox
innix.conf
on non-NixOS linux)nix-shell -p nixpkgs-review --run "nixpkgs-review wip"
./result/bin/
)nix path-info -S
before and after)