Builds fail on SuSE 9.0 w KDE 3.2 && QT 3.3.0

Steven T. Hatton hattons at globalsymmetry.com
Sat Feb 14 09:41:02 UTC 2004


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

On Friday 13 February 2004 07:41 am, Amilcar do Carmo Lucas wrote:
> Steven T. Hatton wrote:
>
>
> The script looks ok.
>
> >cannot find -lcvsservice
> >collect2: ld returned 1 exit status
> >make[3]: *** [libkdevcvsservice.la] Error 1
> >make[3]: Leaving directory
> >`/download/org/kdevelop/repository/inplace-build/vcs/cvsservice'
>
> Have you installed KDESDK ?
>
> If not, please do.

It's funny you should mention that.  I was just googling the net for 
cvsservice, and found reference to the kdesdk.  I honestly thought it was 
installed.  I have _no_ idea how that particular rpm was omitted when I did a 
rpm -U --nodeps --force $(ls *.rpm) in the directory containing the rpm. 
There were over a hundred rpms in that directory, and all the others except 
for kopete were installed.  Yes, I did look at the dependencies before I used 
brute force.
> And in the future use make -k -j7 instead :)

Well, of course I do, until something goes wrong. Actually my normal script 
looks like the listing below.  The . ~/bin/functions.sh sources in some 
functions including those listed after the build script. 

cat ../build-kdevelop.sh
. ~/bin/functions.sh
export KDEDIR=/opt/kde3
export QTDIR=/usr/lib/qt3
export LD_LIBRARY_PATH=$QTDIR/lib:$KDEDIR/lib:$LD_LIBRARY_PATH
export LIBRARY_PATH=$QTDIR/lib:$KDEDIR/lib:$LIBRARY_PATH
export PATH=$QTDIR/bin:$KDEDIR/bin:$PATH

export SOURCE_HOME=/download/org/kdevelop/repository/kdevelop
export BUILD_HOME=/download/org/kdevelop/repository/build
export CXXFLAGS="-g3 -O0"

cd $SOURCE_HOME
cvs update -r HEAD
make -f admin/Makefile.common cvs-clean
make -f Makefile.cvs
cd $BUILD_HOME

$SOURCE_HOME./configure --prefix=/home/hattons/opt/org/kdevelop

make -k -j7 && goodsound || badsound

#make install
# see http://www.kdevelop.org/index.html?filename=branches_compiling.html
############## EOF ################

cat  ~/bin/functions.sh
#!/bin/bash
export SOUND_HOME=/home/hattons/sound
export SOUNDCONS=$SOUND_HOME/soundcons

function goodsound(){
		play $SOUNDCONS/blues-lick.wav;
}

function badsound(){
		play $SOUNDCONS/rolling-thunder.wav;
}
############## EOF ###########################

STH
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.2.2 (GNU/Linux)

iD8DBQFALd8PH2SF0i7rrGwRAmvGAJ9G1xHR/a4r/6G5eFAplEqbR2AipACglrq0
oYF1krvaWwowWtUAUL7IKFw=
=NS9o
-----END PGP SIGNATURE-----




More information about the KDevelop-devel mailing list