Ken Moffat
2018-05-11 21:41:29 UTC
I think I saw this on a few packages some months ago, but I've just
had 'make install' fail in v4l-utils:
libtool: install: (cd /scratch/working/v4l-utils-1.14.2/lib/libv4l2; /bin/sh "/scratch/working/v4l-utils-1.14.2/libtool" --silent --tag CC --tag disable-static --mode=relink gcc -O2 -march=native -avoid-version -module -shared -export-dynamic -o v4l2convert.la -rpath /usr/lib/libv4l v4l2convert_la-v4l2convert.lo libv4l2.la )
/usr/bin/ld: cannot find -lv4l2
collect2: error: ld returned 1 exit status
By the time the install stopped, that lib had been installed.
Looks simialr to
http://archives.linuxfromscratch.org/mail-archives/blfs-dev/2016-January/031463.htm
I removed the v4l libs which had been installed and retried, this
time forcing make -j1 for the install - success.
So, just another datapoint, with a reminder that if make install
ever does this to you, try running make -j1 install.
ĸen
had 'make install' fail in v4l-utils:
libtool: install: (cd /scratch/working/v4l-utils-1.14.2/lib/libv4l2; /bin/sh "/scratch/working/v4l-utils-1.14.2/libtool" --silent --tag CC --tag disable-static --mode=relink gcc -O2 -march=native -avoid-version -module -shared -export-dynamic -o v4l2convert.la -rpath /usr/lib/libv4l v4l2convert_la-v4l2convert.lo libv4l2.la )
/usr/bin/ld: cannot find -lv4l2
collect2: error: ld returned 1 exit status
By the time the install stopped, that lib had been installed.
Looks simialr to
http://archives.linuxfromscratch.org/mail-archives/blfs-dev/2016-January/031463.htm
I removed the v4l libs which had been installed and retried, this
time forcing make -j1 for the install - success.
So, just another datapoint, with a reminder that if make install
ever does this to you, try running make -j1 install.
ĸen
--
This email was written using 100% recycled letters.
--
http://lists.linuxfromscratch.org/listinfo/blfs-support
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
This email was written using 100% recycled letters.
--
http://lists.linuxfromscratch.org/listinfo/blfs-support
FAQ: http://www.linuxfromscratch.org/blfs/faq.html