Your message dated Thu, 16 Jun 2016 11:00:53 +0000
with message-id <e1bdv2b-0002zo...@franck.debian.org>
and subject line Bug#746843: fixed in faumachine 20160511-1
has caused the Debian Bug report #746843,
regarding faumachine: ftbfs with GCC-4.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.)


-- 
746843: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=746843
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: src:faumachine
Version: 20120707-3
Severity: important
Tags: sid jessie
User: debian-...@lists.debian.org
Usertags: ftbfs-gcc-4.9

The package fails to build in a test rebuild on at least amd64 with
gcc-4.9/g++-4.9, but succeeds to build with gcc-4.8/g++-4.8. The
severity of this report may be raised before the jessie release.

The full build log can be found at:
http://people.debian.org/~doko/logs/failed-gcc49/faumachine_20120707-3_unstable_gcc49.log
The last lines of the build log are at the end of this report.

To build with GCC 4.9, either set CC=gcc-4.9 CXX=g++-4.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-4.9/porting_to.html

[...]
/usr/bin/ld: warning: .note.gnu.build-id section discarded, --build-id ignored.
objdump -D -r --disassembler-options=att,i8086 vgabios.elf > vgabios.dis
objcopy -O binary -j .text -j .rodata -j .data -j .bss vgabios.elf vgabios.text
../../../scripts/bin2bios vgabios.text > vgabios.rom
vgabios.text: 42248 bytes
rm -f vgabios.text
make[6]: Leaving directory `/«PKGBUILDDIR»/node-pc/simulator/umvga_bios'
Making all in isa_gen_ne2000_bios
make[6]: Entering directory 
`/«PKGBUILDDIR»/node-pc/simulator/isa_gen_ne2000_bios'
make[6]: Nothing to be done for `all'.
make[6]: Leaving directory 
`/«PKGBUILDDIR»/node-pc/simulator/isa_gen_ne2000_bios'
Making all in pci_lsi_20810_bios
make[6]: Entering directory 
`/«PKGBUILDDIR»/node-pc/simulator/pci_lsi_20810_bios'
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 -Wredundant-decls 
-Wno-pointer-sign -g -O2 --no-stack-protector -fno-inline-atomics 
-fno-optimize-strlen -fno-shrink-wrap -fno-tree-tail-merge -o cmos cmos.c
./cmos
make[6]: Leaving directory 
`/«PKGBUILDDIR»/node-pc/simulator/pci_lsi_20810_bios'
Making all in qemu
make[6]: Entering directory `/«PKGBUILDDIR»/node-pc/simulator/qemu'
gcc -E -I../../.. -I. -I./.. -I./../.. -I../../../lib -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 -Wredundant-decls 
-Wno-pointer-sign -DHAVE_CONFIG_H     -I../../.. -I. -I./.. -I./../.. 
-I../../../lib -fomit-frame-pointer -fno-strict-aliasing -falign-functions=0 
-fno-gcse -fno-reorder-blocks -fno-optimize-sibling-calls  -g -O2 
--no-stack-protector -fno-inline-atomics -fno-optimize-strlen -fno-shrink-wrap 
-fno-tree-tail-merge -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 -Wredundant-decls 
-Wno-pointer-sign -DHAVE_CONFIG_H     -I. -g -O2 --no-stack-protector 
-fno-inline-atomics -fno-optimize-strlen -fno-shrink-wrap -fno-tree-tail-merge 
-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 -Wredundant-decls 
-Wno-pointer-sign -I. -g -O2 --no-stack-protector -fno-inline-atomics 
-fno-optimize-strlen -fno-shrink-wrap -fno-tree-tail-merge  -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.tmp 
libqemu_gen_286_a-cpu_286_jit_op.o
dyngen: Multiple return instructions in chip_intel_80286_op_ldub_kernel_T0_A0
make[6]: *** [cpu_286_jit_op_gen.h] Error 1
make[6]: Leaving directory `/«PKGBUILDDIR»/node-pc/simulator/qemu'
make[5]: *** [all-recursive] Error 1
make[5]: Leaving directory `/«PKGBUILDDIR»/node-pc/simulator'
make[4]: *** [all] Error 2
rm scsi_gen_disk.sym ide_gen_disk.sym mouse_matcher.sym conn_speaker.sym 
conn_rs232.sym vt102_keyboard.sym ide_gen_cdrom.sym conn_std_logic.sym 
conn_centronics.sym mem_gen_128kx18.sym chassis_at.sym scsi_gen_cdrom.sym 
cpu_intel_x86_64.sym telephone_isp.sym chip_intel_82557_cardbus.sym 
floppy_gen_floppydrive.sym ps2_gen_mouse_4.sym cpu_intel_80686_coppermine.sym 
isa_gen_idectrl.sym ide_disk_seagate_st3660a.sym misc_pci_vhdl_con.sym 
vt102_monitor.sym ide_disk_ibm_djna_371800.sym ide_disk_maxtor_7850av.sym 
patternm.sym loudspeaker.sym printer.sym media_gen_image.sym elevator.sym 
conn_scsi.sym cb_intel_eepro100.sym dio48_loopback.sym conn_ide.sym 
isa_gen_soundblaster16.sym chip_intel_82443BX.sym media_gen_floppy.sym 
usb2serial.sym media_gen_cd.sym keyboard.sym isa_gen_vga.sym 
cpu_intel_80386.sym network_cable.sym ide_disk_ibm_dtta_350540.sym 
chip_gen_vga.sym memory.sym power_supply_at.sym chassis.sym elevator_rc.sym 
usbstorage.sym cpu_intel_80686_klamath.sym network_bridge.sym vt102_core
 .sym power_supply.sym serial_modem.sym ide_disk_fujitsu_m1614ta.sym 
misc_pci_control.sym network_router.sym telephone_switch.sym 
misc_analog_rcsound.sym conn_shugart.sym media_gen_dvd.sym 
cpu_intel_80386_interpreter.sym dhcp_server.sym chip_gen_sound.sym 
chip_fau_pci_real.sym cpu_host.sym monitor.sym dio24_loopback.sym
make[4]: Leaving directory `/«PKGBUILDDIR»/node-pc/simulator'
make[3]: *** [all-recursive] Error 1
make[3]: Leaving directory `/«PKGBUILDDIR»/node-pc'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/«PKGBUILDDIR»'
make[1]: *** [all] Error 2
make[1]: Leaving directory `/«PKGBUILDDIR»'
make: *** [build-stamp] Error 2
dpkg-buildpackage: error: debian/rules build-arch gave error exit status 2

--- End Message ---
--- Begin Message ---
Source: faumachine
Source-Version: 20160511-1

We believe that the bug you reported is fixed in the latest version of
faumachine, which is due to be installed in the Debian FTP archive.

A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to 746...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Stefan Potyra <sistp...@ubuntu.com> (supplier of updated faumachine package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing ftpmas...@ftp-master.debian.org)


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Format: 1.8
Date: Thu, 26 May 2016 18:20:53 +0200
Source: faumachine
Binary: faumachine faumachine-data
Architecture: source all amd64
Version: 20160511-1
Distribution: unstable
Urgency: medium
Maintainer: FAUmachine Team <faumach...@potyra.de>
Changed-By: Stefan Potyra <sistp...@ubuntu.com>
Description:
 faumachine - Virtual machine running in user mode
 faumachine-data - Virtual machine running in user mode -- data files
Closes: 746843 749633 821874
Changes:
 faumachine (20160511-1) unstable; urgency=medium
 .
   * New upstream release, highlights:
     + Builds with newer gcc versions (Closes: #746843, #821874)
     + Correct placement of config.h includes (Closes: #749633)
     + Many other improvements.
   * All patches have been incorporated upstream:
     + debian/patches: Removed
     + debian/control: Remove patch-stamp, unpatch targets.
   * Switch to new debian source format:
     + debian/source/format -> 3.0 (quilt), no further changes required.
   * debian/control:
     + Remove obsolete DM-Upload-Allowed.
     + Packaging complies to Standards-Version 3.9.8 with the other
       changes done.
     + Remove Homepage field, since the current homepage is only
       temporary.
       This release was downloaded from
       <http://potyra.de/FAUmachine/releases/faumachine-20160511.tar.xz>,
       You can find old releases, contacts and more information at:
       <https://www3.informatik.uni-erlangen.de/Research/FAUmachine/>
     + Comment-out Built-Using field, since dpkg no longer seems to support
       it.
     + Update maintainer address.
   * debian/watch: Removed, since the current homepage is only temporary.
   * debian/faumachine.docs: Remove STATE and AUTHORS (files no longer
     present).
   * debian/faumachine.menu: Removed, obsoleted in favor of the
     desktop file.
   * debian/rules: Remove dh_installmenu.
Checksums-Sha1:
 6c3de510d997c5874670bfa4f3999c67cc14cec6 2147 faumachine_20160511-1.dsc
 545ca532479169015d1d27d5311c823e7d89618d 41585276 
faumachine_20160511.orig.tar.xz
 bdfe2542e9fbd74347d7803a2bec0b2f5ec20b6a 7772 
faumachine_20160511-1.debian.tar.xz
 24b392ee404476ecbab3faeb7237eb86ce693472 529514 
faumachine-data_20160511-1_all.deb
 3947a00dcae0772300228c27b5649f834484927b 4640892 
faumachine-dbgsym_20160511-1_amd64.deb
 7c09819d4fee6cc60906a3d52f13b1a1e001497d 1032178 
faumachine_20160511-1_amd64.deb
Checksums-Sha256:
 ddb0b782a2cb9b4a5e689ba09dc60d8e324d35748253d418f38c340e1f05a1f1 2147 
faumachine_20160511-1.dsc
 b8aa7dbd31e0e64436078406ae2ded17ce9cde6b320c0f97fea6eb986fe600cb 41585276 
faumachine_20160511.orig.tar.xz
 f3b977ee4fc90b483cff2da08a42a90c875d3712f8e6d5ca4f806b89c6c3807f 7772 
faumachine_20160511-1.debian.tar.xz
 8cd7ddce39b8689188301be8aceb8e20fb3f7f81155fa33fbd52d86f243bd33c 529514 
faumachine-data_20160511-1_all.deb
 2e79218b33b72b80245fcbdd49598dc3f3a400d64109ae7fa4589d2103358667 4640892 
faumachine-dbgsym_20160511-1_amd64.deb
 c6848586f18ca8bc2b475a879e95ae1c28e197fd3f2ed781cd658f2a55461107 1032178 
faumachine_20160511-1_amd64.deb
Files:
 80993424c9b99c858b11253161f4f2a9 2147 misc optional faumachine_20160511-1.dsc
 a5380dd402baa150f4861f5b054f364a 41585276 misc optional 
faumachine_20160511.orig.tar.xz
 91f0e0428436efe9484fb625eaf0f38a 7772 misc optional 
faumachine_20160511-1.debian.tar.xz
 98152ac0be5a65f820ebd28d9f51920d 529514 misc optional 
faumachine-data_20160511-1_all.deb
 c34b6d41cd415335c0756381f180ce8c 4640892 debug extra 
faumachine-dbgsym_20160511-1_amd64.deb
 353cd93fd2e6adddb5e1249602b1e561 1032178 misc optional 
faumachine_20160511-1_amd64.deb

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1

iQIcBAEBAgAGBQJXYECcAAoJEEsAacz2UnhHxgAP/R33ge9ArXvFBKlMkh3Lb+oC
WKmJSl0F+NFTGvMTCp49xDL7b+mgSXd2HBgMQKSe9Zkogwcp7clZs9OsIr0j6T5+
j6+lfe+HSBDEB4U99qPbCw/t4E/UIqoZqg11VoHASixJc076gOVnXAOm4ATiZq+U
N/4rHxUig1ghVI0YezXaI4rJ1k9+wAHvN0F+4TYI2oPnIgCPwbaIumonDsMEbzSe
XRKA7RlPcFuUgbq3xnTZ5nAP486AJ/3FKL+KOXWg4++jaOCcsH2VmUZ9wrPVjKsp
cdhScVIOORlRPPXjLMr6KIpntBwhxTJCDWCfZaX/8NtP9YRDMnBeI77gOeGZXh9F
fh39ZXYmBB+UoYAeqSErGunZAVKYu8gvlPd8ks8qHbEUZULXpNczR3Nu0YAE82br
P0BbLHr236cUVqJ32W37uEYTrfZS9/IeGqcJzM7mLsnePNBED8PTm1XIROB+iiDD
BWVZltahQQonYwH4FPjkf64Pvvoi/7+TCp3apsD9jtwOYHixOhitgc5io9s4olQS
Vmz7Xt+BsnYmrASh7ZUJUWxQ2e0zUuzPEpNSjqqxUUJk+qkVmH4xn73SSWRhNZPL
66fsvS6iYT9Iy1aPZgaLqv5HQRKAUWikCymU1Aqmr5qXdSG0LzLn4YZ+U9IJyH4d
Bul21m9vm/j4I7eFv/Xc
=/d1i
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to