problems building deb-packages with Revision 2544 - mitscherdinger - 10-08-2009
Hi!
Tried to build a Debian-Package on Ubuntu 9.04 with the latest Version from svn (Revision 2544). I copied the vdrift/tools/debian directory into vdrift/ and started dpkg-buildpackage.
Compiling went fine, but dpkg-buildpackage stopped a short time before finishing the whole process. I build it yesterday, so I haven't got the exact output of dpkg-buildpackage, but it was sth like "searching in vdrift/debian/tmp/usr/share/..." but I only have vdrift/debian/usr/local/share/... on my system. I guess sth went wrong with some PATHs...
I'm not that fimiliar with building and compiling, so I won't try to fix the scripts on my own. At least, until someone tells me exactly what to do...
Greetings!
Mitsch
- mitscherdinger - 10-08-2009
O.k. - to be more precise, here the last lines of dpkg-buildpackage:
Code: Install file: "data/tracks/zandvoort/trackshot.png" as "debian/tmp/usr/local/share/games/vdrift/tracks/zandvoort/trackshot.png"
Install file: "build/vdrift" as "debian/tmp/usr/local/games/vdrift"
scons: done building targets.
dh_installdirs -pvdrift-data
dh_installdocs -pvdrift-data
dh_installexamples -pvdrift-data
dh_installman -pvdrift-data
dh_installinfo -pvdrift-data
dh_installmenu -pvdrift-data
dh_installcron -pvdrift-data
dh_installinit -pvdrift-data
dh_installdebconf -pvdrift-data
dh_installemacsen -pvdrift-data
dh_installcatalogs -pvdrift-data
dh_installpam -pvdrift-data
dh_installlogrotate -pvdrift-data
dh_installlogcheck -pvdrift-data
dh_installchangelogs -pvdrift-data
dh_installudev -pvdrift-data
dh_lintian -pvdrift-data
dh_install -pvdrift-data
cp: Aufruf von stat für â./debian/tmp/usr/share/games/vdrift/carsâ nicht möglich: No such file or directory
dh_install: command returned error code 256
make: *** [binary-install/vdrift-data] Fehler 1
dpkg-buildpackage: Fehlschlag: debian/rules binary gab Fehler-Exitstatus 2
|