fanquake

Results 616 comments of fanquake

Rebased, and made small changes to fixup the linter and improve the security/symbol checks.

Added an additional patch to disable building various features/libs in GCC that we don't need. i.e libquadmath, libsanitizer, gcov, libada and native language support. This should speed up compiling GCC,...

> Which OS did you build on? The base OS shouldn't matter, because the build is performed with Guix. However I've been performing these builds on Ubuntu 22.04. > Any...

Rebased on master. Added a commit to use LIEF master, which reduces the number of changes in our scripts, as support for `-static-pie` ELF binaries has been added: https://github.com/lief-project/LIEF/issues/747. Will...

> https://github.com/fanquake/bitcoin/commits/fully_static_bitcoind produces the exact same problem when building on Ubuntu 20.04 I have just re-tested building the changes here (ef0edd55f3bc1e3f229134ec7ecac632de52eea7), and this produces a `-static-pie` binary as expected: ```bash...

Pushed a number of changes, and rebased on master. Switched from glibc 2.35 to 2.36. Added infra for aarch64 -static-pie builds. More fine-grained / logical commits. Updated to the latest...

@tehelsper @nlightenme does this also happen with 23.0?

What is the status of this issue? Is this being solved upstream in transifex? Does it require changes in this repository? Should it be something we have done for 24.0?

Almost certainly a local issue. Can you try a `make clean` and rebuilding?

Going to close for now. Let us know if you're still having the same issue, and we can reopen / investigate further.