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

linuxPackages.bcc build fails #56724

Closed
ivan opened this issue Mar 2, 2019 · 1 comment
Closed

linuxPackages.bcc build fails #56724

ivan opened this issue Mar 2, 2019 · 1 comment

Comments

@ivan
Copy link
Member

ivan commented Mar 2, 2019

Issue description

https://hydra.nixos.org/build/89686856/nixlog/1

In file included from /build/source/src/cc/frontends/b/parser.h:21:0,
                 from /build/source/src/cc/frontends/b/loader.cc:17:
/build/source/src/cc/frontends/b/lexer.h:22:10: fatal error: FlexLexer.h: No such file or directory
 #include <FlexLexer.h>
          ^~~~~~~~~~~~~
compilation terminated.

Steps to reproduce

Try to install linuxPackages.bcc or linuxPackages_hardened.bcc on nixpkgs master.

@teto
Copy link
Member

teto commented Mar 3, 2019

I can confirm.

dtzWill added a commit to dtzWill/nixpkgs that referenced this issue Mar 4, 2019
flex is needed as buildInput too (headers, libfl),
recent strictDeps change in python caught this.

Fixes NixOS#56724
dtzWill added a commit to dtzWill/nixpkgs that referenced this issue Mar 4, 2019
flex is needed as buildInput too (headers, libfl),
recent strictDeps change in python caught this.

Fixes NixOS#56724
dtzWill added a commit to dtzWill/nixpkgs that referenced this issue Mar 8, 2019
flex is needed as buildInput too (headers, libfl),
recent strictDeps change in python caught this.

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

No branches or pull requests

2 participants