Port-arm archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: Missing binaries ??



Hello, Hal,

After installing 9.0 on a Pi 2, I started installing packages that I use.
I can't find pkgin, sudo, or py27-curses-2.7/py37-curses-3.7

If we waited until a full build finished, we wouldn't have any binaries for quite a while, so they're being uploaded periodically while they're built.

sudo (sudo-1.8.31.tgz) is there as of 22-Feb, as are py27-curses-2.7.17nb5.tgz and py37-curses-3.7.5nb5.tgz as of the 18th and 19th, respectively. pkgin (pkgin-0.14.0.tgz) should be there shortly.

wget doesn't work.  It needs libstdc++.so.8 but I've got libstdc++.so.9

Hmmm... There's no libstdc++.so.8 on the build machine, just 9, and:

/usr/pkg/bin/wget:
        -lintl.1 => /usr/lib/libintl.so.1
        -lc.12 => /usr/lib/libc.so.12
        -lunistring.2 => /usr/pkg/lib/libunistring.so.2
        -lidn2.0 => /usr/pkg/lib/libidn2.so.0
        -lssl.14 => /usr/lib/libssl.so.14
        -lcrypto.14 => /usr/lib/libcrypto.so.14
        -lcrypt.1 => /lib/libcrypt.so.1
        -ldes.14 => /usr/lib/libdes.so.14
        -lz.1 => /usr/lib/libz.so.1
        -lpsl.5 => /usr/pkg/lib/libpsl.so.5
        -licuuc.64 => /usr/pkg/lib/libicuuc.so.64
        -licudata.64 => /usr/pkg/lib/libicudata.so.64
        -lpthread.1 => /usr/lib/libpthread.so.1
        -lstdc++.9 => /usr/lib/libstdc++.so.9
        -lm.0 => /usr/lib/libm.so.0

Any chance you have leftovers which were built locally?

I'm using pkg_add, pulling from
 https://cdn.netbsd.org/pub/pkgsrc/packages/NetBSD/earmv7hf/9.0/All/

rsync, bash, and both pythons work, so I'm pretty sure I'm looking in the
right place.

Did some things fall through the cracks?  Did I miss an announcement?  Will
this get fixed if I wait a while or do I have to build from source?

It'd be good to get to the bottom of it, if you don't mind taking a look at your system. In the meanwhile, you should be able to create a libstdc++.so.8 symlink to get your wget working.

John Klos


Home | Main Index | Thread Index | Old Index