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

python3Packages.blspy: broken #144209

Closed
bbjubjub2494 opened this issue Nov 2, 2021 · 1 comment
Closed

python3Packages.blspy: broken #144209

bbjubjub2494 opened this issue Nov 2, 2021 · 1 comment
Labels

Comments

@bbjubjub2494
Copy link
Member

Describe the bug

Since #141684, the package cannot build.

Steps To Reproduce

Steps to reproduce the behavior:

  1. nix build nixpkgs#python3Packages.blspy
  2. importsCheckPhase fails with
ImportError: /nix/store/cc6vwnq87hpgywihdn55ajf96lhwfqvi-python3.9-blspy-1.0.6/lib/python3.9/site-packages/blspy.cpython-39-x86_64-linux-gnu.so: undefined symbol: _ZN3bls9GTElement4SIZEE

Expected behavior

Package builds

Screenshots

If applicable, add screenshots to help explain your problem.

Additional context

I believe this is just a matter of definition-vs-declaration semantics in different versions of the C++ standard. I will submit a patch upstream and backport

Notify maintainers

@lourkeur @Atemu

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 5.10.76, NixOS, 21.11 (Porcupine)`
 - multi-user?: `yes`
 - sandbox: `yes`
 - version: `nix-env (Nix) 2.5pre20211007_844dd90`
 - nixpkgs: `/nix/store/8m51fq11k6nrgvqiphjxrdgy701bmpzm-source`

Maintainer information:

# a list of nixpkgs attributes affected by the problem
attribute:
  - python3Packages.blspy
  - chia
# a list of nixos modules affected by the problem
module:
@bbjubjub2494 bbjubjub2494 added the 0.kind: bug Something is broken label Nov 2, 2021
@bbjubjub2494
Copy link
Member Author

related: #141684 (comment)

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

No branches or pull requests

2 participants