ports/127946: openoffice.org-3 dictionary extension doesn't install

Mike Durian durian at boogie.com
Wed Oct 8 15:50:06 UTC 2008


>Number:         127946
>Category:       ports
>Synopsis:       openoffice.org-3 dictionary extension doesn't install
>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:   Wed Oct 08 15:50:01 UTC 2008
>Closed-Date:
>Last-Modified:
>Originator:     Mike Durian
>Release:        FreeBSD 7.1-PRERELEASE i386
>Organization:
>Environment:
System: FreeBSD carwash.boogie.com 7.1-PRERELEASE FreeBSD 7.1-PRERELEASE #13: Mon Oct 6 10:40:53 MDT 2008 root at carwash.boogie.com:/usr/obj/usr/src/sys/BOOGIE i386


	
>Description:
	The editors/openoffice.org-3 (BEB300_m3) dictionary is not
	available in the application.  Googling tells me that the dictionary
	is now an extension in version 3.  I located the dictionary extension
	file and tried to install it manually using unopkg:

	LD_LIBRARY_PATH=/usr/local/openoffice.org-3.0.0.b2/openoffice.org/basis3.0/program:/usr/local/openoffice.org-3.0.0.b2/openoffice.org/ure/lib /usr/local/openoffice.org-3.0.0.b2/openoffice.org3/program/unopkg add ./dict-en.oxt

	I get the following error:
	ERROR: Error while adding: file:///usr/home/durian/dict-en.oxt
       		Cause: bad tranfer url

	I've located the source of this error.  It occurs in
		ucb/source/ucp/file/bc.cxx
		BaseContent::transfer()
	Specifically,
	    if( aTransferInfo.SourceURL.compareToAscii( "file:",5 ) != 0 )
	is failing.

	This doesn't make sense to me since unopkg displays
	"file:///usr/home/durian/dict-en.oxt"

	I don't have a version of unopkg with debugging symbols, so
	I haven't been able to trace this any further.
	

>How-To-Repeat:
	See above for the unopkg command I used.
>Fix:

	


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



More information about the freebsd-ports-bugs mailing list