Skip to content
New issue

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

Build failure: zapzap #349696

Closed
CheezuzCrust opened this issue Oct 19, 2024 · 1 comment
Closed

Build failure: zapzap #349696

CheezuzCrust opened this issue Oct 19, 2024 · 1 comment
Labels
0.kind: build failure A package fails to build

Comments

@CheezuzCrust
Copy link

Steps To Reproduce

Steps to reproduce the behavior:

  1. build zapzap 5.3.1 (on nixpkgs unstable, add it to your environment.packages and do nixos-rebuild)

Build log

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

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.

[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.

@CheezuzCrust CheezuzCrust added the 0.kind: build failure A package fails to build label Oct 19, 2024
@ghpzin
Copy link
Contributor

ghpzin commented Oct 19, 2024

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

Previous build failed on python312Packages.pyqt6 (same as in your logs):
https://hydra.nixos.org/build/274825813

@aucub aucub closed this as completed Dec 23, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
0.kind: build failure A package fails to build
Projects
None yet
Development

No branches or pull requests

3 participants