Your message dated Fri, 06 Oct 2006 23:06:14 +0200
with message-id <[EMAIL PROTECTED]>
and subject line Fixed w/ 0.8.25-1
has caused the attached Bug report to be marked as done.
This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.
(NB: If you are a system administrator and have no idea what I am
talking about this indicates a serious mail system misconfiguration
somewhere. Please contact me immediately.)
Debian bug tracking system administrator
(administrator, Debian Bugs database)
--- Begin Message ---
Package: uae
Version: 0.8.20.deb1-3
Severity: grave
UAE fails to compile from source on i386 (and probably other, but not all,
architectures as well). The assembler optimizer tool fails to recognize
the i386 assembler code generated by gcc 3.2 (forcing it to use gcc-2.95
makes it work). Note this package hasn't been updated since woody. A part of
the build process (The "Corrupted assembly file" is from the tool):
--snip--
[EMAIL PROTECTED]:/tmp/bla> apt-get source uae
Reading Package Lists... Done
Building Dependency Tree... Done
Need to get 1014kB of source archives.
Get:1 http://ftp.de.debian.org woody/contrib uae 0.8.20.deb1-3 (dsc) [751B]
Get:2 http://ftp.de.debian.org woody/contrib uae 0.8.20.deb1-3 (tar) [940kB]
Get:3 http://ftp.de.debian.org woody/contrib uae 0.8.20.deb1-3 (diff) [73.1kB]
Fetched 1014kB in 0s (1392kB/s)
dpkg-source: extracting uae in uae-0.8.20.deb1
[EMAIL PROTECTED]:/tmp/bla> cd ua
uae-0.8.20.deb1 uae_0.8.20.deb1-3.diff.gz uae_0.8.20.deb1-3.dsc
uae_0.8.20.deb1.orig.tar.gz
[EMAIL PROTECTED]:/tmp/bla> cd uae-0.8.20.deb1/
[EMAIL PROTECTED]:/tmp/bla/uae-0.8.20.deb1> fakeroot dpkg-buildpackage
dpkg-buildpackage: source package is uae
dpkg-buildpackage: source version is 0.8.20.deb1-3
dpkg-buildpackage: source maintainer is Stephan A Suerken <[EMAIL PROTECTED]>
dpkg-buildpackage: host architecture is i386
debian/rules clean
dh_testdir
dh_clean
rm -f debian/substvars
rm -rf debian/tmp
rm -f debian/uae-exotic.substvars
rm -rf debian/uae-exotic
rm -f debian/uae-suid.substvars
rm -rf debian/uae-suid
rm -f debian/files
rm -f debian/*.debhelper
rm -f debian/substvars
find . -type f -a \( -name \#\*\# -o -name .\*\~ -o -name \*\~ -o -name
DEADJOE -o -name \*.orig -o -name \*.rej -o -name \*.bak -o -name .\*.orig -o
-name .\*.rej -o -name .SUMS -o -name TAGS -o -name core -o \( -path
\*/.deps/\* -a -name \*.P \) \) -exec rm -f {} \;
rm -rf autom4te.cache
rm -f debian/configure.log
dh_testdir
make streifenfrei
make[1]: Entering directory /tmp/bla/uae-0.8.20.deb1'
make[1]: *** Keine Regel, um »streifenfrei« zu erstellen. Schluss.
make[1]: Leaving directory /tmp/bla/uae-0.8.20.deb1'
make: [clean] Fehler 2 (ignoriert)
rm -f build-stamp uae_readdisk uae-x uae-xdga uae-svga uae-ncurses
dpkg-source -b uae-0.8.20.deb1
dpkg-source: building uae using existing uae_0.8.20.deb1.orig.tar.gz
dpkg-source: building uae in uae_0.8.20.deb1-3.diff.gz
dpkg-source: warning: ignoring deletion of file src/main.c.orig
dpkg-source: building uae in uae_0.8.20.deb1-3.dsc
debian/rules build
make streifenfrei
make[1]: Entering directory /tmp/bla/uae-0.8.20.deb1'
make[1]: *** Keine Regel, um »streifenfrei« zu erstellen. Schluss.
make[1]: Leaving directory /tmp/bla/uae-0.8.20.deb1'
make: [uae-x] Fehler 2 (ignoriert)
rm -f config.cache
./configure --with-x --enable-sound --enable-threads 2>&1 | tee
debian/configure.log
creating cache ./config.cache
checking for gcc... gcc
checking whether the C compiler (gcc ) works... yes
checking whether the C compiler (gcc ) is a cross-compiler... no
checking whether we are using GNU C... yes
checking whether gcc accepts -g... yes
checking how to run the C preprocessor... gcc -E
checking whether make sets ${MAKE}... yes
[.
.
.]
updating cache ./config.cache
creating ./config.status
creating Makefile
creating sysconfig.h
Configuration was successful!
make[1]: Entering directory /tmp/bla/uae-0.8.20.deb1'
cd src && make
make[2]: Entering directory /tmp/bla/uae-0.8.20.deb1/src'
gcc -I. -I../src/include/ -c -O2 -fomit-frame-pointer -Wall -Wno-unused
-Wno-format -W -Wmissing-prototypes -Wstrict-prototypes
-DGCCCONSTFUNC="__attribute__((const))" -mpreferred-stack-boundary=2
-fno-exceptions -DUNALIGNED_PROFITABLE -fno-strength-reduce
-DREGPARAM="__attribute__((regparm(3)))" -DX86_ASSEMBLY -DOPTIMIZED_FLAGS
-DUSE_ZFILE -DSUPPORT_THREADS -D_REENTRANT -DUAE_FILESYS_THREADS
-D__inline__=inline -I/usr/X11R6/include -I/usr/include/gtk-1.2
-I/usr/include/glib-1.2 -I/usr/lib/glib/include -I/usr/X11R6/include
-DSHM_SUPPORT_LINKS=1 main.c -o main.o
[.
.
.]
gcc -I. -I../src/include/ -S -O2 -fomit-frame-pointer -Wall -Wno-unused
-Wno-format -W -Wmissing-prototypes -Wstrict-prototypes
-DGCCCONSTFUNC="__attribute__((const))" -mpreferred-stack-boundary=2
-fno-exceptions -DUNALIGNED_PROFITABLE -fno-strength-reduce
-DREGPARAM="__attribute__((regparm(3)))" -DX86_ASSEMBLY -DOPTIMIZED_FLAGS
-DUSE_ZFILE -DSUPPORT_THREADS -D_REENTRANT -DUAE_FILESYS_THREADS
-D__inline__=inline -I/usr/X11R6/include -I/usr/include/gtk-1.2
-I/usr/include/glib-1.2 -I/usr/lib/glib/include -I/usr/X11R6/include
-DSHM_SUPPORT_LINKS=1 cpuemu.c -o cputmp.s
cpuemu.c: In function _e8c0_0_ff':
cpuemu.c:25535: warning: signed and unsigned type in conditional expression
cpuemu.c:25536: warning: signed and unsigned type in conditional expression
cpuemu.c: In function _e8d0_0_ff':
cpuemu.c:25549: warning: signed and unsigned type in conditional expression
cpuemu.c:25550: warning: signed and unsigned type in conditional expression
[.
.
.]
cpuemu.c: In function _eff9_0_ff':
cpuemu.c:26745: warning: signed and unsigned type in conditional expression
cpuemu.c:26746: warning: signed and unsigned type in conditional expression
./tools/cpuopti <cputmp.s >cpufast.s
Corrupted assembly file!
Internal error; file /tmp/bla/uae-0.8.20.deb1/src/cpuopti.c, line 28
make[2]: *** [cpufast.s] Fehler 134
make[2]: Leaving directory /tmp/bla/uae-0.8.20.deb1/src'
make[1]: *** [all] Fehler 2
make[1]: Leaving directory /tmp/bla/uae-0.8.20.deb1'
Configuration or building for target uae-x failed for your system setup!
Either
1. The source dependencies aren't met.
2. This is a bug for arch i386. Please report.
make: *** [uae-x] Fehler 1
[EMAIL PROTECTED]:/tmp/bla/uae-0.8.20.deb1>
--snap--
--- End Message ---
--- Begin Message ---
This was fixed w/ 0.8.25-1.
--
Stephan A Suerken <[EMAIL PROTECTED]>
--- End Message ---