5 Mar 2023 |
hexa | yeah and of course on second retry the error is gone | 03:04:38 |
hexa | hydra is sooo annoying these adys | 03:04:46 |
hexa | * hydra is sooo annoying these days | 03:04:49 |
17 Mar 2023 |
hexa | please resolve https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/thread/CSD3O3LQSW7QZLM33RFCIW3TFNXLB7QD/ | 07:13:38 |
hexa | and please also https://hydra.nixos.org/log/kxis61qngs6xfgpxfvyvq2rq1zqjkjgy-perl5.36.0-Authen-Simple-0.5.drv on staging-next | 10:25:25 |
hexa | our crypt(3) function does not provide weak hashing algos any longer | 10:25:40 |
18 Mar 2023 |
hexa | In reply to @hexa:lossy.network please resolve https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/thread/CSD3O3LQSW7QZLM33RFCIW3TFNXLB7QD/ https://github.com/NixOS/nixpkgs/pull/221794 | 09:26:18 |
hexa | stigo: do you have time to look into authen-simple on staging-next? | 10:50:50 |
hexa | it needs some tests disabled ideally | 10:50:56 |
hexa | not aware of the facilities available in buildPerlPackage | 10:51:08 |
20 Mar 2023 |
| MGlolenstine joined the room. | 07:17:07 |
MGlolenstine | hi, I'm trying to package remotebox version 3.1 for nixpkgs and I've been hitting a block... I don't know Perl, but the error isn't helping much either. The error I receive is 500 Can't locate object method "new" via package "LWP::Protocol::http::Socket whenever I try to connect to the server. I do have LWP and other libraries included (SOAPLite and TinyTry), because it was asking for them, but I cannot figure out what the issue here is. The nixpkgs packaged version is 6.67 and the latest is 6.68, but I haven't seen any differences in the LWP::Protocol::http between them. | 07:19:59 |
23 Mar 2023 |
| quentin joined the room. | 20:00:57 |
25 Mar 2023 |
hexa | zakame, stigo, Janne Heß https://hydra.nixos.org/build/213477428 | 14:36:14 |
hexa | some help required on staging-next | 14:36:19 |
hexa | https://github.com/NixOS/nixpkgs/pull/221461#issuecomment-1482572048 | 14:36:36 |
stigo | In reply to @hexa:lossy.network zakame, stigo, Janne Heß https://hydra.nixos.org/build/213477428 I'll have a look | 18:47:49 |
hexa | thank | 19:09:10 |
hexa | * thanks | 21:17:44 |
stigo | In reply to @stigo:matrix.org I'll have a look Fixed in https://github.com/NixOS/nixpkgs/pull/223138 | 22:08:39 |
stigo | ... nice to get rid of the very old crypt() stuff tbh | 22:09:16 |
stigo | In reply to @hexa:lossy.network stigo: do you have time to look into authen-simple on staging-next? Sorry, missed this one! :-/ | 22:10:46 |
hexa | nobody should be able to use DES anymore 🙂 | 22:15:56 |
26 Mar 2023 |
stigo | Seems to be some additional fallout, like Authen::Htpassword, looking at those | 00:19:02 |
stigo | In reply to @stigo:matrix.org Seems to be some additional fallout, like Authen::Htpassword, looking at those Fixed in https://github.com/NixOS/nixpkgs/pull/223180 | 02:30:53 |
3 Apr 2023 |
stigo | Does anyone have some tips on parsing nix files? My Regexp::Common approach on perl-packages.nix is failing now. Specifically, I need to figure out the offsets in the file where a particular derivation is defined. | 15:16:08 |
stigo |
| 15:17:57 |
stigo | * ($RE{balanced}{-parens=>'{}'})/gx) {
| 15:18:12 |
stigo | * while ($nix =~ m/(([\w-]+)\s+=\s+buildPerl(Package|Module)\s+(?:rec)?\s*)
($RE{balanced}{-parens=>'{}'})/gx) {
| 15:18:39 |
stigo | ^^ this hack used to work, but it's kinda fragile and was wondering if there is a more correct way of parsing it | 15:19:13 |