ports/81541: building of accessibility/gnomespeech fails.

Tsurutani Naoki turutani at scphys.kyoto-u.ac.jp
Fri May 27 03:20:03 UTC 2005


>Number:         81541
>Category:       ports
>Synopsis:       building of accessibility/gnomespeech fails.
>Confidential:   no
>Severity:       serious
>Priority:       medium
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Fri May 27 03:20:01 GMT 2005
>Closed-Date:
>Last-Modified:
>Originator:     Tsurutani Naoki
>Release:        FreeBSD 5.4-STABLE i386
>Organization:
>Environment:
System: FreeBSD polymer3.scphys.kyoto-u.ac.jp 5.4-STABLE FreeBSD 5.4-STABLE #5: Thu May 12 13:02:53 JST 2005 turutani at polymer3.scphys.kyoto-u.ac.jp:/usr/local/work/usr/obj/usr/src/sys/POLYMER i386


	
>Description:
	While building of accessibility/gnomespeech, configure script stalls.
	On my PC, I wait returning back for 4 hours, but it never returned.
	
>How-To-Repeat:
	build accessibility/gnomespeech without any make options.
	
>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.
	


>Release-Note:
>Audit-Trail:
>Unformatted:



More information about the freebsd-ports-bugs mailing list