Processing of gcc-defaults_1.26_i386.changes
gcc-defaults_1.26_i386.changes uploaded successfully to localhost along with the files: gcc-defaults_1.26.dsc gcc-defaults_1.26.tar.gz cpp_4.0.1-1_i386.deb cpp-doc_4.0.1-1_i386.deb gcc_4.0.1-1_i386.deb gcc-doc_4.0.1-1_i386.deb g++_4.0.1-1_i386.deb gobjc_4.0.1-1_i386.deb g77_3.4.4-3_i386.deb g77-doc_3.4.4-3_i386.deb gfortran_4.0.1-1_i386.deb gfortran-doc_4.0.1-1_i386.deb gpc_3.4.4-3_i386.deb gpc-doc_3.4.4-3_i386.deb gcj_4.0.1-1_i386.deb libgcj-dev_4.0.1-1_i386.deb gij_4.0.1-1_i386.deb chill_2.95.4-41_i386.deb Greetings, Your Debian queue daemon -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
gcc-defaults_1.26_i386.changes ACCEPTED
Accepted: chill_2.95.4-41_i386.deb to pool/main/g/gcc-defaults/chill_2.95.4-41_i386.deb cpp-doc_4.0.1-1_i386.deb to pool/main/g/gcc-defaults/cpp-doc_4.0.1-1_i386.deb cpp_4.0.1-1_i386.deb to pool/main/g/gcc-defaults/cpp_4.0.1-1_i386.deb g++_4.0.1-1_i386.deb to pool/main/g/gcc-defaults/g++_4.0.1-1_i386.deb g77-doc_3.4.4-3_i386.deb to pool/main/g/gcc-defaults/g77-doc_3.4.4-3_i386.deb g77_3.4.4-3_i386.deb to pool/main/g/gcc-defaults/g77_3.4.4-3_i386.deb gcc-defaults_1.26.dsc to pool/main/g/gcc-defaults/gcc-defaults_1.26.dsc gcc-defaults_1.26.tar.gz to pool/main/g/gcc-defaults/gcc-defaults_1.26.tar.gz gcc-doc_4.0.1-1_i386.deb to pool/main/g/gcc-defaults/gcc-doc_4.0.1-1_i386.deb gcc_4.0.1-1_i386.deb to pool/main/g/gcc-defaults/gcc_4.0.1-1_i386.deb gcj_4.0.1-1_i386.deb to pool/main/g/gcc-defaults/gcj_4.0.1-1_i386.deb gfortran-doc_4.0.1-1_i386.deb to pool/main/g/gcc-defaults/gfortran-doc_4.0.1-1_i386.deb gfortran_4.0.1-1_i386.deb to pool/main/g/gcc-defaults/gfortran_4.0.1-1_i386.deb gij_4.0.1-1_i386.deb to pool/main/g/gcc-defaults/gij_4.0.1-1_i386.deb gobjc_4.0.1-1_i386.deb to pool/main/g/gcc-defaults/gobjc_4.0.1-1_i386.deb gpc-doc_3.4.4-3_i386.deb to pool/main/g/gcc-defaults/gpc-doc_3.4.4-3_i386.deb gpc_3.4.4-3_i386.deb to pool/main/g/gcc-defaults/gpc_3.4.4-3_i386.deb libgcj-dev_4.0.1-1_i386.deb to pool/main/g/gcc-defaults/libgcj-dev_4.0.1-1_i386.deb Announcing to debian-devel-changes@lists.debian.org Thank you for your contribution to Debian. -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Bug#321092: gcc README refers to etch as "Debian 3.2"
Package: gcc Version: 4:4.0.0-2 Severity: normal The /usr/share/doc/gcc/README.Debian.gz file says: Debian 3.2 (etch) is (mostly) built using the GCC 4.0.x compiler collection. It is not correct to assume that etch will be Debian 3.2. Please fix this premature use of a version number. :) -- System Information: Debian Release: testing/unstable APT prefers unstable APT policy: (500, 'unstable'), (500, 'testing') Architecture: i386 (i686) Shell: /bin/sh linked to /bin/bash Kernel: Linux 2.6.8-2-686 Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8) Versions of packages gcc depends on: ii cpp 4:4.0.0-2 The GNU C preprocessor (cpp) ii cpp-4.0 4.0.1-2The GNU C preprocessor ii gcc-4.0 4.0.1-2The GNU C compiler Versions of packages gcc recommends: ii libc6-dev [libc-dev]2.3.2.ds1-22 GNU C Library: Development Librari -- no debconf information -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Bug#317475: [m68k] ICE: Segmentation fault
I guess this is the same bug as the one that hit me with the the lbt package. Switching from -O3 to -O2 on m86k worked around the problem for me. I also reported it to gcc upstream http://gcc.gnu.org/bugzilla/show_bug.cgi?id=23160 the gcc people answered that it is not reproducible on gcc 4.1.0 so they suppose it is fixed in 4.1. Suggestion for your package: try to compile with -O2 on m68k. -Ralf. -- -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Bug#321100: Fix mips libffi brokenness
Package: libffi4 Version: 4.0.1-2 Tags: patch The appended patch fixes 12 failures in the libffi testsuite. Tested on big endian o32 mips. Thiemo --- src/libffi/src/mips/ffi.c.orig 2005-07-28 14:51:20.0 +0200 +++ src/libffi/src/mips/ffi.c 2005-08-03 14:10:27.0 +0200 @@ -27,7 +27,6 @@ #include #include -#include #include #if _MIPS_SIM == _ABIN32 @@ -51,17 +50,17 @@ static void ffi_prep_args(char *stack, int bytes, int flags) { - register int i; - register void **p_argv; - register char *argp; - register ffi_type **p_arg; + int i; + void **p_argv; + char *argp; + ffi_type **p_arg; #if _MIPS_SIM == _ABIN32 /* If more than 8 double words are used, the remainder go on the stack. We reorder stuff on the stack here to support this easily. */ - if (bytes > 8 * FFI_SIZEOF_ARG) -argp = &stack[bytes - (8 * FFI_SIZEOF_ARG)]; + if (bytes > 8 * sizeof(ffi_arg)) +argp = &stack[bytes - (8 * sizeof(ffi_arg))]; else argp = stack; #else @@ -86,102 +85,93 @@ static void ffi_prep_args(char *stack, for (i = ecif->cif->nargs, p_arg = ecif->cif->arg_types; i; i--, p_arg++) { size_t z; - unsigned short a; + unsigned int a; - /* Align if necessary */ + /* Align if necessary. */ a = (*p_arg)->alignment; - if (a < FFI_SIZEOF_ARG) -a = FFI_SIZEOF_ARG; + if (a < sizeof(ffi_arg)) +a = sizeof(ffi_arg); - if ((a - 1) & (unsigned) argp) { - argp = (char *) ALIGN(argp, a); - FIX_ARGP; - } + if ((a - 1) & (unsigned int) argp) + { + argp = (char *) ALIGN(argp, a); + FIX_ARGP; + } -#if _MIPS_SIM == _MIPS_SIM_ABI32 -#define OFFSET 0 -#else -#define OFFSET sizeof(int) -#endif + z = (*p_arg)->size; + if (z <= sizeof(ffi_arg)) + { + z = sizeof(ffi_arg); - z = (*p_arg)->size; - if (z < sizeof(ffi_arg)) + switch ((*p_arg)->type) { - z = sizeof(ffi_arg); - - switch ((*p_arg)->type) - { - case FFI_TYPE_SINT8: - *(SINT32 *) &argp[OFFSET] = (SINT32)*(SINT8 *)(* p_argv); - break; - - case FFI_TYPE_UINT8: - *(UINT32 *) &argp[OFFSET] = (UINT32)*(UINT8 *)(* p_argv); - break; + case FFI_TYPE_SINT8: + *(ffi_arg *)argp = *(SINT8 *)(* p_argv); + break; + + case FFI_TYPE_UINT8: + *(ffi_arg *)argp = *(UINT8 *)(* p_argv); + break; - case FFI_TYPE_SINT16: - *(SINT32 *) &argp[OFFSET] = (SINT32)*(SINT16 *)(* p_argv); - break; + case FFI_TYPE_SINT16: + *(ffi_arg *)argp = *(SINT16 *)(* p_argv); + break; - case FFI_TYPE_UINT16: - *(UINT32 *) &argp[OFFSET] = (UINT32)*(UINT16 *)(* p_argv); - break; + case FFI_TYPE_UINT16: + *(ffi_arg *)argp = *(UINT16 *)(* p_argv); + break; - case FFI_TYPE_SINT32: - *(SINT32 *) &argp[OFFSET] = (SINT32)*(SINT32 *)(* p_argv); - break; + case FFI_TYPE_SINT32: + *(ffi_arg *)argp = *(SINT32 *)(* p_argv); + break; - case FFI_TYPE_UINT32: - case FFI_TYPE_POINTER: - *(UINT32 *) &argp[OFFSET] = (UINT32)*(UINT32 *)(* p_argv); - break; - - /* This can only happen with 64bit slots */ - case FFI_TYPE_FLOAT: - *(float *) argp = *(float *)(* p_argv); - break; - - /* Handle small structures */ - case FFI_TYPE_STRUCT: - memcpy(argp, *p_argv, (*p_arg)->size); - break; - - default: - FFI_ASSERT(0); - } + case FFI_TYPE_UINT32: + case FFI_TYPE_POINTER: + *(ffi_arg *)argp = *(UINT32 *)(* p_argv); + break; + + /* This can only happen with 64bit slots. */ + case FFI_TYPE_FLOAT: + *(float *) argp = *(float *)(* p_argv); + break; + + /* Handle small structures. */ + case FFI_TYPE_STRUCT: + default: + memcpy(argp, *p_argv, (*p_arg)->size); + break; } - else - { -#if _MIPS_SIM == _MIPS_SIM_ABI32 - memcpy(argp, *p_argv, z); + } + else + { +#if _MIPS_SIM == _ABIO32 + memcpy(argp, *p_argv, z); #else - { - unsigned end = (unsigned) argp+z; - unsigned cap = (unsigned) stack
Bug#321100: Acknowledgement (Fix mips libffi brokenness)
Debian Bug Tracking System wrote: > Thank you for the problem report you have sent regarding Debian. There was already an older patch for mips libffi which is mostly obsolete for gcc 4.0, the first patch I sent was on top of the already patched source. The appended version replaces the old one (and is a dpatch). Thiemo #! /bin/sh -e # DP: libffi mips update dir= if [ $# -eq 3 -a "$2" = '-d' ]; then pdir="-d $3" dir="$3/" elif [ $# -ne 1 ]; then echo >&2 "`basename $0`: script expects -patch|-unpatch as argument" exit 1 fi case "$1" in -patch) patch $pdir -f --no-backup-if-mismatch -p0 < $0 ;; -unpatch) patch $pdir -f --no-backup-if-mismatch -R -p0 < $0 ;; *) echo >&2 "`basename $0`: script expects -patch|-unpatch as argument" exit 1 esac exit 0 --- libffi/src/mips/ffi.c.orig 2005-08-03 14:41:33.0 +0200 +++ libffi/src/mips/ffi.c 2005-08-03 14:42:53.0 +0200 @@ -50,17 +50,17 @@ static void ffi_prep_args(char *stack, int bytes, int flags) { - register int i; - register void **p_argv; - register char *argp; - register ffi_type **p_arg; + int i; + void **p_argv; + char *argp; + ffi_type **p_arg; #if _MIPS_SIM == _ABIN32 /* If more than 8 double words are used, the remainder go on the stack. We reorder stuff on the stack here to support this easily. */ - if (bytes > 8 * FFI_SIZEOF_ARG) -argp = &stack[bytes - (8 * FFI_SIZEOF_ARG)]; + if (bytes > 8 * sizeof(ffi_arg)) +argp = &stack[bytes - (8 * sizeof(ffi_arg))]; else argp = stack; #else @@ -85,102 +85,93 @@ static void ffi_prep_args(char *stack, for (i = ecif->cif->nargs, p_arg = ecif->cif->arg_types; i; i--, p_arg++) { size_t z; - unsigned short a; + unsigned int a; - /* Align if necessary */ + /* Align if necessary. */ a = (*p_arg)->alignment; - if (a < FFI_SIZEOF_ARG) -a = FFI_SIZEOF_ARG; + if (a < sizeof(ffi_arg)) +a = sizeof(ffi_arg); - if ((a - 1) & (unsigned) argp) { - argp = (char *) ALIGN(argp, a); - FIX_ARGP; - } + if ((a - 1) & (unsigned int) argp) + { + argp = (char *) ALIGN(argp, a); + FIX_ARGP; + } -#if _MIPS_SIM == _ABIO32 -#define OFFSET 0 -#else -#define OFFSET sizeof(int) -#endif + z = (*p_arg)->size; + if (z <= sizeof(ffi_arg)) + { + z = sizeof(ffi_arg); - z = (*p_arg)->size; - if (z < sizeof(ffi_arg)) + switch ((*p_arg)->type) { - z = sizeof(ffi_arg); - - switch ((*p_arg)->type) - { - case FFI_TYPE_SINT8: - *(SINT32 *) &argp[OFFSET] = (SINT32)*(SINT8 *)(* p_argv); - break; + case FFI_TYPE_SINT8: + *(ffi_arg *)argp = *(SINT8 *)(* p_argv); + break; + + case FFI_TYPE_UINT8: + *(ffi_arg *)argp = *(UINT8 *)(* p_argv); + break; - case FFI_TYPE_UINT8: - *(UINT32 *) &argp[OFFSET] = (UINT32)*(UINT8 *)(* p_argv); - break; + case FFI_TYPE_SINT16: + *(ffi_arg *)argp = *(SINT16 *)(* p_argv); + break; - case FFI_TYPE_SINT16: - *(SINT32 *) &argp[OFFSET] = (SINT32)*(SINT16 *)(* p_argv); - break; + case FFI_TYPE_UINT16: + *(ffi_arg *)argp = *(UINT16 *)(* p_argv); + break; - case FFI_TYPE_UINT16: - *(UINT32 *) &argp[OFFSET] = (UINT32)*(UINT16 *)(* p_argv); - break; + case FFI_TYPE_SINT32: + *(ffi_arg *)argp = *(SINT32 *)(* p_argv); + break; - case FFI_TYPE_SINT32: - *(SINT32 *) &argp[OFFSET] = (SINT32)*(SINT32 *)(* p_argv); - break; - - case FFI_TYPE_UINT32: - case FFI_TYPE_POINTER: - *(UINT32 *) &argp[OFFSET] = (UINT32)*(UINT32 *)(* p_argv); - break; - - /* This can only happen with 64bit slots */ - case FFI_TYPE_FLOAT: - *(float *) argp = *(float *)(* p_argv); - break; - - /* Handle small structures */ - case FFI_TYPE_STRUCT: - memcpy(argp, *p_argv, (*p_arg)->size); - break; - - default: - FFI_ASSERT(0); - } + case FFI_TYPE_UINT32: + case FFI_TYPE_POINTER: + *(ffi_arg *)argp = *(UINT32 *)(* p_argv); + break; + + /* This can only happen with 64bit slots. */ + case FFI_TYPE_FLOAT: + *(float *) a
Processing of gcc-defaults_1.27_i386.changes
gcc-defaults_1.27_i386.changes uploaded successfully to localhost along with the files: gcc-defaults_1.27.dsc gcc-defaults_1.27.tar.gz cpp_4.0.1-2_i386.deb cpp-doc_4.0.1-2_i386.deb gcc_4.0.1-2_i386.deb gcc-doc_4.0.1-2_i386.deb g++_4.0.1-2_i386.deb gobjc_4.0.1-2_i386.deb g77_3.4.4-4_i386.deb g77-doc_3.4.4-4_i386.deb gfortran_4.0.1-2_i386.deb gfortran-doc_4.0.1-2_i386.deb gpc_3.4.4-4_i386.deb gpc-doc_3.4.4-4_i386.deb gcj_4.0.1-2_i386.deb libgcj-dev_4.0.1-2_i386.deb gij_4.0.1-2_i386.deb chill_2.95.4-42_i386.deb Greetings, Your Debian queue daemon -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
gcc-defaults_1.27_i386.changes ACCEPTED
Accepted: chill_2.95.4-42_i386.deb to pool/main/g/gcc-defaults/chill_2.95.4-42_i386.deb cpp-doc_4.0.1-2_i386.deb to pool/main/g/gcc-defaults/cpp-doc_4.0.1-2_i386.deb cpp_4.0.1-2_i386.deb to pool/main/g/gcc-defaults/cpp_4.0.1-2_i386.deb g++_4.0.1-2_i386.deb to pool/main/g/gcc-defaults/g++_4.0.1-2_i386.deb g77-doc_3.4.4-4_i386.deb to pool/main/g/gcc-defaults/g77-doc_3.4.4-4_i386.deb g77_3.4.4-4_i386.deb to pool/main/g/gcc-defaults/g77_3.4.4-4_i386.deb gcc-defaults_1.27.dsc to pool/main/g/gcc-defaults/gcc-defaults_1.27.dsc gcc-defaults_1.27.tar.gz to pool/main/g/gcc-defaults/gcc-defaults_1.27.tar.gz gcc-doc_4.0.1-2_i386.deb to pool/main/g/gcc-defaults/gcc-doc_4.0.1-2_i386.deb gcc_4.0.1-2_i386.deb to pool/main/g/gcc-defaults/gcc_4.0.1-2_i386.deb gcj_4.0.1-2_i386.deb to pool/main/g/gcc-defaults/gcj_4.0.1-2_i386.deb gfortran-doc_4.0.1-2_i386.deb to pool/main/g/gcc-defaults/gfortran-doc_4.0.1-2_i386.deb gfortran_4.0.1-2_i386.deb to pool/main/g/gcc-defaults/gfortran_4.0.1-2_i386.deb gij_4.0.1-2_i386.deb to pool/main/g/gcc-defaults/gij_4.0.1-2_i386.deb gobjc_4.0.1-2_i386.deb to pool/main/g/gcc-defaults/gobjc_4.0.1-2_i386.deb gpc-doc_3.4.4-4_i386.deb to pool/main/g/gcc-defaults/gpc-doc_3.4.4-4_i386.deb gpc_3.4.4-4_i386.deb to pool/main/g/gcc-defaults/gpc_3.4.4-4_i386.deb libgcj-dev_4.0.1-2_i386.deb to pool/main/g/gcc-defaults/libgcj-dev_4.0.1-2_i386.deb Announcing to debian-devel-changes@lists.debian.org Thank you for your contribution to Debian. -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Bug#321145: java-gcj-compat: FTBFS: Missing build dependency on fastjar.
Package: java-gcj-compat Version: 1.0.30-3 Severity: serious Hi, Your package is failing to build because you don't have a build dependency on fastjar. >From the log: JAR=fastjar ./configure \ --with-origin-name=gcj-4.0 \ --with-gcc-suffix=-4.0 \ --with-arch-directory=s390 \ --disable-symlinks \ --prefix=/usr [...] checking for fastjar-4.0... fastjar [...] fastjar cMf tools.jar ./com/sun/tools/javac/Config.class com/sun/tools/javac/Main.class sun/rmi/rmic/Main.class make[1]: fastjar: Command not found make[1]: *** [tools.jar] Error 127 Kurt -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Processing of java-gcj-compat_1.0.30-4_i386.changes
java-gcj-compat_1.0.30-4_i386.changes uploaded successfully to localhost along with the files: java-gcj-compat_1.0.30-4.dsc java-gcj-compat_1.0.30-4.diff.gz java-gcj-compat-dev_1.0.30-4_i386.deb java-gcj-compat_1.0.30-4_i386.deb Greetings, Your Debian queue daemon -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Bug#321145: marked as done (java-gcj-compat: FTBFS: Missing build dependency on fastjar.)
Your message dated Wed, 03 Aug 2005 13:17:21 -0700 with message-id <[EMAIL PROTECTED]> and subject line Bug#321145: fixed in java-gcj-compat 1.0.30-4 has caused the attached Bug report 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 I am talking about this indicates a serious mail system misconfiguration somewhere. Please contact me immediately.) Debian bug tracking system administrator (administrator, Debian Bugs database) -- Received: (at submit) by bugs.debian.org; 3 Aug 2005 19:35:19 + >From [EMAIL PROTECTED] Wed Aug 03 12:35:19 2005 Return-path: <[EMAIL PROTECTED]> Received: from adicia.telenet-ops.be [195.130.132.56] by spohr.debian.org with esmtp (Exim 3.36 1 (Debian)) id 1E0P1L-0001E1-00; Wed, 03 Aug 2005 12:35:19 -0700 Received: from localhost (localhost.localdomain [127.0.0.1]) by adicia.telenet-ops.be (Postfix) with SMTP id AD548442E5 for <[EMAIL PROTECTED]>; Wed, 3 Aug 2005 21:35:17 +0200 (MEST) Received: from Q.roeckx.be (dD5775FD9.access.telenet.be [213.119.95.217]) by adicia.telenet-ops.be (Postfix) with ESMTP id 7E92E44216 for <[EMAIL PROTECTED]>; Wed, 3 Aug 2005 21:35:17 +0200 (MEST) Received: by Q.roeckx.be (Postfix, from userid 501) id 21DFB26136; Wed, 03 Aug 2005 21:35:16 +0200 (CEST) Date: Wed, 3 Aug 2005 21:35:16 +0200 From: Kurt Roeckx <[EMAIL PROTECTED]> To: [EMAIL PROTECTED] Subject: java-gcj-compat: FTBFS: Missing build dependency on fastjar. Message-ID: <[EMAIL PROTECTED]> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.4.2.1i Delivered-To: [EMAIL PROTECTED] X-Spam-Checker-Version: SpamAssassin 2.60-bugs.debian.org_2005_01_02 (1.212-2003-09-23-exp) on spohr.debian.org X-Spam-Level: X-Spam-Status: No, hits=-8.0 required=4.0 tests=BAYES_00,HAS_PACKAGE autolearn=no version=2.60-bugs.debian.org_2005_01_02 Package: java-gcj-compat Version: 1.0.30-3 Severity: serious Hi, Your package is failing to build because you don't have a build dependency on fastjar. >From the log: JAR=fastjar ./configure \ --with-origin-name=gcj-4.0 \ --with-gcc-suffix=-4.0 \ --with-arch-directory=s390 \ --disable-symlinks \ --prefix=/usr [...] checking for fastjar-4.0... fastjar [...] fastjar cMf tools.jar ./com/sun/tools/javac/Config.class com/sun/tools/javac/Main.class sun/rmi/rmic/Main.class make[1]: fastjar: Command not found make[1]: *** [tools.jar] Error 127 Kurt --- Received: (at 321145-close) by bugs.debian.org; 3 Aug 2005 20:24:16 + >From [EMAIL PROTECTED] Wed Aug 03 13:24:16 2005 Return-path: <[EMAIL PROTECTED]> Received: from katie by spohr.debian.org with local (Exim 3.36 1 (Debian)) id 1E0Pg1-00021B-00; Wed, 03 Aug 2005 13:17:21 -0700 From: Matthias Klose <[EMAIL PROTECTED]> To: [EMAIL PROTECTED] X-Katie: $Revision: 1.56 $ Subject: Bug#321145: fixed in java-gcj-compat 1.0.30-4 Message-Id: <[EMAIL PROTECTED]> Sender: Archive Administrator <[EMAIL PROTECTED]> Date: Wed, 03 Aug 2005 13:17:21 -0700 Delivered-To: [EMAIL PROTECTED] X-Spam-Checker-Version: SpamAssassin 2.60-bugs.debian.org_2005_01_02 (1.212-2003-09-23-exp) on spohr.debian.org X-Spam-Level: X-Spam-Status: No, hits=-6.0 required=4.0 tests=BAYES_00,HAS_BUG_NUMBER autolearn=no version=2.60-bugs.debian.org_2005_01_02 Source: java-gcj-compat Source-Version: 1.0.30-4 We believe that the bug you reported is fixed in the latest version of java-gcj-compat, which is due to be installed in the Debian FTP archive: java-gcj-compat-dev_1.0.30-4_i386.deb to pool/main/j/java-gcj-compat/java-gcj-compat-dev_1.0.30-4_i386.deb java-gcj-compat_1.0.30-4.diff.gz to pool/main/j/java-gcj-compat/java-gcj-compat_1.0.30-4.diff.gz java-gcj-compat_1.0.30-4.dsc to pool/main/j/java-gcj-compat/java-gcj-compat_1.0.30-4.dsc java-gcj-compat_1.0.30-4_i386.deb to pool/main/j/java-gcj-compat/java-gcj-compat_1.0.30-4_i386.deb 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 [EMAIL PROTECTED], and the maintainer will reopen the bug report if appropriate. Debian distribution maintenance software pp. Matthias Klose <[EMAIL PROTECTED]> (supplier of updated java-gcj-compat 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 [EMAIL PROTECTED]) -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Format: 1.7 Date: Wed, 3 Aug 2005 22:25:38 +0200 Source: java-gcj-compat Binary: java-gcj-compat-dev java-
java-gcj-compat_1.0.30-4_i386.changes ACCEPTED
Accepted: java-gcj-compat-dev_1.0.30-4_i386.deb to pool/main/j/java-gcj-compat/java-gcj-compat-dev_1.0.30-4_i386.deb java-gcj-compat_1.0.30-4.diff.gz to pool/main/j/java-gcj-compat/java-gcj-compat_1.0.30-4.diff.gz java-gcj-compat_1.0.30-4.dsc to pool/main/j/java-gcj-compat/java-gcj-compat_1.0.30-4.dsc java-gcj-compat_1.0.30-4_i386.deb to pool/main/j/java-gcj-compat/java-gcj-compat_1.0.30-4_i386.deb Announcing to debian-devel-changes@lists.debian.org Closing bugs: 321145 Thank you for your contribution to Debian. -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Bug#321215: g++-4.0: [sparc] internal compiler error: in invert_exp_1, at jump.c:1719
Package: g++-4.0 Version: 4.0.1-2 Severity: important mysql-dfsg-4.1 fails to build on sparc due to a g++ interinal compiler error: if g++ -DMYSQL_SERVER -DDEFAULT_MYSQL_HOME="\"/usr\"" -DDATADIR="\"/var/lib/mysql\"" -DSHAREDIR="\"/usr/share/mysql\"" -DHAVE_CONFIG_H -I. -I. -I.. -I../innobase/include -I../ndb/include -I../ndb/include/ndbapi -I../include -I../include -I../regex -I. -O3 -DDBUG_OFF -DBIG_JOINS=1 -felide-constructors -fno-rtti -O3 -fno-implicit-templates -fno-exceptions -fno-rtti -MT sql_analyse.o -MD -MP -MF ".deps/sql_analyse.Tpo" -c -o sql_analyse.o sql_analyse.cc; \ then mv -f ".deps/sql_analyse.Tpo" ".deps/sql_analyse.Po"; else rm -f ".deps/sql_analyse.Tpo"; exit 1; fi sql_analyse.cc: In member function 'virtual void field_longlong::add()': sql_analyse.cc:506: internal compiler error: in invert_exp_1, at jump.c:1719 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 . make[5]: *** [sql_analyse.o] Error 1 make[5]: Leaving directory `/tmp/buildd/mysql-dfsg-4.1-4.1.13/sql' make[4]: *** [all-recursive] Error 1 make[4]: Leaving directory `/tmp/buildd/mysql-dfsg-4.1-4.1.13/sql' make[3]: *** [all] Error 2 make[3]: Leaving directory `/tmp/buildd/mysql-dfsg-4.1-4.1.13/sql' make[2]: *** [all-recursive] Error 1 make[2]: Leaving directory `/tmp/buildd/mysql-dfsg-4.1-4.1.13' make[1]: *** [all] Error 2 make[1]: Leaving directory `/tmp/buildd/mysql-dfsg-4.1-4.1.13' make: *** [build-stamp] Error 2 -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]