!sUXcTulPzyhnqOiFPL:helsinki-systems.de

NixOS Perl

49 Members
13 Servers

Load older messages


SenderMessageTime
30 Aug 2022
@aruzeta:matrix.org@aruzeta:matrix.org joined the room.14:43:08
@aruzeta:matrix.org@aruzeta:matrix.org left the room.14:55:08
16 Sep 2022
@stigo:matrix.orgstigohttps://github.com/NixOS/nixpkgs/pull/19151916:22:59
@stigo:matrix.orgstigo * https://github.com/NixOS/nixpkgs/pull/191519 <-- release-notes: mention perl 5.36 and verify_SSL patch16:23:15
@qbit:tapenet.org@qbit:tapenet.orgs/it's/its/16:50:33
@qbit:tapenet.org@qbit:tapenet.organd maybe 'has been patched' vs 'is patched'16:51:00
@stigo:matrix.orgstigo"was patched" is ok I guess?16:55:14
@qbit:tapenet.org@qbit:tapenet.orgi think so, ya16:56:29
@stigo:matrix.orgstigothx :)16:56:46
@qbit:tapenet.org@qbit:tapenet.orgnp! :D16:59:10
20 Sep 2022
@m_algery:leohoo.xyz@m_algery:leohoo.xyz joined the room.15:30:52
@m_algery:leohoo.xyz@m_algery:leohoo.xyz left the room.15:30:54
23 Sep 2022
@qbit:tapenet.org@qbit:tapenet.organyone have any flake templates for perl?18:00:01
@qbit:tapenet.org@qbit:tapenet.orgsqueee mojolicious stuff in there :D 18:17:38
27 Sep 2022
@qbit:tapenet.org@qbit:tapenet.org
In reply to @qbit:tapenet.org
anyone have any flake templates for perl?
nothin fancy: https://github.com/qbit/xin/blob/main/templates/perl/flake.nix
14:40:10
@qbit:tapenet.org@qbit:tapenet.orgbut it works for the simple scripts i am building so far14:40:22
@qbit:tapenet.org@qbit:tapenet.orgif anyone has any suggestions on a cleaner way to do it - i am all ears :D 14:40:47
* @qbit:tapenet.org@qbit:tapenet.org eyes the duplicate buildInputs and nativeBuildInputs14:41:14
29 Sep 2022
@janne.hess:helsinki-systems.de@janne.hess:helsinki-systems.de
lib/Net/LDAPI.pm: $ldapi = Net::LDAPI->new('/var/run/ldapi');
lib/Net/LDAPI.pm:and if that does not exist, the value C</var/run/ldapi> is used.
lib/Net/LDAP/Util.pm:C<LDAPI_SOCK>. If that is not defined or empty, then C</var/run/ldapi> is used.
lib/Net/LDAP/Util.pm:    $elements{path} = $uri->un_path || $ENV{LDAPI_SOCK} || '/var/run/ldapi'
lib/Net/LDAP.pod:socket to connect to. The default location is '/var/run/ldapi'.
lib/Net/LDAP.pm:  $peer = $ENV{LDAPI_SOCK} || '/var/run/ldapi'

Do y'all think it's wise to replace the ldapi socket location in Net::LDAP to match what we build into openldap (/run/openldap/ldapi)?

17:38:16
@janne.hess:helsinki-systems.de@janne.hess:helsinki-systems.deI will assume so: https://github.com/NixOS/nixpkgs/pull/19355517:46:46
@janne.hess:helsinki-systems.de@janne.hess:helsinki-systems.deAlso nice that metacpan got a visual overhault17:47:35
@janne.hess:helsinki-systems.de@janne.hess:helsinki-systems.de * Also nice that metacpan got a visual overhaul17:47:36
3 Oct 2022
@hexa:lossy.networkhexaHi, I have a libxcrypt build that currently fails somewhere in a perl script12:08:00
@hexa:lossy.networkhexa * Hi, I have a libxcrypt build that currently fails somewhere in a perl script, though only on musl12:08:15
@hexa:lossy.networkhexa
libxcrypt-static-x86_64-unknown-linux-musl> Can't locate Cwd.pm in @INC (you may need to install the Cwd module) (@INC contains: /nix/store/qxqic20jl9l68im60qg9mcidicj0d96p-perl-static-x86_64-unknown-linux-musl-5.36.0/lib/perl5/site_perl/5.36.0/x86_64-linux /nix/store/qxqic20jl9l68im60qg9mcidicj0d96p-perl-static-x86_64-unknown-linux-musl-5.36.0/lib/perl5/site_perl/5.36.0 /nix/store/qxqic20jl9l68im60qg9mcidicj0d96p-perl-static-x86_64-unknown-linux-musl-5.36.0/lib/perl5/site_perl/5.36.0/x86_64-linux /nix/store/qxqic20jl9l68im60qg9mcidicj0d96p-perl-static-x86_64-unknown-linux-musl-5.36.0/lib/perl5/site_perl/5.36.0/x86_64-linux /nix/store/qxqic20jl9l68im60qg9mcidicj0d96p-perl-static-x86_64-unknown-linux-musl-5.36.0/lib/perl5/site_perl/5.36.0 /nix/store/qxqic20jl9l68im60qg9mcidicj0d96p-perl-static-x86_64-unknown-linux-musl-5.36.0/lib/perl5/5.36.0/x86_64-linux /nix/store/qxqic20jl9l68im60qg9mcidicj0d96p-perl-static-x86_64-unknown-linux-musl-5.36.0/lib/perl5/5.36.0) at /nix/store/qxqic20jl9l68im60qg9mcidicj0d96p-perl-static-x86_64-unknown-linux-musl-5.36.0/lib/perl5/5.36.0/FindBin.pm line 84.
libxcrypt-static-x86_64-unknown-linux-musl> BEGIN failed--compilation aborted at /nix/store/qxqic20jl9l68im60qg9mcidicj0d96p-perl-static-x86_64-unknown-linux-musl-5.36.0/lib/perl5/5.36.0/FindBin.pm line 84.
libxcrypt-static-x86_64-unknown-linux-musl> Compilation failed in require at ./build-aux/scripts/expand-selected-hashes line 24.
libxcrypt-static-x86_64-unknown-linux-musl> BEGIN failed--compilation aborted at ./build-aux/scripts/expand-selected-hashes line 24.
libxcrypt-static-x86_64-unknown-linux-musl> configure: error: bad value 'strong,glibc' for --enable-hashes
12:08:21
@hexa:lossy.networkhexaadding PathTools results in a infinite recursion 😄12:10:13
@hexa:lossy.networkhexathis is the script https://github.com/besser82/libxcrypt/blob/v4.4.28/build-aux/scripts/expand-selected-hashes12:10:43
@hexa:lossy.networkhexaguess I can just patch out findbin entirely12:13:45
@hexa:lossy.networkhexa * guess I can just patch out findbin entirely, but then I land at12:14:06
@hexa:lossy.networkhexa
       > Can't locate BuildCommon.pm in @INC (you may need to install the BuildCommon module) (@INC contains: /nix/store/0qgmlsvcv0lxaja4z1c093fvjm37idr4-perl-5.36.0/lib/perl5/site_perl/5.36.0/x86_64-linux /nix/store/0qgmlsvcv0lxaja4z1c093fvjm37idr4-perl-5.36.0/lib/perl5/site_perl/5.36.0 /nix/store/0qgmlsvcv0lxaja4z1c093fvjm37idr4-perl-5.36.0/lib/perl5/site_perl /nix/store/0qgmlsvcv0lxaja4z1c093fvjm37idr4-perl-5.36.0/lib/perl5/site_perl/5.36.0/x86_64-linux /nix/store/0qgmlsvcv0lxaja4z1c093fvjm37idr4-perl-5.36.0/lib/perl5/site_perl/5.36.0 /nix/store/0qgmlsvcv0lxaja4z1c093fvjm37idr4-perl-5.36.0/lib/perl5/5.36.0/x86_64-linux /nix/store/0qgmlsvcv0lxaja4z1c093fvjm37idr4-perl-5.36.0/lib/perl5/5.36.0) at ./build-aux/scripts/expand-selected-hashes line 26.
       > BEGIN failed--compilation aborted at ./build-aux/scripts/expand-selected-hashes line 26.
       > configure: error: bad value 'strong,glibc' for --enable-hashes
12:14:12

Show newer messages


Back to Room ListRoom Version: 9