!sUXcTulPzyhnqOiFPL:helsinki-systems.de

NixOS Perl

52 Members
12 Servers

Load older messages


SenderMessageTime
15 Nov 2025
@ihar.hrachyshka:matrix.orgIhar Hrachyshka joined the room.23:13:55
@ihar.hrachyshka:matrix.orgIhar Hrachyshkalooks like darwin is broken on staging because sw_vers can't apply23:14:09
@ihar.hrachyshka:matrix.orgIhar Hrachyshkahttps://github.com/NixOS/nixpkgs/pull/46208023:29:48
4 Dec 2025
@onur-ozkan:matrix.org@onur-ozkan:matrix.org joined the room.04:20:48
6 Dec 2025
@hosaidenpwd:matrix.orgP J joined the room.07:44:14
11 Dec 2025
@suua:matrix.orgsuua joined the room.16:11:44
11 Jan 2026
@ivank:matrix.orgivan joined the room.01:45:44
19 Jan 2026
@tom:pub.solar@tom:pub.solar joined the room.19:30:30
1 Feb 2026
@sigmasquadron:matrix.orgFernando Rodrigues changed their display name from SigmaSquadron to Fernando Rodrigues.10:42:15
4 Feb 2026
@tiferrei:tiferrei.comtiferrei joined the room.03:07:41
@tiferrei:tiferrei.comtiferrei left the room.12:00:38
12 Feb 2026
@tom:pub.solar@tom:pub.solar left the room.11:55:36
22 Feb 2026
@myareainternational:matrix.orgMAI joined the room.03:06:34
1 Apr 2026
@onur-ozkan:matrix.org@onur-ozkan:matrix.org left the room.08:19:30
3 Apr 2026
@mkapra:kapra.de@mkapra:kapra.de left the room.16:47:39
30 Apr 2026
@rasmata:matrix.org@rasmata:matrix.org joined the room.15:42:33
@rasmata:matrix.org@rasmata:matrix.org left the room.15:42:41
3 Aug 2023
@cafkafk:nixos.devChristina Sørensen joined the room.06:12:03
12 Aug 2023
@federicodschonborn:matrix.orgFederico Damián Schonborn joined the room.01:34:20
13 Aug 2023
@10leej:matrix.orgnevoyu joined the room.01:25:04
15 Aug 2023
@cafkafk:nixos.devChristina Sørensen changed their profile picture.14:57:49
@10leej:matrix.orgnevoyu left the room.19:34:14
18 Aug 2023
@qbit:tapenet.org@qbit:tapenet.orgoh heck, seems things with env broke in rex20:41:24
@qbit:tapenet.org@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@qbit:tapenet.organy pointers?20:42:07
20 Aug 2023
@artturin:matrix.orgArtturin
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:matrix.orgArtturin
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@qbit:tapenet.orgi don't know - i didn't do anything that would have changed it from the previous release11:39:39
@qbit:tapenet.org@qbit:tapenet.orgnot even sure it was the update that broke it - i am 89% sure i tested runtime11:40:20
25 Aug 2023
@stigo:matrix.orgstigo qbit Adding patchShebangs bin to postPatch for rex seems to have fixed the issue 10:56:22

Show newer messages


Back to Room ListRoom Version: 9