[bts-link] source package gcc-4.6
# # bts-link upstream status pull for source package gcc-4.6 # see http://lists.debian.org/debian-devel-announce/2006/05/msg1.html # user bts-link-upstr...@lists.alioth.debian.org # remote status report for #641849 (http://bugs.debian.org/641849) # Bug title: ICE: gcc-4.6: ICE on armhf with webkitgtk+ # * http://gcc.gnu.org/PR50946 # * remote status changed: WAITING -> NEW usertags 641849 - status-WAITING usertags 641849 + status-NEW # remote status report for #658050 (http://bugs.debian.org/658050) # Bug title: FTBFS: miniperl Out of memory during list extend at make_patchnum.pl line 126. # * http://gcc.gnu.org/PR52383 # * remote status changed: (?) -> UNCONFIRMED usertags 658050 + status-UNCONFIRMED thanks -- 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/20120301163947.20123.44887.btsl...@busoni.debian.org
Bug#661859: gcc-snapshot: FTBFS on hurd-i386
Package: gcc-snapshot Version: 4.7-20120226-1 Severity: important Tags: patch User: debian-h...@lists.debian.org Usertags: hurd Hello, The src/libgcc/generic-morestack.c issue was fixed upstream, so please drop hurd-fixes.diff from gcc-snapshot as the attached patch does. Samuel -- System Information: Debian Release: wheezy/sid APT prefers testing APT policy: (990, 'testing'), (500, 'unstable'), (500, 'stable'), (1, 'experimental') Architecture: amd64 (x86_64) Kernel: Linux 3.0.4 (SMP w/8 CPU cores) Locale: LANG=fr_FR.UTF-8, LC_CTYPE=fr_FR.UTF-8 (charmap=UTF-8) Shell: /bin/sh linked to /bin/bash Index: debian/patches/hurd-fixes.diff === --- debian/patches/hurd-fixes.diff (révision 5882) +++ debian/patches/hurd-fixes.diff (copie de travail) @@ -1,11 +0,0 @@ a/src/libgcc/generic-morestack.c.orig 2011-12-19 21:14:52.0 +0100 -+++ b/src/libgcc/generic-morestack.c 2011-12-19 21:15:35.0 +0100 -@@ -507,7 +507,7 @@ - sigemptyset (&__morestack_initial_sp.mask); - - sigfillset (&__morestack_fullmask); --#ifdef __GLIBC__ -+#if defined(__GLIBC__) && defined(__SIGRTMIN) - /* In glibc, the first two real time signals are used by the NPTL - threading library. By taking them out of the set of signals, we - avoiding copying the signal mask in pthread_sigmask. More Index: debian/rules.patch === --- debian/rules.patch (révision 5882) +++ debian/rules.patch (copie de travail) @@ -208,7 +208,7 @@ endif ifeq ($(DEB_TARGET_ARCH_OS),hurd) - debian_patches += hurd-pthread hurd-changes hurd-fixes + debian_patches += hurd-pthread hurd-changes endif debian_patches += gcc-ice-hack gcc-ice-apport
Bug#641849: marked as done (ICE: gcc-4.6: ICE on armhf with webkitgtk+)
Your message dated Fri, 02 Mar 2012 00:18:19 + with message-id and subject line Bug#641849: fixed in gcc-4.6 4.6.3-1 has caused the Debian Bug report #641849, regarding ICE: gcc-4.6: ICE on armhf with webkitgtk+ 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.) -- 641849: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=641849 Debian Bug Tracking System Contact ow...@bugs.debian.org with problems --- Begin Message --- Package: g++-4.6 Version: 4.6.1-10 Severity: important webkitgtk+_1.4.2-2 fails to build from source on armhf due to a gcc ICE: http://buildd.debian-ports.org/status/fetch.php?pkg=webkitgtk%2B&arch=armhf&ver=1.4.2-2&stamp=1311782209 ... CXXSource/WebCore/bindings/js/libWebCore_la-SerializedScriptValue.lo In file included from ../Source/JavaScriptCore/wtf/PassRefPtr.h:25:0, from ../Source/JavaScriptCore/wtf/RefPtr.h:28, from ../Source/JavaScriptCore/wtf/HashFunctions.h:24, from ../Source/JavaScriptCore/wtf/HashTraits.h:24, from ../Source/JavaScriptCore/runtime/JSValue.h:31, from ../Source/JavaScriptCore/runtime/CachedTranscendentalFunction.h:29, from ../Source/JavaScriptCore/runtime/JSGlobalData.h:32, from ../Source/JavaScriptCore/interpreter/CallFrame.h:26, from ../Source/JavaScriptCore/runtime/ArgList.h:25, from ../Source/JavaScriptCore/runtime/JSObject.h:26, from ../Source/JavaScriptCore/runtime/JSArray.h:24, from ../Source/JavaScriptCore/runtime/JSGlobalObject.h:25, from ../Source/WebCore/bindings/js/JSDOMGlobalObject.h:30, from ../Source/WebCore/bindings/js/JSDOMBinding.h:25, from ../Source/WebCore/bindings/js/ScriptValue.h:34, from ../Source/WebCore/bindings/js/SerializedScriptValue.h:30, from ../Source/WebCore/bindings/js/SerializedScriptValue.cpp:28: ../Source/JavaScriptCore/wtf/NullPtr.h:48:1: warning: identifier 'nullptr' will become a keyword in C++0x [-Wc++0x-compat] In file included from ../Source/JavaScriptCore/runtime/JSObject.h:31:0, from ../Source/JavaScriptCore/runtime/JSArray.h:24, from ../Source/JavaScriptCore/runtime/JSGlobalObject.h:25, from ../Source/WebCore/bindings/js/JSDOMGlobalObject.h:30, from ../Source/WebCore/bindings/js/JSDOMBinding.h:25, from ../Source/WebCore/bindings/js/ScriptValue.h:34, from ../Source/WebCore/bindings/js/SerializedScriptValue.h:30, from ../Source/WebCore/bindings/js/SerializedScriptValue.cpp:28: ../Source/JavaScriptCore/runtime/JSCell.h: In member function 'void* JSC::MarkedBlock::allocate()': ../Source/JavaScriptCore/runtime/JSCell.h:380:78: warning: cast from 'char (*)[8]' to 'JSC::JSCell*' increases required alignment of target type [-Wcast-align] In file included from ../Source/JavaScriptCore/collector/handles/Handle.h:29:0, from ../Source/JavaScriptCore/collector/handles/HandleHeap.h:30, from ../Source/JavaScriptCore/runtime/Heap.h:25, from ../Source/JavaScriptCore/runtime/JSGlobalData.h:33, from ../Source/JavaScriptCore/interpreter/CallFrame.h:26, from ../Source/JavaScriptCore/runtime/ArgList.h:25, from ../Source/JavaScriptCore/runtime/JSObject.h:26, from ../Source/JavaScriptCore/runtime/JSArray.h:24, from ../Source/JavaScriptCore/runtime/JSGlobalObject.h:25, from ../Source/WebCore/bindings/js/JSDOMGlobalObject.h:30, from ../Source/WebCore/bindings/js/JSDOMBinding.h:25, from ../Source/WebCore/bindings/js/ScriptValue.h:34, from ../Source/WebCore/bindings/js/SerializedScriptValue.h:30, from ../Source/WebCore/bindings/js/SerializedScriptValue.cpp:28: ../Source/JavaScriptCore/runtime/WriteBarrier.h: In member function 'T* JSC::WriteBarrierBase::get() const [with T = JSC::JSGlobalObject]': ../Source/JavaScriptCore/runtime/ScopeChain.h:76:86: instantiated from here ../Source/JavaScriptCore/runtime/WriteBarrier.h:97:56: warning: cast from 'JSC::JSCell*' to 'JSC::JSGlobalObject*' increases required alignment of target type [-Wcast-align] ../Source/JavaScriptCore/runtime/WriteBarrier.h: In member function 'T* JSC::WriteBarrierBase::get() const [with T = JSC::ObjectPrototype]': ../Source/JavaScriptCore/runtime/JSGlobalObject.h:185:81: instantiated from here .
Processing of gcc-4.6_4.6.3-1_amd64.changes
gcc-4.6_4.6.3-1_amd64.changes uploaded successfully to localhost along with the files: gcc-4.6_4.6.3-1.dsc gcc-4.6_4.6.3.orig.tar.gz gcc-4.6_4.6.3-1.diff.gz gcc-4.6-source_4.6.3-1_all.deb libstdc++6-4.6-doc_4.6.3-1_all.deb gcc-4.6-locales_4.6.3-1_all.deb gcc-4.6-base_4.6.3-1_amd64.deb libgcc1_4.6.3-1_amd64.deb libgcc1-dbg_4.6.3-1_amd64.deb lib32gcc1_4.6.3-1_amd64.deb lib32gcc1-dbg_4.6.3-1_amd64.deb libquadmath0_4.6.3-1_amd64.deb libquadmath0-dbg_4.6.3-1_amd64.deb lib32quadmath0_4.6.3-1_amd64.deb lib32quadmath0-dbg_4.6.3-1_amd64.deb libgomp1_4.6.3-1_amd64.deb libgomp1-dbg_4.6.3-1_amd64.deb lib32gomp1_4.6.3-1_amd64.deb lib32gomp1-dbg_4.6.3-1_amd64.deb cpp-4.6_4.6.3-1_amd64.deb fixincludes_4.6.3-1_amd64.deb libmudflap0-4.6-dev_4.6.3-1_amd64.deb libmudflap0_4.6.3-1_amd64.deb libmudflap0-dbg_4.6.3-1_amd64.deb lib32mudflap0_4.6.3-1_amd64.deb lib32mudflap0-dbg_4.6.3-1_amd64.deb gobjc++-4.6-multilib_4.6.3-1_amd64.deb gobjc++-4.6_4.6.3-1_amd64.deb gobjc-4.6-multilib_4.6.3-1_amd64.deb gobjc-4.6_4.6.3-1_amd64.deb libobjc3_4.6.3-1_amd64.deb libobjc3-dbg_4.6.3-1_amd64.deb lib32objc3_4.6.3-1_amd64.deb lib32objc3-dbg_4.6.3-1_amd64.deb libgo0_4.6.3-1_amd64.deb libgo0-dbg_4.6.3-1_amd64.deb lib32go0_4.6.3-1_amd64.deb lib32go0-dbg_4.6.3-1_amd64.deb gccgo-4.6_4.6.3-1_amd64.deb gccgo-4.6-multilib_4.6.3-1_amd64.deb g++-4.6-multilib_4.6.3-1_amd64.deb g++-4.6_4.6.3-1_amd64.deb libstdc++6_4.6.3-1_amd64.deb lib32stdc++6_4.6.3-1_amd64.deb lib32stdc++6-4.6-dbg_4.6.3-1_amd64.deb libstdc++6-4.6-dev_4.6.3-1_amd64.deb libstdc++6-4.6-pic_4.6.3-1_amd64.deb libstdc++6-4.6-dbg_4.6.3-1_amd64.deb libgfortran3_4.6.3-1_amd64.deb libgfortran3-dbg_4.6.3-1_amd64.deb lib32gfortran3_4.6.3-1_amd64.deb lib32gfortran3-dbg_4.6.3-1_amd64.deb gfortran-4.6-multilib_4.6.3-1_amd64.deb gfortran-4.6_4.6.3-1_amd64.deb gcc-4.6-multilib_4.6.3-1_amd64.deb gcc-4.6-plugin-dev_4.6.3-1_amd64.deb gcc-4.6_4.6.3-1_amd64.deb Greetings, Your Debian queue daemon (running on host franck.debian.org) -- 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/e1s3g5u-0004qp...@franck.debian.org
gcc-4.6_4.6.3-1_amd64.changes ACCEPTED into unstable
Accepted: cpp-4.6_4.6.3-1_amd64.deb to main/g/gcc-4.6/cpp-4.6_4.6.3-1_amd64.deb fixincludes_4.6.3-1_amd64.deb to main/g/gcc-4.6/fixincludes_4.6.3-1_amd64.deb g++-4.6-multilib_4.6.3-1_amd64.deb to main/g/gcc-4.6/g++-4.6-multilib_4.6.3-1_amd64.deb g++-4.6_4.6.3-1_amd64.deb to main/g/gcc-4.6/g++-4.6_4.6.3-1_amd64.deb gcc-4.6-base_4.6.3-1_amd64.deb to main/g/gcc-4.6/gcc-4.6-base_4.6.3-1_amd64.deb gcc-4.6-locales_4.6.3-1_all.deb to main/g/gcc-4.6/gcc-4.6-locales_4.6.3-1_all.deb gcc-4.6-multilib_4.6.3-1_amd64.deb to main/g/gcc-4.6/gcc-4.6-multilib_4.6.3-1_amd64.deb gcc-4.6-plugin-dev_4.6.3-1_amd64.deb to main/g/gcc-4.6/gcc-4.6-plugin-dev_4.6.3-1_amd64.deb gcc-4.6-source_4.6.3-1_all.deb to main/g/gcc-4.6/gcc-4.6-source_4.6.3-1_all.deb gcc-4.6_4.6.3-1.diff.gz to main/g/gcc-4.6/gcc-4.6_4.6.3-1.diff.gz gcc-4.6_4.6.3-1.dsc to main/g/gcc-4.6/gcc-4.6_4.6.3-1.dsc gcc-4.6_4.6.3-1_amd64.deb to main/g/gcc-4.6/gcc-4.6_4.6.3-1_amd64.deb gcc-4.6_4.6.3.orig.tar.gz to main/g/gcc-4.6/gcc-4.6_4.6.3.orig.tar.gz gccgo-4.6-multilib_4.6.3-1_amd64.deb to main/g/gcc-4.6/gccgo-4.6-multilib_4.6.3-1_amd64.deb gccgo-4.6_4.6.3-1_amd64.deb to main/g/gcc-4.6/gccgo-4.6_4.6.3-1_amd64.deb gfortran-4.6-multilib_4.6.3-1_amd64.deb to main/g/gcc-4.6/gfortran-4.6-multilib_4.6.3-1_amd64.deb gfortran-4.6_4.6.3-1_amd64.deb to main/g/gcc-4.6/gfortran-4.6_4.6.3-1_amd64.deb gobjc++-4.6-multilib_4.6.3-1_amd64.deb to main/g/gcc-4.6/gobjc++-4.6-multilib_4.6.3-1_amd64.deb gobjc++-4.6_4.6.3-1_amd64.deb to main/g/gcc-4.6/gobjc++-4.6_4.6.3-1_amd64.deb gobjc-4.6-multilib_4.6.3-1_amd64.deb to main/g/gcc-4.6/gobjc-4.6-multilib_4.6.3-1_amd64.deb gobjc-4.6_4.6.3-1_amd64.deb to main/g/gcc-4.6/gobjc-4.6_4.6.3-1_amd64.deb lib32gcc1-dbg_4.6.3-1_amd64.deb to main/g/gcc-4.6/lib32gcc1-dbg_4.6.3-1_amd64.deb lib32gcc1_4.6.3-1_amd64.deb to main/g/gcc-4.6/lib32gcc1_4.6.3-1_amd64.deb lib32gfortran3-dbg_4.6.3-1_amd64.deb to main/g/gcc-4.6/lib32gfortran3-dbg_4.6.3-1_amd64.deb lib32gfortran3_4.6.3-1_amd64.deb to main/g/gcc-4.6/lib32gfortran3_4.6.3-1_amd64.deb lib32go0-dbg_4.6.3-1_amd64.deb to main/g/gcc-4.6/lib32go0-dbg_4.6.3-1_amd64.deb lib32go0_4.6.3-1_amd64.deb to main/g/gcc-4.6/lib32go0_4.6.3-1_amd64.deb lib32gomp1-dbg_4.6.3-1_amd64.deb to main/g/gcc-4.6/lib32gomp1-dbg_4.6.3-1_amd64.deb lib32gomp1_4.6.3-1_amd64.deb to main/g/gcc-4.6/lib32gomp1_4.6.3-1_amd64.deb lib32mudflap0-dbg_4.6.3-1_amd64.deb to main/g/gcc-4.6/lib32mudflap0-dbg_4.6.3-1_amd64.deb lib32mudflap0_4.6.3-1_amd64.deb to main/g/gcc-4.6/lib32mudflap0_4.6.3-1_amd64.deb lib32objc3-dbg_4.6.3-1_amd64.deb to main/g/gcc-4.6/lib32objc3-dbg_4.6.3-1_amd64.deb lib32objc3_4.6.3-1_amd64.deb to main/g/gcc-4.6/lib32objc3_4.6.3-1_amd64.deb lib32quadmath0-dbg_4.6.3-1_amd64.deb to main/g/gcc-4.6/lib32quadmath0-dbg_4.6.3-1_amd64.deb lib32quadmath0_4.6.3-1_amd64.deb to main/g/gcc-4.6/lib32quadmath0_4.6.3-1_amd64.deb lib32stdc++6-4.6-dbg_4.6.3-1_amd64.deb to main/g/gcc-4.6/lib32stdc++6-4.6-dbg_4.6.3-1_amd64.deb lib32stdc++6_4.6.3-1_amd64.deb to main/g/gcc-4.6/lib32stdc++6_4.6.3-1_amd64.deb libgcc1-dbg_4.6.3-1_amd64.deb to main/g/gcc-4.6/libgcc1-dbg_4.6.3-1_amd64.deb libgcc1_4.6.3-1_amd64.deb to main/g/gcc-4.6/libgcc1_4.6.3-1_amd64.deb libgfortran3-dbg_4.6.3-1_amd64.deb to main/g/gcc-4.6/libgfortran3-dbg_4.6.3-1_amd64.deb libgfortran3_4.6.3-1_amd64.deb to main/g/gcc-4.6/libgfortran3_4.6.3-1_amd64.deb libgo0-dbg_4.6.3-1_amd64.deb to main/g/gcc-4.6/libgo0-dbg_4.6.3-1_amd64.deb libgo0_4.6.3-1_amd64.deb to main/g/gcc-4.6/libgo0_4.6.3-1_amd64.deb libgomp1-dbg_4.6.3-1_amd64.deb to main/g/gcc-4.6/libgomp1-dbg_4.6.3-1_amd64.deb libgomp1_4.6.3-1_amd64.deb to main/g/gcc-4.6/libgomp1_4.6.3-1_amd64.deb libmudflap0-4.6-dev_4.6.3-1_amd64.deb to main/g/gcc-4.6/libmudflap0-4.6-dev_4.6.3-1_amd64.deb libmudflap0-dbg_4.6.3-1_amd64.deb to main/g/gcc-4.6/libmudflap0-dbg_4.6.3-1_amd64.deb libmudflap0_4.6.3-1_amd64.deb to main/g/gcc-4.6/libmudflap0_4.6.3-1_amd64.deb libobjc3-dbg_4.6.3-1_amd64.deb to main/g/gcc-4.6/libobjc3-dbg_4.6.3-1_amd64.deb libobjc3_4.6.3-1_amd64.deb to main/g/gcc-4.6/libobjc3_4.6.3-1_amd64.deb libquadmath0-dbg_4.6.3-1_amd64.deb to main/g/gcc-4.6/libquadmath0-dbg_4.6.3-1_amd64.deb libquadmath0_4.6.3-1_amd64.deb to main/g/gcc-4.6/libquadmath0_4.6.3-1_amd64.deb libstdc++6-4.6-dbg_4.6.3-1_amd64.deb to main/g/gcc-4.6/libstdc++6-4.6-dbg_4.6.3-1_amd64.deb libstdc++6-4.6-dev_4.6.3-1_amd64.deb to main/g/gcc-4.6/libstdc++6-4.6-dev_4.6.3-1_amd64.deb libstdc++6-4.6-doc_4.6.3-1_all.deb to main/g/gcc-4.6/libstdc++6-4.6-doc_4.6.3-1_all.deb libstdc++6-4.6-pic_4.6.3-1_amd64.deb to main/g/gcc-4.6/libstdc++6-4.6-pic_4.6.3-1_amd64.deb libstdc++6_4.6.3-1_amd64.deb to main/g/gcc-4.6/libstdc++6_4.6.3-1_amd64.deb Override entries for your package: cpp-4.6_4.6.3-1_amd64.deb - optional interpreters fixincludes_4.6.3-1_amd64.deb - optional devel g++-4.6-multilib_4.6.3-1_amd64.deb - optional devel g++-4.6_4.6.3-1_amd64.deb - optional devel gcc-4.6-b
gcc-4.6 override disparity
There are disparities between your recently accepted upload and the override file for the following file(s): libstdc++6_4.6.3-1_amd64.deb: package says priority is important, override says required. Please note that a list of new sections were recently added to the archive: cli-mono, database, debug, fonts, gnu-r, gnustep, haskell, httpd, java, kernel, lisp, localization, ocaml, php, ruby, vcs, video, xfce, zope. At this time a script was used to reclassify packages into these sections. If this is the case, please only reply to this email if the new section is inappropriate, otherwise please update your package at the next upload. Either the package or the override file is incorrect. If you think the override is correct and the package wrong please fix the package so that this disparity is fixed in the next upload. If you feel the override is incorrect then please file a bug against ftp.debian.org and explain why. Please INCLUDE the list of packages as seen above, or we won't be able to deal with your request due to missing information. Please make sure that the subject of the bug you file follows the following format: Subject: override: BINARY1:section/priority, [...], BINARYX:section/priority Include the justification for the change in the body of the mail please. [NB: this is an automatically generated mail; if you already filed a bug and have not received a response yet, please ignore this mail. Your bug needs to be processed by a human and will be in due course, but until then the installer will send these automated mails; sorry.] -- Debian distribution maintenance software (This message was generated automatically; if you believe that there is a problem with it please contact the archive administrators by mailing ftpmas...@debian.org) -- 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/e1s3gcw-0006jt...@franck.debian.org
Bug#661868: gcc-4.6 -combine fails
Package: gcc-4.6 Version: 4.6.2-16 Severity: normal Dear Maintainer, gcc-4.4 and earlier had an option '-combine' that conflated all the C files given to it as a single unit to allow inter-procedural optimisation. gcc-4.6 doesn't seem to have this option, but I can't find anything in the changelogs to suggest it's gone, nor can I find a replacement for it. $ gcc-4.6 -combine -c -o all.o *.c gcc-4.6: error: unrecognized option ‘-combine’ $ gcc-4.4 -combine -c -o all.o *.c $ -- System Information: Debian Release: wheezy/sid APT prefers unstable APT policy: (500, 'unstable'), (500, 'stable'), (500, 'oldstable'), (1, 'experimental') Architecture: amd64 (x86_64) Kernel: Linux 3.3.0-rc5 (SMP w/8 CPU cores) Locale: LANG=en_AU.UTF-8, LC_CTYPE=en_AU.UTF-8 (charmap=UTF-8) Shell: /bin/sh linked to /bin/bash Versions of packages gcc-4.6 depends on: ii binutils 2.22-5 ii cpp-4.6 4.6.2-16 ii gcc-4.6-base 4.6.2-16 ii libc6 2.13-27 ii libgcc1 1:4.6.2-16 ii libgmp10 2:5.0.4+dfsg-1 ii libgomp1 4.6.2-16 ii libmpc2 0.9-4 ii libmpfr4 3.1.0-3 ii libquadmath0 4.6.2-16 ii zlib1g1:1.2.6.dfsg-2 Versions of packages gcc-4.6 recommends: ii libc6-dev 2.13-27 Versions of packages gcc-4.6 suggests: pn binutils-gold pn gcc-4.6-doc pn gcc-4.6-locales pn gcc-4.6-multilib pn libgcc1-dbg pn libgomp1-dbg pn libmudflap0-4.6-dev pn libmudflap0-dbg pn libquadmath0-dbg -- no debconf information -- 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/20120302030949.16592.31402.reportbug@Diprotodon