!pbdtvoHxUGLhcEvnlu:nixos.org

Exotic Nix Targets

334 Members
104 Servers

Load older messages


SenderMessageTime
29 May 2023
@artemis:arty.chatartemisyeah im used to it22:23:08
@artemis:arty.chatartemisdoes this thing actually need active cooling btw or is a passive heatsink fine? mine came with a fan but idk if its necessary22:32:57
@snektron:matrix.orgSnektronI havent been using any but it does get kinda hot22:41:52
@artemis:arty.chatartemisnoooooooo23:44:55
@artemis:arty.chatartemis20230529_16h44m48s_grim.png
Download 20230529_16h44m48s_grim.png
23:45:02
@artemis:arty.chatartemislibtool died on this one too23:45:27
@artemis:arty.chatartemishttp://dpaste.com/FPVPCQVT523:47:24
30 May 2023
@0x4a6f:matrix.org[0x4A6F] I've tried to build some packages on native RISC-V, with some success and some failures. 21:03:12
31 May 2023
@trofi:matrix.orgtrofi I think we don't expect help2man to be started on libtool and existing manpages should be reused. Could it be that your system clock is way off and make is tricked to see files with wrong timetamps? 07:28:39
@trofi:matrix.orgtrofi Might also be a side-effect of updateAutotoolsGnuConfigScriptsHook hook that changes timestamps of config.* files. Ideally it should be fixed not to change original file timestamps. 07:32:56
@trofi:matrix.orgtrofihttps://github.com/NixOS/nixpkgs/blob/94116367482eeec4bd2c3a412a95a3a19dc7b040/pkgs/build-support/setup-hooks/update-autotools-gnu-config-scripts.sh#L407:34:49
@trofi:matrix.orgtrofiProposed untested https://github.com/NixOS/nixpkgs/pull/235146 if you feel brave :)07:51:55
@artemis:arty.chatartemis
In reply to @trofi:matrix.org
I think we don't expect help2man to be started on libtool and existing manpages should be reused. Could it be that your system clock is way off and make is tricked to see files with wrong timetamps?
no, system clock is definitely right
08:51:17
@artemis:arty.chatartemisi can give that PR a try08:51:46
@artemis:arty.chatartemiskicked off a build, ill see where things land after i get some sleep09:03:40
@trofi:matrix.orgtrofi If it does not help try to figure out why libtool build triggers for you (CDPATH="${ZSH_VERSION+.}:" && cd . && /nix/store/7z4pgfv4vqgfi5d894cwzj4jha47vrhr-bash-5.1-p16/bin/bash '/build/libtool-2.4.7/build-aux/missing' autoheader) 09:17:26
@trofi:matrix.orgtrofiit should not happen09:17:52
@artemis:arty.chatartemisok so im not actually sure why the testsuite is running but the coreutils test suite apparently failed overnight on `FAIL: tests/mv/i-1.pl` is what happened which i think is way before the failing libtool so that's probably not useful data for the libtool thing19:29:53
1 Jun 2023
@artemis:arty.chatartemis
In reply to @trofi:matrix.org
If it does not help try to figure out why libtool build triggers for you (CDPATH="${ZSH_VERSION+.}:" && cd . && /nix/store/7z4pgfv4vqgfi5d894cwzj4jha47vrhr-bash-5.1-p16/bin/bash '/build/libtool-2.4.7/build-aux/missing' autoheader)
do i need to be using ZSH for this idk what CDPATH is
00:29:08
@trofi:matrix.orgtrofiNo, it's the code from libtool's Makefile.in that runs unexpectedly.06:23:41
@trofi:matrix.orgtrofi if you have some familiarity you can investigate why make thinks it needs to run. 06:24:05
@trofi:matrix.orgtrofi Sometimes it's enough to add "-d" to makeFlags to see why exactly the target needs an update. 06:24:54
@artemis:arty.chatartemisi dont know that im good enough at nix to do that in this context06:31:45
@artemis:arty.chatartemisi usually work with more traditional package build systems tbh06:32:20
@trofi:matrix.orgtrofi

If you do something like locally:

--- a/pkgs/development/tools/misc/libtool/libtool2.nix
+++ b/pkgs/development/tools/misc/libtool/libtool2.nix
@@ -53,0 +54 @@ stdenv.mkDerivation rec {
+  makeFlags = [ "-d" ];

you should be able to get libtool build logs with nix build -f. libtool.

06:34:51
@trofi:matrix.orgtrofi *

If you do something like locally:

--- a/pkgs/development/tools/misc/libtool/libtool2.nix
+++ b/pkgs/development/tools/misc/libtool/libtool2.nix
@@ -53,0 +54 @@ stdenv.mkDerivation rec {
+  makeFlags = [ "-d" ];

you should be able to get libtool build logs with nix build -f. libtool.

06:35:11
@artemis:arty.chatartemisty06:40:51
@raphi:tapesoftware.netraphi changed their display name from raphi to raphi (element unread channel fix when).13:03:26
@artemis:arty.chatartemistrofi: libtool-riscv64-unknown-linux-gnu> Prerequisite 'libtoolize.in' is newer than target 'doc/libtoolize.1'. libtool-riscv64-unknown-linux-gnu> Must remake target 'doc/libtoolize.1'.21:32:34
@artemis:arty.chatartemisits not regenerating libtoolize.in though it seems like21:34:29

Show newer messages


Back to Room ListRoom Version: 6