Akim Demaille | 11 Feb 10:28
Picon
Picon
Picon

Re: bison 2.4.1

>>> "RC" == Robin Cook <rcook <at> wyrms.net> writes:

 > I am trying to compile bison v2.4.1 with gcc 4.3.2 and it just hangs at
 > checking for java compiler until I hit ctrl-c is there a patch to either
 > get this to work or have it not check for java?

 > checking whether g++ builds executables that work... yes
 > checking for Java virtual machine... gij
 > checking for Java compiler... 

Hi,

Could you please send the config.log file?  Thanks!

Akim Demaille | 11 Feb 11:24
Picon
Picon
Picon

Re: bison-2.4: A warning of java is output at configure on Solaris 10 (SPARC)

>>> "TS" == Tomohiro Suzuki <tomohiro <at> jk.jip.co.jp> writes:

 > Hi, I'm getting a warning at "configure" on bison-2.4.
 > It is similarly generated also on bison-2.4.1.
 > Java-related bison tests all fail.
 > bison-2.3 doesn't have the problem.

Could you please tell me if you still have the problem with the
following version?  Thanks in advance.

<URL:http://www.lrde.epita.fr/download/bison-2.4.1.1-8defe-dirty.tar.bz2>

Akim Demaille | 11 Feb 11:25
Picon
Picon
Picon

Re: bison 2.4.1

>>> "AD" == Akim Demaille <Akim.Demaille <at> lrde.epita.fr> writes:

>>> "RC" == Robin Cook <rcook <at> wyrms.net> writes:
 >> I am trying to compile bison v2.4.1 with gcc 4.3.2 and it just hangs at
 >> checking for java compiler until I hit ctrl-c is there a patch to either
 >> get this to work or have it not check for java?

 >> checking whether g++ builds executables that work... yes
 >> checking for Java virtual machine... gij
 >> checking for Java compiler... 

 > Hi,

 > Could you please send the config.log file?  Thanks!

Or better yet, could you please try this version.

<URL:http://www.lrde.epita.fr/download/bison-2.4.1.1-8defe-dirty.tar.bz2>

Tomohiro Suzuki | 12 Feb 01:26
Picon
Gravatar

Re: bison-2.4: A warning of java is output at configure on Solaris 10 (SPARC)

Hi, Thank you for the reply.
There were the following responses from the web server.
-----
Not Found
The requested URL /download/bison-2.4.1.1-8defe-dirty.tar.bz2 was not found on this server.
-----
Could you present URL again?

Akim Demaille wrote:
>>>>"TS" == Tomohiro Suzuki <tomohiro <at> jk.jip.co.jp> writes:
> 
>  > Hi, I'm getting a warning at "configure" on bison-2.4.
>  > It is similarly generated also on bison-2.4.1.
>  > Java-related bison tests all fail.
>  > bison-2.3 doesn't have the problem.
> 
> Could you please tell me if you still have the problem with the
> following version?  Thanks in advance.
> 
> <URL:http://www.lrde.epita.fr/download/bison-2.4.1.1-8defe-dirty.tar.bz2>

--

-- 
****************************************
   JAPAN INFORMATION PROCESSING SERVICE
             Tomohiro Suzuki
****************************************

Akim Demaille | 12 Feb 09:36
Picon
Picon
Picon
Gravatar

Re: bison-2.4: A warning of java is output at configure on Solaris 10 (SPARC)


Le 12 févr. 09 à 01:26, Tomohiro Suzuki a écrit :

> Hi, Thank you for the reply.
> There were the following responses from the web server.
> -----
> Not Found
> The requested URL /download/bison-2.4.1.1-8defe-dirty.tar.bz2 was  
> not found on this server.
> -----
> Could you present URL again?

Sorry about that.

http://www.lrde.epita.fr/~akim/download/bison-2.4.1.1-8defe-dirty.tar.bz2

Tomohiro Suzuki | 13 Feb 05:08
Picon
Gravatar

Re: bison-2.4: A warning of java is output at configure on Solaris 10 (SPARC)

Hi, Akim,

I tried with bison-2.4.1.1-8defe-dirty.
It was a same result at "configure" in bison-2.4.
However, everything succeeded in "make check".
"Java Parameters" of "make check" had failed in bison-2.4.

Consequently, I think no trouble in this.

By the way, I want you to make "make" and "make check" pass
even if there is neither "help2man" nor "autom4te" like "bison-2.3".
Because "Solaris 10" doesn't include "help2man" and "autom4te",
it is necessary to install it.

-----
# pwd
/usr/local/src/bison-2.4.1.1-8defe-dirty
# ./configure
checking for a BSD-compatible install... build-aux/install-sh -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... build-aux/install-sh -c -d
checking for gawk... no
checking for mawk... no
checking for nawk... nawk
checking whether make sets $(MAKE)... yes
checking for style of include used by make... GNU
checking for gcc... gcc
checking for C compiler default output file name... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
(Continue reading)

Akim Demaille | 18 Feb 15:13
Picon
Picon
Picon

Re: bison 2.4.1

>>> "RC" == Robin Cook <rcook <at> wyrms.net> writes:

 > On Thu, 2009-02-12 at 09:34 +0100, Akim Demaille wrote:
 >> Le 12 févr. 09 à 05:12, Robin Cook a écrit :
 >> 
 >> >> Or better yet, could you please try this version.
 >> >>
 >> http://www.lrde.epita.fr/~akim/download/bison-2.4.1.1-8defe-dirty.tar.bz2

 > This version hangs at the same place 
 > checking for Java virtual machine... gij
 > checking for Java compiler...

 > I have also attached the config log.

Hi,

Please, keep the lists in CC.

The relevant snippet in config.log is:

configure:25606: checking for Java virtual machine
configure:25656: found /usr/bin/gij
configure:25690: found /usr/lib/j2sdk/bin/java
configure:25813: result: gij
configure:25866: CLASSPATH=. gij conftestver
configure:25918: checking for Java compiler
configure:26124: found /usr/bin/gcj
configure:26158: found /usr/lib/j2sdk/bin/javac
configure:26211: gcj -C -d . conftestlib.java
(Continue reading)

Akim Demaille | 18 Feb 15:16
Picon
Picon
Picon

Re: bison-2.4: A warning of java is output at configure on Solaris 10 (SPARC)

>>> "TS" == Tomohiro Suzuki <tomohiro <at> jk.jip.co.jp> writes:

 > Hi, Akim,
 > I tried with bison-2.4.1.1-8defe-dirty.
 > It was a same result at "configure" in bison-2.4.
 > However, everything succeeded in "make check".
 > "Java Parameters" of "make check" had failed in bison-2.4.

Good, thanks.

 > Consequently, I think no trouble in this.

 > By the way, I want you to make "make" and "make check" pass
 > even if there is neither "help2man" nor "autom4te" like "bison-2.3".
 > Because "Solaris 10" doesn't include "help2man" and "autom4te",
 > it is necessary to install it.

Weird, they should not be needed.  Maybe I made a broken tarball,
sorry about this.

Tomohiro Suzuki | 19 Feb 01:26
Picon
Gravatar

Re: bison-2.4: A warning of java is output at configure on Solaris 10 (SPARC)

Hi, Akim,

Akim Demaille wrote:

>>>>"TS" == Tomohiro Suzuki <tomohiro <at> jk.jip.co.jp> writes:
> 
>  > By the way, I want you to make "make" and "make check" pass
>  > even if there is neither "help2man" nor "autom4te" like "bison-2.3".
>  > Because "Solaris 10" doesn't include "help2man" and "autom4te",
>  > it is necessary to install it.
> 
> Weird, they should not be needed.  Maybe I made a broken tarball,
> sorry about this.

It confirms it again by the following formal release.

Thank you for correspondence.

--

-- 
****************************************
   JAPAN INFORMATION PROCESSING SERVICE
             Tomohiro Suzuki
****************************************

Robin Cook | 19 Feb 05:34
Gravatar

Re: bison 2.4.1

Yes, it does hang.

gcj (GCC) 4.3.2
Copyright (C) 2008 Free Software Foundation, Inc.
This is free software; see the source for copying conditions.  There is
NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR
PURPOSE.

On Wed, 2009-02-18 at 15:13 +0100, Akim Demaille wrote:
> >>> "RC" == Robin Cook <rcook <at> wyrms.net> writes:
> 
>  > On Thu, 2009-02-12 at 09:34 +0100, Akim Demaille wrote:
>  >> Le 12 févr. 09 à 05:12, Robin Cook a écrit :
>  >> 
>  >> >> Or better yet, could you please try this version.
>  >> >>
>  >> http://www.lrde.epita.fr/~akim/download/bison-2.4.1.1-8defe-dirty.tar.bz2
> 
>  > This version hangs at the same place 
>  > checking for Java virtual machine... gij
>  > checking for Java compiler...
> 
>  > I have also attached the config log.
> 
> Hi,
> 
> Please, keep the lists in CC.
> 
> The relevant snippet in config.log is:
(Continue reading)


Gmane