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

1.6.5 compile issue on Linux Mint #1204

Closed
dpetzel opened this issue Dec 4, 2014 · 3 comments
Closed

1.6.5 compile issue on Linux Mint #1204

dpetzel opened this issue Dec 4, 2014 · 3 comments

Comments

@dpetzel
Copy link

dpetzel commented Dec 4, 2014

Running Linux Mint 16, I was getting a compile error (sorry I was an idiot and didn't save the error before I fixed it). The log was alluding to lzma being missing.

I was attempting to install per the instructions here: http://www.nokogiri.org/tutorials/installing_nokogiri.html. I needed to install liblzma-dev before it would compile. So as requested on that page, it didn't work for me so I'm opening a bug :)

Things worked once I did a sudo apt-get install liblzma-dev. Not sure if you wan't add this step to the Ubuntu instructions or not, but figured I'd mention it.

cat /etc/os-release 
NAME="Ubuntu"
VERSION="13.10, Saucy Salamander"
ID=ubuntu
ID_LIKE=debian
PRETTY_NAME="Ubuntu 13.10"
VERSION_ID="13.10"
@flavorjones
Copy link
Member

Hi,

Thanks for reporting this. It's definitely strange, as I run Mint myself, and have never seen this issue. If you see it again, please do ship us the logs.

There's a known related issue with zlib1, which we've got some open issues to make more user-friendly at install time. To that end, I'm going to close this.

@dpetzel
Copy link
Author

dpetzel commented Jan 12, 2015

FWIW, I ran into this again tonight, while testing on Travis. You can see the build fails here: https://travis-ci.org/dpetzel/chef-yum_mesosphere/builds/46685406

I updated my travis.yml to install liblzma-dev (no other changes were made), and the build then worked as you can bee seen here: https://travis-ci.org/dpetzel/chef-yum_mesosphere/builds/46685537.

In this case since its travis is Ubuntu 12.04 I believe, and not Mint as was the case when I originally reported this.

@flavorjones
Copy link
Member

For the record, the existing bug report (I believe it's related, anyway) for this condition is #1213. That should be in 1.6.6, soon. If 1.6.6 doesn't address this issue, let's reopen this ticket.

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