| 5 Jan 2025 |
Artturin | Both build on 89019580b73ddd7d4b05fa5f6952a4676538c031 (Changed them to my local master so I don't have to rebuild things) | 18:19:15 |
Tristan Ross | Both build? | 18:19:41 |
Tristan Ross | Do you have binfmt? | 18:19:51 |
Artturin | Nope | 18:20:32 |
Artturin | Also I'm on x86_64 linux lol | 18:20:44 |
Tristan Ross | Oh lol | 18:20:49 |
Tristan Ross | That makes this even stranger | 18:20:57 |
Tristan Ross | So it's only an issue on aarch64 with the local/cross system nixpkgs options then? | 18:21:24 |
Artturin | $ nix eval --file test.nix drvPath
"/nix/store/0gp81b50wg2bf2dbqswkbhvy21i8x552-X11-fonts.drv"
$ nix eval --file test-fail.nix drvPath
"/nix/store/0gp81b50wg2bf2dbqswkbhvy21i8x552-X11-fonts.drv"
| 18:24:07 |
Artturin | Same for you? | 18:25:15 |
Artturin | $ nix build --file test.nix --rebuild
evaluation warning: system.stateVersion is not set, defaulting to 25.05. Read why this matters on https://nixos.org/manual/nixos/stable/options.html#opt-system.stateVersion.
error: a 'aarch64-linux' with features {} is required to build '/nix/store/0gp81b50wg2bf2dbqswkbhvy21i8x552-X11-fonts.drv', but I am a 'x86_64-linux' with features {benchmark, big-parallel, ca-derivations, kvm, nixos-test}
I got the drv from cache it seems
| 18:26:04 |
Tristan Ross |
- /nix/store/0gp81b50wg2bf2dbqswkbhvy21i8x552-X11-fonts.drv
- /nix/store/1xfdmcvvjc1s57lp4yfq5x5cl9zva9bk-X11-fonts.drv
| 18:26:06 |
Artturin | nix-diff those | 18:26:17 |
Tristan Ross | https://termbin.com/2ipd | 18:27:01 |
Tristan Ross | If I use the same rev from the 2nd in the 1st one then the 1st fails | 18:28:33 |
Tristan Ross | So something post 24.11 fixed it | 18:29:27 |
Artturin | https://github.com/nixos/nixpkgs/commit/e9e1d145f6e6da36d743619704aa8e1eed14704b | 18:30:00 |
Artturin | hahaha | 18:30:07 |
Tristan Ross | lol | 18:30:20 |
Tristan Ross | I just faceplamed | 18:30:24 |
Tristan Ross | * I just facepalmed | 18:30:32 |
Tristan Ross | Well that's one problem solved | 18:32:34 |
| 6 Jan 2025 |
| @niklas.foerster:scs.ems.host changed their display name from Niklas Förster (🌴 bis 03.01.) to Niklas Förster. | 08:39:35 |
| A2 changed their display name from A2 (☎️ 61777) to A2. | 16:17:06 |
lzcunt | Hey, when building a gcc cross-compiler for a isStatic target I keep getting this error ``` checking if /build/build/./gcc/xgcc -B/build/build/./gcc/ supports -fno-rtti -fno-exceptions... no checking for /build/build/./gcc/xgcc -B/build/build/./gcc/ option to produce PIC... -fPIC -DPIC checking if /build/build/./gcc/xgcc -B/build/build/./gcc/ PIC flag -fPIC -DPIC works... yes checking if /build/build/./gcc/xgcc -B/build/build/./gcc/ static flag -static works... no checking if /build/build/./gcc/xgcc -B/build/build/./gcc/ supports -c -o file.o... yes checking if /build/build/./gcc/xgcc -B/build/build/./gcc/ supports -c -o file.o... (cached) yes checking whether the /build/build/./gcc/xgcc -B/build/build/./gcc/ linker (/build/build/./gcc/collect-ld) supports shared libraries... yes checking dynamic linker characteristics... configure: error: Link tests are not allowed after GCC_NO_EXECUTABLES. make[1]: *** [Makefile:12179: configure-target-libstdc++-v3] Error 1 make[1]: *** Waiting for unfinished jobs....
| 17:53:53 |
lzcunt | * Hey, when building a gcc cross-compiler for a isStatic target I keep getting this error checking if /build/build/./gcc/xgcc -B/build/build/./gcc/ supports -fno-rtti -fno-exceptions... no checking for /build/build/./gcc/xgcc -B/build/build/./gcc/ option to produce PIC... -fPIC -DPIC checking if /build/build/./gcc/xgcc -B/build/build/./gcc/ PIC flag -fPIC -DPIC works... yes checking if /build/build/./gcc/xgcc -B/build/build/./gcc/ static flag -static works... no checking if /build/build/./gcc/xgcc -B/build/build/./gcc/ supports -c -o file.o... yes checking if /build/build/./gcc/xgcc -B/build/build/./gcc/ supports -c -o file.o... (cached) yes checking whether the /build/build/./gcc/xgcc -B/build/build/./gcc/ linker (/build/build/./gcc/collect-ld) supports shared libraries... yes checking dynamic linker characteristics... configure: error: Link tests are not allowed after GCC\_NO\_EXECUTABLES. make\[1\]: \*\*\* \[Makefile:12179: configure-target-libstdc++-v3\] Error 1 make\[1\]: \*\*\* Waiting for unfinished jobs.... | 17:54:09 |
lzcunt | * Hey, when building a gcc cross-compiler for a isStatic target I keep getting this error ``` checking if /build/build/./gcc/xgcc -B/build/build/./gcc/ supports -fno-rtti -fno-exceptions... no checking for /build/build/./gcc/xgcc -B/build/build/./gcc/ option to produce PIC... -fPIC -DPIC checking if /build/build/./gcc/xgcc -B/build/build/./gcc/ PIC flag -fPIC -DPIC works... yes checking if /build/build/./gcc/xgcc -B/build/build/./gcc/ static flag -static works... no checking if /build/build/./gcc/xgcc -B/build/build/./gcc/ supports -c -o file.o... yes checking if /build/build/./gcc/xgcc -B/build/build/./gcc/ supports -c -o file.o... (cached) yes checking whether the /build/build/./gcc/xgcc -B/build/build/./gcc/ linker (/build/build/./gcc/collect-ld) supports shared libraries... yes checking dynamic linker characteristics... configure: error: Link tests are not allowed after GCC_NO_EXECUTABLES. make[1]: *** [Makefile:12179: configure-target-libstdc++-v3] Error 1 make[1]: *** Waiting for unfinished jobs....
| 17:54:23 |
lzcunt | * Hey, when building a gcc cross-compiler for a isStatic target I keep getting this error
checking if /build/build/./gcc/xgcc -B/build/build/./gcc/ supports -fno-rtti -fno-exceptions... no checking for /build/build/./gcc/xgcc -B/build/build/./gcc/ option to produce PIC... -fPIC -DPIC checking if /build/build/./gcc/xgcc -B/build/build/./gcc/ PIC flag -fPIC -DPIC works... yes checking if /build/build/./gcc/xgcc -B/build/build/./gcc/ static flag -static works... no checking if /build/build/./gcc/xgcc -B/build/build/./gcc/ supports -c -o file.o... yes checking if /build/build/./gcc/xgcc -B/build/build/./gcc/ supports -c -o file.o... (cached) yes checking whether the /build/build/./gcc/xgcc -B/build/build/./gcc/ linker (/build/build/./gcc/collect-ld) supports shared libraries... yes checking dynamic linker characteristics... configure: error: Link tests are not allowed after GCC\_NO\_EXECUTABLES. make\[1\]: \*\*\* \[Makefile:12179: configure-target-libstdc++-v3\] Error 1 make\[1\]: \*\*\* Waiting for unfinished jobs....
| 17:54:35 |
lzcunt | * Hey, when building a gcc cross-compiler for a isStatic target I keep getting this error
checking if /build/build/./gcc/xgcc -B/build/build/./gcc/ supports -fno-rtti -fno-exceptions... no
checking for /build/build/./gcc/xgcc -B/build/build/./gcc/ option to produce PIC... -fPIC -DPIC
checking if /build/build/./gcc/xgcc -B/build/build/./gcc/ PIC flag -fPIC -DPIC works... yes
checking if /build/build/./gcc/xgcc -B/build/build/./gcc/ static flag -static works... no
checking if /build/build/./gcc/xgcc -B/build/build/./gcc/ supports -c -o file.o... yeschecking if /build/build/./gcc/xgcc -B/build/build/./gcc/ supports -c -o file.o... (cached) yes checking whether the /build/build/./gcc/xgcc -B/build/build/./gcc/ linker (/build/build/./gcc/collect-ld) supports shared libraries... yes checking dynamic linker characteristics... configure: error: Link tests are not allowed after GCC\_NO\_EXECUTABLES. make\[1\]: \*\*\* \[Makefile:12179: configure-target-libstdc++-v3\] Error 1 make\[1\]: \*\*\* Waiting for unfinished jobs....
| 17:55:24 |
lzcunt | * Hey, when building a gcc cross-compiler for a isStatic target I keep getting this error
checking if /build/build/./gcc/xgcc -B/build/build/./gcc/ supports -fno-rtti -fno-exceptions... no
checking for /build/build/./gcc/xgcc -B/build/build/./gcc/ option to produce PIC... -fPIC -DPIC
checking if /build/build/./gcc/xgcc -B/build/build/./gcc/ PIC flag -fPIC -DPIC works... yes
checking if /build/build/./gcc/xgcc -B/build/build/./gcc/ static flag -static works... no
checking if /build/build/./gcc/xgcc -B/build/build/./gcc/ supports -c -o file.o... yes
checking if /build/build/./gcc/xgcc -B/build/build/./gcc/ supports -c -o file.o... (cached) yes
checking whether the /build/build/./gcc/xgcc -B/build/build/./gcc/ linker (/build/build/./gcc/collect-ld) supports shared libraries... yes
checking dynamic linker characteristics... configure: error: Link tests are not allowed after GCC\_NO\_EXECUTABLES.
make\[1\]: \*\*\* \[Makefile:12179: configure-target-libstdc++-v3\] Error 1 make\[1\]: \*\*\* Waiting for unfinished jobs....
| 17:55:48 |