Subject: kdegraphics3 graphics install problems
To: None <tech-pkg@netbsd.org>
From: Phil Nelson <phil@netbsd.org>
List: tech-pkg
Date: 02/08/2004 15:20:59
I'm using NetBSD/i386-1.6.1.  Trying to update another package caused me to update my
entire KDE tree.   I've run into the following "make install" problem with kdegraphics3.


 /bin/sh ../../libtool --silent --mode=install /usr/bin/install -c -o root -g wheel  mrmlsearch.la /usr/pkg/lib/kde3/mrmlsearch.la
libtool: install: warning: relinking `mrmlsearch.la'
mv: rename mrmlsearch.so to mrmlsearch.soU: No such file or directory
libtool: install: error: relink `mrmlsearch.la' with the above command before installing it
gmake[4]: *** [install-kdeinitLTLIBRARIES] Error 1
gmake[4]: Leaving directory `/home/phil/netbsd/pkgsrc/graphics/kdegraphics3/work/kdegraphics-3.2.0/kmrml/kmrml'


Is this a known problem, and if so, how do I fix it?

--Phil

p.s.  kdemultimedia-3.2.0 apparently defined SYS_SOUNDCARD so audioIO/Linux.cpp tried to
include <sys/soundcard.h>.  Also, kdemultimedia-3.2.0 had a similar problem to kdegraphics3 in
that "make install" quit with a libtool relinking problem.