>>>>> On Mon, 8 Feb 2016 01:17:45 +0000, Miguel C said: > > On Sun, Jan 31, 2016 at 3:05 AM, Miguel C <miguelmcl...@gmail.com> wrote: > > > > > > > On Sun, Jan 31, 2016 at 2:44 AM, Johannes Jost Meixner < > > johan...@meixner.dk> wrote: > > > >> -----BEGIN PGP SIGNED MESSAGE----- > >> Hash: SHA256 > >> > >> Hi Miguel, > >> > >> you'll have to svn up to the latest portstree, apply the patch, > >> update/reinstall the relevant packages (in this case, > >> devel/linux-c6-devtools), and try again. > >> > >> I'm actually using git, but I'm assuming master branch is in sync with svn > > > > FYI linux-skype_oss_wrapper still fails to build after the patch with: > > Stop. > make: stopped in > /usr/home/miguelc/gitstuff/freebsd-ports/audio/linux-skype_oss_wrapper > [miguelc@r2d2:~/gitstuff/freebsd-ports/audio/linux-skype_oss_wrapper ]% > sudo make MAKE_JOBS_UNSAFE=yes > ===> Building for linux-skype_oss_wrapper-0.1.1 > /compat/linux/usr/bin/gcc -m32 libpulse.o -o libpulse.so.0 > -fstack-protector -shared -lpthread > /usr/bin/ld: cannot find /lib/libpthread.so.0 > collect2: ld returned 1 exit status > *** Error code 1 > > I can see libpthread.so in /compat/linux/usr/lib > > find /compat/linux/ -name 'libpthread*' > /compat/linux/lib64/libpthread-2.12.so > /compat/linux/lib64/libpthread.so.0 > /compat/linux/usr/lib/libpthread.so.0 > /compat/linux/usr/lib/libpthread_nonshared.a > /compat/linux/usr/lib/libpthread.so > /compat/linux/usr/lib64/libpthread_nonshared.a > /compat/linux/usr/lib64/libpthread.so
Just an idea: have you installed the 32-bit glibc? That should provide /compat/linux/lib/libpthread.so.0 etc. __Martin _______________________________________________ freebsd-emulation@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-emulation To unsubscribe, send any mail to "freebsd-emulation-unsubscr...@freebsd.org"