Skip to content

failing build on alpine edge #32

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

Closed
vrischmann opened this issue May 30, 2021 · 1 comment
Closed

failing build on alpine edge #32

vrischmann opened this issue May 30, 2021 · 1 comment
Labels
bug Something isn't working

Comments

@vrischmann
Copy link
Owner

see this build log, specifically:

+ cd zig-sqlite
+ TERM=dumb
+ zig build test -Din_memory=true
ld.lld: error: /usr/lib/gcc/x86_64-alpine-linux-musl/10.3.1/../../../../lib/crt1.o: contains a compressed section, but zlib is not available
ld.lld: error: /usr/lib/gcc/x86_64-alpine-linux-musl/10.3.1/../../../../lib/crt1.o: contains a compressed section, but zlib is not available
ld.lld: error: /usr/lib/gcc/x86_64-alpine-linux-musl/10.3.1/../../../../lib/crt1.o: contains a compressed section, but zlib is not available
ld.lld: error: /usr/lib/gcc/x86_64-alpine-linux-musl/10.3.1/../../../../lib/crt1.o: contains a compressed section, but zlib is not available
ld.lld: error: /usr/lib/gcc/x86_64-alpine-linux-musl/10.3.1/../../../../lib/crt1.o: contains a compressed section, but zlib is not available
ld.lld: error: /usr/lib/gcc/x86_64-alpine-linux-musl/10.3.1/../../../../lib/crti.o: contains a compressed section, but zlib is not available
ld.lld: error: /usr/lib/gcc/x86_64-alpine-linux-musl/10.3.1/../../../../lib/crti.o: contains a compressed section, but zlib is not available
ld.lld: error: /usr/lib/gcc/x86_64-alpine-linux-musl/10.3.1/../../../../lib/crtn.o: contains a compressed section, but zlib is not available
ld.lld: error: /usr/lib/gcc/x86_64-alpine-linux-musl/10.3.1/../../../../lib/crtn.o: contains a compressed section, but zlib is not available
error: LLDReportedFailure
The following command exited with error code 1:
/home/build/zig-master/zig test /home/build/zig-sqlite/sqlite.zig -lc -lsqlite3 --pkg-begin build_options /home/build/zig-sqlite/zig-cache/test_build_options.zig --pkg-end --test-name-prefix native-Debug-multi  --cache-dir /home/build/zig-sqlite/zig-cache --global-cache-dir /home/build/.cache/zig --name test -I /home/build/zig-sqlite/c 
error: the following build command failed with exit code 1:
/home/build/zig-sqlite/zig-cache/o/723ce6041c0fc5ff598968f8b1b58c82/build /home/build/zig-master/zig /home/build/zig-sqlite /home/build/zig-sqlite/zig-cache /home/build/.cache/zig test -Din_memory=true

apparently related to how the zig tarball is built by the CI system.

resolution depends on ziglang/zig#8932 I think.

@vrischmann vrischmann added the bug Something isn't working label May 30, 2021
@vrischmann
Copy link
Owner Author

seems to be fixed now

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant