| 25 Nov 2023 |
Ivan Mincik (imincik) | But it breaks a build | 11:18:29 |
nebucatnetzer13 | Can someone with the right please apply the required labels? https://github.com/NixOS/nixpkgs/pull/269854 | 11:22:12 |
| Lorenz Brun joined the room. | 11:26:19 |
Lorenz Brun | Simple one-liner fix for https://hydra.nixos.org/build/241853893/nixlog/2: https://github.com/NixOS/nixpkgs/pull/269853 | 11:27:01 |
Lorenz Brun | FYI if anyone's working on the Linux 5.10 failure: This looks like it is caused by a bad backport by upstream, should be fixed by upstream, see https://lore.kernel.org/stable/87wmu6oiwe.fsf@gentoo.org/ | 11:33:42 |
zopieux | In reply to @zopieux:matrix.zopi.eu call for help: nix-build -A tests.writers.simple.pypy2 fails because it invokes a py3 file with a py2 interpreter, but according to this bit it should use py2; so I suppose there some plumbing not working as it should? (someone is helping already, thanks) | 11:42:54 |
seirl | I'm looking at a pyvoro failure: https://hydra.nixos.org/build/242068009/nixlog/1 | 11:47:36 |
Auguste Baum | Looking at wasmer-python | 11:49:33 |
infinisil | https://nixos.org/manual/nixpkgs/unstable/#sec-building-stdenv-package-in-nix-shell | 11:55:23 |
Lorenz Brun | There are a few transient failures on https://zh.fail/ (cloudflare-certmgr-pull-51.patch, nixos-icons). Hydra does not seem to distinguish between transient and permanent failures, how do these get fixed? | 11:58:52 |
infinisil | mfrischknecht:
diff --git a/pkgs/top-level/php-packages.nix b/pkgs/top-level/php-packages.nix
index 3810390f7862..e702a8be1ee4 100644
--- a/pkgs/top-level/php-packages.nix
+++ b/pkgs/top-level/php-packages.nix
@@ -596,7 +596,13 @@ lib.makeScope pkgs.newScope (self: with self; {
doCheck = false;
}
{ name = "sodium"; buildInputs = [ libsodium ]; }
- { name = "sqlite3"; buildInputs = [ sqlite ]; }
+ {
+ name = "sqlite3";
+ buildInputs = [ sqlite ];
+ postPatch = ''
+ rm ext/sqlite3/tests/sqlite3_bind_bug68849.phpt
+ '';
+ }
{ name = "sysvmsg"; }
{ name = "sysvsem"; }
{ name = "sysvshm"; }
| 12:00:41 |
nebucatnetzer13 | system.activationScripts.diff = {
supportsDryActivation = true;
text = ''
if [[ -e /run/current-system ]]; then
${pkgs.nix}/bin/nix store diff-closures /run/current-system "$systemConfig"
fi
'';
};
| 12:11:24 |
| Elton Vecchietti joined the room. | 12:13:44 |
Elton Vecchietti | UX workshop URL https://miro.com/app/board/uXjVMEGCPgk=/ | 12:14:12 |
infinisil | mfrischknecht: https://github.com/NixOS/nixpkgs/tree/master/pkgs#patches | 12:19:05 |
| Jeremy Stucki joined the room. | 12:22:36 |
| Jonas Chevalier joined the room. | 12:23:01 |
Lorenz Brun | https://lore.kernel.org/linux-arm-kernel/20231008200219.3055781-1-lorenz@brun.one/ | 12:24:50 |
mfrischknecht | infinisil: A rm-Patch really works. So I guess empty PHP-Tests still fail... | 12:38:32 |
infinisil | mfrischknecht: Oh interesting, so I guess a patch to remove it should be good | 12:43:01 |
seirl | what's the policy for removing abandonware? | 13:01:10 |
seirl | from nixpkgs | 13:01:15 |
seirl | https://github.com/NixOS/nixpkgs/pull/269886 marking the package as broken :) | 13:18:53 |
mfrischknecht | Lorenz Brun: https://www.sqlite.org/forum/forumpost/abbb95376ec6cd5f | 13:25:47 |
mfrischknecht | Lorenz Brun: https://github.com/php/php-src/issues/12076 | 13:25:56 |
infinisil | nebucatnetzer13: https://gist.github.com/infinisil/a80a3859dd3c9390c7114b427d2052bd | 13:25:59 |
tricktron | https://github.com/NixOS/nixpkgs/pull/269894 | 13:52:20 |
mfrischknecht | In reply to @infinisil:matrix.org mfrischknecht: Oh interesting, so I guess a patch to remove it should be good infinisil: Sorry about the delay. Wasn't sure how much data I should gather into the PR. See: https://github.com/NixOS/nixpkgs/pull/269897 | 13:59:13 |
@delroth:delroth.net | https://github.com/NixOS/nixpkgs/pull/269862 | 14:02:32 |
Lorenz Brun | https://github.com/NixOS/nixpkgs/pull/269898 | 14:06:16 |