| 2 Jan 2024 |
| @lab-cat:ag-link.xyz changed their display name from lab-cat (DECT 3655) to lab-cat. | 15:55:36 |
| @oliviacrain:matrix.org set a profile picture. | 22:00:13 |
| 3 Jan 2024 |
@oliviacrain:matrix.org | Looks like someone is taking an interest in reproducible java packages 👀
https://github.com/NixOS/nixpkgs/issues/278518 | 18:23:07 |
@oliviacrain:matrix.org | * Looks like someone is taking an interest in reproducible java apps 👀
https://github.com/NixOS/nixpkgs/issues/278518 | 18:23:38 |
| 4 Jan 2024 |
| @a-n-n-a-l-e-e:matrix.org joined the room. | 13:17:19 |
| 5 Jan 2024 |
| obsqrprjkt joined the room. | 13:36:01 |
| 6 Jan 2024 |
| Toma joined the room. | 21:17:07 |
| 10 Jan 2024 |
| @ironbound:hackerspace.pl changed their profile picture. | 14:46:59 |
| @ironbound:hackerspace.pl changed their profile picture. | 15:59:21 |
| 13 Jan 2024 |
| felipeggmarcelino joined the room. | 21:45:13 |
| 14 Jan 2024 |
| gaast changed their profile picture. | 20:17:00 |
| gaast changed their display name from gaata to Vash. | 20:17:25 |
| 15 Jan 2024 |
| tgerbet set a profile picture. | 22:26:20 |
| 16 Jan 2024 |
Pol | Atemu: Do you have a clue for this? https://github.com/NixOS/nixpkgs/pull/107251 I would like to move on and I'm a bit stuck. | 13:43:06 |
atemu12 | Pol: Nothing immediately springs to mind | 14:19:55 |
Pol | I've been trying multiple things, sans succes | 14:20:34 |
atemu12 | I've skimmed the issue; wasn't that error seen by Artturin before? | 14:20:39 |
atemu12 | I'd try and get the argument list printed out and debug it directly | 14:20:58 |
atemu12 | Something must be wrong with them | 14:21:12 |
Pol | Aaaaaah perhaps indeed! | 14:21:16 |
Pol | I mispelled your nicknames, it was Artturin that I should have pinged! Sorry ! | 14:21:35 |
atemu12 | Haha, was wondering why you pinged me specifically :D | 14:21:49 |
Pol | Yeah my brain made a fart, sorry about that. | 14:22:02 |
atemu12 | nw | 14:22:10 |
Artturin | In reply to @drupol:matrix.org Atemu: Do you have a clue for this? https://github.com/NixOS/nixpkgs/pull/107251 I would like to move on and I'm a bit stuck. set -x in preUnpack and see what command it's running | 16:32:31 |
Pol | Artturin: in gnutar? | 18:08:58 |
Artturin | In reply to @drupol:matrix.org Artturin: in gnutar? autoconf-archive | 18:31:17 |
Pol | autoconf-archive> ++ case "$fn" in
autoconf-archive> ++ XZ_OPT=--threads=8
autoconf-archive> ++ xz -d
autoconf-archive> ++ tar xf - --warning=no-timestamp
autoconf-archive> /nix/store/45dz1pdhrp17gha35va4fvg3hksyhnw5-gnutar-1.35/bin/tar: You must specify one of the '-Acdtrux', '--delete' or '--test-label' options
autoconf-archive> Try '/nix/store/45dz1pdhrp17gha35va4fvg3hksyhnw5-gnutar-1.35/bin/tar --help' or
autoconf-archive> '/nix/store/45dz1pdhrp17gha35va4fvg3hksyhnw5-gnutar-1.35/bin/tar --usage' for
autoconf-archive> more information.
| 20:07:19 |
Pol | Debugging... | 20:07:22 |
Pol | => https://github.com/NixOS/nixpkgs/blob/b5cf705fc77b75f762ce1cb3c5391e5f373e34fa/pkgs/stdenv/generic/setup.sh#L1051 | 20:08:10 |