From owner-freebsd-ports@FreeBSD.ORG Thu May 27 00:47:04 2004 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1C7A916A4CE for ; Thu, 27 May 2004 00:47:04 -0700 (PDT) Received: from smtpout.mac.com (smtpout.mac.com [17.250.248.83]) by mx1.FreeBSD.org (Postfix) with ESMTP id A87AE43D39 for ; Thu, 27 May 2004 00:47:03 -0700 (PDT) (envelope-from paulbeard@mac.com) Received: from mac.com (smtpin01-en2 [10.13.10.146]) by smtpout.mac.com (8.12.6/MantshX 2.0) with ESMTP id i4R6GETW002512; Wed, 26 May 2004 23:16:14 -0700 (PDT) Received: from [192.168.2.8] (c-24-18-244-9.client.comcast.net [24.18.244.9]) (authenticated bits=0) by mac.com (Xserve/smtpin01/MantshX 4.0) with ESMTP id i4R6GDjW024925; Wed, 26 May 2004 23:16:13 -0700 (PDT) Mime-Version: 1.0 (Apple Message framework v618) Content-Type: text/plain; charset=US-ASCII; format=flowed Message-Id: <590DAF46-AFA5-11D8-9582-000A95BBCCF8@mac.com> Content-Transfer-Encoding: 7bit From: paul beard Date: Wed, 26 May 2004 23:16:10 -0700 To: ports@FreeBSD.org X-Mailer: Apple Mail (2.618) cc: Craig Boston Subject: audacity 1.2 port and depends X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 27 May 2004 07:47:04 -0000 I just installed (make package) audio/audacity from ports and while it looks like it worked, the depends are not being built. [/usr/home/paul]# audacity /usr/libexec/ld-elf.so.1: Shared object "libwx_gtk.so" not found the Makefile looks OK. [/usr/ports/audio/audacity]# grep LIB_DEPENDS Makefile LIB_DEPENDS= wx_gtk2-2.4.0:${PORTSDIR}/x11-toolkits/wxgtk2 LIB_DEPENDS+= mad.2:${PORTSDIR}/audio/libmad LIB_DEPENDS+= vorbis.3:${PORTSDIR}/audio/libvorbis the package and registration processes seem happy. ===> Registering installation for audacity-1.2.0_1 ===> Building package for audacity-1.2.0_1 Creating package /usr/ports/packages/All/audacity-1.2.0_1.tgz Registering depends: XFree86-fontScalable-4.3.0 XFree86-fontEncodings-4.3.0 XFree86-libraries-4.3.0_6 atk-1.6.1 fontconfig-2.2.90_3 expat-1.95.7 freetype2-2.1.4_1 gettext-0.13.1_1 glib-1.2.10_10 glib-2.4.1_1 gtk-1.2.10_12 gtk-2.4.1 hicolor-icon-theme-0.5 imake-4.3.0_1 jpeg-6b_2 libXft-2.1.6 libiconv-1.9.1_3 libmad-0.15.0b libogg-1.1,3 libvorbis-1.0.1,3 libxml2-2.6.9 pango-1.4.0 pkgconfig-0.15.0 png-1.2.5_2 python-2.3.3_5 shared-mime-info-0.14_2 tiff-3.6.1_1 wxgtk-common-2.4.2_1 wxgtk2-2.4.2_3. Creating gzip'd tar ball in '/usr/ports/packages/All/audacity-1.2.0_1.tgz' but this confirms that wxgtk didn't get built and installed. [/usr/ports/audio/audacity]# ldd `which audacity` /usr/local/bin/audacity: libiconv.so.3 => /usr/local/lib/libiconv.so.3 (0x282d8000) libwx_gtk.so => not found (0x0) libstdc++.so.3 => /usr/lib/libstdc++.so.3 (0x283c6000) libm.so.2 => /usr/lib/libm.so.2 (0x2840b000) libc_r.so.4 => /usr/lib/libc_r.so.4 (0x28426000) I am trying to see if portinstall -r will work but it hasn't for about 2 months: I have reported issues with libtool 1.3 and shlibs that seem to block the portinstall/portupgrade tools from working. It just completed with the same error: [/usr/ports/audio/audacity]# audacity /usr/libexec/ld-elf.so.1: Shared object "libwx_gtk.so" not found -- Paul Beard paulbeard [at] mac.com