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

FreeCAD does not build on unstable #43305

Closed
matejc opened this issue Jul 10, 2018 · 3 comments
Closed

FreeCAD does not build on unstable #43305

matejc opened this issue Jul 10, 2018 · 3 comments

Comments

@matejc
Copy link
Contributor

matejc commented Jul 10, 2018

Issue description

FreeCAD does not build on https://hydra.nixos.org/job/nixos/trunk-combined/nixpkgs.freecad.x86_64-linux

Steps to reproduce

Hydra does them, otherwise .. nix-env -iA freecad

Technical details

(probably not needed)

  • system: "x86_64-linux"
  • host os: Linux 4.17.4, NixOS, 18.09.git.58373c8 (Jellyfish)
  • multi-user?: yes
  • sandbox: yes
  • version: nix-env (Nix) 2.0.4
  • channels(matejc): "nixos-17.03pre98682.f673243"
  • channels(root): "nixos-17.03pre98682.f673243"
  • nixpkgs: /home/matejc/workarea/nixpkgs

Problem

Boost is not build with python anymore.

Solution

let
  boostWithPython = boost.override { enablePython = true; };
.
.
.
in

and then use boostWithPython instead of the boost in the buildInputs

Someone can use this for making PR, or wait for me until I get bored watching FreeCAD compile every time I upgrade the channel, which might be soon because it takes a long time to compile :)

@matejc
Copy link
Contributor Author

matejc commented Jul 10, 2018

@dtzWill
Copy link
Member

dtzWill commented Jul 11, 2018

Haha found this while checking no one already fixed the issue :D. Should've checked first, thanks for the great issue! PR coming shortly!

@FRidh
Copy link
Member

FRidh commented Jul 11, 2018

Pushed f96c849

@FRidh FRidh closed this as completed Jul 11, 2018
FRidh added a commit that referenced this issue Jul 11, 2018
Fooled yet again by `with`; the wrong version of `boost` was used.
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

3 participants