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

setup.sh E: Unable to locate package lib32z1-dev #414

Open
owcz opened this issue Nov 29, 2016 · 8 comments
Open

setup.sh E: Unable to locate package lib32z1-dev #414

owcz opened this issue Nov 29, 2016 · 8 comments

Comments

@owcz
Copy link

owcz commented Nov 29, 2016

Reading package lists... Done
Building dependency tree       
Reading state information... Done
Note, selecting 'libxslt1-dev' instead of 'libxslt-dev'
E: Unable to locate package lib32z1-dev

setup.sh fails with this error. I've tried a variety of :i386 alternative packages... imagine I'm not the only person getting this error though. Ubuntu Xenial 16.04, using ARM processor. Also installed libssl-dev.

$ sudo apt-get install lib32z1-dev
Reading package lists... Done
Building dependency tree       
Reading state information... Done
E: Unable to locate package lib32z1-dev

Is it not in the standard sources?

@owcz owcz changed the title E: Unable to locate package lib32z1-dev script.sh E: Unable to locate package lib32z1-dev Nov 29, 2016
@owcz owcz changed the title script.sh E: Unable to locate package lib32z1-dev setup.sh E: Unable to locate package lib32z1-dev Nov 29, 2016
@unsalted
Copy link

lib32z1-dev doesn't have an armhf package. It's only for amd64.

@owcz
Copy link
Author

owcz commented Dec 23, 2016

If a dependency won't build on ARM processors, would be worth noting in the readme

@unsalted
Copy link

unsalted commented Dec 23, 2016 via email

@joaofl
Copy link

joaofl commented Jan 10, 2017

Is there any work around it?

@eullerborges
Copy link

I am also interested in running the sync engine on an Odroid C2, please share if you find a way around.

@joaofl
Copy link

joaofl commented Jan 23, 2017

After researching a bit, I found out that Nylas uses a couple of libraries which are only available for x86 x64 architectures. For some reason it is not available for ARM...

And even setting it up on your desktop is already challenging enough, such that I gave up. Virtual machines etc...

Seems that they dont want to facilitate for the personal server owners.

@zxvfxwing
Copy link

Hi, same issue on my odroid XU4

@gabrielsr
Copy link

try
$ sudo apt-get install libz1

libz1 seems to be be multiarch package providing the same compression of lib32z1

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

6 participants