Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 12 May 2003 10:44:12 +0900 (JST)
From:      Tsurutani Naoki <turutani@scphys.kyoto-u.ac.jp>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/52087: error while building japanese/openoffice
Message-ID:  <200305120144.h4C1iCfK068435@polymer3.scphys.kyoto-u.ac.jp>
Resent-Message-ID: <200305120150.h4C1o4Sl043167@freefall.freebsd.org>

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

>Number:         52087
>Category:       ports
>Synopsis:       error while building japanese/openoffice
>Confidential:   no
>Severity:       serious
>Priority:       high
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Sun May 11 18:50:03 PDT 2003
>Closed-Date:
>Last-Modified:
>Originator:     Tsurutani Naoki
>Release:        FreeBSD 4.8-STABLE i386
>Organization:
Private
>Environment:
System: FreeBSD polymer3.scphys.kyoto-u.ac.jp 4.8-STABLE FreeBSD 4.8-STABLE #9: Sat Apr 26 13:34:24 JST 2003 root@polymer3.scphys.kyoto-u.ac.jp:/usr/local/work/usr/obj/usr/src/sys/POLYMER i386


	
>Description:
	In making japanese/openoffice(ja-openoffice-1.0.3_2), an error arises with message : "/usr/ports/japanese/openoffice/work/oo_1.0.3_src/solenv/unxfbsd/bin/makedepend: No such file or directory."
	I guess this is caused through the error of redirection in the next part:
	> if ( !( -x $SOLARENV/$OUTPATH/bin/makedepend ) ) then
	> 	echo "exit 0" >> $SOLARENV/$OUTPATH/bin/makedepend
	> 	chmod +x $SOLARENV/$OUTPATH/bin/makedepend
	> endif
	in /usr/ports/japanese/openoffice/work/oo_1.0.2_src/bootstrap.
	Shell variable of "noclobber" in C-shell will cause this error when appending to non-existing file.
	
>How-To-Repeat:
	Always, since OOo 1.02_1.
	
>Fix:
	One of the followings:
	1. Do not use "csh script".
	2. Add "unset noclobber" before the code above.
	3. Replace ">>" with ">>!" in the code above.
	In the latter 2 cases, I cannot to specify the source(or patch)-code
	to fix.
	


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



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