Processed: raising severity of gcc-4.6 ftbfs reports
Processing commands for cont...@bugs.debian.org: > severity 616296 serious Bug #616296 [src:btrfs-tools] btrfs-tools: will FTBFS with gcc-4.6 Severity set to 'serious' from 'important' > severity 624523 serious Bug #624523 [src:libmaa] libmaa: will ftbfs due to -Wall -Werror (-Werror=unused-but-set-variable) Severity set to 'serious' from 'important' > severity 610517 serious Bug #610517 [kexec-tools] --no-undefined is a linker option, not a gcc option Severity set to 'serious' from 'normal' > severity 615157 serious Bug #615157 [gcc-4.6] gcc-4.6: -Wunused-but-set-variable -Werror does not imply -Werror=unused-but-set-variable Severity set to 'serious' from 'normal' > thanks Stopping processing here. Please contact me if you need assistance. -- 615157: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=615157 624523: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=624523 610517: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=610517 616296: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=616296 Debian Bug Tracking System Contact ow...@bugs.debian.org with problems -- To UNSUBSCRIBE, email to debian-gcc-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org Archive: http://lists.debian.org/handler.s.c.13044147053.transcr...@bugs.debian.org
Bug#623014: marked as done (gcc-defaults: please default to gcc-4.5 on mips and mipsel)
Your message dated Tue, 3 May 2011 11:34:15 +0200 with message-id <20110503093415.ga15...@volta.aurel32.net> and subject line Re: gcc-defaults: please default to gcc-4.5 on mips and mipsel has caused the Debian Bug report #623014, regarding gcc-defaults: please default to gcc-4.5 on mips and mipsel 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.) -- 623014: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=623014 Debian Bug Tracking System Contact ow...@bugs.debian.org with problems --- Begin Message --- Package: gcc-defaults Version: 1.102 Severity: wishlist Now that gcc-4.5 seems to be in a good shape, I think it's time to make it the default on mips and mipsel. Note that it introduces a few changes: - The default ABI in gcc-4.5 is MIPS II instead of MIPS I. It means that it's not necessary anymore to use '.set mips2' pseudo ops in assembly code to get access to the atomic instructions (ll, sc, lld, scd). gcc-4.5 also doesn't emit any more delay slot after load/store instructions, which slightly reduce the size of the generated binaries. The drawback is that MIPS3000 CPUs are not supported anymore. It should not be a big deal, especially given we don't provide kernels for these CPUs for years. - gcc-4.5 enables PLT and copy relocation extensions of MIPS ABI by default (-mplt), which produces faster binaries. -- System Information: Debian Release: wheezy/sid APT prefers unstable APT policy: (500, 'unstable'), (1, 'experimental') Architecture: mips (mips64) Kernel: Linux 2.6.32-5-5kc-malta Locale: LANG=fr_FR.UTF-8, LC_CTYPE=fr_FR.UTF-8 (charmap=UTF-8) Shell: /bin/sh linked to /bin/bash --- End Message --- --- Begin Message --- Version: 1.104 On Sat, Apr 16, 2011 at 06:19:57PM +0200, Aurelien Jarno wrote: > Package: gcc-defaults > Version: 1.102 > Severity: wishlist > > Now that gcc-4.5 seems to be in a good shape, I think it's time to > make it the default on mips and mipsel. Note that it introduces a few > changes: > - The default ABI in gcc-4.5 is MIPS II instead of MIPS I. It means that > it's not necessary anymore to use '.set mips2' pseudo ops in assembly > code to get access to the atomic instructions (ll, sc, lld, scd). > gcc-4.5 also doesn't emit any more delay slot after load/store > instructions, which slightly reduce the size of the generated > binaries. The drawback is that MIPS3000 CPUs are not supported > anymore. It should not be a big deal, especially given we don't > provide kernels for these CPUs for years. > - gcc-4.5 enables PLT and copy relocation extensions of MIPS ABI by > default (-mplt), which produces faster binaries. > This was fixed in version 1.104 (actually defaulting to gcc-4.6), despite not being mentioned in the changelog. Closing the bug manually. -- Aurelien Jarno GPG: 1024D/F1BCDB73 aurel...@aurel32.net http://www.aurel32.net --- End Message ---
Bug#624691: marked as done (gcc-defaults: please switch mips/mipsel to gcc-4.6)
Your message dated Tue, 3 May 2011 11:32:52 +0200 with message-id <20110503093252.ga15...@volta.aurel32.net> and subject line Re: gcc-defaults: please switch mips/mipsel to gcc-4.6 has caused the Debian Bug report #624691, regarding gcc-defaults: please switch mips/mipsel to gcc-4.6 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.) -- 624691: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=624691 Debian Bug Tracking System Contact ow...@bugs.debian.org with problems --- Begin Message --- Package: gcc-defaults Version: 1.103 Severity: normal Contrary to what the changelog says, mips and mipsel doesn't default to gcc-4.6. Please switch them in the next upload. -- System Information: Debian Release: wheezy/sid APT prefers unstable APT policy: (500, 'unstable'), (1, 'experimental') Architecture: mipsel (mips64) Kernel: Linux 2.6.32-5-5kc-malta Locale: LANG=fr_FR.UTF-8, LC_CTYPE=fr_FR.UTF-8 (charmap=UTF-8) Shell: /bin/sh linked to /bin/bash --- End Message --- --- Begin Message --- Version: 1.104 On Sat, Apr 30, 2011 at 07:19:44PM +0200, Aurelien Jarno wrote: > Package: gcc-defaults > Version: 1.103 > Severity: normal > > Contrary to what the changelog says, mips and mipsel doesn't default to > gcc-4.6. Please switch them in the next upload. > This was fixed in version 1.104, despite not being mentioned in the changelog. Closing the bug manually. -- Aurelien Jarno GPG: 1024D/F1BCDB73 aurel...@aurel32.net http://www.aurel32.net --- End Message ---
Bug#625325: gcj-4.4: ftbfs with gcc-4.6 -Werror
Package: gcj-4.4 Version: 4.4.6-2 Severity: important Tags: wheezy sid User: debian-gcc@lists.debian.org Usertags: ftbfs-gcc-4.6 ftbfs-werror This package builds with -Werror, and GCC 4.6 triggers new warnings which will make the package fail to build. Currently a Debian patch just passes -Wno-error=unused-but-set-variable and -Wno-error=unused-but-set-parameter to avoid build failures, but this patch will be reverted with the GCC 4.6.1 release, and the severity of the report will be raised. The full build log can be found at: http://people.debian.org/~doko/tmp/werror/gcj-4.4_4.4.6-2_lsid64.buildlog The last lines of the build log are at the end of this report. -- To UNSUBSCRIBE, email to debian-gcc-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org Archive: http://lists.debian.org/e1qhcuw-0004cq...@ravel.debian.org
Bug#625326: gcc-4.5: ftbfs with gcc-4.6 -Werror
Package: gcc-4.5 Version: 4.5.3-1 Severity: important Tags: wheezy sid User: debian-gcc@lists.debian.org Usertags: ftbfs-gcc-4.6 ftbfs-werror This package builds with -Werror, and GCC 4.6 triggers new warnings which will make the package fail to build. Currently a Debian patch just passes -Wno-error=unused-but-set-variable and -Wno-error=unused-but-set-parameter to avoid build failures, but this patch will be reverted with the GCC 4.6.1 release, and the severity of the report will be raised. The full build log can be found at: http://people.debian.org/~doko/tmp/werror/gcc-4.5_4.5.3-1_lsid64.buildlog The last lines of the build log are at the end of this report. -- To UNSUBSCRIBE, email to debian-gcc-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org Archive: http://lists.debian.org/e1qhcut-0004cg...@ravel.debian.org
Bug#625332: gcc-snapshot: ftbfs with gcc-4.6 -Werror
Package: gcc-snapshot Version: 20110419-1 Severity: important Tags: wheezy sid User: debian-gcc@lists.debian.org Usertags: ftbfs-gcc-4.6 ftbfs-werror This package builds with -Werror, and GCC 4.6 triggers new warnings which will make the package fail to build. Currently a Debian patch just passes -Wno-error=unused-but-set-variable and -Wno-error=unused-but-set-parameter to avoid build failures, but this patch will be reverted with the GCC 4.6.1 release, and the severity of the report will be raised. The full build log can be found at: http://people.debian.org/~doko/tmp/werror/gcc-snapshot_20110419-1_lsid64.buildlog The last lines of the build log are at the end of this report. -- To UNSUBSCRIBE, email to debian-gcc-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org Archive: http://lists.debian.org/e1qhcuv-0004ce...@ravel.debian.org
Bug#625335: gcc-4.4: ftbfs with gcc-4.6 -Werror
Package: gcc-4.4 Version: 4.4.6-2 Severity: important Tags: wheezy sid User: debian-gcc@lists.debian.org Usertags: ftbfs-gcc-4.6 ftbfs-werror This package builds with -Werror, and GCC 4.6 triggers new warnings which will make the package fail to build. Currently a Debian patch just passes -Wno-error=unused-but-set-variable and -Wno-error=unused-but-set-parameter to avoid build failures, but this patch will be reverted with the GCC 4.6.1 release, and the severity of the report will be raised. The full build log can be found at: http://people.debian.org/~doko/tmp/werror/gcc-4.4_4.4.6-2_lsid64.buildlog The last lines of the build log are at the end of this report. -- To UNSUBSCRIBE, email to debian-gcc-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org Archive: http://lists.debian.org/e1qhcus-0004c4...@ravel.debian.org
Bug#625337: gcc-4.6: ftbfs with gcc-4.6 -Werror
Package: gcc-4.6 Version: 4.6.0-6 Severity: important Tags: wheezy sid User: debian-gcc@lists.debian.org Usertags: ftbfs-gcc-4.6 ftbfs-werror This package builds with -Werror, and GCC 4.6 triggers new warnings which will make the package fail to build. Currently a Debian patch just passes -Wno-error=unused-but-set-variable and -Wno-error=unused-but-set-parameter to avoid build failures, but this patch will be reverted with the GCC 4.6.1 release, and the severity of the report will be raised. The full build log can be found at: http://people.debian.org/~doko/tmp/werror/gcc-4.6_4.6.0-6_lsid64.buildlog The last lines of the build log are at the end of this report. -- To UNSUBSCRIBE, email to debian-gcc-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org Archive: http://lists.debian.org/e1qhcuu-0004cs...@ravel.debian.org
Bug#625338: gdc-4.4: ftbfs with gcc-4.6 -Werror
Package: gdc-4.4 Version: 1.063-4.4.6-2 Severity: important Tags: wheezy sid User: debian-gcc@lists.debian.org Usertags: ftbfs-gcc-4.6 ftbfs-werror This package builds with -Werror, and GCC 4.6 triggers new warnings which will make the package fail to build. Currently a Debian patch just passes -Wno-error=unused-but-set-variable and -Wno-error=unused-but-set-parameter to avoid build failures, but this patch will be reverted with the GCC 4.6.1 release, and the severity of the report will be raised. The full build log can be found at: http://people.debian.org/~doko/tmp/werror/gdc-4.4_1.063-4.4.6-2_lsid64.buildlog The last lines of the build log are at the end of this report. -- To UNSUBSCRIBE, email to debian-gcc-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org Archive: http://lists.debian.org/e1qhcua-0004dc...@ravel.debian.org
Bug#625339: gcj-4.6: ftbfs with gcc-4.6 -Werror
Package: gcj-4.6 Version: 4.6.0-3 Severity: important Tags: wheezy sid User: debian-gcc@lists.debian.org Usertags: ftbfs-gcc-4.6 ftbfs-werror This package builds with -Werror, and GCC 4.6 triggers new warnings which will make the package fail to build. Currently a Debian patch just passes -Wno-error=unused-but-set-variable and -Wno-error=unused-but-set-parameter to avoid build failures, but this patch will be reverted with the GCC 4.6.1 release, and the severity of the report will be raised. The full build log can be found at: http://people.debian.org/~doko/tmp/werror/gcj-4.6_4.6.0-3_lsid64.buildlog The last lines of the build log are at the end of this report. -- To UNSUBSCRIBE, email to debian-gcc-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org Archive: http://lists.debian.org/e1qhcux-0004d2...@ravel.debian.org
Bug#625417: ppl: ftbfs with gcc-4.6 -Werror
Package: ppl Version: 0.11.2-3 Severity: important Tags: wheezy sid User: debian-gcc@lists.debian.org Usertags: ftbfs-gcc-4.6 ftbfs-werror This package builds with -Werror, and GCC 4.6 triggers new warnings which will make the package fail to build. Currently a Debian patch just passes -Wno-error=unused-but-set-variable and -Wno-error=unused-but-set-parameter to avoid build failures, but this patch will be reverted with the GCC 4.6.1 release, and the severity of the report will be raised. The full build log can be found at: http://people.debian.org/~doko/tmp/werror/ppl_0.11.2-3_lsid64.buildlog The last lines of the build log are at the end of this report. -- To UNSUBSCRIBE, email to debian-gcc-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org Archive: http://lists.debian.org/e1qhcvi-0005tu...@ravel.debian.org
Bug#623791: gcc-4.6: missing 'libmpc-dev' when doing cross (not native)
On 04/23/2011 04:03 AM, Hector Oron wrote: severity wishlist tag patch thanks Hi, Here a patch which fixes the problem. I downgrade the bug to wishlist as it only affects cross compilers. cloog-ppl and libelf-deps are missing too. -- To UNSUBSCRIBE, email to debian-gcc-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org Archive: http://lists.debian.org/4dbfe007.3050...@debian.org
Bug#625325: marked as done (gcj-4.4: ftbfs with gcc-4.6 -Werror)
Your message dated Tue, 03 May 2011 12:54:07 +0200 with message-id <4dbfdecf.9090...@debian.org> and subject line fix false positives about -Werror has caused the Debian Bug report #625325, regarding gcj-4.4: ftbfs with gcc-4.6 -Werror 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.) -- 625325: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=625325 Debian Bug Tracking System Contact ow...@bugs.debian.org with problems --- Begin Message --- Package: gcj-4.4 Version: 4.4.6-2 Severity: important Tags: wheezy sid User: debian-gcc@lists.debian.org Usertags: ftbfs-gcc-4.6 ftbfs-werror This package builds with -Werror, and GCC 4.6 triggers new warnings which will make the package fail to build. Currently a Debian patch just passes -Wno-error=unused-but-set-variable and -Wno-error=unused-but-set-parameter to avoid build failures, but this patch will be reverted with the GCC 4.6.1 release, and the severity of the report will be raised. The full build log can be found at: http://people.debian.org/~doko/tmp/werror/gcj-4.4_4.4.6-2_lsid64.buildlog The last lines of the build log are at the end of this report. --- End Message --- --- Begin Message --- -Werror isn't used for stage1, anything else is built by the boostrapped compilers. --- End Message ---
Bug#625326: marked as done (gcc-4.5: ftbfs with gcc-4.6 -Werror)
Your message dated Tue, 03 May 2011 12:54:07 +0200 with message-id <4dbfdecf.9090...@debian.org> and subject line fix false positives about -Werror has caused the Debian Bug report #625326, regarding gcc-4.5: ftbfs with gcc-4.6 -Werror 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.) -- 625326: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=625326 Debian Bug Tracking System Contact ow...@bugs.debian.org with problems --- Begin Message --- Package: gcc-4.5 Version: 4.5.3-1 Severity: important Tags: wheezy sid User: debian-gcc@lists.debian.org Usertags: ftbfs-gcc-4.6 ftbfs-werror This package builds with -Werror, and GCC 4.6 triggers new warnings which will make the package fail to build. Currently a Debian patch just passes -Wno-error=unused-but-set-variable and -Wno-error=unused-but-set-parameter to avoid build failures, but this patch will be reverted with the GCC 4.6.1 release, and the severity of the report will be raised. The full build log can be found at: http://people.debian.org/~doko/tmp/werror/gcc-4.5_4.5.3-1_lsid64.buildlog The last lines of the build log are at the end of this report. --- End Message --- --- Begin Message --- -Werror isn't used for stage1, anything else is built by the boostrapped compilers. --- End Message ---
Bug#625332: marked as done (gcc-snapshot: ftbfs with gcc-4.6 -Werror)
Your message dated Tue, 03 May 2011 12:54:07 +0200 with message-id <4dbfdecf.9090...@debian.org> and subject line fix false positives about -Werror has caused the Debian Bug report #625332, regarding gcc-snapshot: ftbfs with gcc-4.6 -Werror 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.) -- 625332: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=625332 Debian Bug Tracking System Contact ow...@bugs.debian.org with problems --- Begin Message --- Package: gcc-snapshot Version: 20110419-1 Severity: important Tags: wheezy sid User: debian-gcc@lists.debian.org Usertags: ftbfs-gcc-4.6 ftbfs-werror This package builds with -Werror, and GCC 4.6 triggers new warnings which will make the package fail to build. Currently a Debian patch just passes -Wno-error=unused-but-set-variable and -Wno-error=unused-but-set-parameter to avoid build failures, but this patch will be reverted with the GCC 4.6.1 release, and the severity of the report will be raised. The full build log can be found at: http://people.debian.org/~doko/tmp/werror/gcc-snapshot_20110419-1_lsid64.buildlog The last lines of the build log are at the end of this report. --- End Message --- --- Begin Message --- -Werror isn't used for stage1, anything else is built by the boostrapped compilers. --- End Message ---
Bug#625335: marked as done (gcc-4.4: ftbfs with gcc-4.6 -Werror)
Your message dated Tue, 03 May 2011 12:54:07 +0200 with message-id <4dbfdecf.9090...@debian.org> and subject line fix false positives about -Werror has caused the Debian Bug report #625335, regarding gcc-4.4: ftbfs with gcc-4.6 -Werror 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.) -- 625335: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=625335 Debian Bug Tracking System Contact ow...@bugs.debian.org with problems --- Begin Message --- Package: gcc-4.4 Version: 4.4.6-2 Severity: important Tags: wheezy sid User: debian-gcc@lists.debian.org Usertags: ftbfs-gcc-4.6 ftbfs-werror This package builds with -Werror, and GCC 4.6 triggers new warnings which will make the package fail to build. Currently a Debian patch just passes -Wno-error=unused-but-set-variable and -Wno-error=unused-but-set-parameter to avoid build failures, but this patch will be reverted with the GCC 4.6.1 release, and the severity of the report will be raised. The full build log can be found at: http://people.debian.org/~doko/tmp/werror/gcc-4.4_4.4.6-2_lsid64.buildlog The last lines of the build log are at the end of this report. --- End Message --- --- Begin Message --- -Werror isn't used for stage1, anything else is built by the boostrapped compilers. --- End Message ---
Bug#625337: marked as done (gcc-4.6: ftbfs with gcc-4.6 -Werror)
Your message dated Tue, 03 May 2011 12:54:07 +0200 with message-id <4dbfdecf.9090...@debian.org> and subject line fix false positives about -Werror has caused the Debian Bug report #625337, regarding gcc-4.6: ftbfs with gcc-4.6 -Werror 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.) -- 625337: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=625337 Debian Bug Tracking System Contact ow...@bugs.debian.org with problems --- Begin Message --- Package: gcc-4.6 Version: 4.6.0-6 Severity: important Tags: wheezy sid User: debian-gcc@lists.debian.org Usertags: ftbfs-gcc-4.6 ftbfs-werror This package builds with -Werror, and GCC 4.6 triggers new warnings which will make the package fail to build. Currently a Debian patch just passes -Wno-error=unused-but-set-variable and -Wno-error=unused-but-set-parameter to avoid build failures, but this patch will be reverted with the GCC 4.6.1 release, and the severity of the report will be raised. The full build log can be found at: http://people.debian.org/~doko/tmp/werror/gcc-4.6_4.6.0-6_lsid64.buildlog The last lines of the build log are at the end of this report. --- End Message --- --- Begin Message --- -Werror isn't used for stage1, anything else is built by the boostrapped compilers. --- End Message ---
Bug#625338: marked as done (gdc-4.4: ftbfs with gcc-4.6 -Werror)
Your message dated Tue, 03 May 2011 12:54:07 +0200 with message-id <4dbfdecf.9090...@debian.org> and subject line fix false positives about -Werror has caused the Debian Bug report #625338, regarding gdc-4.4: ftbfs with gcc-4.6 -Werror 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.) -- 625338: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=625338 Debian Bug Tracking System Contact ow...@bugs.debian.org with problems --- Begin Message --- Package: gdc-4.4 Version: 1.063-4.4.6-2 Severity: important Tags: wheezy sid User: debian-gcc@lists.debian.org Usertags: ftbfs-gcc-4.6 ftbfs-werror This package builds with -Werror, and GCC 4.6 triggers new warnings which will make the package fail to build. Currently a Debian patch just passes -Wno-error=unused-but-set-variable and -Wno-error=unused-but-set-parameter to avoid build failures, but this patch will be reverted with the GCC 4.6.1 release, and the severity of the report will be raised. The full build log can be found at: http://people.debian.org/~doko/tmp/werror/gdc-4.4_1.063-4.4.6-2_lsid64.buildlog The last lines of the build log are at the end of this report. --- End Message --- --- Begin Message --- -Werror isn't used for stage1, anything else is built by the boostrapped compilers. --- End Message ---
Bug#625339: marked as done (gcj-4.6: ftbfs with gcc-4.6 -Werror)
Your message dated Tue, 03 May 2011 12:54:07 +0200 with message-id <4dbfdecf.9090...@debian.org> and subject line fix false positives about -Werror has caused the Debian Bug report #625339, regarding gcj-4.6: ftbfs with gcc-4.6 -Werror 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.) -- 625339: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=625339 Debian Bug Tracking System Contact ow...@bugs.debian.org with problems --- Begin Message --- Package: gcj-4.6 Version: 4.6.0-3 Severity: important Tags: wheezy sid User: debian-gcc@lists.debian.org Usertags: ftbfs-gcc-4.6 ftbfs-werror This package builds with -Werror, and GCC 4.6 triggers new warnings which will make the package fail to build. Currently a Debian patch just passes -Wno-error=unused-but-set-variable and -Wno-error=unused-but-set-parameter to avoid build failures, but this patch will be reverted with the GCC 4.6.1 release, and the severity of the report will be raised. The full build log can be found at: http://people.debian.org/~doko/tmp/werror/gcj-4.6_4.6.0-3_lsid64.buildlog The last lines of the build log are at the end of this report. --- End Message --- --- Begin Message --- -Werror isn't used for stage1, anything else is built by the boostrapped compilers. --- End Message ---