Merged
Conversation
Contributor
|
not working for me locally, when cherry-picked onto master. fails building the possibly caused by a rust bump in the last staging-next -> master merge? edit: oh, i see: this PR is implicitly dependent on #225360 |
uninsane
requested changes
Apr 14, 2023
Contributor
uninsane
left a comment
There was a problem hiding this comment.
with 225360 cherry-picked it does fix the pkgsCross.aarch64 build, and in the meantime it doesn't disrupt the x86_64 build so the ordering shouldn't matter 👍️
Required to avoid: > aarch64-unknown-linux-gnu-gcc -g -O2 -Wall -Wextra -pedantic -std=c11 -D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE=700 -D_DARWIN_C_SOURCE -DHAVE_LIBCURL -DHAVE_MKSTEMPS -DHAVE_STRVERSCMP -DHAVE_LIBXINERAMA -DHAVE_LIBEXIF -DHAVE_INOTIFY -DPREFIX=\"/nix/store/8w2gzmyvg703wa9fj3vdpi87rcskan1f-feh-aarch64-unknown-linux-gnu-3.9\" -DPACKAGE=\"feh\" -DVERSION=\"\" -c -o main.o main.c > In file included from main.c:34: > wallpaper.h:31:10: fatal error: X11/Intrinsic.h: No such file or directory > 31 | #include <X11/Intrinsic.h> /* Xlib, Xutil, Xresource, Xfuncproto */ > | ^~~~~~~~~~~~~~~~~ > compilation terminated. > make[1]: *** [<builtin>: main.o] Error 1 > make[1]: Leaving directory '/build/source/src' > make: *** [Makefile:6: build-src] Error 2
Artturin
approved these changes
Apr 14, 2023
This pull request was closed.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Required to avoid: