public inbox for gcc-prs@sourceware.org
help / color / mirror / Atom feed
* Re: bootstrap/10007: building the compiler fails with some java problem in spite of  --enable-languages=c,c++,f77
@ 2003-04-17 14:26 Gerhard Heinzel
  0 siblings, 0 replies; 7+ messages in thread
From: Gerhard Heinzel @ 2003-04-17 14:26 UTC (permalink / raw)
  To: nobody; +Cc: gcc-prs

The following reply was made to PR bootstrap/10007; it has been noted by GNATS.

From: Gerhard Heinzel <ghh@mpq.mpg.de>
To: Eric Botcazou <ebotcazou@libertysurf.fr>
Cc: ebotcazou@gcc.gnu.org, <gcc-bugs@gcc.gnu.org>, <nobody@gcc.gnu.org>,
        <gcc-gnats@gcc.gnu.org>
Subject: Re: bootstrap/10007: building the compiler fails with some java
 problem in spite of  --enable-languages=c,c++,f77
Date: Thu, 17 Apr 2003 16:19:00 +0200 (CEST)

 On Thu, 17 Apr 2003, Eric Botcazou wrote:
 
 > > Maybe yes. But for this installation, I started in an new "objdir"
 > > and did a "make clean", if I remember correctly. Any suggestions what I
 > > could test here?
 >
 > Hmm... if the objdir was really new, you couldn't have done a 'make clean'
 > since there is no Makefile :-)
 >
 > My wild guess is that the objdir was not new and you previously built with
 > Java support enabled. Then you did 'make clean', re-configured but some
 > scraps were left. I tested that this morning (even with 'make distclean') and
 > I got a failure when building libjava too.
 >
 > I presume you managed to build the compiler anyway, using another fresh new
 > objdir?
 
 Thank you for your effort. It is a while ago that I had this problem,
 and I had been busy with other things since, so I didn't try again.
 It is well possible that your guess is right. I have not yet tried again,
 since my gcc 3.2 is working fine. Actually I have removed the installation
 directory in the meantime in some cleanup process. I think I will try
 again only if (1) I really need 3.2.2, or (2) a new version appears, or
 (3) there are additional tests I could do to assist your debugging.
 
 With best greetings
 
 Gerhard Heinzel
 


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

* Re: bootstrap/10007: building the compiler fails with some java problem in spite of  --enable-languages=c,c++,f77
@ 2003-04-17 14:37 ebotcazou
  0 siblings, 0 replies; 7+ messages in thread
From: ebotcazou @ 2003-04-17 14:37 UTC (permalink / raw)
  To: ebotcazou, gcc-bugs, gcc-prs, ghh, nobody

Synopsis: building the compiler fails with some java problem in spite of  --enable-languages=c,c++,f77

Responsible-Changed-From-To: unassigned->ebotcazou
Responsible-Changed-By: ebotcazou
Responsible-Changed-When: Thu Apr 17 14:37:22 2003
Responsible-Changed-Why:
    Investigating.
State-Changed-From-To: feedback->analyzed
State-Changed-By: ebotcazou
State-Changed-When: Thu Apr 17 14:37:22 2003
State-Changed-Why:
    Problem confirmed when the compiler was previously built with
    Java support enabled.

http://gcc.gnu.org/cgi-bin/gnatsweb.pl?cmd=view%20audit-trail&database=gcc&pr=10007


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

* Re: bootstrap/10007: building the compiler fails with some java problem in spite of  --enable-languages=c,c++,f77
@ 2003-04-17 14:36 Eric Botcazou
  0 siblings, 0 replies; 7+ messages in thread
From: Eric Botcazou @ 2003-04-17 14:36 UTC (permalink / raw)
  To: nobody; +Cc: gcc-prs

The following reply was made to PR bootstrap/10007; it has been noted by GNATS.

From: Eric Botcazou <ebotcazou@libertysurf.fr>
To: Gerhard Heinzel <ghh@mpq.mpg.de>
Cc: <gcc-bugs@gcc.gnu.org>,
 <nobody@gcc.gnu.org>,
 <gcc-gnats@gcc.gnu.org>
Subject: Re: bootstrap/10007: building the compiler fails with some java problem in spite of  --enable-languages=c,c++,f77
Date: Thu, 17 Apr 2003 16:35:41 +0200

 > It is well possible that your guess is right. I have not yet tried again,
 > since my gcc 3.2 is working fine. Actually I have removed the installation
 > directory in the meantime in some cleanup process. I think I will try
 > again only if (1) I really need 3.2.2, or (2) a new version appears, or
 > (3) there are additional tests I could do to assist your debugging.
 
 GCC 3.2.3 is about to be released so you could try it when it is out. In the 
 meantime, I'll try to find out what happens exactly.
 
 -- 
 Eric Botcazou


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

* Re: bootstrap/10007: building the compiler fails with some java problem in spite of  --enable-languages=c,c++,f77
@ 2003-04-17 14:16 Eric Botcazou
  0 siblings, 0 replies; 7+ messages in thread
From: Eric Botcazou @ 2003-04-17 14:16 UTC (permalink / raw)
  To: nobody; +Cc: gcc-prs

The following reply was made to PR bootstrap/10007; it has been noted by GNATS.

From: Eric Botcazou <ebotcazou@libertysurf.fr>
To: Gerhard Heinzel <ghh@mpq.mpg.de>
Cc: ebotcazou@gcc.gnu.org,
 <gcc-bugs@gcc.gnu.org>,
 <nobody@gcc.gnu.org>,
 <gcc-gnats@gcc.gnu.org>
Subject: Re: bootstrap/10007: building the compiler fails with some java problem in spite of  --enable-languages=c,c++,f77
Date: Thu, 17 Apr 2003 16:15:15 +0200

 > Maybe yes. But for this installation, I started in an new "objdir"
 > and did a "make clean", if I remember correctly. Any suggestions what I
 > could test here?
 
 Hmm... if the objdir was really new, you couldn't have done a 'make clean' 
 since there is no Makefile :-)
 
 My wild guess is that the objdir was not new and you previously built with 
 Java support enabled. Then you did 'make clean', re-configured but some 
 scraps were left. I tested that this morning (even with 'make distclean') and 
 I got a failure when building libjava too.
 
 I presume you managed to build the compiler anyway, using another fresh new 
 objdir?
 
 -- 
 Eric Botcazou


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

* Re: bootstrap/10007: building the compiler fails with some java problem in spite of  --enable-languages=c,c++,f77
@ 2003-04-17 13:36 Gerhard Heinzel
  0 siblings, 0 replies; 7+ messages in thread
From: Gerhard Heinzel @ 2003-04-17 13:36 UTC (permalink / raw)
  To: nobody; +Cc: gcc-prs

The following reply was made to PR bootstrap/10007; it has been noted by GNATS.

From: Gerhard Heinzel <ghh@mpq.mpg.de>
To: ebotcazou@gcc.gnu.org, <gcc-bugs@gcc.gnu.org>, <gcc-prs@gcc.gnu.org>,
        <ghh@mpq.mpg.de>, <nobody@gcc.gnu.org>, <gcc-gnats@gcc.gnu.org>
Cc:  
Subject: Re: bootstrap/10007: building the compiler fails with some java
 problem in spite of  --enable-languages=c,c++,f77
Date: Thu, 17 Apr 2003 15:33:32 +0200 (CEST)

 On 17 Apr 2003 ebotcazou@gcc.gnu.org wrote:
 
 > Synopsis: building the compiler fails with some java problem in spite of  --enable-languages=c,c++,f77
 >
 > State-Changed-From-To: open->feedback
 > State-Changed-By: ebotcazou
 > State-Changed-When: Thu Apr 17 13:22:53 2003
 > State-Changed-Why:
 >     Did you previously build the compiler with Java support?
 >
 > http://gcc.gnu.org/cgi-bin/gnatsweb.pl?cmd=view%20audit-trail&database=gcc&pr=10007
 >
 
 Maybe yes. But for this installation, I started in an new "objdir"
 and did a "make clean", if I remember correctly. Any suggestions what I
 could test here?
 
 With best greetings
 
 Gerhard Heinzel
 
 -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --
  Gerhard Heinzel    *** NEW e-mail: gerhard.heinzel@aei.mpg.de ***
  Max-Planck-Institut fuer Gravitationsphysik (Albert-Einstein-Inst.)
  Institut Hannover, Callinstrasse 38, D-30167 Hannover, Germany
  Tel +49-(0)511-762-2788,               Fax +49-(0)511-762-2784
 -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --
 


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

* Re: bootstrap/10007: building the compiler fails with some java problem in spite of  --enable-languages=c,c++,f77
@ 2003-04-17 13:22 ebotcazou
  0 siblings, 0 replies; 7+ messages in thread
From: ebotcazou @ 2003-04-17 13:22 UTC (permalink / raw)
  To: gcc-bugs, gcc-prs, ghh, nobody

Synopsis: building the compiler fails with some java problem in spite of  --enable-languages=c,c++,f77

State-Changed-From-To: open->feedback
State-Changed-By: ebotcazou
State-Changed-When: Thu Apr 17 13:22:53 2003
State-Changed-Why:
    Did you previously build the compiler with Java support?

http://gcc.gnu.org/cgi-bin/gnatsweb.pl?cmd=view%20audit-trail&database=gcc&pr=10007


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

* bootstrap/10007: building the compiler fails with some java problem in spite of  --enable-languages=c,c++,f77
@ 2003-03-08 20:56 ghh
  0 siblings, 0 replies; 7+ messages in thread
From: ghh @ 2003-03-08 20:56 UTC (permalink / raw)
  To: gcc-gnats


>Number:         10007
>Category:       bootstrap
>Synopsis:       building the compiler fails with some java problem in spite of  --enable-languages=c,c++,f77
>Confidential:   no
>Severity:       serious
>Priority:       medium
>Responsible:    unassigned
>State:          open
>Class:          sw-bug
>Submitter-Id:   net
>Arrival-Date:   Sat Mar 08 20:56:00 UTC 2003
>Closed-Date:
>Last-Modified:
>Originator:     Gerhard Heinzel
>Release:        gcc-3.2.2
>Organization:
>Environment:
SuSe linux 2.4.19-4GB  i686 
installed compiler gcc-3.2
>Description:
building the compiler fails with some java problem although
I explicitely didn't ask to build the java compiler:

ghh@linux:~/install/gcc-3.2.2/objdir> ../configure --enable-languages=c,c++,f77 --prefix=/home/ghh/bin/gcc322/

ghh@linux:~/install/gcc-3.2.2/objdir> nice -19 make 

/home/ghh/install/gcc-3.2.2/objdir/gcc/xgcc -shared-libgcc -B/home/ghh/install/gcc-3.2.2/objdir/gcc/ -nostdinc++ -L/home/ghh/install/gcc-3.2.2/objdir/i686-pc-linux-gnu/libstdc++-v3/src -L/home/ghh/install/gcc-3.2.2/objdir/i686-pc-linux-gnu/libstdc++-v3/src/.libs -B/home/ghh/bin/gcc322//i686-pc-linux-gnu/bin/ -B/home/ghh/bin/gcc322//i686-pc-linux-gnu/lib/ -isystem /home/ghh/bin/gcc322//i686-pc-linux-gnu/include -DHAVE_CONFIG_H -I. -I../../../libjava -I./include -I./gcj -I../../../libjava -Iinclude -I../../../libjava/include -I../../../libjava/../boehm-gc/include -DGC_LINUX_THREADS=1 -D_REENTRANT=1 -DTHREAD_LOCAL_ALLOC=1 -DSILENT=1 -DNO_SIGNALS=1 -DNO_EXECUTE_PERMISSION=1 -DALL_INTERIOR_POINTERS=1 -DJAVA_FINALIZATION=1 -DGC_GCJ_SUPPORT=1 -DATOMIC_UNCOLLECTABLE=1 -I../../../libjava/libltdl -I../../../libjava/libltdl -I../../../libjava/.././libjava/../gcc -I../../../libjava/../zlib -I../../../libjava/../libffi/include -I../libffi/include -fno-rtti -fnon-call-exceptions -fdollars-in-identifiers -D__NO_MATH_INLINES -ffloat-store -I/usr/X11R6/include -W -Wall -D_GNU_SOURCE -DPREFIX=\"/home/ghh/bin/gcc322/\" -g -O2 -D_GNU_SOURCE -Wp,-MD,.deps/posix.pp -c ../../../libjava/posix.cc -o posix.o >/dev/null 2>&1
/bin/sh ./libtool --tag=CXX --mode=link /home/ghh/install/gcc-3.2.2/objdir/gcc/xgcc -shared-libgcc -B/home/ghh/install/gcc-3.2.2/objdir/gcc/ -nostdinc++  -L/home/ghh/install/gcc-3.2.2/objdir/i686-pc-linux-gnu/libstdc++-v3/src -L/home/ghh/install/gcc-3.2.2/objdir/i686-pc-linux-gnu/libstdc++-v3/src/.libs -B/home/ghh/bin/gcc322//i686-pc-linux-gnu/bin/ -B/home/ghh/bin/gcc322//i686-pc-linux-gnu/lib/ -isystem /home/ghh/bin/gcc322//i686-pc-linux-gnu/include -L/home/ghh/install/gcc-3.2.2/objdir/i686-pc-linux-gnu/libjava -ffloat-store -g -O2  -o libgcj.la -objectlist libgcj.objectlist \
../boehm-gc/libgcjgc_convenience.la ../libffi/libffi_convenience.la ../zlib/libzgcj_convenience.la \
-rpath /home/ghh/bin/gcc322//lib/. -rpath /home/ghh/bin/gcc322//lib/.  -lpthread ./libltdl/libltdlc.la  -version-info `grep -v '^#' ../../../libjava/libtool-version` 
libtool: link: `gnu/java/locale/LocaleInformation_ar_QA.lo' is not a valid libtool object
>How-To-Repeat:
../configure --enable-languages=c,c++,f77 --prefix=/home/ghh/bin/gcc322/

 make 
>Fix:

>Release-Note:
>Audit-Trail:
>Unformatted:


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

end of thread, other threads:[~2003-04-17 14:37 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2003-04-17 14:26 bootstrap/10007: building the compiler fails with some java problem in spite of --enable-languages=c,c++,f77 Gerhard Heinzel
  -- strict thread matches above, loose matches on Subject: below --
2003-04-17 14:37 ebotcazou
2003-04-17 14:36 Eric Botcazou
2003-04-17 14:16 Eric Botcazou
2003-04-17 13:36 Gerhard Heinzel
2003-04-17 13:22 ebotcazou
2003-03-08 20:56 ghh

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).