Subject: xmms v1.2.7nb3 compile fails ( was Re: xmms v1.2.7nb3 hangs on 1.6/i386. )
To: None <tech-pkg@netbsd.org>
From: Sean J. Schluntz <schluntz@greywolf.workofstone.net>
List: tech-pkg
Date: 11/04/2002 09:51:08
>   It works fine here for me under both NetBSD-1.6 and -current.
>
>   Which version of pth are you using?  There were some problems
>with versions before 1.4.1nb5.

Thanks for those of you who got back to me.  I've updated pth (which
took about 42 hours because of KDE, Mozilla and OpenOffice also being
recompiled in the process being dependen on pth) and now xmms won't
compile with a libtool error:

/bin/sh ./libtool --mode=link cc  -O2 -I/usr/pkg/include -I/usr/X11R6/include -Wall -Wpointer-arith -finline-functions -ffast-math -fomit-frame-pointer -funroll-all-loops -Wall -Wpointer-arith -Wl,-R/usr/X11R6/lib -L/usr/X11R6/lib -Wl,-R/usr/pkg/lib -L/usr/pkg/lib -o libxmms.la -rpath /usr/pkg/lib -export-dynamic -version-info 3:1:2 configfile.lo xmmsctrl.lo dirbrowser.lo util.lo formatter.lo titlestring.lo -L/usr/X11R6/lib -Wl,-R/usr/X11R6/lib -L/usr/X11R6/lib -Wl,-R/usr/X11R6/lib -L/usr/X11R6/lib -lgtk -lgdk -L/usr/pkg/lib -Wl,-R/usr/pkg/lib -lgmodule -lgthread -lglib -lpthread -lintl -lXi -lXext -lX11 -lm  -liconv  -lintl
grep: /usr/lib/libintl.la: No such file or directory
sed: /usr/lib/libintl.la: No such file or directory
libtool: link: `/usr/lib/libintl.la' is not a valid libtool archive
gmake[2]: *** [libxmms.la] Error 1
gmake[2]: Leaving directory `/home/pkgsrc/audio/xmms/work/xmms-1.2.7/libxmms'
gmake[1]: *** [all-recursive] Error 1
gmake[1]: Leaving directory `/home/pkgsrc/audio/xmms/work/xmms-1.2.7'
gmake: *** [all-recursive-am] Error 2
*** Error code 2

Stop.
make: stopped in /home/pkgsrc/audio/xmms
*** Error code 1

Stop.
make: stopped in /home/pkgsrc/audio/xmms


I've looked through the archives and have found some problems relating
to kde2 (similar error, different app) but that fix does not appear
to be applicable here.

Thanks for the help.

-Sean