1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-11-20 04:31:52 +00:00
nixpkgs/pkgs
Sergei Trofimovich 649ebfbed6 cc-wrapper: change cflags order from cc/crt1/libc to crt1/libc/cc
In https://github.com/NixOS/nixpkgs/issues/158042 I noticed order
mismatch as a bootstrap build failure when building x86_64-linux
against glibc-2.35 in nixpkgs (bootstrap libs has glibc-2.27):

    expand-response-params> ld: /nix/store/p4s4jf7aq6v6z9iazll1aiqwb34aqxq9-bootstrap-tools/lib/crt1.o: in function `_start':
    expand-response-params> /build/glibc-2.27/csu/../sysdeps/x86_64/start.S:101: undefined reference to `__libc_csu_fini'
    expand-response-params> ld: /build/glibc-2.27/csu/../sysdeps/x86_64/start.S:102: undefined reference to `__libc_csu_init'
    expand-response-params> collect2: error: ld returned 1 exit status

Here crt1.o from glibc-2.27 links against libc.so.6 from glibc-2.35.

This happens because ordering of `-L` (influences `libc.so` lookup) and
`-B` (influences `crt1.o` lookup) flags differs:

    expand-response-params>   -B/...-bootstrap-tools/lib
    expand-response-params>   -B/...-glibc-2.35/lib/
    ...
    expand-response-params>   -L/...-glibc-2.35/lib
    expand-response-params>   -L/...-bootstrap-tools/lib

The change makes consistent ordering of `-L`/`-B` and allows getting to
stage4 for `glibc-2.35` target.
2022-02-20 10:45:45 +00:00
..
applications cwltool: 3.1.20220204090313 -> 3.1.20220210171524 2022-02-11 12:44:06 -05:00
build-support cc-wrapper: change cflags order from cc/crt1/libc to crt1/libc/cc 2022-02-20 10:45:45 +00:00
common-updater
data flat-remix-gtk: 20211223 -> 20220118 2022-02-11 12:40:19 +00:00
desktops Merge pull request #158952: gnomeExtensions: auto-update 2022-02-11 13:01:58 +01:00
development Merge staging-next into staging 2022-02-11 18:01:48 +00:00
games maintainers: update emilytrau 2022-02-11 04:45:03 +00:00
misc Merge staging-next into staging 2022-02-11 18:01:48 +00:00
os-specific Merge staging-next into staging 2022-02-11 18:01:48 +00:00
pkgs-lib
servers Merge pull request #159239 from fabaff/pynetgear 2022-02-11 14:54:11 +01:00
shells
stdenv
test
tools Merge staging-next into staging 2022-02-11 18:01:48 +00:00
top-level Merge staging-next into staging 2022-02-11 18:01:48 +00:00