Main
Pruning the forum database.
*-*.*.la: No such file or directoryCode: [Select]/bin/grep: /usr/lib64/libpangocairo-1.0.la: No such file or directory /bin/sed: can't read /usr/lib64/libpangocairo-1.0.la: No such file or directory libtool: link: `/usr/lib64/libpangocairo-1.0.la' is not a valid libtool archive make[3]: *** [geanyvc.la] Error 1 From our boss TexstarTry first as root from terminal for 64 bit archCode: [Select]rm -rf /usr/lib64/*.laor for 32 bitCode: [Select]rm -rf /usr/lib/*.la-l
/bin/grep: /usr/lib64/libpangocairo-1.0.la: No such file or directory /bin/sed: can't read /usr/lib64/libpangocairo-1.0.la: No such file or directory libtool: link: `/usr/lib64/libpangocairo-1.0.la' is not a valid libtool archive make[3]: *** [geanyvc.la] Error 1
rm -rf /usr/lib64/*.la
rm -rf /usr/lib/*.la
/bin/grep: /lib/libusb-1.0.la: No such file or directory/bin/sed: can't read /lib/libusb-1.0.la: No such file or directorylibtool: link: `/lib/libusb-1.0.la' is not a valid libtool archive
It's been a while since I last run into a similar problem with *.la, and I can't remember how I managed to fix those issues before but on a package I am rebuilding ...Code: [Select]/bin/grep: /lib/libusb-1.0.la: No such file or directory/bin/sed: can't read /lib/libusb-1.0.la: No such file or directorylibtool: link: `/lib/libusb-1.0.la' is not a valid libtool archiveI've already try the rm -rf /usr/lib/*.la and a couple of others but still persistent on the above error. Any ideas?
Quote from: Archie on July 28, 2012, 08:05:58 AMIt's been a while since I last run into a similar problem with *.la, and I can't remember how I managed to fix those issues before but on a package I am rebuilding ...Code: [Select]/bin/grep: /lib/libusb-1.0.la: No such file or directory/bin/sed: can't read /lib/libusb-1.0.la: No such file or directorylibtool: link: `/lib/libusb-1.0.la' is not a valid libtool archiveI've already try the rm -rf /usr/lib/*.la and a couple of others but still persistent on the above error. Any ideas?rm -rf /lib/*.la Terry.
That should not be a problem, right?