Your message dated Mon, 29 Aug 2005 11:56:33 +0200
with message-id <[EMAIL PROTECTED]>
and subject line Fixed by a patch for glibc.
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; 21 Jul 2005 04:11:07 +0000
>From [EMAIL PROTECTED] Wed Jul 20 21:11:07 2005
Return-path: <[EMAIL PROTECTED]>
Received: from omega.webmasters.gr.jp (webmasters.gr.jp) [218.44.239.78] 
        by spohr.debian.org with esmtp (Exim 3.36 1 (Debian))
        id 1DvSOp-0004cb-00; Wed, 20 Jul 2005 21:11:07 -0700
Received: from omega.webmasters.gr.jp (localhost [127.0.0.1])
        by webmasters.gr.jp (Postfix) with ESMTP id A9B51DEB3F;
        Thu, 21 Jul 2005 13:11:05 +0900 (JST)
Date: Thu, 21 Jul 2005 13:11:05 +0900
Message-ID: <[EMAIL PROTECTED]>
From: GOTO Masanori <[EMAIL PROTECTED]>
To: [EMAIL PROTECTED]
Cc: [EMAIL PROTECTED]
Subject: FTBFS: gcc-4.0 got ICE when compiling glibc 2.3.5-2 in experimental on 
m68k
User-Agent: Wanderlust/2.11.30 (Wonderwall) SEMI/1.14.6 (Maruoka) FLIM/1.14.6 
(Marutamachi) APEL/10.6 Emacs/21.4 (i386-pc-linux-gnu) MULE/5.0 (SAKAKI)
MIME-Version: 1.0 (generated by SEMI 1.14.6 - "Maruoka")
Content-Type: text/plain; charset=US-ASCII
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: gcc-4.0
Version: 4.0.1-2
Severity: important

The current gcc-4.0 can't compile the experimental glibc 2.3.5-2 with
unstable gcc-4.0 (4.0.1-2) on m68k, due to gcc-4.0's Internal Compiler
Error.  Note that this problem was not occured with gcc-3.4 (3.4.4-5)
with -O1/-O2/-O3.

gcc-4.0 with -O1 shows:

        In file included from iso-2022-cn-ext.c:657:
        ../iconv/skeleton.c: In function 'gconv':
        ../iconv/skeleton.c:801: internal compiler error: output_operand: 
invalid expression as operand
        ...
        {standard input}:1031: Warning: partial line at end of file ignored

gcc-4.0 with -O2 shows:

        ../iconv/skeleton.c: In function 'gconv':
        ../iconv/skeleton.c:801: internal compiler error: output_operand: 
invalid expression as operand
        ...
        {standard input}:4548: Warning: partial line at end of file ignored

gcc-4.0 with -O3 shows:

        ../iconv/skeleton.c: In function 'gconv':
        ../iconv/skeleton.c:801: internal compiler error: Segmentation fault

I attached the part of glibc build log and gcc ICE message as follows:

        gcc-4.0 iso-2022-cn-ext.c -c -std=gnu99 -O2 -Wall -Winline 
-Wstrict-prototypes -Wwrite-strings -fstrict-aliasing -g -pipe   -fpic    
-I../include -I. 
-I/home/gotom/glibc/glibc_2.3.5-2.build4.0714.1/glibc-2.3.5/build-tree/m68k-libc/iconvdata
 -I.. -I../libio  
-I/home/gotom/glibc/glibc_2.3.5-2.build4.0714.1/glibc-2.3.5/build-tree/m68k-libc
 -I../sysdeps/m68k/elf -I../linuxthreads/sysdeps/unix/sysv/linux/m68k 
-I../linuxthreads/sysdeps/unix/sysv/linux -I../linuxthreads/sysdeps/pthread 
-I../sysdeps/pthread -I../linuxthreads/sysdeps/unix/sysv 
-I../linuxthreads/sysdeps/unix -I../linuxthreads/sysdeps/m68k 
-I../sysdeps/unix/sysv/linux/m68k -I../sysdeps/unix/sysv/linux -I../sysdeps/gnu 
-I../sysdeps/unix/common -I../sysdeps/unix/mman -I../sysdeps/unix/inet 
-I../sysdeps/unix/sysv -I../sysdeps/unix -I../sysdeps/posix 
-I../sysdeps/m68k/m68020 -I../sysdeps/m68k/fpu -I../sysdeps/m68k 
-I../sysdeps/wordsize-32 -I../sysdeps/ieee754/ldbl-96 
-I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 
-I../sysdeps/generic/elf -I../sysdeps/generic -nostdinc -isystem 
/usr/lib/gcc/m68k-linux-gnu/4.0.1/include -isystem 
/home/gotom/glibc/glibc_2.3.5-2.build4.0714.1/glibc-2.3.5/debian/include 
-D_LIBC_REENTRANT -include ../include/libc-symbols.h  -DPIC -DSHARED     
-DNOT_IN_libc -o 
/home/gotom/glibc/glibc_2.3.5-2.build4.0714.1/glibc-2.3.5/build-tree/m68k-libc/iconvdata/iso-2022-cn-ext.os
 -MD -MP -MF 
/home/gotom/glibc/glibc_2.3.5-2.build4.0714.1/glibc-2.3.5/build-tree/m68k-libc/iconvdata/iso-2022-cn-ext.os.dt
 -MT 
/home/gotom/glibc/glibc_2.3.5-2.build4.0714.1/glibc-2.3.5/build-tree/m68k-libc/iconvdata/iso-2022-cn-ext.os
        In file included from iso-2022-cn-ext.c:653:
        ../iconv/loop.c: In function 'to_iso2022cn_ext_loop':
        ../iconv/loop.c:311: warning: pointer targets in passing argument 2 of 
'ucs4_to_gb2312' differ in signedness
        ../iconv/loop.c:311: warning: pointer targets in passing argument 2 of 
'ucs4_to_cns11643l1' differ in signedness
        ../iconv/loop.c:311: warning: pointer targets in passing argument 2 of 
'ucs4_to_cns11643l2' differ in signedness
        ../iconv/loop.c:311: warning: pointer targets in passing argument 2 of 
'ucs4_to_gb2312' differ in signedness
        ../iconv/loop.c:311: warning: pointer targets in passing argument 2 of 
'ucs4_to_cns11643l1' differ in signedness
        ../iconv/loop.c: In function 'to_iso2022cn_ext_loop_single':
        ../iconv/loop.c:414: warning: pointer targets in passing argument 2 of 
'ucs4_to_gb2312' differ in signedness
        ../iconv/loop.c:414: warning: pointer targets in passing argument 2 of 
'ucs4_to_cns11643l1' differ in signedness
        ../iconv/loop.c:414: warning: pointer targets in passing argument 2 of 
'ucs4_to_cns11643l2' differ in signedness
        ../iconv/loop.c:414: warning: pointer targets in passing argument 2 of 
'ucs4_to_gb2312' differ in signedness
        ../iconv/loop.c:414: warning: pointer targets in passing argument 2 of 
'ucs4_to_cns11643l1' differ in signedness
        ../iconv/skeleton.c: In function 'gconv':
        ../iconv/skeleton.c:801: internal compiler error: output_operand: 
invalid expression as operand
        Please submit a full bug report,
        with preprocessed source if appropriate.
        See <URL:http://gcc.gnu.org/bugs.html> for instructions.
        For Debian GNU/Linux specific bug reporting instructions,
        see <URL:file:///usr/share/doc/gcc-4.0/README.Bugs>.
        {standard input}: Assembler messages:
        {standard input}:4548: Warning: partial line at end of file ignored
        make[3]: *** 
[/home/gotom/glibc/glibc_2.3.5-2.build4.0714.1/glibc-2.3.5/build-tree/m68k-libc/iconvdata/iso-2022-cn-ext.os]
 Error 1
        make[3]: Leaving directory 
`/home/gotom/glibc/glibc_2.3.5-2.build4.0714.1/glibc-2.3.5/build-tree/glibc-2.3.5/iconvdata'
        make[2]: *** [iconvdata/subdir_install] Error 2
        make[2]: Leaving directory 
`/home/gotom/glibc/glibc_2.3.5-2.build4.0714.1/glibc-2.3.5/build-tree/glibc-2.3.5'
        make[1]: *** [install] Error 2
        make[1]: Leaving directory 
`/home/gotom/glibc/glibc_2.3.5-2.build4.0714.1/glibc-2.3.5/build-tree/m68k-libc'
        make: *** 
[/home/gotom/glibc/glibc_2.3.5-2.build4.0714.1/glibc-2.3.5/stamp-dir/install_libc]
 Error 2

Regards,
-- gotom



---------------------------------------
Received: (at 319312-done) by bugs.debian.org; 29 Aug 2005 09:56:37 +0000
>From [EMAIL PROTECTED] Mon Aug 29 02:56:36 2005
Return-path: <[EMAIL PROTECTED]>
Received: from mail.cs.tu-berlin.de [130.149.17.13] (root)
        by spohr.debian.org with esmtp (Exim 3.36 1 (Debian))
        id 1E9gNY-0008Ae-00; Mon, 29 Aug 2005 02:56:36 -0700
Received: from mailhost.cs.tu-berlin.de ([EMAIL PROTECTED] [130.149.17.13])
        by mail.cs.tu-berlin.de (8.9.3p2/8.9.3) with ESMTP id LAA22968
        for <[EMAIL PROTECTED]>; Mon, 29 Aug 2005 11:56:34 +0200 (MEST)
Received: from localhost (localhost [127.0.0.1])
        by mailhost.cs.tu-berlin.de (Postfix) with ESMTP id DFEF1FD4C
        for <[EMAIL PROTECTED]>; Mon, 29 Aug 2005 11:56:33 +0200 (MEST)
Received: from mailhost.cs.tu-berlin.de ([127.0.0.1])
 by localhost (bueno [127.0.0.1]) (amavisd-new, port 10224) with ESMTP
 id 15780-09 for <[EMAIL PROTECTED]>;
 Mon, 29 Aug 2005 11:56:33 +0200 (MEST) 14090
Received: from bolero.cs.tu-berlin.de (bolero.cs.tu-berlin.de [130.149.19.1])
        by mailhost.cs.tu-berlin.de (Postfix) with ESMTP
        for <[EMAIL PROTECTED]>; Mon, 29 Aug 2005 11:56:33 +0200 (MEST)
Received: (from [EMAIL PROTECTED])
        by bolero.cs.tu-berlin.de (8.12.10+Sun/8.12.8/Submit) id j7T9uXfJ016651;
        Mon, 29 Aug 2005 11:56:33 +0200 (MEST)
From: Matthias Klose <[EMAIL PROTECTED]>
MIME-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Transfer-Encoding: 7bit
Message-ID: <[EMAIL PROTECTED]>
Date: Mon, 29 Aug 2005 11:56:33 +0200
To: [EMAIL PROTECTED]
Subject: Fixed by a patch for glibc.
X-Mailer: VM 7.17 under 21.4 (patch 17) "Jumbo Shrimp" XEmacs Lucid
X-Virus-Scanned: by amavisd-new at cs.tu-berlin.de
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=-3.0 required=4.0 tests=BAYES_00 autolearn=no 
        version=2.60-bugs.debian.org_2005_01_02

Fixed by a patch for glibc. Closing the report.


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to