We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Steps to reproduce the behavior:
note: keeping build directory '/tmp/nix-build-syslinux-unstable-2019-02-07.drv-2/build' error: builder for '/nix/store/wxw7sqwsskv6kg7b6j20zai8fhzkmxh9-syslinux-unstable-2019-02-07.drv' failed with exit code 2; last 25 log lines: > /build/source/com32/chain/chain.c:172:35: warning: cast from pointer to integer of different size [] > 172 | (addr_t) data[i].data, data[i].size)) > | ^ > /build/source/com32/chain/chain.c:246:53: warning: cast from pointer to integer of different size [] > 246 | if (syslinux_add_movelist(&mlist, endimage, (addr_t) swapstub, > | ^ > /build/source/com32/chain/chain.c: In function 'main': > /build/source/com32/chain/chain.c:517:44: error: passing argument 3 of 'loadfile' from incompatible pointer type [] > 517 | if (loadfile(opt.file, &fdat.data, &fdat.size)) { > | ^~~~~~~~~~ > | | > | addr_t * {aka unsigned int *} > In file included from /build/source/com32/chain/chain.c:32: > /build/source/com32/include/syslinux/loadfile.h:11:37: note: expected 'size_t *' {aka 'long unsigned int *'} but argument is of type 'addr_t *' {aka 'unsigned int *'} > 11 | int loadfile(const char *, void **, size_t *); > | ^~~~~~~~ > make[4]: *** [/build/source/com32/chain/Makefile:28: chain.o] Error 1 > make[4]: Leaving directory '/build/source/efi64/com32/chain' > make[3]: *** [/build/source/com32/Makefile:8: chain] Error 2 > make[3]: Leaving directory '/build/source/efi64/com32' > make[2]: *** [/build/source/Makefile:288: com32] Error 2 > make[2]: Leaving directory '/build/source/efi64' > make[1]: *** [/build/source/Makefile:272: efi64] Error 2 > make[1]: Leaving directory '/build/source' > make: *** [Makefile:102: bios] Error 2 For full logs, run 'nix log /nix/store/wxw7sqwsskv6kg7b6j20zai8fhzkmxh9-syslinux-unstable-2019-02-07.drv'.
@fpletz @globin @lovesegfault
Note for maintainers: Please tag this issue in your PR.
Add a 👍 reaction to issues you find important.
The text was updated successfully, but these errors were encountered:
@fpletz @globin @lovesegfault Can you make zen as an option, please?
Sorry, something went wrong.
syslinux: fix GCC14 build issue
186671a
fixes NixOS#367703 Signed-off-by: Florian Brandes <[email protected]>
@gador Thank you! Fixed with #367948
Successfully merging a pull request may close this issue.
Steps To Reproduce
Steps to reproduce the behavior:
Build log
Additional context
Metadata
Notify maintainers
@fpletz
@globin
@lovesegfault
Note for maintainers: Please tag this issue in your PR.
Add a 👍 reaction to issues you find important.
The text was updated successfully, but these errors were encountered: