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

Compile for Linux // Create Snap Package #4

Open
Miserlou opened this issue May 18, 2018 · 5 comments
Open

Compile for Linux // Create Snap Package #4

Miserlou opened this issue May 18, 2018 · 5 comments
Labels
enhancement New feature or request packaging

Comments

@Miserlou
Copy link
Owner

No description provided.

@Miserlou Miserlou added enhancement New feature or request packaging labels May 18, 2018
@Miserlou
Copy link
Owner Author

Mostly taken care of with snap install loop-rs --beta, though then loop is installed to loop-rs, which is shitty. I have filed a request for loop.

@codehz
Copy link

codehz commented Jun 28, 2018

Snap package cannot found system installed binary, for example

cat plan | loop-rs 'curl -O -J -L $ITEM'

it say:

sh: 1: curl: not found

When I specify the path like /usr/bin/curl
it say

sh: 1: /usr/bin/curl: not found

@Miserlou
Copy link
Owner Author

Is it just curl? Or any system binary?

@codehz
Copy link

codehz commented Jun 29, 2018

Any system binary(but snap also provide some common binary)
for example loop-rs 'ls /bin|wc' --until-success

    133     133     991

but execute ls /bin|wc directly

   4767    4767   50358

@codehz
Copy link

codehz commented Jun 29, 2018

Snap is actually using it's own rootfs, only /home folder are shared with host OS

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request packaging
Projects
None yet
Development

No branches or pull requests

2 participants