No RPMs. I can't build them any more.
Background: The system I'm building on changed from SuSE to Ubuntu. The RPM tools are installed, but don't seem to work properly, I get this error:
Code: Select all
+ rpmbuild -ba /files/home/part3/moos/NoBack/redhat/SPECS/armagetronad.spec
error: File : /files/home/part3/moos/NoBack/redhat/SOURCES/armagetronad-0.2.8_beta4.src.tar.bz2: No such file or directory
make: *** [builds/b_0.2.8_beta4/RC2/.rpm] Error 1
make: Target `rpm' not remade because of errors.
moos@l04:~/Tron/Release/0_2_8_beta4/release$ ls -l /files/home/part3/moos/NoBack/redhat/SOURCES/armagetronad-0.2.8_beta4.src.tar.bz2
-rw-r--r-- 1 moos thp 1510883 2005-11-21 18:08 /files/home/part3/moos/NoBack/redhat/SOURCES/armagetronad-0.2.8_beta4.src.tar.bz2
Autopackage won't let me statically link to libxml compiled with apgcc. Static linking with a gcc compiled library may work, but then the glibc compatibility stuff autopackage provides does not work.
I'd also build .debs, but I don't have root access and fakeroot does not exist, either. What is it anyway?