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

openxpki: fix build, use current python3Packages #46860

Merged
merged 1 commit into from Sep 19, 2018
Merged

Conversation

xeji
Copy link
Contributor

@xeji xeji commented Sep 18, 2018

Motivation for this change

ZHF #45960.

This package depended on obsolete python34Packages. Build failed because python34Packages.pytest didn't build anymore: https://hydra.nixos.org/build/81209561. Use python3Packages instead.

Things done
  • built in a sandbox on NixOS

Build used python34Packages and failed because python34Packages.pytest
didn't build anymore. Use python3Packages instead.
@GrahamcOfBorg
Copy link

No attempt on x86_64-darwin (full log)

The following builds were skipped because they don't evaluate on x86_64-darwin: openxpki

Partial log (click to expand)


a) For `nixos-rebuild` you can set
  { nixpkgs.config.allowUnsupportedSystem = true; }
in configuration.nix to override this.

b) For `nix-env`, `nix-build`, `nix-shell` or any other Nix command you can add
  { allowUnsupportedSystem = true; }
to ~/.config/nixpkgs/config.nix.


@GrahamcOfBorg
Copy link

Success on x86_64-linux (full log)

Attempted: openxpki

Partial log (click to expand)

head: error writing 'standard output': Broken pipe
head: error writing 'standard output': Broken pipe
head: error writing 'standard output': Broken pipe
checking for references to /build in /nix/store/j9gcvalnpx5nx9bgv4l7jb9ay9klkz3q-perl5.28.0-openxpki-git20150807...
shrinking RPATHs of ELF executables and libraries in /nix/store/xy2nx05gmhxkp8vd2r450nc4apbpay2b-perl5.28.0-openxpki-git20150807-devdoc
gzipping man pages under /nix/store/xy2nx05gmhxkp8vd2r450nc4apbpay2b-perl5.28.0-openxpki-git20150807-devdoc/share/man/
strip is /nix/store/h0lbngpv6ln56hjj59i6l77vxq25flbz-binutils-2.30/bin/strip
patching script interpreter paths in /nix/store/xy2nx05gmhxkp8vd2r450nc4apbpay2b-perl5.28.0-openxpki-git20150807-devdoc
checking for references to /build in /nix/store/xy2nx05gmhxkp8vd2r450nc4apbpay2b-perl5.28.0-openxpki-git20150807-devdoc...
/nix/store/j9gcvalnpx5nx9bgv4l7jb9ay9klkz3q-perl5.28.0-openxpki-git20150807

@GrahamcOfBorg
Copy link

Timed out, unknown build status on aarch64-linux (full log)

Attempted: openxpki

Partial log (click to expand)

patching script interpreter paths in /nix/store/l64wfkj2vdg4jhj2xnxig5giblkii2w0-perl5.28.0-Workflow-1.45
checking for references to /build in /nix/store/l64wfkj2vdg4jhj2xnxig5giblkii2w0-perl5.28.0-Workflow-1.45...
shrinking RPATHs of ELF executables and libraries in /nix/store/n9nri92is3nhrjigsjnnmdqm6xzjs8ck-perl5.28.0-Workflow-1.45-devdoc
gzipping man pages under /nix/store/n9nri92is3nhrjigsjnnmdqm6xzjs8ck-perl5.28.0-Workflow-1.45-devdoc/share/man/
strip is /nix/store/y4ymnvgxygpq05h03kyzbj572zmh6zla-binutils-2.30/bin/strip
patching script interpreter paths in /nix/store/n9nri92is3nhrjigsjnnmdqm6xzjs8ck-perl5.28.0-Workflow-1.45-devdoc
checking for references to /build in /nix/store/n9nri92is3nhrjigsjnnmdqm6xzjs8ck-perl5.28.0-Workflow-1.45-devdoc...
building of '/nix/store/pkv7jq9rjq1wqi0s6fnknh2vg7bhqjn5-perl5.28.0-Sys-SigAction-0.23.drv' timed out after 3600 seconds
cannot build derivation '/nix/store/l93r050qy4xs79cfl6a01ji8mph4xq8w-perl5.28.0-openxpki-git20150807.drv': 1 dependencies couldn't be built
error: build of '/nix/store/l93r050qy4xs79cfl6a01ji8mph4xq8w-perl5.28.0-openxpki-git20150807.drv' failed

@xeji xeji merged commit 0126822 into NixOS:master Sep 19, 2018
xeji added a commit that referenced this pull request Sep 19, 2018
Build used python34Packages and failed because python34Packages.pytest
didn't build anymore. Use python3Packages instead.

(cherry picked from commit 0126822)
@xeji xeji deleted the p/openxpki branch September 19, 2018 14:17
@xeji
Copy link
Contributor Author

xeji commented Sep 19, 2018

backported; 2c43ad2

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants