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

archivebox: use hash instead of sha256 #186842

Merged
merged 1 commit into from
Aug 16, 2022

Conversation

Lassulus
Copy link
Member

Description of changes
Things done
  • Built on platform(s)
    • x86_64-linux
    • aarch64-linux
    • x86_64-darwin
    • aarch64-darwin
  • For non-Linux: Is sandbox = true set in nix.conf? (See Nix manual)
  • Tested, as applicable:
  • Tested compilation of all packages that depend on this change using nix-shell -p nixpkgs-review --run "nixpkgs-review rev HEAD". Note: all changes have to be committed, also see nixpkgs-review usage
  • Tested basic functionality of all binary files (usually in ./result/bin/)
  • 22.11 Release Notes (or backporting 22.05 Release notes)
    • (Package updates) Added a release notes entry if the change is major or breaking
    • (Module updates) Added a release notes entry if the change is significant
    • (Module addition) Added a release notes entry if adding a new NixOS module
    • (Release notes changes) Ran nixos/doc/manual/md-to-db.sh to update generated release notes
  • Fits CONTRIBUTING.md.

@mweinelt
Copy link
Member

error: builder for '/nix/store/jrp96x8mpjphn4wrhidv2d98zy2ln4jq-python3.10-django-extensions-3.2.0.drv' failed with exit code 1;
       last 10 log lines:
       > removing build/bdist.linux-x86_64/wheel
       > Finished executing setuptoolsBuildPhase
       > installing
       > Executing pipInstallPhase
       > /build/source/dist /build/source
       > Processing ./django_extensions-3.2.0-py3-none-any.whl
       > ERROR: Could not find a version that satisfies the requirement Django>=3.2 (from django-extensions) (from versions: none)
       > ERROR: No matching distribution found for Django>=3.2
       >
       > builder for '/nix/store/jrp96x8mpjphn4wrhidv2d98zy2ln4jq-python3.10-django-extensions-3.2.0.drv' failed with exit code 1
       For full logs, run 'nix log /nix/store/jrp96x8mpjphn4wrhidv2d98zy2ln4jq-python3.10-django-extensions-3.2.0.drv'.
error: 1 dependencies of derivation '/nix/store/k5f62hs8fgy2c4sb44a60pxa43d285ar-archivebox-0.6.2.drv' failed to build

@Mindavi
Copy link
Contributor

Mindavi commented Aug 15, 2022

Heh, yeah that only works if the original builder also uses hash

@mweinelt
Copy link
Member

Django uses hash since the 3.2.15 upgrade, so this change is warranted.

@Lassulus
Copy link
Member Author

error: builder for '/nix/store/jrp96x8mpjphn4wrhidv2d98zy2ln4jq-python3.10-django-extensions-3.2.0.drv' failed with exit code 1;
       last 10 log lines:
       > removing build/bdist.linux-x86_64/wheel
       > Finished executing setuptoolsBuildPhase
       > installing
       > Executing pipInstallPhase
       > /build/source/dist /build/source
       > Processing ./django_extensions-3.2.0-py3-none-any.whl
       > ERROR: Could not find a version that satisfies the requirement Django>=3.2 (from django-extensions) (from versions: none)
       > ERROR: No matching distribution found for Django>=3.2
       >
       > builder for '/nix/store/jrp96x8mpjphn4wrhidv2d98zy2ln4jq-python3.10-django-extensions-3.2.0.drv' failed with exit code 1
       For full logs, run 'nix log /nix/store/jrp96x8mpjphn4wrhidv2d98zy2ln4jq-python3.10-django-extensions-3.2.0.drv'.
error: 1 dependencies of derivation '/nix/store/k5f62hs8fgy2c4sb44a60pxa43d285ar-archivebox-0.6.2.drv' failed to build

This seems like another issue, but we don't have it on 22.05. So I would merge this first and backport and maybe investigate later into this new issue

@Lassulus Lassulus merged commit ff72265 into NixOS:staging-next Aug 16, 2022
@github-actions
Copy link
Contributor

Successfully created backport PR #187013 for release-22.05.

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.

3 participants