Bug 81541 - building of accessibility/gnomespeech fails.
Summary: building of accessibility/gnomespeech fails.
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: freebsd-gnome (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-05-27 04:20 UTC by TsurutaniNaoki
Modified: 2005-06-07 03:42 UTC (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description TsurutaniNaoki 2005-05-27 04:20:01 UTC
	While building of accessibility/gnomespeech, configure script stalls.
	On my PC, I wait returning back for 4 hours, but it never returned.

Fix: 

Here is a patch for files/patch-configure, to ignore version check of javac:
	--- patch-configure.orig        Fri Jan 14 10:25:07 2005
	+++ patch-configure     Fri May 27 12:00:30 2005
	@@ -1,10 +1,21 @@
	---- configure.orig     Thu Jan 13 20:21:49 2005
	-+++ configure  Thu Jan 13 20:21:57 2005
	-@@ -20272,6 +20272,7 @@
	+--- configure.orig  Fri May 27 11:55:59 2005
	++++ configure       Fri May 27 11:57:57 2005
	+@@ -20213,8 +20213,8 @@
	+
	  fi
	-
	+ if test "x$JAVAC" != "x" ; then
	+-  javac_version=`$JAVAC -version 2>&1 | sed -e "1s/javac //" -e "1q" `
	+-  echo JAVAC VERSION $javac_version
	++#  javac_version=`$JAVAC -version 2>&1 | sed -e "1s/javac //" -e "1q" `
	++#  echo JAVAC VERSION $javac_version
	+   JAVAC="$JAVAC -source 1.4"
	+ fi
	+
	+@@ -20423,6 +20423,7 @@
	+ fi
	+
	  # Find the Java Access Bridge
	 +JAB="no"
	-
	-
	+
	+
	  # Check whether --with-jab_dir or --without-jab_dir was given.

	Version number of javac is merely an information to user, and never
	used elsewhere as I checked.
How-To-Repeat: 	build accessibility/gnomespeech without any make options.
Comment 1 Kirill Ponomarev freebsd_committer freebsd_triage 2005-05-27 09:11:00 UTC
Responsible Changed
From-To: freebsd-ports-bugs->gnome

Over to maintainers.
Comment 2 Joe Marcus Clarke freebsd_committer freebsd_triage 2005-06-07 03:42:17 UTC
State Changed
From-To: open->closed

Committed, thanks!