sync-engine icon indicating copy to clipboard operation
sync-engine copied to clipboard

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

Open owcz opened this issue 8 years ago • 8 comments

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 avatar Nov 29 '16 21:11 owcz

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

unsalted avatar Dec 22 '16 22:12 unsalted

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

owcz avatar Dec 23 '16 04:12 owcz

I ran in to the same issue tonight, testing if there is a way around it may just need to be a conditional dependency.

On Thu, Dec 22, 2016 at 9:01 PM -0700, "Wolf" [email protected] wrote:

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

— You are receiving this because you commented. Reply to this email directly, view it on GitHub, or mute the thread.

unsalted avatar Dec 23 '16 05:12 unsalted

Is there any work around it?

joaofl avatar Jan 10 '17 17:01 joaofl

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

eullerborges avatar Jan 21 '17 03:01 eullerborges

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.

joaofl avatar Jan 23 '17 17:01 joaofl

Hi, same issue on my odroid XU4

zxvfxwing avatar May 13 '17 21:05 zxvfxwing

try $ sudo apt-get install libz1

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

gabrielsr avatar Aug 15 '18 02:08 gabrielsr