Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 8 Oct 2008 09:25:50 -0600 (MDT)
From:      Mike Durian <durian@boogie.com>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/127946: openoffice.org-3 dictionary extension doesn't install
Message-ID:  <200810081525.m98FPoJ5043004@carwash.boogie.com>
Resent-Message-ID: <200810081550.m98Fo6uG065405@freefall.freebsd.org>

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

>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@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:



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