From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Oct 8 15:50:06 2008 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id BCD941065687 for ; Wed, 8 Oct 2008 15:50:06 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 94AFC8FC0C for ; Wed, 8 Oct 2008 15:50:06 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.2/8.14.2) with ESMTP id m98Fo6iA065406 for ; Wed, 8 Oct 2008 15:50:06 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.2/8.14.1/Submit) id m98Fo6uG065405; Wed, 8 Oct 2008 15:50:06 GMT (envelope-from gnats) Resent-Date: Wed, 8 Oct 2008 15:50:06 GMT Resent-Message-Id: <200810081550.m98Fo6uG065405@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Mike Durian Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id D5B471065689 for ; Wed, 8 Oct 2008 15:47:36 +0000 (UTC) (envelope-from durian@boogie.com) Received: from mailhost.boogie.com (mailhost.boogie.com [70.91.170.29]) by mx1.freebsd.org (Postfix) with ESMTP id 88BEE8FC0C for ; Wed, 8 Oct 2008 15:47:36 +0000 (UTC) (envelope-from durian@boogie.com) Received: from boogie.com (carwash.boogie.com [192.168.1.11]) by mailhost.boogie.com (8.14.2/8.14.2) with ESMTP id m98FPpae024197 for ; Wed, 8 Oct 2008 09:25:51 -0600 (MDT) (envelope-from durian@mailhost.boogie.com) Received: from carwash.boogie.com (localhost [127.0.0.1]) by boogie.com (8.14.3/8.14.3) with ESMTP id m98FPpPL043005 for ; Wed, 8 Oct 2008 09:25:51 -0600 (MDT) (envelope-from durian@carwash.boogie.com) Received: (from durian@localhost) by carwash.boogie.com (8.14.3/8.14.3/Submit) id m98FPoJ5043004; Wed, 8 Oct 2008 09:25:50 -0600 (MDT) (envelope-from durian) Message-Id: <200810081525.m98FPoJ5043004@carwash.boogie.com> Date: Wed, 8 Oct 2008 09:25:50 -0600 (MDT) From: Mike Durian To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: Subject: ports/127946: openoffice.org-3 dictionary extension doesn't install X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Mike Durian List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 08 Oct 2008 15:50:06 -0000 >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: