From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Nov 18 18:19:08 2004 Return-Path: <owner-freebsd-ports-bugs@FreeBSD.ORG> Delivered-To: freebsd-ports-bugs@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A5C3F16A4CE for <freebsd-ports-bugs@freebsd.org>; Thu, 18 Nov 2004 18:19:08 +0000 (GMT) Received: from rproxy.gmail.com (rproxy.gmail.com [64.233.170.207]) by mx1.FreeBSD.org (Postfix) with ESMTP id EB69A43D48 for <freebsd-ports-bugs@freebsd.org>; Thu, 18 Nov 2004 18:19:07 +0000 (GMT) (envelope-from jimmiejaz@gmail.com) Received: by rproxy.gmail.com with SMTP id a36so1052723rnf for <freebsd-ports-bugs@freebsd.org>; Thu, 18 Nov 2004 10:19:07 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:reply-to:to:subject:cc:in-reply-to:mime-version:content-type:references; b=JGcShGIeGt303OK0TdzMWJl435TyDeoySz1e+rLOvGa/0r2RZ6BoVmkBQtanxhMjSx/MnKidYwAiphSJduAV0P31bzuXxXS6BmU7i5xaB62SmfCjU4o9gXE4pAc7IpK5m+w78v4X7kaJd3UiWki7g55uPRaDPnni8RERYqUTYxA= Received: by 10.38.15.17 with SMTP id 17mr84981rno; Thu, 18 Nov 2004 10:12:27 -0800 (PST) Received: by 10.38.83.78 with HTTP; Thu, 18 Nov 2004 10:12:27 -0800 (PST) Message-ID: <7e148fb90411181012b941cb6@mail.gmail.com> Date: Thu, 18 Nov 2004 13:12:27 -0500 From: jimmie james <jimmiejaz@gmail.com> To: Robin Schoonover <end@endif.cjb.net> In-Reply-To: <20041118094042.237da3c3@zork> Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="----=_Part_1235_9942596.1100801547184" References: <7e148fb9041116095272275e3f@mail.gmail.com> <20041117091518.10813fb7@zork> <7e148fb904111709383a590790@mail.gmail.com> <20041118094042.237da3c3@zork> cc: freebsd-ports-bugs@freebsd.org cc: endx7@users.sourceforge.net Subject: Re: xfce4-xmms-controller-plugin Undefined symbol "pthread_mutex_trylock" X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: jimmie james <jimmiejaz@gmail.com> List-Id: Ports bug reports <freebsd-ports-bugs.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-ports-bugs>, <mailto:freebsd-ports-bugs-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/freebsd-ports-bugs> List-Post: <mailto:freebsd-ports-bugs@freebsd.org> List-Help: <mailto:freebsd-ports-bugs-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-ports-bugs>, <mailto:freebsd-ports-bugs-request@freebsd.org?subject=subscribe> X-List-Received-Date: Thu, 18 Nov 2004 18:19:08 -0000 ------=_Part_1235_9942596.1100801547184 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Content-Disposition: inline Hi again, On Thu, 18 Nov 2004 09:40:42 -0700, Robin Schoonover <end@endif.cjb.net> wrote: > On Wed, 17 Nov 2004 12:38:03 -0500 > jimmie james <jimmiejaz@gmail.com> wrote: > > Hi Robin, Thanks for looking into this. > > > > I'm the maintainer of the port. (Yes, I know the email addresses > aren't the same) > > > > > > > On Wed, 17 Nov 2004 09:15:18 -0700, Robin Schoonover > > <end@endif.cjb.net> wrote: > > > On Tue, 16 Nov 2004 12:52:44 -0500 > > > > > > jimmie james <jimmiejaz@gmail.com> wrote: > > > > Installing the multimedia/xfce4-xmms-controller-plugin on > > > > 4.10-STABLE, and relauncing > > > > the xfce4-panel, I'm getting: > > > > > > > > ** (xfce4-panel:81087): WARNING **: xfce4-panel: module > > > > /usr/X11R6/lib/xfce4/panel-plugins/libxfcexmms.so cannot be opened > > > > (/usr/local/lib/libgthread12.so.3: Undefined symbol > > > > "pthread_mutex_trylock") > > > > > > > > > > Hmm. From the best I can tell the problem involves linking glib1.x > > > and glib2 together combined with some thread strangeness. We can't > > > avoid this because we need xmms (gtk1.2) and xfce4 (gtk2). It > > > appears this problem -only- exists in 4.x (I run 5.x on all my > > > machines except for a server so I can't really reproduce the problem > > > here). I'm not sure on how to fix it yet even though I think I > > > might have an idea. > > > > > > What does > > > ldd /usr/X11R6/lib/xfce4/panel-plugins/libxfcexmms.so > > > give you? > > > > > > > If you need anything else, Please ask. > > > > /usr/X11R6/lib/xfce4/panel-plugins/libxfcexmms.so: > [snip] > > libXThrStub.so.6 => /usr/X11R6/lib/libXThrStub.so.6 > > (0x28998000) > [snip] > > Here is the problem from the best that I can tell.... > > The function pthread_mutex_trylock is not defined at all in > libXThrStub.so. libgthread needs this function, so when you try to > load the plugin, it fails because it can't find it. > > In 5.x, the plugin works fine because we end up linked against > libpthread, which of course contains pthread_mutex_trylock. Also, > libXThrStub is no longer in 5.x (libc provides the stubs now. it also > doesn't forget pthread_mutex_trylock). > > Try the attached patch and tell me if it works. > > -- > Robin Schoonover (aka End) > # > # Don't worry about the world coming to an end today. It's already > # tomorrow in Australia. Nope, same error. Just a thought here, on my 4.-10 system, I've got /usr/local/lib/pth/libpthread.a /usr/local/lib/pth/libpthread.so /usr/local/lib/pth/libpthread.so.20 which all have pthread_mutex_trylock, couldn't it be forced to link against one of them? Also, since we're using gtk2, wouldn't beep-media-player (gtk2 fork of xmms) be a better choice, or an option? attached is the build/install log, (build.txt) if it'll help any. ------=_Part_1235_9942596.1100801547184 Content-Type: text/plain; name="build.txt" Content-Transfer-Encoding: quoted-printable Content-Disposition: attachment; filename="build.txt" Script started on Thu Nov 18 13:02:58 2004 ---> Installing 'xfce4-xmms-controller-plugin-1.4.3' from a port (multimed= ia/xfce4-xmms-controller-plugin) ---> Building '/usr/ports/multimedia/xfce4-xmms-controller-plugin' =3D=3D=3D> Cleaning for atk-1.8.0 =3D=3D=3D> Cleaning for esound-0.2.35_1 =3D=3D=3D> Cleaning for libaudiofile-0.2.6 =3D=3D=3D> Cleaning for libmikmod-esound-3.1.11 =3D=3D=3D> Cleaning for libogg-1.1.2,3 =3D=3D=3D> Cleaning for libvorbis-1.1.0,3 =3D=3D=3D> Cleaning for libiconv-1.9.2_1 =3D=3D=3D> Cleaning for gettext-0.13.1_1 =3D=3D=3D> Cleaning for glib-1.2.10_11 =3D=3D=3D> Cleaning for glib-2.4.7 =3D=3D=3D> Cleaning for gmake-3.80_2 =3D=3D=3D> Cleaning for imake-6.7.0_2 =3D=3D=3D> Cleaning for libgnugetopt-1.2 =3D=3D=3D> Cleaning for libtool-1.3.5_2 =3D=3D=3D> Cleaning for libtool-1.5.10 =3D=3D=3D> Cleaning for pkgconfig-0.15.0_1 =3D=3D=3D> Cleaning for jpeg-6b_3 =3D=3D=3D> Cleaning for png-1.2.7 =3D=3D=3D> Cleaning for tiff-3.7.0_2 =3D=3D=3D> Cleaning for perl-5.8.5 =3D=3D=3D> Cleaning for gnomehier-1.0_19 =3D=3D=3D> Cleaning for hicolor-icon-theme-0.5 =3D=3D=3D> Cleaning for shared-mime-info-0.15 =3D=3D=3D> Cleaning for xmms-esound-1.2.10_1 =3D=3D=3D> Cleaning for freetype2-2.1.7_3 =3D=3D=3D> Cleaning for xfce4-mcs-manager-4.0.6_1 =3D=3D=3D> Cleaning for expat-1.95.8 =3D=3D=3D> Cleaning for intltool-0.32.1 =3D=3D=3D> Cleaning for libxml2-2.6.16 =3D=3D=3D> Cleaning for p5-XML-Parser-2.34_1 =3D=3D=3D> Cleaning for bitstream-vera-1.10 =3D=3D=3D> Cleaning for fontconfig-2.2.3,1 =3D=3D=3D> Cleaning for libXft-2.1.6 =3D=3D=3D> Cleaning for xorg-fonts-encodings-6.7.0 =3D=3D=3D> Cleaning for xorg-fonts-truetype-6.7.0 =3D=3D=3D> Cleaning for gtk-1.2.10_12 =3D=3D=3D> Cleaning for gtk-2.4.13 =3D=3D=3D> Cleaning for libxfce4gui-4.0.6_1 =3D=3D=3D> Cleaning for pango-1.6.0 =3D=3D=3D> Cleaning for xfce4-panel-4.0.6_1 =3D=3D=3D> Cleaning for libxfce4mcs-4.0.6 =3D=3D=3D> Cleaning for libxfce4util-4.0.6 =3D=3D=3D> Cleaning for startup-notification-0.7 =3D=3D=3D> Cleaning for xorg-clients-6.7.0_5 =3D=3D=3D> Cleaning for xorg-libraries-6.7.0_3 =3D=3D=3D> Cleaning for xterm-196_3 =3D=3D=3D> Cleaning for xfce4-xmms-controller-plugin-1.4.3 =3D=3D=3D> Extracting for xfce4-xmms-controller-plugin-1.4.3 >> Checksum OK for xfce4/xfce4-xmms-controller-plugin-1.4.3.tar.gz. =3D=3D=3D> Patching for xfce4-xmms-controller-plugin-1.4.3 /usr/bin/sed -i.bak -e 's_share/_share/xfce4-xmms-controller-plugin/_' /usr= /ports/multimedia/xfce4-xmms-controller-plugin/work/xfce4-xmms-controller-p= lugin-1.4.3/panel-plugin/xfcexmms.c /usr/bin/sed -i.bak -e 's_/usr/local_/usr/X11R6_' /usr/ports/multimedia/xfc= e4-xmms-controller-plugin/work/xfce4-xmms-controller-plugin-1.4.3/config.h.= in =3D=3D=3D> xfce4-xmms-controller-plugin-1.4.3 depends on executable: xfce= 4-panel - found =3D=3D=3D> xfce4-xmms-controller-plugin-1.4.3 depends on file: /usr/local= /bin/libtool15 - found =3D=3D=3D> xfce4-xmms-controller-plugin-1.4.3 depends on executable: pkg-= config - found =3D=3D=3D> xfce4-xmms-controller-plugin-1.4.3 depends on file: /usr/local= /bin/intltool-extract - found =3D=3D=3D> xfce4-xmms-controller-plugin-1.4.3 depends on shared library: = xfce4util.1 - found =3D=3D=3D> xfce4-xmms-controller-plugin-1.4.3 depends on shared library: = xfcegui4.1 - found =3D=3D=3D> xfce4-xmms-controller-plugin-1.4.3 depends on shared library: = xmms.4 - found =3D=3D=3D> xfce4-xmms-controller-plugin-1.4.3 depends on shared library: = X11.6 - found =3D=3D=3D> xfce4-xmms-controller-plugin-1.4.3 depends on shared library: = glib-2.0.400 - found =3D=3D=3D> xfce4-xmms-controller-plugin-1.4.3 depends on shared library: = atk-1.0.800 - found =3D=3D=3D> xfce4-xmms-controller-plugin-1.4.3 depends on shared library: = pango-1.0.600 - found =3D=3D=3D> xfce4-xmms-controller-plugin-1.4.3 depends on shared library: = gtk-x11-2.0.400 - found =3D=3D=3D> Configuring for xfce4-xmms-controller-plugin-1.4.3 checking for a BSD-compatible install... /usr/bin/install -c -o root -g whe= el checking whether build environment is sane... yes checking for gawk... no checking for mawk... no checking for nawk... nawk checking whether make sets $(MAKE)... yes checking whether to enable maintainer-specific portions of Makefiles... no checking for style of include used by make... GNU checking for gcc... cc checking for C compiler default output... a.out checking whether the C compiler works... yes checking whether we are cross compiling... no checking for suffix of executables...=20 checking for suffix of object files... o checking whether we are using the GNU C compiler... yes checking whether cc accepts -g... yes checking for cc option to accept ANSI C... none needed checking dependency style of cc... gcc checking how to run the C preprocessor... cc -E checking for egrep... grep -E checking for AIX... no checking for strerror in -lcposix... no checking for ANSI C header files... yes checking for sys/types.h... yes checking for sys/stat.h... yes checking for stdlib.h... yes checking for string.h... yes checking for memory.h... yes checking for strings.h... yes checking for inttypes.h... yes checking for stdint.h... no checking for unistd.h... yes checking minix/config.h usability... no checking minix/config.h presence... no checking for minix/config.h... no checking for gcc... (cached) cc checking whether we are using the GNU C compiler... (cached) yes checking whether cc accepts -g... (cached) yes checking for cc option to accept ANSI C... (cached) none needed checking dependency style of cc... (cached) gcc checking for a BSD-compatible install... /usr/bin/install -c -o root -g whe= el checking build system type... i386-portbld-freebsd4.10 checking host system type... i386-portbld-freebsd4.10 checking for ld used by GCC... /usr/libexec/elf/ld checking if the linker (/usr/libexec/elf/ld) is GNU ld... yes checking for /usr/libexec/elf/ld option to reload object files... -r checking for BSD-compatible nm... /usr/bin/nm -B checking for a sed that does not truncate output... /usr/bin/sed checking whether ln -s works... yes checking how to recognise dependent libraries... pass_all checking command to parse /usr/bin/nm -B output... ok checking dlfcn.h usability... yes checking dlfcn.h presence... yes checking for dlfcn.h... yes checking for ranlib... ranlib checking for strip... strip checking for objdir... .libs checking for cc option to produce PIC... -fPIC checking if cc PIC flag -fPIC works... yes checking if cc static flag -static works... yes checking if cc supports -c -o file.o... yes checking if cc supports -c -o file.lo... yes checking if cc supports -fno-rtti -fno-exceptions... yes checking whether the linker (/usr/libexec/elf/ld) supports shared libraries= ... yes checking how to hardcode library paths into programs... immediate checking whether stripping libraries is possible... yes checking dynamic linker characteristics... freebsd4.10 ld.so checking if libtool supports shared libraries... yes checking whether to build shared libraries... yes checking whether to build static libraries... yes checking whether -lc should be explicitly linked in... yes creating libtool checking for ANSI C header files... (cached) yes checking for pkg-config... /usr/local/bin/pkg-config checking for xfce4-panel-1.0 >=3D 0.10.0... yes checking XFCE4_PANEL_CFLAGS... -DXTHREADS -D_THREAD_SAFE -DXUSE_MTSAFE_API = -DXNO_MTSAFE_PWDAPI -I/usr/local/include/libxml2 -I/usr/local/include -I/us= r/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/local/inc= lude/atk-1.0 -I/usr/X11R6/include/xfce4 -I/usr/X11R6/include -I/usr/X11R6/i= nclude/gtk-2.0 -I/usr/X11R6/lib/gtk-2.0/include -I/usr/X11R6/include/pango-= 1.0 -I/usr/local/include/freetype2 =20 checking XFCE4_PANEL_LIBS... -Wl,--export-dynamic -L/usr/local/lib -L/usr/X= 11R6/lib -lSM -lICE -lxfcegui4 -lxml2 -lgtk-x11-2.0 -lxfce4util -lgdk-x11-2= .0 -lXrandr -lXi -lXinerama -lXcursor -latk-1.0 -lgdk_pixbuf-2.0 -lpangoxft= -1.0 -lXft -lfreetype -lz -lXrender -lXext -lfontconfig -lpangox-1.0 -lX11 = -lpango-1.0 -lm -lgobject-2.0 -lgmodule-2.0 -lglib-2.0 -liconv =20 checking where to install panel plugins... /usr/X11R6/lib/xfce4/panel-plugi= ns checking whether to build with debugging support... no checking whether to build with profiling support... no checking whether to enable assert statements... yes configure: creating ./config.status config.status: creating Makefile config.status: creating panel-plugin/Makefile config.status: creating config.h config.status: executing depfiles commands =3D=3D=3D> Building for xfce4-xmms-controller-plugin-1.4.3 make all-recursive Making all in panel-plugin source=3D'xfcexmms.c' object=3D'libxfcexmms_la-xfcexmms.lo' libtool=3Dyes = depfile=3D'.deps/libxfcexmms_la-xfcexmms.Plo' tmpdepfile=3D'.deps/libxfcexm= ms_la-xfcexmms.TPlo' depmode=3Dgcc /bin/sh ../depcomp /bin/sh /usr/local/= bin/libtool15 --mode=3Dcompile cc -DHAVE_CONFIG_H -I. -I. -I.. -DXTHREAD= S -D_THREAD_SAFE -DXUSE_MTSAFE_API -DXNO_MTSAFE_PWDAPI -I/usr/local/include= /libxml2 -I/usr/local/include -I/usr/local/include/glib-2.0 -I/usr/local/li= b/glib-2.0/include -I/usr/local/include/atk-1.0 -I/usr/X11R6/include/xfce4 = -I/usr/X11R6/include -I/usr/X11R6/include/gtk-2.0 -I/usr/X11R6/lib/gtk-2.0/= include -I/usr/X11R6/include/pango-1.0 -I/usr/local/include/freetype2 =09= =09=09=09=09=09 `xmms-config --cflags` -Os -pipe -march=3Dpentiumpro -D_THR= EAD_SAFE -c -o libxfcexmms_la-xfcexmms.lo `test -f 'xfcexmms.c' || echo './= '`xfcexmms.c mkdir .libs cc -DHAVE_CONFIG_H -I. -I. -I.. -DXTHREADS -D_THREAD_SAFE -DXUSE_MTSAFE_AP= I -DXNO_MTSAFE_PWDAPI -I/usr/local/include/libxml2 -I/usr/local/include -I/= usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/local/i= nclude/atk-1.0 -I/usr/X11R6/include/xfce4 -I/usr/X11R6/include -I/usr/X11R6= /include/gtk-2.0 -I/usr/X11R6/lib/gtk-2.0/include -I/usr/X11R6/include/pang= o-1.0 -I/usr/local/include/freetype2 -I/usr/X11R6/include -I/usr/X11R6/incl= ude/xmms -I/usr/X11R6/include/gtk12 -I/usr/local/include/glib12 -I/usr/loca= l/include -I/usr/X11R6/include -Os -pipe -march=3Dpentiumpro -D_THREAD_SAFE= -c xfcexmms.c -Wp,-MD,.deps/libxfcexmms_la-xfcexmms.TPlo -fPIC -DPIC -o .= libs/libxfcexmms_la-xfcexmms.o cc -DHAVE_CONFIG_H -I. -I. -I.. -DXTHREADS -D_THREAD_SAFE -DXUSE_MTSAFE_AP= I -DXNO_MTSAFE_PWDAPI -I/usr/local/include/libxml2 -I/usr/local/include -I/= usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/local/i= nclude/atk-1.0 -I/usr/X11R6/include/xfce4 -I/usr/X11R6/include -I/usr/X11R6= /include/gtk-2.0 -I/usr/X11R6/lib/gtk-2.0/include -I/usr/X11R6/include/pang= o-1.0 -I/usr/local/include/freetype2 -I/usr/X11R6/include -I/usr/X11R6/incl= ude/xmms -I/usr/X11R6/include/gtk12 -I/usr/local/include/glib12 -I/usr/loca= l/include -I/usr/X11R6/include -Os -pipe -march=3Dpentiumpro -D_THREAD_SAFE= -c xfcexmms.c -Wp,-MD,.deps/libxfcexmms_la-xfcexmms.TPlo -o libxfcexmms_la= -xfcexmms.o >/dev/null 2>&1 /bin/sh /usr/local/bin/libtool15 --mode=3Dlink cc -Os -pipe -march=3Dpenti= umpro -D_THREAD_SAFE -o libxfcexmms.la -rpath /usr/X11R6/lib/xfce4/panel= -plugins -avoid-version=09=09=09=09=09=09=09 -export-dynamic=09=09=09=09=09= =09=09 -module libxfcexmms_la-xfcexmms.lo -Wl,--export-dynamic -L/usr/local= /lib -L/usr/X11R6/lib -lSM -lICE -lxfcegui4 -lxml2 -lgtk-x11-2.0 -lxfce4uti= l -lgdk-x11-2.0 -lXrandr -lXi -lXinerama -lXcursor -latk-1.0 -lgdk_pixbuf-2= .0 -lpangoxft-1.0 -lXft -lfreetype -lz -lXrender -lXext -lfontconfig -lpang= ox-1.0 -lX11 -lpango-1.0 -lm -lgobject-2.0 -lgmodule-2.0 -lglib-2.0 -liconv= =09=09=09=09=09=09=09 -lxmms -pthread cc -shared .libs/libxfcexmms_la-xfcexmms.o -Wl,--rpath -Wl,/usr/X11R6/lib= -Wl,--rpath -Wl,/usr/local/lib -Wl,--rpath -Wl,/usr/X11R6/lib -Wl,--rpath = -Wl,/usr/local/lib -L/usr/local/lib -L/usr/X11R6/lib -lSM -lICE /usr/X11R6/= lib/libxfcegui4.so -lxml2 -lgtk-x11-2.0 /usr/X11R6/lib/libxfce4util.so -lgd= k-x11-2.0 -lXrandr -lXi -lXinerama -lXcursor -latk-1.0 -lgdk_pixbuf-2.0 -lp= angoxft-1.0 -lXft /usr/local/lib/libfreetype.so -lz -lXrender -lXext -lfont= config -lpangox-1.0 -lX11 -lpango-1.0 -lm -lgobject-2.0 -lgmodule-2.0 -lgli= b-2.0 -liconv -lxmms -pthread -march=3Dpentiumpro -Wl,--export-dynamic -Wl= ,-soname -Wl,libxfcexmms.so -o .libs/libxfcexmms.so creating libxfcexmms.la (cd .libs && rm -f libxfcexmms.la && ln -s ../libxfcexmms.la libxfcexmms.la= ) ---> Installing the new version via the port =3D=3D=3D> Installing for xfce4-xmms-controller-plugin-1.4.3 =3D=3D=3D> xfce4-xmms-controller-plugin-1.4.3 depends on executable: xfce= 4-panel - found =3D=3D=3D> xfce4-xmms-controller-plugin-1.4.3 depends on executable: pkg-= config - found =3D=3D=3D> xfce4-xmms-controller-plugin-1.4.3 depends on shared library: = xfce4util.1 - found =3D=3D=3D> xfce4-xmms-controller-plugin-1.4.3 depends on shared library: = xfcegui4.1 - found =3D=3D=3D> xfce4-xmms-controller-plugin-1.4.3 depends on shared library: = xmms.4 - found =3D=3D=3D> xfce4-xmms-controller-plugin-1.4.3 depends on shared library: = X11.6 - found =3D=3D=3D> xfce4-xmms-controller-plugin-1.4.3 depends on shared library: = glib-2.0.400 - found =3D=3D=3D> xfce4-xmms-controller-plugin-1.4.3 depends on shared library: = atk-1.0.800 - found =3D=3D=3D> xfce4-xmms-controller-plugin-1.4.3 depends on shared library: = pango-1.0.600 - found =3D=3D=3D> xfce4-xmms-controller-plugin-1.4.3 depends on shared library: = gtk-x11-2.0.400 - found =3D=3D=3D> Generating temporary packing list =3D=3D=3D> Checking if multimedia/xfce4-xmms-controller-plugin already ins= talled Making install in panel-plugin /bin/sh ../mkinstalldirs /usr/X11R6/share/xfce4-xmms-controller-plugin mkdir -p -- /usr/X11R6/share/xfce4-xmms-controller-plugin install -C -c -o root -g wheel -m 444 eject.png /usr/X11R6/share/xfce4-xmm= s-controller-plugin/eject.png install -C -c -o root -g wheel -m 444 next.png /usr/X11R6/share/xfce4-xmms= -controller-plugin/next.png install -C -c -o root -g wheel -m 444 stop.png /usr/X11R6/share/xfce4-xmms= -controller-plugin/stop.png install -C -c -o root -g wheel -m 444 pause.png /usr/X11R6/share/xfce4-xmm= s-controller-plugin/pause.png install -C -c -o root -g wheel -m 444 play.png /usr/X11R6/share/xfce4-xmms= -controller-plugin/play.png install -C -c -o root -g wheel -m 444 prev.png /usr/X11R6/share/xfce4-xmms= -controller-plugin/prev.png install -C -c -o root -g wheel -m 444 icon.png /usr/X11R6/share/xfce4-xmms= -controller-plugin/icon.png /bin/sh ../mkinstalldirs /usr/X11R6/lib/xfce4/panel-plugins /bin/sh /usr/local/bin/libtool15 --mode=3Dinstall /usr/bin/install -c -o r= oot -g wheel libxfcexmms.la /usr/X11R6/lib/xfce4/panel-plugins/libxfcexmms= .la /usr/bin/install -c -o root -g wheel .libs/libxfcexmms.so /usr/X11R6/lib/xf= ce4/panel-plugins/libxfcexmms.so ---------------------------------------------------------------------- Libraries have been installed in: /usr/X11R6/lib/xfce4/panel-plugins If you ever happen to want to link against installed libraries in a given directory, LIBDIR, you must either use libtool, and specify the full pathname of the library, or use the `-LLIBDIR' flag during linking and do at least one of the following: - add LIBDIR to the `LD_LIBRARY_PATH' environment variable during execution - add LIBDIR to the `LD_RUN_PATH' environment variable during linking - use the `-Wl,--rpath -Wl,LIBDIR' linker flag See any operating system documentation about shared libraries for more information, such as the ld(1) and ld.so(8) manual pages. ---------------------------------------------------------------------- =3D=3D=3D> Running ldconfig /sbin/ldconfig -m /usr/X11R6/lib =3D=3D=3D> Registering installation for xfce4-xmms-controller-plugin-1.4.= 3 =3D=3D=3D> Cleaning for atk-1.8.0 =3D=3D=3D> Cleaning for esound-0.2.35_1 =3D=3D=3D> Cleaning for libaudiofile-0.2.6 =3D=3D=3D> Cleaning for libmikmod-esound-3.1.11 =3D=3D=3D> Cleaning for libogg-1.1.2,3 =3D=3D=3D> Cleaning for libvorbis-1.1.0,3 =3D=3D=3D> Cleaning for libiconv-1.9.2_1 =3D=3D=3D> Cleaning for gettext-0.13.1_1 =3D=3D=3D> Cleaning for glib-1.2.10_11 =3D=3D=3D> Cleaning for glib-2.4.7 =3D=3D=3D> Cleaning for gmake-3.80_2 =3D=3D=3D> Cleaning for imake-6.7.0_2 =3D=3D=3D> Cleaning for libgnugetopt-1.2 =3D=3D=3D> Cleaning for libtool-1.3.5_2 =3D=3D=3D> Cleaning for libtool-1.5.10 =3D=3D=3D> Cleaning for pkgconfig-0.15.0_1 =3D=3D=3D> Cleaning for jpeg-6b_3 =3D=3D=3D> Cleaning for png-1.2.7 =3D=3D=3D> Cleaning for tiff-3.7.0_2 =3D=3D=3D> Cleaning for perl-5.8.5 =3D=3D=3D> Cleaning for gnomehier-1.0_19 =3D=3D=3D> Cleaning for hicolor-icon-theme-0.5 =3D=3D=3D> Cleaning for shared-mime-info-0.15 =3D=3D=3D> Cleaning for xmms-esound-1.2.10_1 =3D=3D=3D> Cleaning for freetype2-2.1.7_3 =3D=3D=3D> Cleaning for xfce4-mcs-manager-4.0.6_1 =3D=3D=3D> Cleaning for expat-1.95.8 =3D=3D=3D> Cleaning for intltool-0.32.1 =3D=3D=3D> Cleaning for libxml2-2.6.16 =3D=3D=3D> Cleaning for p5-XML-Parser-2.34_1 =3D=3D=3D> Cleaning for bitstream-vera-1.10 =3D=3D=3D> Cleaning for fontconfig-2.2.3,1 =3D=3D=3D> Cleaning for libXft-2.1.6 =3D=3D=3D> Cleaning for xorg-fonts-encodings-6.7.0 =3D=3D=3D> Cleaning for xorg-fonts-truetype-6.7.0 =3D=3D=3D> Cleaning for gtk-1.2.10_12 =3D=3D=3D> Cleaning for gtk-2.4.13 =3D=3D=3D> Cleaning for libxfce4gui-4.0.6_1 =3D=3D=3D> Cleaning for pango-1.6.0 =3D=3D=3D> Cleaning for xfce4-panel-4.0.6_1 =3D=3D=3D> Cleaning for libxfce4mcs-4.0.6 =3D=3D=3D> Cleaning for libxfce4util-4.0.6 =3D=3D=3D> Cleaning for startup-notification-0.7 =3D=3D=3D> Cleaning for xorg-clients-6.7.0_5 =3D=3D=3D> Cleaning for xorg-libraries-6.7.0_3 =3D=3D=3D> Cleaning for xterm-196_3 =3D=3D=3D> Cleaning for xfce4-xmms-controller-plugin-1.4.3 [Updating the pkgdb <format:bdb1_hash> in /var/db/pkg ... - 346 packages fo= und (-0 +1) . done] Script done on Thu Nov 18 13:08:59 2004 ------=_Part_1235_9942596.1100801547184--