Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 01 Jun 2005 19:23:36 +0200
From:      Martin <nakal@nurfuerspam.de>
To:        FreeBSD Ports <ports@freebsd.org>
Subject:   accessibility/gnomespeech: weird behavior while configure
Message-ID:  <1117646616.1902.14.camel@klotz.local>

next in thread | raw e-mail | index | archive | help

Hi,

I've seen this on 2 platforms so far (i386 and amd64).
If you try to compile accessibility/gnomespeech and
have linux-sun-jdk-1.4.2 installed the configure
script will never stop resulting in 100% load.

# cd /usr/ports/accessibility/gnomespeech; make install
[...]
checking for "/bin/theta-config"... no
checking for "/usr/local/bin/java"... yes
checking for "/usr/local/bin/javac"... yes
---> waiting forever here <---

I found out that commenting out the line 20216 in
/usr/ports/accessibility/gnomespeech/work/gnome-speech-0.3.7/configure
will fix the problem.

Here the strange line which never stops executing:
javac_version=`$JAVAC -version 2>&1 | sed -e "1s/javac //" -e "1q" `

Looks quite normal to me except for the fact that javac
will not accept "-version", should be simply "java". But
I cannot explain why the script stops there.

Martin





Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?1117646616.1902.14.camel>