!PbcQeaWcgMyjVfeGQN:nixos.org

Nix Mozilla 🦊🐦🐒

175 Members
A room about a number of weird animals (also known as Mozilla products): Firefox, Thunderbird, Spidermonkey, NSS, cacert. Also a little bit of fun times, small amounts of extreme, when building weird animals. But for bugs please file GitHub issues. | Release Schedule: https://whattrainisitnow.com | Crash-Stats: https://crash-stats.mozilla.org/search/?distribution_id=%3Dnixos&product=Firefox&product=Thunderbird49 Servers

Load older messages


SenderMessageTime
17 Apr 2024
@vcunat:matrix.orgvcunat -Wno-backend-plugin then? 07:14:38
@hexa:lossy.networkhexaapparently07:14:43
@vcunat:matrix.orgvcunatUnless it hints at some real issue.07:14:55
@hexa:lossy.networkhexa

You may see warnings about a mismatched profile in the build output. These are generally harmless. To silence them, you can add -DCMAKE_C_FLAGS='-Wno-backend-plugin' -DCMAKE_CXX_FLAGS='-Wno-backend-plugin' to your CMake invocation.

07:15:29
@hexa:lossy.networkhexahttps://releases.llvm.org/16.0.0/docs/HowToBuildWithPGO.html07:15:31
@vcunat:matrix.orgvcunatSounds good enough to me.07:17:09
@vcunat:matrix.orgvcunatIt makes me wonder why they print it by default, but whatever.07:17:28
@hexa:lossy.networkhexaand why we don't see it on master07:18:06
@vcunat:matrix.orgvcunatCould there be different versions of llvm?07:18:55
@hexa:lossy.networkhexa17.0.6 vs 16.0.607:19:31
@vcunat:matrix.orgvcunatI think I see 17.0.6 in both cases.07:20:40
@vcunat:matrix.orgvcunat On 23.11 with FF >= 125 we use rustPackages_1_76.rustc.llvm.name 07:21:15
@vcunat:matrix.orgvcunatBut in log there's 16.0.6, so I missed something clearly.07:23:09
@hexa:lossy.networkhexaoh right, sorry … not fully awake yet07:23:24
@hexa:lossy.networkhexa
 0:01.47(B checking for the target C compiler... /nix/store/b9byk7zwkii7ss8if964q4qq7idamrp8-clang-wrapper-17.0.6/bin/clang(B(B
 0:01.47(B checking for ccache... not found(B(B
 0:01.57(B checking whether the target C compiler can be used... yes(B(B
 0:01.57(B checking for the target C++ compiler... /nix/store/b9byk7zwkii7ss8if964q4qq7idamrp8-clang-wrapper-17.0.6/bin/clang++(B(B
 0:01.63(B checking whether the target C++ compiler can be used... yes(B(B
 0:01.67(B checking for unwind.h... yes(B(B
 0:01.76(B checking for target linker... lld(B(B
 0:01.91(B checking for _Unwind_Backtrace... yes(B(B
 0:01.94(B checking for Python 3... /build/firefox-125.0/mozbuild/srcdirs/firefox-125.0-7b9a01d4e3bd/_virtualenvs/build/bin/python (3.11.8)(B(B
 0:01.99(B checking for wget... not found(B(B
 0:02.00(B checking the target C compiler version... 17.0.6(B(B
 0:02.04(B checking the target C compiler works... yes(B(B
 0:02.04(B WARNING: The value of LD is not used by this build system.(B(B
 0:02.04(B checking the target C++ compiler version... 17.0.6(B(B
 0:02.07(B checking the target C++ compiler works... yes(B(B
 0:02.07(B checking for the host C compiler... /nix/store/a7c59h5m06b7q47l33f49b5216l4lw52-clang-wrapper-16.0.6/bin/cc(B(B
 0:02.19(B checking whether the host C compiler can be used... yes(B(B
 0:02.19(B checking the host C compiler version... 16.0.6(B(B
 0:02.24(B checking the host C compiler works... yes(B(B
 0:02.24(B checking for the host C++ compiler... /nix/store/a7c59h5m06b7q47l33f49b5216l4lw52-clang-wrapper-16.0.6/bin/c++(B(B
 0:02.32(B checking whether the host C++ compiler can be used... yes(B(B
 0:02.32(B checking the host C++ compiler version... 16.0.6(B(B
 0:02.36(B checking the host C++ compiler works... yes(B(B
 0:02.45(B checking for host linker... lld(B(B
 0:02.51(B checking for 64-bit OS... yes(B(B
 0:02.56(B checking for new enough STL headers from libstdc++... yes(B(B
 0:02.76(B checking for __thread keyword for TLS variables... yes(B(B
 0:02.76(B checking for the assembler... /nix/store/b9byk7zwkii7ss8if964q4qq7idamrp8-clang-wrapper-17.0.6/bin/clang(B(B
 0:02.79(B checking for ar... /nix/store/v6af903djqhlq4b2gm2wfyk7pd9llafv-llvm-binutils-wrapper-16.0.6/bin/ar(B(B
 0:02.84(B checking whether ar supports response files... yes(B(B
 0:02.88(B checking for host_ar... /nix/store/3jngydi5wwpnnrfbs4xi455lwcf2yn6x-llvm-binutils-16.0.6/bin/llvm-ar(B(B
 0:02.91(B checking for nm... /nix/store/v6af903djqhlq4b2gm2wfyk7pd9llafv-llvm-binutils-wrapper-16.0.6/bin/nm(B(B
07:25:27
@hexa:lossy.networkhexathat is a wild mix07:25:30
@hexa:lossy.networkhexa it's probably llvmPackagesBuildBuild0 07:28:13
@vcunat:matrix.orgvcunatAah, I see the bug.07:28:47
@vcunat:matrix.orgvcunatcondition on rust versions isn't duplicated for buildBuild07:29:05
@hexa:lossy.networkhexayep07:29:10
@vcunat:matrix.orgvcunatMaybe this mismatch has been causing the warnings.07:30:04
@vcunat:matrix.orgvcunat hexa: are you fixing this or should I? 07:30:37
@hexa:lossy.networkhexafeel free07:31:46
@vcunat:matrix.orgvcunathttps://github.com/NixOS/nixpkgs/pull/304740 (build in progress)07:49:35
@truh:matrix.org@truh:matrix.org joined the room.08:34:48
@truh:matrix.org@truh:matrix.org left the room.08:35:06
@hexa:lossy.networkhexamerged and started release-23.11 eval09:09:43
@k900:0upti.meK900 ⚡️ changed their display name from K900 ⚡️ to K9Ö0.17:16:42
@k900:0upti.meK900 ⚡️ changed their display name from K9Ö0 to K900.17:21:54
@k900:0upti.meK900 ⚡️ 17:21:54

Show newer messages


Back to Room ListRoom Version: 9