bin/143949: system unzip pickiness unhelpful for OpenOffice build

Andrew Reilly areilly at bigpond.net.au
Mon Feb 15 09:40:03 UTC 2010


>Number:         143949
>Category:       bin
>Synopsis:       system unzip pickiness unhelpful for OpenOffice build
>Confidential:   no
>Severity:       serious
>Priority:       medium
>Responsible:    freebsd-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Mon Feb 15 09:40:02 UTC 2010
>Closed-Date:
>Last-Modified:
>Originator:     Andrew Reilly
>Release:        FreeBSD 9.0-CURRENT amd64
>Organization:
>Environment:
System: FreeBSD duncan.reilly.home 9.0-CURRENT FreeBSD 9.0-CURRENT #16: Sat Feb 13 14:33:31 EST 2010 root at duncan.reilly.home:/usr/obj/usr/src/sys/DUNCAN amd64


	
>Description:
	Building port editors/openoffice-3 just now, it stops,
	unhelpfully telling one to build --from odk.  Figuring
	out how to do that reveals that it really failed like
	this:

/usr/local/bin/gcp /usr/ports/editors/openoffice.org-3/work/OOO320_m12/solver/320/unxfbsdx.pro/bin/jurt_src.zip ../../unxfbsdx.pro/misc/java_src/jurt_src.zip
cd ../../unxfbsdx.pro/misc/java_src && unzip -quo jurt_src.zip
unzip: -n, -o and -u are contradictory
dmake:  Error code 1, while making '../../unxfbsdx.pro/misc/java_src/jurt_src.zip'
dmake:  '../../unxfbsdx.pro/misc/java_src/jurt_src.zip' removed.

	This looks as though unzip is unhappy with the
	combination of flags used, above.
	
>How-To-Repeat:
	Just trying to make in /usr/ports/editors/openoffice-3
	works every time, for me.
>Fix:

	Moving /usr/bin/unzip asside so that the build sees
	/usr/local/bin/unzip is enough to allow the build to
	proceed.

	It's possible that this problem could be re-phrased as a
	ports bug against ooo, os that unzip doesn't get called
	with a contradictory set of arguments, but it's probably
	safer if our internal version just does the right
	thing. (at least as defined by this example.)


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


More information about the freebsd-bugs mailing list