15 Jul 2025 |
vcunat | Oh right, I didn't realize that it even works in the default perlPackages. | 09:41:20 |
26 Jul 2025 |
stigo | Marcus and I started working on perl-updates now for 5.42 | 17:19:36 |
hexa | 2 months response time 😄 👏 | 17:23:29 |
hexa | not sure what was configured for perl-updates tbh | 17:23:36 |
hexa | good luck | 17:23:37 |
stigo | It was just the hydra jobset afaik | 17:25:54 |
28 Jul 2025 |
stigo | There is no perl-cross for 5.42 yet so we're waiting for that, or patching it maybe... | 01:51:53 |
8 Aug 2025 |
| 0x4A6F joined the room. | 06:28:40 |
29 Aug 2025 |
| luna-null left the room. | 02:40:32 |
7 Sep 2025 |
| Maximilian Kapra joined the room. | 08:15:55 |
8 Sep 2025 |
| inayet set a profile picture. | 02:16:31 |
14 Sep 2025 |
| Emma [it/its] joined the room. | 08:39:35 |
23 Sep 2025 |
| kenji changed their display name from a-kenji to kenji. | 10:43:02 |
30 Sep 2025 |
| 17lifers (at mikuplushfarm) joined the room. | 16:05:17 |
| 17lifers (at mikuplushfarm) | 16:05:44 |
1 Oct 2025 |
| 17lifers (at mikuplushfarm) left the room. | 18:05:44 |
3 Oct 2025 |
| moleksiak joined the room. | 23:16:06 |
| moleksiak left the room. | 23:24:53 |
8 Oct 2025 |
| tavinator joined the room. | 22:06:25 |
3 Aug 2023 |
| Christina Sørensen joined the room. | 06:12:03 |
12 Aug 2023 |
| Federico Damián Schonborn joined the room. | 01:34:20 |
13 Aug 2023 |
| nevoyu joined the room. | 01:25:04 |
15 Aug 2023 |
| Christina Sørensen changed their profile picture. | 14:57:49 |
| nevoyu left the room. | 19:34:14 |
18 Aug 2023 |
@qbit:tapenet.org | oh heck, seems things with env broke in rex | 20:41:24 |
@qbit:tapenet.org | qbit@europa[130]:~/src/nixpkgs(master)% nix-build -A rex
/nix/store/mc2c1bdk4nijn2a5s785ipys9s2vl57b-perl5.38.0-Rex-1.14.3
qbit@europa[0]:~/src/nixpkgs(master)% /nix/store/mc2c1bdk4nijn2a5s785ipys9s2vl57b-perl5.38.0-Rex-1.14.3/bin/rex
/nix/store/8fdd0nqajq5sk1m6p4qnn0z0j9d7n3q5-coreutils-9.3/bin/env: ‘perl -I/nix/store/adxhdi3zxj21j6ibwidd7pm2vs929wpr-perl5.38.0-Parallel-ForkManager-2.02/lib/perl5/site_perl -I/nix/store/qs5klz00b3rqmz727bl2xb4gv4dk2fc1-perl5.38.0-Moo-2.004004/lib/perl5’: No such file or directory
/nix/store/8fdd0nqajq5sk1m6p4qnn0z0j9d7n3q5-coreutils-9.3/bin/env: use -[v]S to pass options in shebang lines
qbit@europa[127]:~/src/nixpkgs(master)%
| 20:41:47 |
@qbit:tapenet.org | any pointers? | 20:42:07 |
20 Aug 2023 |
Artturin | In reply to @qbit:tapenet.org
qbit@europa[130]:~/src/nixpkgs(master)% nix-build -A rex
/nix/store/mc2c1bdk4nijn2a5s785ipys9s2vl57b-perl5.38.0-Rex-1.14.3
qbit@europa[0]:~/src/nixpkgs(master)% /nix/store/mc2c1bdk4nijn2a5s785ipys9s2vl57b-perl5.38.0-Rex-1.14.3/bin/rex
/nix/store/8fdd0nqajq5sk1m6p4qnn0z0j9d7n3q5-coreutils-9.3/bin/env: ‘perl -I/nix/store/adxhdi3zxj21j6ibwidd7pm2vs929wpr-perl5.38.0-Parallel-ForkManager-2.02/lib/perl5/site_perl -I/nix/store/qs5klz00b3rqmz727bl2xb4gv4dk2fc1-perl5.38.0-Moo-2.004004/lib/perl5’: No such file or directory
/nix/store/8fdd0nqajq5sk1m6p4qnn0z0j9d7n3q5-coreutils-9.3/bin/env: use -[v]S to pass options in shebang lines
qbit@europa[127]:~/src/nixpkgs(master)%
if anyone else was thinking that one of the dirs doesn't exist, i checked and they all do
$ for dir in $(cat result/bin/rex | head -1 | sd -- ' -I' '\n' | tail -n+2); do [[ -d "$dir" ]] || echo "$dir"; done
$ echo $?
0
| 08:55:18 |
Artturin | In reply to @qbit:tapenet.org
qbit@europa[130]:~/src/nixpkgs(master)% nix-build -A rex
/nix/store/mc2c1bdk4nijn2a5s785ipys9s2vl57b-perl5.38.0-Rex-1.14.3
qbit@europa[0]:~/src/nixpkgs(master)% /nix/store/mc2c1bdk4nijn2a5s785ipys9s2vl57b-perl5.38.0-Rex-1.14.3/bin/rex
/nix/store/8fdd0nqajq5sk1m6p4qnn0z0j9d7n3q5-coreutils-9.3/bin/env: ‘perl -I/nix/store/adxhdi3zxj21j6ibwidd7pm2vs929wpr-perl5.38.0-Parallel-ForkManager-2.02/lib/perl5/site_perl -I/nix/store/qs5klz00b3rqmz727bl2xb4gv4dk2fc1-perl5.38.0-Moo-2.004004/lib/perl5’: No such file or directory
/nix/store/8fdd0nqajq5sk1m6p4qnn0z0j9d7n3q5-coreutils-9.3/bin/env: use -[v]S to pass options in shebang lines
qbit@europa[127]:~/src/nixpkgs(master)%
the bin/env think the -I flags are for it | 08:59:21 |
@qbit:tapenet.org | i don't know - i didn't do anything that would have changed it from the previous release | 11:39:39 |