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

Support to build ros_comm in nix sandbox #68

Open
akru opened this issue Nov 2, 2018 · 4 comments
Open

Support to build ros_comm in nix sandbox #68

akru opened this issue Nov 2, 2018 · 4 comments

Comments

@akru
Copy link
Member

akru commented Nov 2, 2018

The problem

Currently building something with catkin fails when sandbox is enabled.

Affected

Related issues

@akru
Copy link
Member Author

akru commented Nov 16, 2018

@nschoe Currently I try to build catkin package only in sandbox and have error around build scripts because /usr/bin/env is out of scope in nix sandbox.

@nschoe
Copy link

nschoe commented Nov 16, 2018

@akru hum okay. But I thought we needed to disable sandbox building in configuration.nix as per your answer in #67 . So what do you mean when you say you are building catkin in a sandbox?

@akru
Copy link
Member Author

akru commented Nov 16, 2018

Error reproduce scenario is:

  1. I turn ON nix sandbox in /etc/nixos/configuration.nix
{ nix.useSandbox = true; }
  1. cd airapkgs && nix-build -A catkin

without enabling sandbox build is ok.

@nschoe
Copy link

nschoe commented Nov 16, 2018

Oh, right. I understand now.

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

No branches or pull requests

2 participants