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

Dependencies for BinDeps #261

Open
Hydrotoast opened this issue Jan 29, 2017 · 2 comments
Open

Dependencies for BinDeps #261

Hydrotoast opened this issue Jan 29, 2017 · 2 comments

Comments

@Hydrotoast
Copy link

Hi all, I recently ran into an issue where a package would not build properly because Arch linux does not ship with an unzip command which is used by FileUnpacker if the file contains a .zip extension.


LoadError: could not spawn `unzip -x /home/hydrotoast/.julia/v0.5/HttpParser/deps/downloads/v2.7.1.zip -d /home/hydrotoast/.julia/v0.5/HttpParser/deps/src`: no such file or directory (ENOENT)
while loading /home/hydrotoast/.julia/v0.5/HttpParser/deps/build.jl, in expression starting on line 71

======================================================================================================================

===================================================[ BUILD ERRORS ]===================================================

WARNING: HttpParser had build errors.

 - packages with build errors remain installed in /home/hydrotoast/.julia/v0.5
 - build the package(s) and all dependencies with `Pkg.build("HttpParser")`
 - build a single package by running its `deps/build.jl` script

======================================================================================================================

The solution was to install unzip with the native package manager. I also see that 7z seems to be an implicit dependency for unpacking on Windows.

Could we add these dependencies to the deps/build.jl of this package to automatically resolve these dependencies?

americast added a commit to americast/BinDeps.jl that referenced this issue Feb 26, 2017
@americast
Copy link

@Hydrotoast Addressed for Arch Linux in PR #266.

Gramercy...

@rgohou
Copy link

rgohou commented Apr 27, 2017

Not fixed on FreeBSD 11

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