From owner-freebsd-questions@FreeBSD.ORG Fri Jun 15 14:29:58 2012 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (unknown [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id D2B941065676 for ; Fri, 15 Jun 2012 14:29:58 +0000 (UTC) (envelope-from freebsd-questions@m.gmane.org) Received: from plane.gmane.org (plane.gmane.org [80.91.229.3]) by mx1.freebsd.org (Postfix) with ESMTP id 8BECA8FC0A for ; Fri, 15 Jun 2012 14:29:58 +0000 (UTC) Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1SfXX2-0006J6-Qx for freebsd-questions@freebsd.org; Fri, 15 Jun 2012 16:29:49 +0200 Received: from np-19-75.prenet.pl ([np-19-75.prenet.pl]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Fri, 15 Jun 2012 16:29:48 +0200 Received: from jb.1234abcd by np-19-75.prenet.pl with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Fri, 15 Jun 2012 16:29:48 +0200 X-Injected-Via-Gmane: http://gmane.org/ To: freebsd-questions@freebsd.org From: jb Date: Fri, 15 Jun 2012 14:29:35 +0000 (UTC) Lines: 32 Message-ID: References: <520-4fdb3e80-169-66b90500@69840155> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Complaints-To: usenet@dough.gmane.org X-Gmane-NNTP-Posting-Host: sea.gmane.org User-Agent: Loom/3.14 (http://gmane.org/) X-Loom-IP: 79.139.19.75 (Mozilla/5.0 (X11; FreeBSD i386; rv:13.0) Gecko/20100101 Firefox/13.0) Subject: Re: libreoffice package and port troubles X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 15 Jun 2012 14:29:58 -0000 Matthias Petermann d2ux.net> writes: > > > Hi, > a couple of days ago I had the same issue. Install via pkg_add -r did > result in the same error you reported. > But building LIbreOffice from the ports worked well. > The pkg_add issue only appeared on i386 system for me, it worked on > amd64 so I guess the i386 packages are corrupted? Yes, it is a i386 system. I am just wondering, is there any way to pkg_add -r libreoffice and ask to restore (download/install) all its dependencies (that is, the old deps that were there prior to ports updates that replaced them with newer ones) ? Actually, I read the PKG_ADD(1) and see this: 3. Scan all the package dependencies (from @pkgdep directives, see pkg_create(1)) are read from the packing list. If any of these required packages is not currently installed, an attempt is made to find and install it; if the missing package cannot be found or installed, the installation is terminated. Is this not what I want it to do ? These old deps (packages) should be still available - I am still on FB 9.0 and its original repo. Or can I request the same (old package with old deps) with portmaster ? portmaster libreoffice jb