public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug bootstrap/17369] New: [3.4.3 regression] [ia64] Bootstrap failure with binutils-2.15.90.0.1.1
@ 2004-09-09  9:46 schwab at suse dot de
  2004-09-09 16:06 ` [Bug bootstrap/17369] " hjl at lucon dot org
                   ` (15 more replies)
  0 siblings, 16 replies; 17+ messages in thread
From: schwab at suse dot de @ 2004-09-09  9:46 UTC (permalink / raw)
  To: gcc-bugs

The compiler no longer bootstraps when building with binutils-2.15.90.0.1.1.  
  
stage1/xgcc -Bstage1/ -B/usr/local/ia64-suse-linux/bin/   
-DUSE_LIBUNWIND_EXCEPTIONS -g -O2 -DIN_GCC   -W -Wall -Wwrite-strings 
-Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long 
-Wold-style-definition     -DHAVE_CONFIG_H -DGENERATOR_FILE  -o gengenrtl \ 
 gengenrtl.o ../libiberty/libiberty.a 
./gengenrtl -h > tmp-genrtl.h  
./gengenrtl: error while loading shared libraries: libunwind.so.7: cannot open  
shared object file: No such file or directory  
make[2]: *** [s-genrtl] Error 127

-- 
           Summary: [3.4.3 regression] [ia64] Bootstrap failure with
                    binutils-2.15.90.0.1.1
           Product: gcc
           Version: 3.4.3
            Status: UNCONFIRMED
          Keywords: build
          Severity: critical
          Priority: P2
         Component: bootstrap
        AssignedTo: hjl at gnu dot org
        ReportedBy: schwab at suse dot de
                CC: gcc-bugs at gcc dot gnu dot org
GCC target triplet: ia64-suse-linux


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=17369


^ permalink raw reply	[flat|nested] 17+ messages in thread

* [Bug bootstrap/17369] [3.4.3 regression] [ia64] Bootstrap failure with binutils-2.15.90.0.1.1
  2004-09-09  9:46 [Bug bootstrap/17369] New: [3.4.3 regression] [ia64] Bootstrap failure with binutils-2.15.90.0.1.1 schwab at suse dot de
@ 2004-09-09 16:06 ` hjl at lucon dot org
  2004-09-09 16:46 ` pinskia at gcc dot gnu dot org
                   ` (14 subsequent siblings)
  15 siblings, 0 replies; 17+ messages in thread
From: hjl at lucon dot org @ 2004-09-09 16:06 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From hjl at lucon dot org  2004-09-09 16:06 -------
It is the same problem as

http://gcc.gnu.org/ml/gcc/2004-09/msg00209.html

I will see what I can come up with.

-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=17369


^ permalink raw reply	[flat|nested] 17+ messages in thread

* [Bug bootstrap/17369] [3.4.3 regression] [ia64] Bootstrap failure with binutils-2.15.90.0.1.1
  2004-09-09  9:46 [Bug bootstrap/17369] New: [3.4.3 regression] [ia64] Bootstrap failure with binutils-2.15.90.0.1.1 schwab at suse dot de
  2004-09-09 16:06 ` [Bug bootstrap/17369] " hjl at lucon dot org
@ 2004-09-09 16:46 ` pinskia at gcc dot gnu dot org
  2004-09-09 22:26 ` hjl at lucon dot org
                   ` (13 subsequent siblings)
  15 siblings, 0 replies; 17+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2004-09-09 16:46 UTC (permalink / raw)
  To: gcc-bugs



-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
   Target Milestone|---                         |3.4.3


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=17369


^ permalink raw reply	[flat|nested] 17+ messages in thread

* [Bug bootstrap/17369] [3.4.3 regression] [ia64] Bootstrap failure with binutils-2.15.90.0.1.1
  2004-09-09  9:46 [Bug bootstrap/17369] New: [3.4.3 regression] [ia64] Bootstrap failure with binutils-2.15.90.0.1.1 schwab at suse dot de
  2004-09-09 16:06 ` [Bug bootstrap/17369] " hjl at lucon dot org
  2004-09-09 16:46 ` pinskia at gcc dot gnu dot org
@ 2004-09-09 22:26 ` hjl at lucon dot org
  2004-09-10 12:35 ` schwab at suse dot de
                   ` (12 subsequent siblings)
  15 siblings, 0 replies; 17+ messages in thread
From: hjl at lucon dot org @ 2004-09-09 22:26 UTC (permalink / raw)
  To: gcc-bugs



-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
         AssignedTo|hjl at gnu dot org          |hjl at lucon dot org
             Status|UNCONFIRMED                 |ASSIGNED


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=17369


^ permalink raw reply	[flat|nested] 17+ messages in thread

* [Bug bootstrap/17369] [3.4.3 regression] [ia64] Bootstrap failure with binutils-2.15.90.0.1.1
  2004-09-09  9:46 [Bug bootstrap/17369] New: [3.4.3 regression] [ia64] Bootstrap failure with binutils-2.15.90.0.1.1 schwab at suse dot de
                   ` (2 preceding siblings ...)
  2004-09-09 22:26 ` hjl at lucon dot org
@ 2004-09-10 12:35 ` schwab at suse dot de
  2004-09-10 16:44 ` hjl at lucon dot org
                   ` (11 subsequent siblings)
  15 siblings, 0 replies; 17+ messages in thread
From: schwab at suse dot de @ 2004-09-10 12:35 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From schwab at suse dot de  2004-09-10 12:34 -------
The compiler now bootstraps, but I'm still getting many messages 
"/tmp/cvs/gcc-20040910/Build/gcc/xgcc: error while loading shared libraries: 
libunwind.so.7: cannot open shared object file: No such file or directory" when 
rerunning "make bootstrap". 
 

-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=17369


^ permalink raw reply	[flat|nested] 17+ messages in thread

* [Bug bootstrap/17369] [3.4.3 regression] [ia64] Bootstrap failure with binutils-2.15.90.0.1.1
  2004-09-09  9:46 [Bug bootstrap/17369] New: [3.4.3 regression] [ia64] Bootstrap failure with binutils-2.15.90.0.1.1 schwab at suse dot de
                   ` (3 preceding siblings ...)
  2004-09-10 12:35 ` schwab at suse dot de
@ 2004-09-10 16:44 ` hjl at lucon dot org
  2004-09-10 20:57 ` schwab at suse dot de
                   ` (10 subsequent siblings)
  15 siblings, 0 replies; 17+ messages in thread
From: hjl at lucon dot org @ 2004-09-10 16:44 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From hjl at lucon dot org  2004-09-10 16:44 -------
How do I reproduce it?

-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=17369


^ permalink raw reply	[flat|nested] 17+ messages in thread

* [Bug bootstrap/17369] [3.4.3 regression] [ia64] Bootstrap failure with binutils-2.15.90.0.1.1
  2004-09-09  9:46 [Bug bootstrap/17369] New: [3.4.3 regression] [ia64] Bootstrap failure with binutils-2.15.90.0.1.1 schwab at suse dot de
                   ` (4 preceding siblings ...)
  2004-09-10 16:44 ` hjl at lucon dot org
@ 2004-09-10 20:57 ` schwab at suse dot de
  2004-09-11 15:45 ` schwab at suse dot de
                   ` (9 subsequent siblings)
  15 siblings, 0 replies; 17+ messages in thread
From: schwab at suse dot de @ 2004-09-10 20:57 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From schwab at suse dot de  2004-09-10 20:57 -------
I bootstraped the compiler (which fails in some target libraries, due to the 
missing include of Makefile.ld-path, i guess), then reran "make bootstrap" on 
the same tree and got the messages. 

-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=17369


^ permalink raw reply	[flat|nested] 17+ messages in thread

* [Bug bootstrap/17369] [3.4.3 regression] [ia64] Bootstrap failure with binutils-2.15.90.0.1.1
  2004-09-09  9:46 [Bug bootstrap/17369] New: [3.4.3 regression] [ia64] Bootstrap failure with binutils-2.15.90.0.1.1 schwab at suse dot de
                   ` (5 preceding siblings ...)
  2004-09-10 20:57 ` schwab at suse dot de
@ 2004-09-11 15:45 ` schwab at suse dot de
  2004-09-14 18:46 ` [Bug bootstrap/17369] [3.4/4.0 " hjl at lucon dot org
                   ` (8 subsequent siblings)
  15 siblings, 0 replies; 17+ messages in thread
From: schwab at suse dot de @ 2004-09-11 15:45 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From schwab at suse dot de  2004-09-11 15:45 -------
Bootstraps all the way through. 

-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=17369


^ permalink raw reply	[flat|nested] 17+ messages in thread

* [Bug bootstrap/17369] [3.4/4.0 regression] [ia64] Bootstrap failure with binutils-2.15.90.0.1.1
  2004-09-09  9:46 [Bug bootstrap/17369] New: [3.4.3 regression] [ia64] Bootstrap failure with binutils-2.15.90.0.1.1 schwab at suse dot de
                   ` (6 preceding siblings ...)
  2004-09-11 15:45 ` schwab at suse dot de
@ 2004-09-14 18:46 ` hjl at lucon dot org
  2004-09-16  0:19 ` hjl at lucon dot org
                   ` (7 subsequent siblings)
  15 siblings, 0 replies; 17+ messages in thread
From: hjl at lucon dot org @ 2004-09-14 18:46 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From hjl at lucon dot org  2004-09-14 18:46 -------
Please go to bug 17464 to get the current patches for each related
bug.

-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=17369


^ permalink raw reply	[flat|nested] 17+ messages in thread

* [Bug bootstrap/17369] [3.4/4.0 regression] [ia64] Bootstrap failure with binutils-2.15.90.0.1.1
  2004-09-09  9:46 [Bug bootstrap/17369] New: [3.4.3 regression] [ia64] Bootstrap failure with binutils-2.15.90.0.1.1 schwab at suse dot de
                   ` (7 preceding siblings ...)
  2004-09-14 18:46 ` [Bug bootstrap/17369] [3.4/4.0 " hjl at lucon dot org
@ 2004-09-16  0:19 ` hjl at lucon dot org
  2004-09-23 22:45 ` hjl at lucon dot org
                   ` (6 subsequent siblings)
  15 siblings, 0 replies; 17+ messages in thread
From: hjl at lucon dot org @ 2004-09-16  0:19 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From hjl at lucon dot org  2004-09-16 00:19 -------
A patch for gcc 3.4 is at

http://gcc.gnu.org/ml/gcc-patches/2004-09/msg01627.html

-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=17369


^ permalink raw reply	[flat|nested] 17+ messages in thread

* [Bug bootstrap/17369] [3.4/4.0 regression] [ia64] Bootstrap failure with binutils-2.15.90.0.1.1
  2004-09-09  9:46 [Bug bootstrap/17369] New: [3.4.3 regression] [ia64] Bootstrap failure with binutils-2.15.90.0.1.1 schwab at suse dot de
                   ` (8 preceding siblings ...)
  2004-09-16  0:19 ` hjl at lucon dot org
@ 2004-09-23 22:45 ` hjl at lucon dot org
  2004-09-24  0:37 ` cvs-commit at gcc dot gnu dot org
                   ` (5 subsequent siblings)
  15 siblings, 0 replies; 17+ messages in thread
From: hjl at lucon dot org @ 2004-09-23 22:45 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From hjl at lucon dot org  2004-09-23 22:45 -------
Patch for gcc 3.4 and 4.0 are posted at

http://gcc.gnu.org/ml/gcc-patches/2004-09/msg02465.html

-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=17369


^ permalink raw reply	[flat|nested] 17+ messages in thread

* [Bug bootstrap/17369] [3.4/4.0 regression] [ia64] Bootstrap failure with binutils-2.15.90.0.1.1
  2004-09-09  9:46 [Bug bootstrap/17369] New: [3.4.3 regression] [ia64] Bootstrap failure with binutils-2.15.90.0.1.1 schwab at suse dot de
                   ` (9 preceding siblings ...)
  2004-09-23 22:45 ` hjl at lucon dot org
@ 2004-09-24  0:37 ` cvs-commit at gcc dot gnu dot org
  2004-09-24  0:44 ` cvs-commit at gcc dot gnu dot org
                   ` (4 subsequent siblings)
  15 siblings, 0 replies; 17+ messages in thread
From: cvs-commit at gcc dot gnu dot org @ 2004-09-24  0:37 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From cvs-commit at gcc dot gnu dot org  2004-09-24 00:37 -------
Subject: Bug 17369

CVSROOT:	/cvs/gcc
Module name:	gcc
Changes by:	hjl@gcc.gnu.org	2004-09-24 00:37:08

Modified files:
	.              : ChangeLog Makefile.in Makefile.tpl configure 
	                 configure.in 
	config         : ChangeLog 
	gcc            : ChangeLog Makefile.in configure configure.ac 
Added files:
	config         : gcc-lib-path.m4 

Log message:
	2004-09-23  H.J. Lu  <hongjiu.lu@intel.com>
	
	PR bootstrap/17369
	* Makefile.tpl (REALLY_SET_LIB_PATH): Add @SET_GCC_LIB_PATH@.
	(HOST_EXPORTS]): Add @SET_GCC_LIB_PATH@. Set and export
	SET_GCC_LIB_PATH_CMD.
	(BASE_TARGET_EXPORTS): Likewise.
	* Makefile.in: Regenerated.
	
	* configure.in (SET_GCC_LIB_PATH): Set and substitute.
	* configure: Regenerated.
	
	config/
	
	2004-09-23  H.J. Lu  <hongjiu.lu@intel.com>
	
	PR bootstrap/17369
	* gcc-lib-path.m4: New file.
	
	gcc/
	
	2004-09-23  H.J. Lu  <hongjiu.lu@intel.com>
	
	PR bootstrap/17369
	* Makefile.in (@set_gcc_lib_path@): Added.
	
	* configure.ac: Include ../config/gcc-lib-path.m4. Use
	TL_AC_GNU_MAKE_GCC_LIB_PATH.
	* configure: Regenerated.

Patches:
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/ChangeLog.diff?cvsroot=gcc&r1=1.985&r2=1.986
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/Makefile.in.diff?cvsroot=gcc&r1=1.240&r2=1.241
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/Makefile.tpl.diff?cvsroot=gcc&r1=1.114&r2=1.115
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/configure.diff?cvsroot=gcc&r1=1.182&r2=1.183
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/configure.in.diff?cvsroot=gcc&r1=1.320&r2=1.321
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/config/gcc-lib-path.m4.diff?cvsroot=gcc&r1=NONE&r2=1.1
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/config/ChangeLog.diff?cvsroot=gcc&r1=1.53&r2=1.54
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/ChangeLog.diff?cvsroot=gcc&r1=2.5595&r2=2.5596
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/Makefile.in.diff?cvsroot=gcc&r1=1.1400&r2=1.1401
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/configure.diff?cvsroot=gcc&r1=1.860&r2=1.861
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/configure.ac.diff?cvsroot=gcc&r1=2.70&r2=2.71



-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=17369


^ permalink raw reply	[flat|nested] 17+ messages in thread

* [Bug bootstrap/17369] [3.4/4.0 regression] [ia64] Bootstrap failure with binutils-2.15.90.0.1.1
  2004-09-09  9:46 [Bug bootstrap/17369] New: [3.4.3 regression] [ia64] Bootstrap failure with binutils-2.15.90.0.1.1 schwab at suse dot de
                   ` (10 preceding siblings ...)
  2004-09-24  0:37 ` cvs-commit at gcc dot gnu dot org
@ 2004-09-24  0:44 ` cvs-commit at gcc dot gnu dot org
  2004-09-24  0:58 ` pinskia at gcc dot gnu dot org
                   ` (3 subsequent siblings)
  15 siblings, 0 replies; 17+ messages in thread
From: cvs-commit at gcc dot gnu dot org @ 2004-09-24  0:44 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From cvs-commit at gcc dot gnu dot org  2004-09-24 00:43 -------
Subject: Bug 17369

CVSROOT:	/cvs/gcc
Module name:	gcc
Branch: 	gcc-3_4-branch
Changes by:	hjl@gcc.gnu.org	2004-09-24 00:43:53

Modified files:
	.              : ChangeLog Makefile.in Makefile.tpl configure 
	                 configure.in 
	config         : ChangeLog 
	gcc            : ChangeLog Makefile.in configure configure.ac 
Added files:
	config         : gcc-lib-path.m4 

Log message:
	2004-09-23  H.J. Lu  <hongjiu.lu@intel.com>
	
	PR bootstrap/17369
	* Makefile.tpl (REALLY_SET_LIB_PATH): Add @SET_GCC_LIB_PATH@.
	(configure-target-[+module+]): Add @SET_GCC_LIB_PATH@. Set and
	export SET_GCC_LIB_PATH_CMD.
	(configure-gcc): Likewise.
	* Makefile.in: Regenerated.
	
	* configure.in (SET_GCC_LIB_PATH): Set and substitute.
	* configure: Regenerated.
	
	config/
	
	2004-09-23  H.J. Lu  <hongjiu.lu@intel.com>
	
	PR bootstrap/17369
	* gcc-lib-path.m4: New file.
	
	gcc/
	
	2004-09-23  H.J. Lu  <hongjiu.lu@intel.com>
	
	PR bootstrap/17369
	* Makefile.in (@set_gcc_lib_path@): Added.
	
	* configure.ac: Include ../config/gcc-lib-path.m4. Use
	TL_AC_GNU_MAKE_GCC_LIB_PATH.
	* configure: Regenerated.

Patches:
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/ChangeLog.diff?cvsroot=gcc&only_with_tag=gcc-3_4-branch&r1=1.856.2.19&r2=1.856.2.20
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/Makefile.in.diff?cvsroot=gcc&only_with_tag=gcc-3_4-branch&r1=1.195.2.1&r2=1.195.2.2
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/Makefile.tpl.diff?cvsroot=gcc&only_with_tag=gcc-3_4-branch&r1=1.79.2.1&r2=1.79.2.2
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/configure.diff?cvsroot=gcc&only_with_tag=gcc-3_4-branch&r1=1.126.4.3&r2=1.126.4.4
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/configure.in.diff?cvsroot=gcc&only_with_tag=gcc-3_4-branch&r1=1.266.4.3&r2=1.266.4.4
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/config/gcc-lib-path.m4.diff?cvsroot=gcc&only_with_tag=gcc-3_4-branch&r1=NONE&r2=1.1.2.1
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/config/ChangeLog.diff?cvsroot=gcc&only_with_tag=gcc-3_4-branch&r1=1.42.10.3&r2=1.42.10.4
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/ChangeLog.diff?cvsroot=gcc&only_with_tag=gcc-3_4-branch&r1=2.2326.2.632&r2=2.2326.2.633
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/Makefile.in.diff?cvsroot=gcc&only_with_tag=gcc-3_4-branch&r1=1.1223.2.18&r2=1.1223.2.19
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/configure.diff?cvsroot=gcc&only_with_tag=gcc-3_4-branch&r1=1.794.2.18&r2=1.794.2.19
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/configure.ac.diff?cvsroot=gcc&only_with_tag=gcc-3_4-branch&r1=2.6.2.16&r2=2.6.2.17



-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=17369


^ permalink raw reply	[flat|nested] 17+ messages in thread

* [Bug bootstrap/17369] [3.4/4.0 regression] [ia64] Bootstrap failure with binutils-2.15.90.0.1.1
  2004-09-09  9:46 [Bug bootstrap/17369] New: [3.4.3 regression] [ia64] Bootstrap failure with binutils-2.15.90.0.1.1 schwab at suse dot de
                   ` (11 preceding siblings ...)
  2004-09-24  0:44 ` cvs-commit at gcc dot gnu dot org
@ 2004-09-24  0:58 ` pinskia at gcc dot gnu dot org
  2004-09-25 15:33 ` debian-gcc at lists dot debian dot org
                   ` (2 subsequent siblings)
  15 siblings, 0 replies; 17+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2004-09-24  0:58 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From pinskia at gcc dot gnu dot org  2004-09-24 00:58 -------
Fixed.

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|ASSIGNED                    |RESOLVED
         Resolution|                            |FIXED


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=17369


^ permalink raw reply	[flat|nested] 17+ messages in thread

* [Bug bootstrap/17369] [3.4/4.0 regression] [ia64] Bootstrap failure with binutils-2.15.90.0.1.1
  2004-09-09  9:46 [Bug bootstrap/17369] New: [3.4.3 regression] [ia64] Bootstrap failure with binutils-2.15.90.0.1.1 schwab at suse dot de
                   ` (12 preceding siblings ...)
  2004-09-24  0:58 ` pinskia at gcc dot gnu dot org
@ 2004-09-25 15:33 ` debian-gcc at lists dot debian dot org
  2004-09-25 23:12 ` hjl at lucon dot org
  2004-10-05  4:25 ` pinskia at gcc dot gnu dot org
  15 siblings, 0 replies; 17+ messages in thread
From: debian-gcc at lists dot debian dot org @ 2004-09-25 15:33 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From debian-gcc at lists dot debian dot org  2004-09-25 15:33 -------
the patch is incomplete.

at least on linux-gnu targets the patch breaks the Ada testsuite, if 
the shared ada library is built, but not found during the test run. 
Therefore LD_LIBRARY_PATH should not only consist of .../build, but 
.../build/ada/rts as well. Or else don't overwrite LD_LIBRARY_PATH, 
but prepend to it. 


-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=17369


^ permalink raw reply	[flat|nested] 17+ messages in thread

* [Bug bootstrap/17369] [3.4/4.0 regression] [ia64] Bootstrap failure with binutils-2.15.90.0.1.1
  2004-09-09  9:46 [Bug bootstrap/17369] New: [3.4.3 regression] [ia64] Bootstrap failure with binutils-2.15.90.0.1.1 schwab at suse dot de
                   ` (13 preceding siblings ...)
  2004-09-25 15:33 ` debian-gcc at lists dot debian dot org
@ 2004-09-25 23:12 ` hjl at lucon dot org
  2004-10-05  4:25 ` pinskia at gcc dot gnu dot org
  15 siblings, 0 replies; 17+ messages in thread
From: hjl at lucon dot org @ 2004-09-25 23:12 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From hjl at lucon dot org  2004-09-25 23:12 -------
The bootstrap bug is fixed. But there are a few testsuite bugs. See
bug 17464 for details.

-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=17369


^ permalink raw reply	[flat|nested] 17+ messages in thread

* [Bug bootstrap/17369] [3.4/4.0 regression] [ia64] Bootstrap failure with binutils-2.15.90.0.1.1
  2004-09-09  9:46 [Bug bootstrap/17369] New: [3.4.3 regression] [ia64] Bootstrap failure with binutils-2.15.90.0.1.1 schwab at suse dot de
                   ` (14 preceding siblings ...)
  2004-09-25 23:12 ` hjl at lucon dot org
@ 2004-10-05  4:25 ` pinskia at gcc dot gnu dot org
  15 siblings, 0 replies; 17+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2004-10-05  4:25 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From pinskia at gcc dot gnu dot org  2004-10-05 04:25 -------
*** Bug 17834 has been marked as a duplicate of this bug. ***

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |michael at talamasca dot
                   |                            |ocis dot net


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=17369


^ permalink raw reply	[flat|nested] 17+ messages in thread

end of thread, other threads:[~2004-10-05  4:25 UTC | newest]

Thread overview: 17+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2004-09-09  9:46 [Bug bootstrap/17369] New: [3.4.3 regression] [ia64] Bootstrap failure with binutils-2.15.90.0.1.1 schwab at suse dot de
2004-09-09 16:06 ` [Bug bootstrap/17369] " hjl at lucon dot org
2004-09-09 16:46 ` pinskia at gcc dot gnu dot org
2004-09-09 22:26 ` hjl at lucon dot org
2004-09-10 12:35 ` schwab at suse dot de
2004-09-10 16:44 ` hjl at lucon dot org
2004-09-10 20:57 ` schwab at suse dot de
2004-09-11 15:45 ` schwab at suse dot de
2004-09-14 18:46 ` [Bug bootstrap/17369] [3.4/4.0 " hjl at lucon dot org
2004-09-16  0:19 ` hjl at lucon dot org
2004-09-23 22:45 ` hjl at lucon dot org
2004-09-24  0:37 ` cvs-commit at gcc dot gnu dot org
2004-09-24  0:44 ` cvs-commit at gcc dot gnu dot org
2004-09-24  0:58 ` pinskia at gcc dot gnu dot org
2004-09-25 15:33 ` debian-gcc at lists dot debian dot org
2004-09-25 23:12 ` hjl at lucon dot org
2004-10-05  4:25 ` pinskia at gcc dot gnu dot org

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).