public inbox for gcc-prs@sourceware.org
help / color / mirror / Atom feed
* libgcj/1214: Build fails on Alpha
@ 2000-12-20 12:22 bryce
  0 siblings, 0 replies; only message in thread
From: bryce @ 2000-12-20 12:22 UTC (permalink / raw)
  To: java-gnats

>Number:         1214
>Category:       libgcj
>Synopsis:       Build fails on Alpha
>Confidential:   no
>Severity:       serious
>Priority:       medium
>Responsible:    tromey
>State:          closed
>Class:          sw-bug
>Submitter-Id:   net
>Arrival-Date:   Wed Dec 20 12:17:45 PST 2000
>Closed-Date:    Wed Mar 08 20:49:31 PST 2000
>Last-Modified:  Wed Mar  8 20:50:00 PST 2000
>Originator:     Bryce McKinlay
>Release:        current cvs
>Organization:
>Environment:
Red Hat 6.1 (alpha)
>Description:
libgcj doesn't build. First, the libffi configure gets:

configure: warning: ***********************************************************
configure: warning: ***********************************************************
configure: warning: This is beta code.  If you're looking for a stable release
configure: warning: then use the most recent one - libffi-1.20.
configure: warning: ***********************************************************
configure: warning: ***********************************************************
checking host system type... Invalid configuration `alphaev6-unknown-linux-gnu': machine `alphaev6-unknown' not recognized

Then later, the boehm-gc configure gets:

make[1]: Entering directory `/home/bryce/projects/libgcj/build/alphaev6-unknown-linux-gnu/boehm-gc'
/bin/sh ./libtool --mode=compile alphaev6-unknown-linux-gnu-gcc -DSILENT=1 -DNO_SIGNALS=1 -DNO_DEBUGGING=1 -DJAVA_FINALIZATION=1 -DNO_SIGSET=1 -DNO_CLOCK=1 -DSMALL_CONFIG=1  -I. -I../../../boehm-gc     -I././targ-include -I./../../../boehm-gc/./libc/include -fno-builtin -g -O2 -c ../../../boehm-gc/allchblk.c
alphaev6-unknown-linux-gnu-gcc -DSILENT=1 -DNO_SIGNALS=1 -DNO_DEBUGGING=1 -DJAVA_FINALIZATION=1 -DNO_SIGSET=1 -DNO_CLOCK=1 -DSMALL_CONFIG=1 -I. -I../../../boehm-gc -I././targ-include -I./../../../boehm-gc/./libc/include -fno-builtin -g -O2 -c ../../../boehm-gc/allchblk.c
./libtool: alphaev6-unknown-linux-gnu-gcc: command not found
>How-To-Repeat:
$ ../configure --enable-threads=posix --enable-java-gc=boehm --prefix=/home/bryce/gcc && make
>Fix:

>Release-Note:

>Audit-Trail:

Formerly PR libgcj/168

Responsible-Changed-From-To: apbianco->tromey
Responsible-Changed-By: tromey
Responsible-Changed-When: Wed Mar  8 20:05:26 2000
Responsible-Changed-Why:
    I usually handle config problems.

From: tromey@cygnus.com
To: apbianco@cygnus.com, bryce@albatross.co.nz,
  java-gnats@sourceware.cygnus.com, tromey@cygnus.com
Cc:  
Subject: Re: libgcj/168
Date: 9 Mar 2000 04:05:26 -0000

 Synopsis: Build fails on Alpha
 
 Responsible-Changed-From-To: apbianco->tromey
 Responsible-Changed-By: tromey
 Responsible-Changed-When: Wed Mar  8 20:05:26 2000
 Responsible-Changed-Why:
     I usually handle config problems.
 
 http://sourceware.cygnus.com/cgi-bin/gnatsweb.pl?cmd=view&pr=168&database=java

From: Tom Tromey <tromey@cygnus.com>
To: bryce@albatross.co.nz
Cc: java-gnats@sourceware.cygnus.com
Subject: Re: gcj/168: Build fails on Alpha
Date: Wed, 8 Mar 2000 20:07:45 -0800 (PST)

 Bryce> checking host system type... Invalid configuration `alphaev6-unknown-linux-gnu': machine `alphaev6-unknown' not recognized
 
 I don't think this is something that libffi is doing.
 I think this problem occurs in the part of the configure script that
 is generated by autoconf.
 
 Do config.guess and config.sub work correctly on your machine?
 
 T

From: Tom Tromey <tromey@cygnus.com>
To: Bryce McKinlay <bryce@albatross.co.nz>
Cc: Tom Tromey <tromey@cygnus.com>,
        Java Gnats Server <java-gnats@sourceware.cygnus.com>
Subject: Re: gcj/168: Build fails on Alpha
Date: Wed, 8 Mar 2000 20:24:00 -0800 (PST)

 Bryce> but in the libffi dir I get:
 
 Bryce> $ ./config.guess
 Bryce> alphaev6-unknown-linux-gnu
 
 Cool.
 Feel free to update libgcj/config.{sub,guess} with newer versions.
 That should solve part of the problem.
 
 T
State-Changed-From-To: open->closed
State-Changed-By: bryce
State-Changed-When: Wed Mar  8 20:49:31 2000
State-Changed-Why:
    Modern config.guess and config.sub checked in. Thanks Tom.

From: Bryce McKinlay <bryce@albatross.co.nz>
To: Tom Tromey <tromey@cygnus.com>
Cc: Java Gnats Server <java-gnats@sourceware.cygnus.com>
Subject: Re: gcj/168: Build fails on Alpha
Date: Thu, 09 Mar 2000 17:43:36 +1300

 Tom Tromey wrote:
 
 > Bryce> but in the libffi dir I get:
 >
 > Bryce> $ ./config.guess
 > Bryce> alphaev6-unknown-linux-gnu
 >
 > Cool.
 > Feel free to update libgcj/config.{sub,guess} with newer versions.
 > That should solve part of the problem.
 
 Yep, updating those in libgcj/libffi fixed all the problem. I'll update
 them in cvs.
 
 Unfortunatly I now get:
 
 java/util/TimeZone.java: In class `java.util.TimeZone':
 java/util/TimeZone.java: In method `getAvailableIDs(int)':
 java/util/TimeZone.java:108: Internal compiler error in `layout_decl',
 at stor-layout.c:317
 
 Oh well ;-)
 
 regards
 
   [ bryce ]
 
 

From: bryce@sourceware.cygnus.com
To: java-gnats@sourceware.cygnus.com
Cc:  
Subject: libgcj/168
Date: 9 Mar 2000 04:47:57 -0000

 CVSROOT:	/cvs/java
 Module name:	libgcj
 Changes by:	bryce@sourceware.cygnus.com	00/03/08 20:47:57
 
 Modified files:
 	libffi         : ChangeLog config.guess config.sub 
 
 Log message:
 	2000-03-08  Bryce McKinlay  <bryce@albatross.co.nz>
 	
 	* config.guess, config.sub: Update from the gcc tree.
 	Fix for PR libgcj/168.
 
 Patches:
 http://gcc.gnu.org/cgi-bin/gcc/libffi/ChangeLog.diff?cvsroot=java&r1=1.8&r2=1.9
 http://gcc.gnu.org/cgi-bin/gcc/libffi/config.guess.diff?cvsroot=java&r1=1.1.1.1&r2=1.2
 http://gcc.gnu.org/cgi-bin/gcc/libffi/config.sub.diff?cvsroot=java&r1=1.1.1.1&r2=1.2
 

From: bryce@albatross.co.nz
To: bryce@albatross.co.nz, java-gnats@sourceware.cygnus.com, tromey@cygnus.com
Cc:  
Subject: Re: libgcj/168
Date: 9 Mar 2000 04:49:31 -0000

 Synopsis: Build fails on Alpha
 
 State-Changed-From-To: open->closed
 State-Changed-By: bryce
 State-Changed-When: Wed Mar  8 20:49:31 2000
 State-Changed-Why:
     Modern config.guess and config.sub checked in. Thanks Tom.
 
 http://sourceware.cygnus.com/cgi-bin/gnatsweb.pl?cmd=view&pr=168&database=java
>Unformatted:



^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2000-12-20 12:22 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2000-12-20 12:22 libgcj/1214: Build fails on Alpha bryce

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