Giter VIP home page Giter VIP logo

Comments (9)

matthew-brett avatar matthew-brett commented on September 25, 2024

Thanks for the report. I've just updated the images, they should be live soon. Do they work correctly now?

from multibuild.

native-api avatar native-api commented on September 25, 2024

Still don't see them:

$ docker pull matthewbrett/trusty:64
$ docker run -it matthewbrett/trusty:64 bash --login

root@ae4ccd643115:/# cat >libs.txt <<!
libpanelw.so.5
libncursesw.so.5
libgcc_s.so.1
libstdc++.so.6
libm.so.6
libdl.so.2
librt.so.1
libcrypt.so.1
libc.so.6
libnsl.so.1
libutil.so.1
libpthread.so.0
libresolv.so.2
libX11.so.6
libXext.so.6
libXrender.so.1
libICE.so.6
libSM.so.6
libGL.so.1
libgobject-2.0.so.0
libgthread-2.0.so.0
libglib-2.0.so.0
!

root@e31e48039400:/# cat libs.txt | while read -r f; do echo "$f"; find / ! -type d -name "$f"; done
libpanelw.so.5
/usr/lib/x86_64-linux-gnu/libpanelw.so.5
libncursesw.so.5
/lib/x86_64-linux-gnu/libncursesw.so.5
libgcc_s.so.1
/lib/x86_64-linux-gnu/libgcc_s.so.1
libstdc++.so.6
/usr/lib/x86_64-linux-gnu/libstdc++.so.6
libm.so.6
/lib/x86_64-linux-gnu/libm.so.6
libdl.so.2
/lib/x86_64-linux-gnu/libdl.so.2
librt.so.1
/lib/x86_64-linux-gnu/librt.so.1
libcrypt.so.1
/lib/x86_64-linux-gnu/libcrypt.so.1
libc.so.6
/lib/x86_64-linux-gnu/libc.so.6
libnsl.so.1
/lib/x86_64-linux-gnu/libnsl.so.1
libutil.so.1
/lib/x86_64-linux-gnu/libutil.so.1
libpthread.so.0
/lib/x86_64-linux-gnu/libpthread.so.0
libresolv.so.2
/lib/x86_64-linux-gnu/libresolv.so.2
libX11.so.6
/usr/lib/x86_64-linux-gnu/libX11.so.6
libXext.so.6
/usr/lib/x86_64-linux-gnu/libXext.so.6
libXrender.so.1
/usr/lib/x86_64-linux-gnu/libXrender.so.1
libICE.so.6
libSM.so.6
libGL.so.1
libgobject-2.0.so.0
libgthread-2.0.so.0
libglib-2.0.so.0

The PEP even has a list of packages that need to be installed for both DEB-based and RPM-based systems.

from multibuild.

matthew-brett avatar matthew-brett commented on September 25, 2024

Hmm - that's odd - do you have any idea why that would be, given the changes I put in?

matthew-brett/trusty@d208619

from multibuild.

native-api avatar native-api commented on September 25, 2024

Yes, I do!

These packages do not install without running apt-get update first! Some of the downloads 404, failing the install process. (The image build log, if there's any, should have shown that.)

I hit this myself at https://travis-ci.org/native-api/opencv-python/builds/321550751

from multibuild.

native-api avatar native-api commented on September 25, 2024

You should probably specify the full list of required packages in the install command, too. To avoid second-guessing what is and isn't installed by default.

from multibuild.

matthew-brett avatar matthew-brett commented on September 25, 2024

Can do - but in the mean-time - can you confirm that the current images work OK?

from multibuild.

native-api avatar native-api commented on September 25, 2024

Yes, in the current image, all libraries from the list are present.

from multibuild.

matthew-brett avatar matthew-brett commented on September 25, 2024

Thanks for reporting ...

from multibuild.

native-api avatar native-api commented on September 25, 2024

Additionally confirmed that the opencv extension module now successfully loads in the stock image.

You're welcome, and have nice holidays ;-)

from multibuild.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.