30 Aug 2022 |
| @aruzeta:matrix.org joined the room. | 14:43:08 |
| @aruzeta:matrix.org left the room. | 14:55:08 |
16 Sep 2022 |
stigo | https://github.com/NixOS/nixpkgs/pull/191519 | 16:22:59 |
stigo | * https://github.com/NixOS/nixpkgs/pull/191519 <-- release-notes: mention perl 5.36 and verify_SSL patch | 16:23:15 |
@qbit:tapenet.org | s/it's/its/ | 16:50:33 |
@qbit:tapenet.org | and maybe 'has been patched' vs 'is patched' | 16:51:00 |
stigo | "was patched" is ok I guess? | 16:55:14 |
@qbit:tapenet.org | i think so, ya | 16:56:29 |
stigo | thx :) | 16:56:46 |
@qbit:tapenet.org | np! :D | 16:59:10 |
20 Sep 2022 |
| @m_algery:leohoo.xyz joined the room. | 15:30:52 |
| @m_algery:leohoo.xyz left the room. | 15:30:54 |
23 Sep 2022 |
@qbit:tapenet.org | anyone have any flake templates for perl? | 18:00:01 |
@qbit:tapenet.org | squeee mojolicious stuff in there :D | 18:17:38 |
27 Sep 2022 |
@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 | but it works for the simple scripts i am building so far | 14:40:22 |
@qbit:tapenet.org | if anyone has any suggestions on a cleaner way to do it - i am all ears :D | 14:40:47 |
| * @qbit:tapenet.org eyes the duplicate buildInputs and nativeBuildInputs | 14:41:14 |
29 Sep 2022 |
@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 | I will assume so: https://github.com/NixOS/nixpkgs/pull/193555 | 17:46:46 |
@janne.hess:helsinki-systems.de | Also nice that metacpan got a visual overhault | 17:47:35 |
@janne.hess:helsinki-systems.de | * Also nice that metacpan got a visual overhaul | 17:47:36 |
3 Oct 2022 |
hexa | Hi, I have a libxcrypt build that currently fails somewhere in a perl script | 12:08:00 |
hexa | * Hi, I have a libxcrypt build that currently fails somewhere in a perl script, though only on musl | 12:08:15 |
hexa | 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 | adding PathTools results in a infinite recursion 😄 | 12:10:13 |
hexa | this is the script https://github.com/besser82/libxcrypt/blob/v4.4.28/build-aux/scripts/expand-selected-hashes | 12:10:43 |
hexa | guess I can just patch out findbin entirely | 12:13:45 |
hexa | * guess I can just patch out findbin entirely, but then I land at | 12:14:06 |
hexa | > 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 |