mnalis / ironseed_fpc

Iron Seed is a science-fiction DOS game from 1994, which was both developed and published by Channel 7. Gameplay is real-time, featuring trading, diplomacy, and strategy. This version has been changed to make it possible to compile it with the freepascal compiler under Linux.
GNU General Public License v3.0
17 stars 0 forks source link

FTBFS on i386 #90

Closed mnalis closed 3 years ago

mnalis commented 3 years ago

Fails to build from source: https://buildd.debian.org/status/package.php?p=ironseed

install -m 0644 README.md Documents/* /<<PKGBUILDDIR>>/debian/tmp/usr/share/doc/ironseed
test -d /<<PKGBUILDDIR>>/debian/tmp/usr/share/applications || mkdir -p /<<PKGBUILDDIR>>/debian/tmp/usr/share/applications
install -m 0644 ironseed.desktop /<<PKGBUILDDIR>>/debian/tmp/usr/share/applications
test -d /<<PKGBUILDDIR>>/debian/tmp/usr/share/icons/hicolor/128x128/apps || mkdir -p /<<PKGBUILDDIR>>/debian/tmp/usr/share/icons/hicolor/128x128/apps
install -m 0644 ironseed.png /<<PKGBUILDDIR>>/debian/tmp/usr/share/icons/hicolor/128x128/apps
make[2]: Leaving directory '/<<PKGBUILDDIR>>'
make[1]: Leaving directory '/<<PKGBUILDDIR>>'
   dh_install -a -O--no-parallel
   debian/rules override_dh_installdocs
make[1]: Entering directory '/<<PKGBUILDDIR>>'
rm debian/ironseed-data/usr/share/doc/ironseed/*.6*
rm: cannot remove 'debian/ironseed-data/usr/share/doc/ironseed/*.6*': No such file or directory
make[1]: *** [debian/rules:17: override_dh_installdocs] Error 1
make[1]: Leaving directory '/<<PKGBUILDDIR>>'
make: *** [debian/rules:8: binary-arch] Error 2
mnalis commented 3 years ago

make it rm -f, does that fix it?

mnalis commented 3 years ago

updated in https://salsa.debian.org/mnalis/ironseed/-/commit/cf8e250ee87e6bd9325261284f8eea5e04b0da27

mnalis commented 3 years ago

fixed in salsa