You are not logged in.

Dear visitor, welcome to KDE-Forum.org. If this is your first visit here, please read the Help. It explains in detail how this page works. To use all features of this page, you should consider registering. Please use the registration form, to register here or read more information about the registration process. If you are already registered, please login here.

1

Tuesday, December 9th 2003, 12:52am

KDE compile fail, libtag ?

Using gentoo, I emerged KDE 3.2 beta2.
[code:1]
/bin/sh ../libtool --silent --mode=link --tag=CXX g++ -DNDEBUG -DNO_DEBUG -O2 -O2 -mcpu=i686 -pipe -fno-exceptions -fno-check-new -fno-common -DQT_CLEAN_NAMESPACE -DQT_NO_ASCII_CAST -DQT_NO_STL -DQT_NO_COMPAT -DQT_NO_TRANSLATION -o juk -L/usr/X11R6/lib -L/usr/qt/3/lib -L/usr/kde/3.2/lib -R /usr/kde/3.2/lib -R /usr/qt/3/lib -R /usr/X11R6/lib gstreamerplayer.o artsplayer.o directorylist.o stringhash.o sortedstringlist.o systemtray.o splashscreen.o statuslabel.o collectionlist.o playlistitem.o playlist.o playlistsplitter.o playlistbox.o tageditor.o cache.o player.o tag.o customaction.o slideraction.o keydialog.o juk.o main.o tagguesser.o tagguesserconfigdlg.o playlistsearch.o searchwidget.o filerenamer.o dynamicplaylist.o searchplaylist.o musicbrainzquery.o mediafiles.o viewmode.o advancedsearchdialog.o historyplaylist.o musicbrainzitem.o trackpickerdialog.o filerenamerconfigdlg.o stringshare.o jukIface_skel.o directorylistbase.o tagguesserconfigdlgwidget.o trackpickerdialogbase.o filerenamerconfigdlgwidget.o -lmusicbrainz -lartskde -lkio -L/usr/kde/3.2/lib -ltag
/usr/lib/gcc-lib/i686-pc-linux-gnu/3.2.3/../../../../i686-pc-linux-gnu/bin/ld: cannot find -ltag
collect2: ld returned 1 exit status
make[3]: *** [juk] Error 1
make[3]: Leaving directory `/var/tmp/portage/kdemultimedia-3.2.0_beta2/work/kdemultimedia-3.1.94/juk'
[/code:1]

So, apparently there is a libtag that I don't have. What is libtag? Juk says it requires libid3 3.8.x, I have 3.8.2. I'm upgrading to .3 now, then I'll try again. But, I don't think that will help, because at least 3.8.2 doesn't have any libtag files, only (logically) libid3.

2

Tuesday, December 9th 2003, 8:55am

taglib has nothing to do with id3lib: http://ktown.kde.org/~wheeler/taglib/

3

Tuesday, December 9th 2003, 11:31am

Quoted

Original von binner

taglib has nothing to do with id3lib: http://ktown.kde.org/~wheeler/taglib/


I found that on Google, but I didn't see anything on Juk's website about it... and it isn't in portage yet. Is it actually the missing requirement? If it is, I should file a bug report with Gentoo.

[edit] Never mind, a bug was entered at bugs.gentoo.org about the same time I posted my message here. Apparently the configure files comes up with a message about it that I missed. I wonder why it just doesn't stop entirely at that point.