Your message dated Fri, 31 Mar 2023 20:46:39 +0000
with message-id <e1pildv-00dbjf...@fasolo.debian.org>
and subject line Bug#1033336: Removed package(s) from unstable
has caused the Debian Bug report #925676,
regarding faumachine: ftbfs with GCC-9
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 this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)
--
925676: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=925676
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: src:faumachine
Version: 20180503-4
Severity: normal
Tags: sid bullseye
User: debian-...@lists.debian.org
Usertags: ftbfs-gcc-9
Please keep this issue open in the bug tracker for the package it
was filed for. If a fix in another package is required, please
file a bug for the other package (or clone), and add a block in this
package. Please keep the issue open until the package can be built in
a follow-up test rebuild.
The package fails to build in a test rebuild on at least amd64 with
gcc-9/g++-9, but succeeds to build with gcc-8/g++-8. The
severity of this report will be raised before the bullseye release,
so nothing has to be done for the buster release.
The full build log can be found at:
http://people.debian.org/~doko/logs/gcc9-20190321/faumachine_20180503-4_unstable_gcc9.log
The last lines of the build log are at the end of this report.
To build with GCC 9, either set CC=gcc-9 CXX=g++-9 explicitly,
or install the gcc, g++, gfortran, ... packages from experimental.
apt-get -t=experimental install g++
Common build failures are new warnings resulting in build failures with
-Werror turned on, or new/dropped symbols in Debian symbols files.
For other C/C++ related build failures see the porting guide at
http://gcc.gnu.org/gcc-9/porting_to.html
GCC 9 also passes the linker option --as-needed by default; typical
build issues are passing libraries before object files to the linker,
or underlinking of convenience libraries built from the same source.
[...]
../scripts/faum-tragesym chip_sst_29EE020.src chip_sst_29EE020.sym
note: use sym_width to adjust symbol width if texts overlap.
../scripts/faum-gnetlist -I. -I../conn chip_sst_29EE020.sym
../scripts/faum-tragesym chip_st_M27C256B.src chip_st_M27C256B.sym
note: use sym_width to adjust symbol width if texts overlap.
../scripts/faum-gnetlist -I. -I../conn chip_st_M27C256B.sym
../scripts/faum-tragesym chip_st_M27C512.src chip_st_M27C512.sym
note: use sym_width to adjust symbol width if texts overlap.
../scripts/faum-gnetlist -I. -I../conn chip_st_M27C512.sym
../scripts/faum-tragesym chip_st_l3gd20.src chip_st_l3gd20.sym
note: use sym_width to adjust symbol width if texts overlap.
../scripts/faum-gnetlist -I. -I../conn chip_st_l3gd20.sym
../scripts/faum-tragesym chip_st_lis302dl.src chip_st_lis302dl.sym
note: use sym_width to adjust symbol width if texts overlap.
../scripts/faum-gnetlist -I. -I../conn chip_st_lis302dl.sym
../scripts/faum-tragesym chip_st_lsm303dlhc.src chip_st_lsm303dlhc.sym
note: use sym_width to adjust symbol width if texts overlap.
../scripts/faum-gnetlist -I. -I../conn chip_st_lsm303dlhc.sym
../scripts/faum-tragesym chip_st_stm32f411xe.src chip_st_stm32f411xe.sym
note: use sym_width to adjust symbol width if texts overlap.
../scripts/faum-gnetlist -I. -I../conn chip_st_stm32f411xe.sym
../scripts/faum-tragesym chip_ti_1520.src chip_ti_1520.sym
note: use sym_width to adjust symbol width if texts overlap.
../scripts/faum-gnetlist -I. -I../conn chip_ti_1520.sym
../scripts/faum-tragesym chip_ti_am1808.src chip_ti_am1808.sym
../scripts/faum-gnetlist -I. -I../conn chip_ti_am1808.sym
../scripts/matrix 32-QFN chip_kl02z32m.inout chip_kl02z32m.matrix inout \
chip_kl02z32m.matrix.tmp chip_kl02z32m.src.tmp chip_kl02z32m_matrix.c
2 ports, 14 pins
../scripts/matrix 100-LQFP chip_kl46z256m.inout chip_kl46z256m.matrix inout \
chip_kl46z256m.matrix.tmp chip_kl46z256m.src.tmp chip_kl46z256m_matrix.c
5 ports, 32 pins
../scripts/matrix LQFP100 chip_st_stm32f411xe.inout chip_st_stm32f411xe.matrix
in/out \
chip_st_stm32f411xe.matrix.tmp chip_st_stm32f411xe.src.tmp
chip_st_stm32f411xe_matrix.c
8 ports, 16 pins
/usr/bin/make all-recursive
make[4]: Entering directory '/<<PKGBUILDDIR>>/chips'
Making all in qemu
make[5]: Entering directory '/<<PKGBUILDDIR>>/chips/qemu'
gcc -E -I../.. -I. -I./../arch_x86 -I./.. -I./../.. -I../../lib -I../../sig
-I../../conn -ffreestanding -fomit-frame-pointer cpu_286_jit_op.c \
| /usr/bin/perl -ln \
-e 's/\} ?void /}\nvoid /g;' \
-e 'foreach $_ (split "\n") {' \
-e ' next unless /^void .*op_.*(void)/;' \
-e ' s/ __attribute__\(\(__noreturn__\)\)//;' \
-e ' s/\(void\).*/(void);/g;' \
-e ' print;' \
-e '}' \
> cpu_286_jit_op.h
gcc -Wchar-subscripts -Wcomment -Wformat -Wnonnull -Wimplicit-int
-Wimplicit-function-declaration -Wimplicit -Wmain -Wmissing-braces
-Wparentheses -Wsequence-point -Wreturn-type -Wswitch -Wtrigraphs
-Wunused-function -Wunused-label -Wunused-variable -Wunused-value
-Wuninitialized -Wunknown-pragmas -Wundef -Wendif-labels -Wshadow
-Wpointer-arith -Wcast-qual -Wcast-align -Wwrite-strings -Waggregate-return
-Wstrict-prototypes -Wmissing-noreturn -Wnested-externs -Wunused-local-typedefs
-Wredundant-decls -Wno-pointer-sign -DHAVE_CONFIG_H -I../.. -I.
-I./../arch_x86 -I./.. -I./../.. -I../../lib -I../../sig -I../../conn
-ffreestanding -fomit-frame-pointer -falign-functions=0 -falign-labels=0
-falign-jumps=0 -falign-loops=0 -fno-optimize-sibling-calls
-fno-strict-aliasing -fno-reorder-blocks -fno-ipa-icf -fno-gcse -g -O2 -fno-dse
-fno-pie -no-pie -MT libqemu_gen_286_a-cpu_286_jit_op.o -MD -MP -MF
.deps/libqemu_gen_286_a-cpu_286_jit_op.Tpo -c -o
libqemu_gen_286_a-cpu_286_jit_op.o `test -f
'cpu_286_jit_op.c' || echo './'`cpu_286_jit_op.c
mv -f .deps/libqemu_gen_286_a-cpu_286_jit_op.Tpo
.deps/libqemu_gen_286_a-cpu_286_jit_op.Po
gcc -Wchar-subscripts -Wcomment -Wformat -Wnonnull -Wimplicit-int
-Wimplicit-function-declaration -Wimplicit -Wmain -Wmissing-braces
-Wparentheses -Wsequence-point -Wreturn-type -Wswitch -Wtrigraphs
-Wunused-function -Wunused-label -Wunused-variable -Wunused-value
-Wuninitialized -Wunknown-pragmas -Wundef -Wendif-labels -Wshadow
-Wpointer-arith -Wcast-qual -Wcast-align -Wwrite-strings -Waggregate-return
-Wstrict-prototypes -Wmissing-noreturn -Wnested-externs -Wunused-local-typedefs
-Wredundant-decls -Wno-pointer-sign -DHAVE_CONFIG_H -I. -g -O2 -fno-dse
-fno-pie -no-pie -MT dyngen-dyngen.o -MD -MP -MF .deps/dyngen-dyngen.Tpo -c -o
dyngen-dyngen.o `test -f 'dyngen.c' || echo './'`dyngen.c
mv -f .deps/dyngen-dyngen.Tpo .deps/dyngen-dyngen.Po
gcc -Wchar-subscripts -Wcomment -Wformat -Wnonnull -Wimplicit-int
-Wimplicit-function-declaration -Wimplicit -Wmain -Wmissing-braces
-Wparentheses -Wsequence-point -Wreturn-type -Wswitch -Wtrigraphs
-Wunused-function -Wunused-label -Wunused-variable -Wunused-value
-Wuninitialized -Wunknown-pragmas -Wundef -Wendif-labels -Wshadow
-Wpointer-arith -Wcast-qual -Wcast-align -Wwrite-strings -Waggregate-return
-Wstrict-prototypes -Wmissing-noreturn -Wnested-externs -Wunused-local-typedefs
-Wredundant-decls -Wno-pointer-sign -I. -g -O2 -fno-dse -fno-pie -no-pie
-L/usr/lib -L/usr/local/lib -o dyngen dyngen-dyngen.o
./dyngen -p chip_intel_80286_op_ -o cpu_286_jit_op_gen.h
libqemu_gen_286_a-cpu_286_jit_op.o
Warning: no return instruction found in chip_intel_80286_op_raise_interrupt
Warning: no return instruction found in chip_intel_80286_op_raise_exception
dyngen: Multiple return instructions in chip_intel_80286_op_flds_FT0_A0
make[5]: *** [Makefile:920: cpu_286_jit_op_gen.h] Error 1
make[5]: Leaving directory '/<<PKGBUILDDIR>>/chips/qemu'
make[4]: *** [Makefile:2233: all-recursive] Error 1
make[4]: Leaving directory '/<<PKGBUILDDIR>>/chips'
make[3]: *** [Makefile:672: all] Error 2
make[3]: Leaving directory '/<<PKGBUILDDIR>>/chips'
make[2]: *** [Makefile:525: all-recursive] Error 1
make[2]: Leaving directory '/<<PKGBUILDDIR>>'
make[1]: *** [Makefile:441: all] Error 2
make[1]: Leaving directory '/<<PKGBUILDDIR>>'
make: *** [debian/rules:32: build-stamp] Error 2
dpkg-buildpackage: error: debian/rules build-arch subprocess returned exit
status 2
--- End Message ---
--- Begin Message ---
Version: 20180503-4+rm
Dear submitter,
as the package faumachine has just been removed from the Debian archive
unstable we hereby close the associated bug reports. We are sorry
that we couldn't deal with your issue properly.
For details on the removal, please see https://bugs.debian.org/1033336
The version of this package that was in Debian prior to this removal
can still be found using https://snapshot.debian.org/.
Please note that the changes have been done on the master archive and
will not propagate to any mirrors until the next dinstall run at the
earliest.
This message was generated automatically; if you believe that there is
a problem with it please contact the archive administrators by mailing
ftpmas...@ftp-master.debian.org.
Debian distribution maintenance software
pp.
Scott Kitterman (the ftpmaster behind the curtain)
--- End Message ---