cruft in gnat-4.2 upload
There's much cruft in the last gnat-4.2 upload, bringing the size of the diff,gz to nearly 5mb ... instead of 390k for the gcc-4.2 package. You were the one complaining about the big diff's in the gcc-4.1 source ;-) Plus the b-d on the exact version of gcc-4.2-source seems to be less than ideal. Matthias -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Bug#433447: Segmentation fault on compilation of kernel
Package: gcc-4.1 Version: 4.1.1-21 Severity: normal Hey I've tried today to compile the linux-source-2.6.18 with this compiler and it failed with this output: fs/ocfs2/dlm/dlmrecovery.c: In function �dlm_mig_lockres_worker�: fs/ocfs2/dlm/dlmrecovery.c:1433: internal compiler error: Segmentation fault Please submit a full bug report, with preprocessed source if appropriate. See http://gcc.gnu.org/bugs.html> for instructions. For Debian GNU/Linux specific bug reporting instructions, see . The bug is not reproducible, so it is likely a hardware or OS problem. make[4]: *** [fs/ocfs2/dlm/dlmrecovery.o] Error 1 make[3]: *** [fs/ocfs2/dlm] Error 2 make[2]: *** [fs/ocfs2] Error 2 make[1]: *** [fs] Error 2 make[1]: Leaving directory `/usr/src/linux-source-2.6.18' make: *** [debian/stamp-build-kernel] Error 2 (Tryed it 2 times) Since this could be a host problem (according to the output, here some host informations): cat /proc/cpuinfo processor : 0 vendor_id : AuthenticAMD cpu family : 6 model : 10 model name : AMD Sempron(tm) 2200+ stepping: 0 cpu MHz : 1499.625 cache size : 256 KB fdiv_bug: no hlt_bug : no f00f_bug: no coma_bug: no fpu : yes fpu_exception : yes cpuid level : 1 wp : yes flags : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 mmx fxsr sse syscall mp mmxext 3dnowext 3dnow ts bogomips: 3002.48 If you need more informations please contact me -- System Information: Debian Release: 4.0 APT prefers stable APT policy: (500, 'stable') Architecture: i386 (i686) Shell: /bin/sh linked to /bin/bash Kernel: Linux 2.6.18 Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8) Versions of packages gcc-4.1 depends on: ii binutils2.17-3 The GNU assembler, linker and bina ii cpp-4.1 4.1.1-21 The GNU C preprocessor ii gcc-4.1-base4.1.1-21 The GNU Compiler Collection (base ii libc6 2.3.6.ds1-13 GNU C Library: Shared libraries ii libgcc1 1:4.1.1-21 GCC support library ii libssp0 4.1.1-21 GCC stack smashing protection libr Versions of packages gcc-4.1 recommends: ii libc6-dev 2.3.6.ds1-13 GNU C Library: Development Librari pn libmudflap0-dev(no description available) -- no debconf information -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Re: cruft in gnat-4.2 upload
Matthias Klose writes: > There's much cruft in the last gnat-4.2 upload, bringing the size of > the diff,gz to nearly 5mb ... instead of 390k for the gcc-4.2 > package. You were the one complaining about the big diff's in the > gcc-4.1 source ;-) Thanks, I'll look into this. It seems I still have 10 Mb worth of patches in my branch of gcc-4.2. Most of them came straight from gcc-4.1. > Plus the b-d on the exact version of gcc-4.2-source seems to be less > than ideal. I'm an Ada programmer. I like being strict. However, I've relaxed the build dependency to always require the upload corresponding with the orig.tar.gz instead of the exact same one, i.e. gnat-4.2 (= 4.2-20070712-2) will build-depend on gcc-4.2-source (= 4.2-20070712-1) instead of -2. -- Ludovic Brenta. -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Bug#433539: gcc-4.1: profiling support on hurd
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 X-Debbugs-Cc: [EMAIL PROTECTED], [EMAIL PROTECTED] Package: gcc-4.1 Version: 4.1.2-13 Severity: important Tags: patch Profiling support on Hurd has been broken for some time due to a mistake within GCC's spec files. I've included a patch that changes the gnu specfile within GCC so it properly links binaries when compiled with profiling - -- System Information: Debian Release: lenny/sid APT prefers unstable APT policy: (500, 'unstable') Architecture: hurd-i386 (i686-AT386) Kernel: GNU-Mach 1.3.99/Hurd-0.3 Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968) Shell: /bin/sh linked to /bin/bash Versions of packages gcc-4.1 depends on: ii binutils 2.17cvs20070426-8 The GNU assembler, linker and bina ii cpp-4.14.1.2-13 The GNU C preprocessor ii gcc-4.1-base 4.1.2-13 The GNU Compiler Collection (base ii libc0.32.5-11+hurd.1 GNU C Library: Shared libraries ii libgcc11:4.2-20070627-1 GCC support library Versions of packages gcc-4.1 recommends: ii libmudflap0-dev 4.1.2-13 GCC mudflap support libraries (dev - -- no debconf information - --===1063792021== Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Disposition: attachment; filename="profiling.patch" +++ src/gcc/config/i386/gnu.h Sat Jul 14 13:01:43 2007 - --- src/gcc/config/i386/gnu.h Sat Jul 14 17:02:14 2007 *** *** 34,41 #define STARTFILE_SPEC \ "%{!shared: \ %{!static: \ - -%{pg:gcrt1.o%s} %{!pg:%{p:gcrt1.o%s} %{!p:crt1.o%s}}} \ +%{pg:gcrt0.o%s} %{!pg:%{p:gcrt0.o%s} %{!p:crt1.o%s}}} \ - - %{static:crt0.o%s}} \ + %{static: %{pg:gcrt0.o%s} %{!pg:{%p:gcrt0}} %{!p:crt0.o%s}}} \ crti.o%s %{static:crtbeginT.o%s}\ %{!static:%{!shared:crtbegin.o%s} %{shared:crtbeginS.o%s}}" *** - --===1063792021==-- -BEGIN PGP SIGNATURE- Version: GnuPG v1.4.6 (GNU) iD8DBQFGmgY8V/FBeJ6jsZQRAoixAJ9BGvjn4UmvuN5VHZ/hQDagBWDWhgCfXfRY +IsMQaYqxlmmeikBh1+KWfQ= =wxQs -END PGP SIGNATURE- -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
gcc-4.2 4.2-20070712-1 MIGRATED to testing
FYI: The status of the gcc-4.2 source package in Debian's testing distribution has changed. Previous version: 4.2-20070627-1 Current version: 4.2-20070712-1 -- This email is automatically generated; [EMAIL PROTECTED] is responsible. See http://people.debian.org/~henning/trille/ for more information. -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Bug#122103: Weekly Newsletter
Have you wished for a expensive watch or piece of fine Jewerly? We have the answer for you! We stock all the high scale for a very small fraction of the cost. www.lemmuw.com -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]