!oeFELgatfbdiAEkJAY:nixos.org

Nix Zürich

114 Members
https://zurich.nix.ug/ - Next ZHF event 24-25 May 202527 Servers

Load older messages


SenderMessageTime
25 Nov 2023
@infinisil:matrix.orginfinisil tricktron: pkgs/development/lisp-modules/nix-cl.nix -> makeOverridableLispPackage 10:24:30
@seirl:matrix.orgseirli'm looking at fixing psutil if noone is working on this https://hydra.nixos.org/build/24192514810:45:26
@zopieux:matrix.zopi.euzopieux 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? 10:47:05
@zopieux:matrix.zopi.euzopieuxlooks like pypy 7.3.12 --> dep pypy_prebuilt --> dep pypy2.7, which uses py3 hook with a py2 interpreter10:48:51
@zopieux:matrix.zopi.euzopieux * looks like pypy 7.3.12 --> dep pypy_prebuilt --> dep pypy2.7-pycparser which uses py3 hook with a py2 interpreter 10:49:06
@zopieux:matrix.zopi.euzopieux(the issue gets fixed if I make the py3 hook py2-compatible)10:50:54
@zopieux:matrix.zopi.euzopieux * (the issue gets fixed if I make the py3 hook py2-compatible, but that's not a proper fix)10:52:23
@imincik:matrix.orgIvan Mincik (imincik) May I kindly as somebody with write permissions to merge this PR ? Thank you very much. 11:00:07
@augustebaum:matrix.orgAuguste Baum looking at python3Packages.pydantic-extra-types 11:06:40
@seirl:matrix.orgseirlthis should fix the darwin build of psutils but i don't have a darwin machine to test it, can i just wait for the github checks? https://github.com/NixOS/nixpkgs/pull/26984511:09:08
@imincik:matrix.orgIvan Mincik (imincik) delroth: are you here in the room ? 11:12:43
@delroth:delroth.net@delroth:delroth.netyes11:13:48
@delroth:delroth.net@delroth:delroth.netsecond row second from the left11:13:59
@imincik:matrix.orgIvan Mincik (imincik)

Can somebody help me with this error:

error: derivation '/nix/store/vpqdfii0wxr07lllar5lzyma87kah9rf-hdf5-1.14.3.drv' may not be deterministic: output '/nix/store/s6asby9qs04vfrn6fwyymaa706hhr6ry-hdf5-1.14.3' differs
``` ?
11:16:29
@infinisil:matrix.orginfinisil Ivan Mincik (imincik): Unless you care about making it deterministic, this error is fine :) 11:18:01
@imincik:matrix.orgIvan Mincik (imincik)But it breaks a build 11:18:29
@nebucatnetzer13:matrix.orgnebucatnetzer13Can someone with the right please apply the required labels? https://github.com/NixOS/nixpkgs/pull/26985411:22:12
@lorenz.brun:matrix.orgLorenz Brun joined the room.11:26:19
@lorenz.brun:matrix.orgLorenz BrunSimple one-liner fix for https://hydra.nixos.org/build/241853893/nixlog/2: https://github.com/NixOS/nixpkgs/pull/26985311:27:01
@lorenz.brun:matrix.orgLorenz BrunFYI 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:matrix.zopi.euzopieux
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:matrix.orgseirlI'm looking at a pyvoro failure: https://hydra.nixos.org/build/242068009/nixlog/111:47:36
@augustebaum:matrix.orgAuguste Baum Looking at wasmer-python 11:49:33
@infinisil:matrix.orginfinisilhttps://nixos.org/manual/nixpkgs/unstable/#sec-building-stdenv-package-in-nix-shell11:55:23
@lorenz.brun:matrix.orgLorenz BrunThere 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:matrix.orginfinisil

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:matrix.orgnebucatnetzer13
  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
@eltonux:matrix.orgElton Vecchietti joined the room.12:13:44
@eltonux:matrix.orgElton VecchiettiUX workshop URL https://miro.com/app/board/uXjVMEGCPgk=/12:14:12
@infinisil:matrix.orginfinisil mfrischknecht: https://github.com/NixOS/nixpkgs/tree/master/pkgs#patches 12:19:05

Show newer messages


Back to Room ListRoom Version: 10