From owner-freebsd-questions@FreeBSD.ORG Mon May 1 23:19:58 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 10D0C16A405 for ; Mon, 1 May 2006 23:19:58 +0000 (UTC) (envelope-from brianjohn@fusemail.com) Received: from fuse17.mailanyone.net (fuse17.mailanyone.net [69.31.1.213]) by mx1.FreeBSD.org (Postfix) with ESMTP id A368943D46 for ; Mon, 1 May 2006 23:19:57 +0000 (GMT) (envelope-from brianjohn@fusemail.com) Received: from mailanyone.net by fuse17.mailanyone.net with asmtp (MailAnyone extSMTP) id 1FahgJ-0007XG-LH for freebsd-questions@freebsd.org; Mon, 01 May 2006 18:19:55 -0500 Message-ID: <4456899A.8080201@fusemail.com> Date: Mon, 01 May 2006 17:20:10 -0500 From: Brian John User-Agent: Thunderbird 1.5.0.2 (X11/20060430) MIME-Version: 1.0 To: freebsd-questions@freebsd.org References: <44517C75.2080300@fusemail.com> <20060428032922.GA77466@xor.obsecurity.org> <20060428043305.432B.GERARD@seibercom.net> In-Reply-To: <20060428043305.432B.GERARD@seibercom.net> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: video players broken 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: Mon, 01 May 2006 23:19:58 -0000 Gerard Seibert wrote: > Kris Kennaway wrote: > > >> On Thu, Apr 27, 2006 at 09:22:45PM -0500, Brian John wrote: >> >>> Kris Kennaway wrote: >>> >>>> On Thu, Apr 27, 2006 at 08:59:42PM -0500, Brian John wrote: >>>> >>>> >>>>> Hi, I just upgraded my ports and now all of my video players either >>>>> won't install, or they won't start up. I've tried 4 different ones, >>>>> here is what happens with each: >>>>> >>>>> vlc: won't install >>>>> /usr/local/lib/libmatroska.so: undefined reference to >>>>> `libebml::CodedSizeLength(unsigned long long, unsigned int)' >>>>> gmake[2]: *** [vlc] Error 1 >>>>> gmake[2]: Leaving directory `/usr/ports/multimedia/vlc/work/vlc-0.8.4a' >>>>> gmake[1]: *** [all-recursive] Error 1 >>>>> gmake[1]: Leaving directory `/usr/ports/multimedia/vlc/work/vlc-0.8.4a' >>>>> gmake: *** [all] Error 2 >>>>> *** Error code 2 >>>>> >>>>> totem: won't start up >>>>> [brian@brianjohn /usr/ports/multimedia/totem]$ totem & >>>>> [1] 8150 >>>>> [brian@brianjohn /usr/ports/multimedia/totem]$ /libexec/ld-elf.so.1: >>>>> Shared object "libglib-2.0.so.600" not found, required by >>>>> "libgnome-keyring.so.0" >>>>> >>>>> xine: this one starts up, but then closes right away, with no error >>>>> >>>>> mplayer: won't install, get several errors similar to this >>>>> /usr/X11R6/lib/libxmms.so: undefined reference to `gtk_widget_get_type' >>>>> /usr/X11R6/lib/libxmms.so: undefined reference to `gtk_vbox_new' >>>>> gmake: *** [mencoder] Error 1 >>>>> *** Error code 2 >>>>> >>>>> Can someone please help me out? >>>>> >>>>> >>>> You didn't upgrade your ports completely; you have an inconsistent mix >>>> of old and new libraries on your system. portupgrade -a, or if that >>>> fails, portupgrade -fa. >>>> >>>> Kris >>>> >>>> >>> I was using portmanager to upgrade. I've always used this before and >>> it's worked fine. I just type portmanager -u. Does that not work anymore? >>> >> No idea, I don't use portmanager. >> >> Kris >> > > Assuming you have an updated ports collection, it should work fine It > does on my system. > > I would recommend that you update your ports again and then run > 'portmanager -u -f -y -l' and see if that fixes the problem. At the very > least, a log file will be created '/var/log/portmanager.log' that might > help track down the problem. > > HTH > > Hi, thanks for the advice. I tried that command and it's been updating for a couple of days (takes so long because of the prompts that come up that stop the installs). Anyway, now portmanager always gets to a certain point and my computer reboots. I looked in the logfile and there isn't much there, this is at the end of the file: Sun Apr 30 16:36:17 2006 kdelibs-3.4.2_1 /x11/kdelibs3 OLD kdelibs-3.5.2_1 /x11/kdelibs3 Any idea what could be causing this? Thanks again for the help /Brian