I downloaded swig-1.3.33 and configure and make went without major problems
I'm trying to use checkinstall so that I have a way to uninstall this later.
However installation fails with this error:
root:# checkinstall
checkinstall 1.6.0, Copyright 2002 Felipe Eduardo Sanchez Diaz Duran
This software is released under the GNU GPL.
********************************************
**** Slackware package creation selected ***
********************************************
This package will be built according to these values:
1 - Summary: [ swig-1.3.33 ]
2 - Name: [ swig ]
3 - Version: [ 1.3.33 ]
4 - Release: [ 1 ]
5 - License: [ GPL ]
6 - Group: [ Applications/System ]
7 - Architecture: [ i386 ]
8 - Source location: [ swig-1.3.33 ]
9 - Alternate source location: [ ]
10 - Requires: [ ]
Enter a number to change any of them or press ENTER to continue:
Installing with make install...
========================= Installation results ===========================
Installing SWIG executable
Installing /usr/local/bin/swig
chmod: changing permissions of `/usr/local/bin/_inst.27561_': No such file or directory
make: *** [install-main] Error 1
**** Installation failed. Aborting package creation.
Cleaning up...OK
Bye.
If I touch /usr/local/bin/_inst.27561_ and try checkinstall again, I get the same error with
a larger number for this filename. Any ideas what is wrong?