From owner-freebsd-current@FreeBSD.ORG Sat Oct 24 13:27:27 2009 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 65B4E106568F for ; Sat, 24 Oct 2009 13:27:27 +0000 (UTC) (envelope-from tijl@fastmail.fm) Received: from mailrelay002.isp.belgacom.be (mailrelay002.isp.belgacom.be [195.238.6.175]) by mx1.freebsd.org (Postfix) with ESMTP id 030A28FC0A for ; Sat, 24 Oct 2009 13:27:26 +0000 (UTC) X-Belgacom-Dynamic: yes X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: AqQEAIOd4kpR9Szy/2dsb2JhbACBUNRzhD8E Received: from 242.44-245-81.adsl-dyn.isp.belgacom.be (HELO kalimero.kotnet.org) ([81.245.44.242]) by relay.skynet.be with ESMTP; 24 Oct 2009 15:27:25 +0200 Received: from kalimero.kotnet.org (kalimero.kotnet.org [127.0.0.1]) by kalimero.kotnet.org (8.14.3/8.14.3) with ESMTP id n9ODOtbg065077; Sat, 24 Oct 2009 15:24:55 +0200 (CEST) (envelope-from tijl@fastmail.fm) From: Tijl Coosemans To: Matthias Apitz Date: Sat, 24 Oct 2009 15:24:53 +0200 User-Agent: KMail/1.9.10 References: <20091011062419.GA2168@current.Sisis.de> <200910231919.31536.tijl@fastmail.fm> <20091024070920.GA2385@current.Sisis.de> In-Reply-To: <20091024070920.GA2385@current.Sisis.de> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200910241524.55207.tijl@fastmail.fm> Cc: kde-freebsd@kde.org, freebsd-current@freebsd.org Subject: Re: [kde-freebsd] 9-CURRENT (r197801) && artsd of kde-3.5.10_2 gives SIGSEGV X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 24 Oct 2009 13:27:27 -0000 On Saturday 24 October 2009 09:09:20 Matthias Apitz wrote: > UnixManager: got notifyIO > socketconnection created, fd = 9 > search playobject, extension = ogg > creating akodeXiphPlayObject to play file > /usr/local/share/sounds/KDE_Startup_1.ogg > loading extension from '/usr/local/lib/libarts_akode.la' failed: Shared object "libltdl.so.7" not found, required by "libarts_akode.so.0" > MCOP ObjectManager: Could not load extension libarts_akode.la. > MCOP ObjectManager: can't find implementation for akodeXiphPlayObject. > Segmentation fault: 11 (core dumped) > $ > > i.e. the SIGSEGV is result of a missing pkg libltdl-2.2.6a_1.tbz; I > installed this and KDE's sound is fine now. > > The problem is that installing only kde-3.5.10_2 will not require and > install this package on the fly: > > $ pkg_info -r kde-3.5.10_2 | fgrep libltdl > $ pkg_info -r arts-1.5.10_2,1 | fgrep libltdl > > Someone should fix the dependencies, I think. It appears that audio/akode misses a dependency on libltdl. I've submitted a PR: http://www.freebsd.org/cgi/query-pr.cgi?pr=139884