You are not logged in.

#1 2008-11-09 15:32:01

lateralus
Member
Registered: 2008-10-06
Posts: 29

[Solved] Can't compile lastfm-client

Hi!

I'm having some problems compiling lastfm-client from AUR. Long story short, I'll just post the output of makepkg

g++ -Wl,-rpath,/usr/lib -shared -Wl,-soname,libMoose.so.1 -o libMoose.so.1.0.0 ../../build/Moose/release/confirmdialog.o ../../build/Moose/release/MooseCommon.o ../../build/Moose/release/LastFmSettings.o ../../build/Moose/release/moc_confirmdialog.o ../../build/Moose/release/moc_LastFmSettings.o   -L/home/shin/lfm/src/last.fm-1.5.1.31879/bin -L/usr/lib -lLastFmTools -lQtXml -L/usr/lib -pthread -pthread -lQtGui -L/usr/X11R6/lib -pthread -lpng -lSM -lICE -pthread -pthread -lXi -lXrender -lXrandr -lXfixes -lXcursor -lXinerama -lfreetype -lfontconfig -lXext -lX11 -lQtNetwork -lssl -lcrypto -pthread -pthread -lQtCore -lz -lm -pthread -lgthread-2.0 -lrt -lglib-2.0 -ldl -lpthread
ln -s libMoose.so.1.0.0 libMoose.so
ln -s libMoose.so.1.0.0 libMoose.so.1
ln -s libMoose.so.1.0.0 libMoose.so.1.0
rm -f ../../bin/libMoose.so.1.0.0
rm -f ../../bin/libMoose.so
rm -f ../../bin/libMoose.so.1
rm -f ../../bin/libMoose.so.1.0
mv -f libMoose.so.1.0.0 libMoose.so libMoose.so.1 libMoose.so.1.0 ../../bin/
make[1]: Leaving directory `/home/shin/lfm/src/last.fm-1.5.1.31879/src/libMoose'
cd src/libFingerprint/fplib/pro_qmake/ && make -f Makefile.fplib
make[1]: Entering directory `/home/shin/lfm/src/last.fm-1.5.1.31879/src/libFingerprint/fplib/pro_qmake'
make[1]: *** No rule to make target `/usr/share/qt4/mkspecs/linux-g++/qmake.conf', needed by `Makefile.fplib'.  Stop.
make[1]: Leaving directory `/home/shin/lfm/src/last.fm-1.5.1.31879/src/libFingerprint/fplib/pro_qmake'
make: *** [sub-src-libFingerprint-fplib-pro_qmake-fplib-pro-make_default-ordered] Error 2
mv: cannot stat `build/fplib/libfplib_debug.a': No such file or directory
==> ERROR: Build Failed.

Any ideas?

Last edited by lateralus (2008-11-09 15:59:28)

Offline

#2 2008-11-09 15:50:20

kazuo
Member
From: São Paulo/Brazil
Registered: 2008-03-18
Posts: 413
Website

Re: [Solved] Can't compile lastfm-client

lateralus wrote:
make[1]: *** No rule to make target `/usr/share/qt4/mkspecs/linux-g++/qmake.conf', needed by `Makefile.fplib'.  Stop

Any ideas?

The qt4 path is wrong, qmake.conf is installed on /usr/share/qt/mkspecs/linux-g++/qmake.conf.

The PKGBUILD is from commubity correctly? it have a sed to change qt4 to qt, I don't know why it is commented you can try to change it.

Offline

#3 2008-11-09 15:58:56

lateralus
Member
Registered: 2008-10-06
Posts: 29

Re: [Solved] Can't compile lastfm-client

kazuo wrote:
lateralus wrote:
make[1]: *** No rule to make target `/usr/share/qt4/mkspecs/linux-g++/qmake.conf', needed by `Makefile.fplib'.  Stop

Any ideas?

The qt4 path is wrong, qmake.conf is installed on /usr/share/qt/mkspecs/linux-g++/qmake.conf.

The PKGBUILD is from commubity correctly? it have a sed to change qt4 to qt, I don't know why it is commented you can try to change it.

OK, I've made an symbolic link /usr/share/qt -> /usr/share/qt4 and now it works. PKGBUILD was straight from the AUR CVS.

Thanks! big_smile

Offline

Board footer

Powered by FluxBB