Sender | Message | Time |
---|---|---|
30 Nov 2023 | ||
system() calls /bin/sh when it thinks that it needs a shell | 01:57:37 | |
What are you trying to do specifically? Do you have an example I can look at? | 01:57:50 | |
(getting some sleep now, but will check in again tomorrow) | 01:58:04 | |
Ready for review/merge: https://github.com/NixOS/nixpkgs/pull/269996 | 15:34:33 | |
In reply to @stigo:matrix.orgI'm trying to package https://salsa.debian.org/perl-team/modules/packages/equivs, which is a perl script that includes a system() call. | 20:14:13 | |
I packaged it just fine, but the resulting program fails with
| 20:14:45 | |
In reply to @stigo:matrix.org Here's something you can drop in
| 23:50:38 | |
Without a working /bin/sh in my sandbox (check the nix-daemon
| 23:51:24 | |
1 Dec 2023 | ||
happy december | 00:45:15 | |
https://www.openwall.com/lists/oss-security/2023/12/01/1 | 00:45:15 | |
In reply to @hexa:lossy.networkFixes for these are in staging from PR#269996 | 15:29:02 | |
5 Dec 2023 | ||
00:38:22 | ||
10 Dec 2023 | ||
18:29:43 | ||
13 Dec 2023 | ||
hi, i'm back again hoping to get some guidance. i'm troubleshooting this issue: https://github.com/NixOS/nixpkgs/issues/271880 from what i can discern, slimserver seems to be failing to load the files from | 18:41:55 | |
i suspect that i need to tell slimserver to also load from the auto directories from our perl packages, but i'm kind of at a loss on the best way to proceed | 18:42:45 | |
My thinking at the time was to look at why slimserver needs specific versions of vendored packages (for example DBI), and try to patch slimserver to be able to use the latest ones. I havent looked at the issue yet tho, can do tomorrow eve. | 18:59:46 | |
* My thinking at the time was to look at why slimserver needs specific versions of vendored packages (for example DBI), and try to patch slimserver to be able to use the latest ones. I havent looked at the issue yet tho, can do tomorrow eve unless someone beats me to it :) | 19:00:07 | |
Should `auto` be loaded from automatically? | 19:39:53 | |
In reply to @stigo:matrix.orgThe originally nix packager asked this over 6 years ago: https://github.com/Logitech/slimserver/issues/138 | 19:53:52 | |
In reply to @adam:robins.wtf auto in @INC is used by AutoLoader afaik, I dont think you should need to point to it specifically | 20:00:26 | |
well in my case i'm just trying to scan a media library, and scanner.pl is failing with: | 20:10:54 | |
| 20:10:57 | |
The error message provided in the issue says that the _scan method is missing from the Audio::Scan | 20:11:26 | |
yep | 20:11:29 | |
* The error message provided in the issue says that the _scan method is missing from the Audio::Scan namespace | 20:11:38 | |
https://github.com/andygrundman/Audio-Scan/blob/fc617aa26899cc6591f8fe3d7b448956974d14d5/Scan.xs#L217 | 20:11:48 | |
which comes from there i believe | 20:11:54 |