From owner-freebsd-mobile@FreeBSD.ORG Sat Feb 9 20:28:14 2008 Return-Path: Delivered-To: freebsd-mobile@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 0BB0F16A419 for ; Sat, 9 Feb 2008 20:28:14 +0000 (UTC) (envelope-from nikolay.vernyayev@gmail.com) Received: from py-out-1112.google.com (py-out-1112.google.com [64.233.166.179]) by mx1.freebsd.org (Postfix) with ESMTP id 99E9D13C469 for ; Sat, 9 Feb 2008 20:28:13 +0000 (UTC) (envelope-from nikolay.vernyayev@gmail.com) Received: by py-out-1112.google.com with SMTP id u52so6041218pyb.10 for ; Sat, 09 Feb 2008 12:28:12 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:from:reply-to:organization:to:subject:date:user-agent:cc:references:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:message-id; bh=MrV2hBQ/KdBNlcWs1F3vwlJRa2WNJii8U4d/83dstZI=; b=JAunCbQyH4bvDQsEExjtaGz1n21w/FYnYZGy3ueJDOn3CU2aMjdW2Asjsn9SQnemGipNaBHCZXsUsgirDB1l8/B9EoaPzuVhdNnRqGp78x4cPjInrWWU6anlpadnYcs/esO/S7Mj5X07OLw7+IP5gbpPI2+gWj8FPDkv1nT1gOg= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=from:reply-to:organization:to:subject:date:user-agent:cc:references:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:message-id; b=YTcOQ1P1/qI6q/qlqDsHva69KPhIFoOZTrW1SlYcMwphpYiOfTvSpZIigAm8L5sgaJ28P9jOYUiT8yNVgzY5+TX+jxVZWryB6Q2R9X5hD4HK5yNBaWb96TorWAIKUPkdUQMXf5VepEIJ4Knp9NsdirMbeJ9u2CKnLdeGQjc3ioY= Received: by 10.65.52.1 with SMTP id e1mr28028709qbk.79.1202588891648; Sat, 09 Feb 2008 12:28:11 -0800 (PST) Received: from ?10.11.16.6? ( [201.219.18.4]) by mx.google.com with ESMTPS id e11sm12678816qbc.5.2008.02.09.12.28.06 (version=TLSv1/SSLv3 cipher=OTHER); Sat, 09 Feb 2008 12:28:10 -0800 (PST) From: Nikolay Vernyayev Organization: NicoNet Wirless Solutions To: "oggi milano" Date: Sat, 9 Feb 2008 15:28:01 -0500 User-Agent: KMail/1.9.7 References: <811d21bd0802090212i31c16698w91ba910140d2001c@mail.gmail.com> In-Reply-To: <811d21bd0802090212i31c16698w91ba910140d2001c@mail.gmail.com> MIME-Version: 1.0 Message-Id: <200802091528.02241.nikolay.vernyayev@gmail.com> Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: FreeBSD Mobile Subject: Re: cant install openoffice package X-BeenThere: freebsd-mobile@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: "Dr. Nikolay Vernyayev" List-Id: Mobile computing with FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 09 Feb 2008 20:28:14 -0000 Hi, Try to make by old and proven methode - BSD ports. So, here is on you local machine should be directory (if not you may process it by sysinstall) /usr/ports/editors/openoffice.org-2 So, make follow: su - cd /usr/ports/editors/openoffice.org-2 make make install This will work (in case you are onlin ;) ) - will fetch all of necessary tarbols, sourcess as of OpenOffice as of dependencies. As well it is possible to compile source by yourself or use platform independed installer (that is using Java as for installation as for operation). So refer to www.openoffice.org to fetch latest copy of source (big bundle), see building WiKi, etc... If you need detailed process description for building open office - let me know. BR, Nikolay Vernyayev I am blogging here: http://nicoec.blogspot.com/ On Saturday 09 February 2008 05:12:52 oggi milano wrote: > I just installed 6.3 on my laptop. > > i did the portsnap fetch, extract and update. > > I installed firefox, java, eclipse from the ports and now wanted to install > openoffice as a package. > > I'm using xfce4 and when i try to pkg_add -r openoffice.org a get this > error: > > [root@ ~]# pkg_add -r openoffice-org > Error: FTP Unable to get > ftp://ftp.freebsd.org/pub/FreeBSD/ports/i386/packages-6.3-release/Latest/openoffice-org.tbz: > File unavailable (e.g., file not found, no access) > pkg_add: unable to fetch ' > ftp://ftp.freebsd.org/pub/FreeBSD/ports/i386/packages-6.3-release/Latest/openoffice-org.tbz' > by URL > > > Is it possible to install it from package or do i need to used port? > > Thanks. > >