I have to say things are getting better and i have been able to compile most packages i could not before ... except k3b. I successfully compiled around 2 weeks ago but today i get the error below error:

I have all dependencies installed:
libdvdcss, ffmpeg, lame, faac, faad2, speex, xvidcore, schroedinger, openjpeg, and x264
# Install transcode.
# Transcode dependencies: ffmpeg, libmpeg2, lame, libdv, libdvdread, and a52dec.

./misc/.libs/libmisc.a(k3bcdcopydialog.o): In function `K3bCdCopyDialog::slotStartClicked()':
k3bcdcopydialog.cpp:(.text+0x30d3): undefined reference to `K3bCdCopyJob::K3bCdCopyJob(K3bJobHandler*, QObject*)'
k3bcdcopydialog.cpp:(.text+0x38da): undefined reference to `K3bCloneJob::K3bCloneJob(K3bJobHandler*, QObject*, char const*)'
./misc/.libs/libmisc.a(k3bdvdcopydialog.o): In function `K3bDvdCopyDialog::slotStartClicked()':
k3bdvdcopydialog.cpp:(.text+0x22d4): undefined reference to `K3bDvdCopyJob::K3bDvdCopyJob(K3bJobHandler*, QObject*, char const*)'
k3bdvdcopydialog.cpp:(.text+0x2415): undefined reference to `K3bDvdCopyJob::setVerifyData(bool)'
./misc/.libs/libmisc.a(k3bcdimagewritingdialog.o): In function `K3bCdImageWritingDialog::slotUpdateImage(QString const&)':
k3bcdimagewritingdialog.cpp:(.text+0x5244): undefined reference to `K3bCloneTocReader::K3bCloneTocReader(QString const&)'
k3bcdimagewritingdialog.cpp:(.text+0x5329): undefined reference to `K3bCloneTocReader::~K3bCloneTocReader()'
./misc/.libs/libmisc.a(k3bcdimagewritingdialog.o): In function `K3bCdImageWritingDialog::slotStartClicked()':
k3bcdimagewritingdialog.cpp:(.text+0x68a8): undefined reference to `K3bCloneJob::K3bCloneJob(K3bJobHandler*, QObject*, char const*)'
k3bcdimagewritingdialog.cpp:(.text+0x6a20): undefined reference to `K3bAudioCueFileWritingJob::K3bAudioCueFileWritingJob(K3bJobHandler*, QObject*, char const*)'
k3bcdimagewritingdialog.cpp:(.text+0x6a3a): undefined reference to `K3bAudioCueFileWritingJob::setBurnDevice(K3bDevice::Device*)'
k3bcdimagewritingdialog.cpp:(.text+0x6a54): undefined reference to `K3bAudioCueFileWritingJob::setSpeed(int)'
k3bcdimagewritingdialog.cpp:(.text+0x6a73): undefined reference to `K3bAudioCueFileWritingJob::setSimulate(bool)'
k3bcdimagewritingdialog.cpp:(.text+0x6a8d): undefined reference to `K3bAudioCueFileWritingJob::setWritingMode(int)'
k3bcdimagewritingdialog.cpp:(.text+0x6aa2): undefined reference to `K3bAudioCueFileWritingJob::setCueFile(QString const&)'
k3bcdimagewritingdialog.cpp:(.text+0x6ac6): undefined reference to `K3bAudioCueFileWritingJob::setCopies(int)'
k3bcdimagewritingdialog.cpp:(.text+0x6ae5): undefined reference to `K3bAudioCueFileWritingJob::setOnTheFly(bool)'
k3bcdimagewritingdialog.cpp:(.text+0x6b15): undefined reference to `K3bAudioCueFileWritingJob::setTempDir(QString const&)'
k3bcdimagewritingdialog.cpp:(.text+0x6b60): undefined reference to `K3bBinImageWritingJob::K3bBinImageWritingJob(K3bJobHandler*, QObject*)'
k3bcdimagewritingdialog.cpp:(.text+0x6b97): undefined reference to `K3bBinImageWritingJob::setTocFile(QString const&)'
k3bcdimagewritingdialog.cpp:(.text+0x6f4a): undefined reference to `K3bIso9660ImageWritingJob::K3bIso9660ImageWritingJob(K3bJobHandler*)'
./misc/.libs/libmisc.a(k3bisoimagewritingdialog.o): In function `K3bIsoImageWritingDialog::slotStartClicked()':
k3bisoimagewritingdialog.cpp:(.text+0x3a0e): undefined reference to `K3bIso9660ImageWritingJob::K3bIso9660ImageWritingJob(K3bJobHandler*)'
collect2: ld returned 1 exit status
make[3]: *** [k3b] Error 1
make[3]: Leaving directory `/tmp/k3b/src'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/tmp/k3b/src'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/tmp/k3b'
make: *** [all] Error 2

Jay