We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Steps to reproduce the behavior:
error: builder for '/nix/store/0nhmnczybdkh8xbhrdkr8nfrhbm15yvr-python3.12-pyqt6-6.7.0.dev2404081550.drv' failed with exit code 1; last 25 log lines: > make[1]: *** [Makefile:2474: sipQtCoreQXmlStreamEntityDeclaration.o] Error 1 > make[1]: *** [Makefile:2488: sipQtCoreQXmlStreamNamespaceDeclaration.o] Error 1 > /build/tmp8o3m4ejn/QtCore/sipQtCoreQXmlStreamNotationDeclaration.cpp: In function ‘PyObject* slot_QXmlStreamNotationDeclaration___ne__(PyObject*, PyObject*)’: > /build/tmp8o3m4ejn/QtCore/sipQtCoreQXmlStreamNotationDeclaration.cpp:130:71: error: ‘class QXmlStreamNotationDeclaration’ has no member named ‘operator!=’ > 130 | sipRes = sipCpp->::QXmlStreamNotationDeclaration::operator!=(*a0); > | ^~ > /build/tmp8o3m4ejn/QtCore/sipQtCoreQXmlStreamNotationDeclaration.cpp: In function ‘PyObject* slot_QXmlStreamNotationDeclaration___eq__(PyObject*, PyObject*)’: > /build/tmp8o3m4ejn/QtCore/sipQtCoreQXmlStreamNotationDeclaration.cpp:159:71: error: ‘class QXmlStreamNotationDeclaration’ has no member named ‘operator==’ > 159 | sipRes = sipCpp->::QXmlStreamNotationDeclaration::operator==(*a0); > | ^~ > make[1]: *** [Makefile:2481: sipQtCoreQXmlStreamNotationDeclaration.o] Error 1 > /build/tmp8o3m4ejn/QtCore/sipQtCoreQXmlStreamAttribute.cpp: In function ‘PyObject* slot_QXmlStreamAttribute___ne__(PyObject*, PyObject*)’: > /build/tmp8o3m4ejn/QtCore/sipQtCoreQXmlStreamAttribute.cpp:211:61: error: ‘class QXmlStreamAttribute’ has no member named ‘operator!=’ > 211 | sipRes = sipCpp->::QXmlStreamAttribute::operator!=(*a0); > | ^~ > /build/tmp8o3m4ejn/QtCore/sipQtCoreQXmlStreamAttribute.cpp: In function ‘PyObject* slot_QXmlStreamAttribute___eq__(PyObject*, PyObject*)’: > /build/tmp8o3m4ejn/QtCore/sipQtCoreQXmlStreamAttribute.cpp:240:61: error: ‘class QXmlStreamAttribute’ has no member named ‘operator==’ > 240 | sipRes = sipCpp->::QXmlStreamAttribute::operator==(*a0); > | ^~ > make[1]: *** [Makefile:2495: sipQtCoreQXmlStreamAttribute.o] Error 1 > make[1]: Leaving directory '/build/tmp8o3m4ejn/QtCore' > make: *** [Makefile:68: sub-QtCore-make_first-ordered] Error 2 > _in_process.py: 'make' failed returning 2 > > ERROR Backend subprocess exited when trying to invoke build_wheel For full logs, run 'nix log /nix/store/0nhmnczybdkh8xbhrdkr8nfrhbm15yvr-python3.12-pyqt6-6.7.0.dev2404081550.drv'. error: 1 dependencies of derivation '/nix/store/ypxw6ffp8mcm8jwg19mipfri7n79rlvs-zapzap-5.3.1.drv' failed to build
Add any other context about the problem here.
Please run nix-shell -p nix-info --run "nix-info -m" and paste the result.
nix-shell -p nix-info --run "nix-info -m"
[user@system:~]$ nix-shell -p nix-info --run "nix-info -m" - system: `"x86_64-linux"` - host os: `Linux 6.6.56, NixOS, 24.11 (Vicuna), 24.11.20241016.5785b6b` - multi-user?: `yes` - sandbox: `yes` - version: `nix-env (Nix) 2.24.9` - nixpkgs: `/nix/store/w7nfn4lcfisddz14b0y8n05rjf0dl5lq-source`
Add a 👍 reaction to issues you find important.
The text was updated successfully, but these errors were encountered:
Seems to be fine on current nixos-unstable (since around 12h ago): edit: I was wrong about it, seems like it will be there only after next nixos-unstable update. Current one tries to build /nix/store/ypxw6ffp8mcm8jwg19mipfri7n79rlvs-zapzap-5.3.1.drv and fails. https://hydra.nixos.org/job/nixos/trunk-combined/nixpkgs.zapzap.x86_64-linux https://hydra.nixos.org/build/275628060
nixos-unstable
/nix/store/ypxw6ffp8mcm8jwg19mipfri7n79rlvs-zapzap-5.3.1.drv
Previous build failed on python312Packages.pyqt6 (same as in your logs): https://hydra.nixos.org/build/274825813
python312Packages.pyqt6
Sorry, something went wrong.
No branches or pull requests
Steps To Reproduce
Steps to reproduce the behavior:
Build log
Additional context
Add any other context about the problem here.
Notify maintainers
Metadata
Please run
nix-shell -p nix-info --run "nix-info -m"
and paste the result.Add a 👍 reaction to issues you find important.
The text was updated successfully, but these errors were encountered: