classpathx
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Classpathx] /trunk/inetlib/make Failure


From: Conrad T. Pino
Subject: Re: [Classpathx] /trunk/inetlib/make Failure
Date: Tue, 21 Jan 2014 14:02:21 -0800

> On Behalf Of Chris Burdess
> Sent: Tuesday, January 21, 2014 13:48
> 
> > Where might I find general build tool requirements documented?
> 
> This shouldn't happen unless the build system files 
> themselves were updated.
> 
> If you're working on the build system you should have 
> automake, autoconf, and make installed.

I was missing automake and autoconf but adding them didn't help.

The package and platform versions follow the failing make below.

Conrad Pino

---------------------------------------------------------------
Last login: Tue Jan 21 13:50:24 2014 from 192.168.41.100
address@hidden ~]$ cd gnu/svn/trunk/inetlib
address@hidden inetlib]$ rm config.{log,status} Makefile
address@hidden inetlib]$ ./configure
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
/home/conrad/gnu/svn/trunk/inetlib/config/missing: Unknown
`--is-lightweight' option
Try `/home/conrad/gnu/svn/trunk/inetlib/config/missing --help' for more
information
configure: WARNING: 'missing' script is too old or missing
checking for a thread-safe mkdir -p... /bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking whether make supports nested variables... yes
checking for gcj... gcj -C
checking if gcj -C works... yes
configure: WARNING:
The build seems to be using gcj for bytecode generation.  Some
versions of gcj are known to produce bad bytecode.  See here for a
list of bugs that may be relevant:

http://gcc.gnu.org/bugzilla/buglist.cgi?component=java&keywords=wrong-code&o
rder=default

At least bug 19921 is known to affect gjdoc (in Feb 2005).

You may want to set the environment variable JAVAC to an alternate
compiler, such as jikes, to make sure that you end up with valid
bytecode.

checking for fastjar... fastjar
checking for gjdoc... gjdoc
checking for jamvm... no
checking for kaffe... no
checking for sablevm... no
checking for cacao... no
checking for gij... gij
checking for uudecode... no
configure: WARNING: I have to compile Test.class from scratch
checking if gij works... yes
checking for JSSE... yes
checking for SASL... yes
checking for javax.security.auth.callback... yes
checking that generated files are newer than configure... done
configure: creating ./config.status
config.status: creating Makefile
address@hidden inetlib]$ make
CDPATH="${ZSH_VERSION+.}:" && cd . && aclocal-1.14
/bin/sh: aclocal-1.14: command not found
make: *** [aclocal.m4] Error 127
address@hidden inetlib]$ sudo yum list autoconf automake make
Loaded plugins: fastestmirror
Loading mirror speeds from cached hostfile
 * base: centos.sonn.com
 * epel: mirrors.kernel.org
 * extras: centos.sonn.com
 * updates: centos.sonn.com
Installed Packages
autoconf.noarch    2.59-12         installed
automake.noarch    1.9.6-2.3.el5   installed
make.i386          1:3.81-3.el5    installed
address@hidden inetlib]$ cat /etc/redhat-release
CentOS release 5.10 (Final)
address@hidden inetlib]$





reply via email to

[Prev in Thread] Current Thread [Next in Thread]