From owner-freebsd-questions@FreeBSD.ORG Tue Sep 24 18:25:06 2013 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id A475A896 for ; Tue, 24 Sep 2013 18:25:06 +0000 (UTC) (envelope-from freebsd-questions@m.gmane.org) Received: from plane.gmane.org (plane.gmane.org [80.91.229.3]) (using TLSv1 with cipher AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 61D1F2FDF for ; Tue, 24 Sep 2013 18:25:05 +0000 (UTC) Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1VOXIG-0007Y6-34 for freebsd-questions@freebsd.org; Tue, 24 Sep 2013 20:25:04 +0200 Received: from 42-145-190-109.dsl.ovh.fr ([109.190.145.42]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Tue, 24 Sep 2013 20:25:04 +0200 Received: from nh.techn by 42-145-190-109.dsl.ovh.fr with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Tue, 24 Sep 2013 20:25:04 +0200 X-Injected-Via-Gmane: http://gmane.org/ To: freebsd-questions@freebsd.org From: Nicolas Hainaux Subject: Re: Shared object "libaprutil-1.so.4" not found, required by "libserf-1.so.0" Date: Tue, 24 Sep 2013 15:32:40 +0000 (UTC) Lines: 83 Message-ID: References: <523152C1.2090204@infracaninophile.co.uk> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Complaints-To: usenet@ger.gmane.org X-Gmane-NNTP-Posting-Host: sea.gmane.org User-Agent: Loom/3.14 (http://gmane.org/) X-Loom-IP: 109.190.145.42 (Mozilla/5.0 (X11; Ubuntu; Linux i686; rv:23.0) Gecko/20100101 Firefox/23.0) X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 24 Sep 2013 18:25:06 -0000 Antonio Olivares gmail.com> writes: > > On Thu, Sep 12, 2013 at 12:36 AM, Matthew Seaman > infracaninophile.co.uk> wrote: > > On 11/09/2013 21:03, Antonio Olivares wrote: > >> [Info 19:57:22] Updating 'freebsd_texlive' source ports tree with method 'svn'. > >> Shared object "libaprutil-1.so.4" not found, required by "libserf-1.so.0" > >> [Error 19:57:22] Subversion update failed. > >> [Error 19:57:22] Failed to update the 'freebsd_texlive' ports tree. > > > > Yeah -- you need to update or install the package that provides > > libaprutil-1.so. If you're using pkg(8) against a package repository > > rather than compiling your own, you could use: > > > > pkg check -d subversion-1.8.3 > > > > For portmaster dependencies should be auto-updated when you run > > > > portmaster devel/subversion > > > > It might be useful to run > > > > portmaster --force-config -f devel/subversion > > > > so you can recheck all the options settings of dependencies, but this > > will rebuild portmaster and everything it depends on. > > > > Cheers, > > > > Matthew > > > > -- > > Dr Matthew J Seaman MA, D.Phil. > > > > PGP: http://www.infracaninophile.co.uk/pgpkey > > JID: matthew infracaninophile.co.uk > > > > Dear Dr. Matthew, > > Thank you very much for your excellent advice. Worked like a champ! > Now if I can get iced-teaweb/openjdk to open *.jnlp files to use java, > it appears that itweb-javaws is not working correctly. Firefox > reports that the file *.jnlp downloaded, but it is not opened by java. > Thank you very much sir for your help. > > Best Regards, > > Antonio > _______________________________________________ > freebsd-questions freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to "freebsd-questions-unsubscribe freebsd.org" > > Hello, I've had the same problem, also using portshaker and freebsd-texlive ports. I think the solution was in /usr/ports/UPDATING : 20130706: AFFECTS: users of devel/apr1 AUTHOR: ohauer@FreeBSD.org APR was updated to 1.4.8 and APR-util was updated to 1.5.2. Please rebuild all ports which are using functions from APR/APR-util such as apache, subversion ... # portmaster -r apr or # portupgrade -r devel/apr1 or # pkg install -fR devel/apr1 Best regards