Okay, this is probably a stupid question. But... I'm having trouble packing things on VL59. Here's the deal:
The programs configure fine and compile fine. However, when I run checkinstall -L, I get an error like this (from ilmbase):
chmod 644 /usr/lib/libHalf.a
chmod: changing permissions of `/usr/lib/libHalf.a': No such file or directory
make[3]: *** [install-libLTLIBRARIES] Error 1
make[3]: Leaving directory `/home/dweeberkitty/CinelerraStuff/ilmbase-1.0.0/Half'
make[2]: *** [install-am] Error 2
make[2]: Leaving directory `/home/dweeberkitty/CinelerraStuff/ilmbase-1.0.0/Half'
make[1]: *** [install] Error 2
make[1]: Leaving directory `/home/dweeberkitty/CinelerraStuff/ilmbase-1.0.0/Half'
make: *** [install-recursive] Error 1
**** Installation failed. Aborting package creation.
Cleaning up...OK
Bye.
It has trouble chmodding a file but it says that the file doesn't exist. This happens on
every single program that I try to compile. Here's another one, from libiec61883:
chmod 644 /usr/local/lib/libiec61883.a
chmod: changing permissions of `/usr/local/lib/libiec61883.a': No such file or directory
make[2]: *** [install-libLTLIBRARIES] Error 1
make[2]: Leaving directory `/home/dweeberkitty/CinelerraStuff/libiec61883-1.1.0/src'
make[1]: *** [install-am] Error 2
make[1]: Leaving directory `/home/dweeberkitty/CinelerraStuff/libiec61883-1.1.0/src'
make: *** [install-recursive] Error 1
**** Installation failed. Aborting package creation.
Cleaning up...OK
Bye.
I'm sure there's a simple solution. But this is bugging me. I can't get anything packaged. What's going on here? Thanks in advance!