Package: atari800
Version: 3.1.0-1
Severity: important
User: [email protected]
Usertags: ppc64el
Dear Maintainer,
atari800 fails to build from source on new architectures like ppc64el
as the config.{sub,guess} files are outdated and therefore needs to be
updated. You will find a patch below to fix this issue. An upload with
this patch would be appreciated.
Thanks,
Aurelien
--- atari800-3.1.0/debian/control
+++ atari800-3.1.0/debian/control
@@ -2,7 +2,7 @@
Section: contrib/otherosfs
Priority: optional
Maintainer: Antonin Kral <[email protected]>
-Build-Depends: libsdl1.2-dev, zlib1g-dev, libreadline-dev, libgl1-mesa-dev,
libpng-dev, autotools-dev, dpkg-dev (>= 1.16.1~)
+Build-Depends: libsdl1.2-dev, zlib1g-dev, libreadline-dev, libgl1-mesa-dev,
libpng-dev, autotools-dev, dpkg-dev (>= 1.16.1~), autotools-dev
Standards-Version: 3.9.5
Vcs-Git: git://github.com/bobek/aranym800-debian.git
Vcs-Browser: https://github.com/bobek/aranym800-debian
--- atari800-3.1.0/debian/rules
+++ atari800-3.1.0/debian/rules
@@ -23,6 +23,7 @@
touch build-stamp
bld-sdl:
+ cp /usr/share/misc/config.guess /usr/share/misc/config.sub src
cd src ; if [ -e Makefile ]; then $(MAKE) clean; fi
cd src ; ./configure \
--with-video=sdl --with-sound=sdl
@@ -35,6 +36,7 @@
-rm -f build-stamp
cd src ; if [ -e Makefile ]; then $(MAKE) clean; fi; \
rm -f config.log config.status config.h Makefile
+ rm -f src/config.guess src/config.sub
mv ./atari800.spec ./tmp ; rm -f atari800 ; rm -f atari800.* ; mv ./tmp
./atari800.spec
-rm -rf debian/tmp debian/*~ *~ *.orig *.log \
debian/files* debian/substvars*
-- System Information:
Debian Release: jessie/sid
APT prefers unstable
APT policy: (500, 'unstable')
Architecture: ppc64el (ppc64le)
Kernel: Linux 3.16-2-powerpc64le (SMP w/1 CPU core)
Locale: LANG=fr_FR.UTF-8, LC_CTYPE=fr_FR.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
--
To UNSUBSCRIBE, email to [email protected]
with a subject of "unsubscribe". Trouble? Contact [email protected]