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

Cross-compilation is broken since glibc 2.30 got merged #79610

Closed
FRidh opened this issue Feb 9, 2020 · 1 comment · Fixed by #79738
Closed

Cross-compilation is broken since glibc 2.30 got merged #79610

FRidh opened this issue Feb 9, 2020 · 1 comment · Fixed by #79738
Labels
0.kind: bug Something is broken 0.kind: regression Something that worked before working no longer 1.severity: blocker This is preventing another PR or issue from being completed 6.topic: cross-compilation Building packages on a different platform than they will be used on
Milestone

Comments

@FRidh
Copy link
Member

FRidh commented Feb 9, 2020

Describe the bug
Cross-compilation is broken since we bumped to glibc 2.30.

To Reproduce

$ nix-build -A pkgsCross.raspberryPi.openssl
error: infinite recursion encountered, at /home/freddy/Code/libraries/nixpkgs/pkgs/top-level/all-packages.nix:13581:3
(use '--show-trace' to show detailed location information)

Maintainer information:

# a list of nixpkgs attributes affected by the problem
attribute:
# a list of nixos modules affected by the problem
module:
@FRidh FRidh added 0.kind: bug Something is broken 1.severity: blocker This is preventing another PR or issue from being completed 6.topic: cross-compilation Building packages on a different platform than they will be used on labels Feb 9, 2020
@FRidh FRidh added this to the 20.03 milestone Feb 9, 2020
@FRidh FRidh changed the title Cross-compiling is broken since glibc 2.30 got merged Cross-compilation is broken since glibc 2.30 got merged Feb 9, 2020
@vcunat vcunat added the 0.kind: regression Something that worked before working no longer label Feb 10, 2020
@vcunat
Copy link
Member

vcunat commented Feb 10, 2020

I opened a workaround PR ⬆️

Cross (boot) is probably best known by @Ericson2314 – in case you know pointers how to fix this better. (Possibly later; I don't expect we want to wait long with this PR.)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
0.kind: bug Something is broken 0.kind: regression Something that worked before working no longer 1.severity: blocker This is preventing another PR or issue from being completed 6.topic: cross-compilation Building packages on a different platform than they will be used on
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants