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

Problem with linux-32 bit #3

Open
megies opened this issue Jul 16, 2017 · 1 comment
Open

Problem with linux-32 bit #3

megies opened this issue Jul 16, 2017 · 1 comment
Labels

Comments

@megies
Copy link
Member

megies commented Jul 16, 2017

Trying to run tests on the built Anaconda installer for linux-32 bit is running into problems (e.g. https://travis-ci.org/obspy/anaconda-installers/jobs/253951756):

$ bash ../ObsPy*.sh -b -p $HOME/obspy-anaconda
PREFIX=/home/travis/obspy-anaconda
installing: python-2.7.13-0 ...
Python 2.7.13 :: Continuum Analytics, Inc.
installing: asn1crypto-0.22.0-py27_0 ...
installing: backports-1.0-py27_0 ...
installing: backports_abc-0.5-py27_0 ...
installing: basemap-1.0.7-np110py27_0 ...
[...]
installing: notebook-5.0.0-py27_0 ...
installing: numpy-1.10.4-py27_nomkl_2 ...
installing: obspy-1.0.3-py27_0 ...
installing: openblas-0.2.14-4 ...
installing: openssl-1.0.2l-0 ...
Traceback (most recent call last):
  File "/home/travis/obspy-anaconda/pkgs/.install.py", line 524, in <module>
    main2()
  File "/home/travis/obspy-anaconda/pkgs/.install.py", line 508, in main2
    post_extract()
  File "/home/travis/obspy-anaconda/pkgs/.install.py", line 447, in post_extract
    link(prefix, dist, linktype=None)
  File "/home/travis/obspy-anaconda/pkgs/.install.py", line 349, in link
    if not run_script(prefix, dist, 'post-link'):
  File "/home/travis/obspy-anaconda/pkgs/.install.py", line 254, in run_script
    import subprocess
  File "/home/travis/obspy-anaconda/lib/python2.7/subprocess.py", line 75, in <module>
    import pickle
  File "/home/travis/obspy-anaconda/lib/python2.7/pickle.py", line 1272, in <module>
    import binascii as _binascii
ImportError: libz.so.1: cannot open shared object file: No such file or directory

Need to check if just the installing doesn't work or if the built installer is broken too..

@megies megies added the bug label Jul 16, 2017
@megies
Copy link
Member Author

megies commented Jul 17, 2017

It seems like building or at least testing installers on Travis 32bit won't work..

We'll probably have to build installers for 32bit Linux using our docker setup..

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant