Bug 3172 - request for Kflog RPM
Summary: request for Kflog RPM
Status: RESOLVED WONTFIX
Alias: None
Product: Mageia
Classification: Unclassified
Component: New RPM package request (show other bugs)
Version: 1
Hardware: x86_64 Linux
Priority: Low enhancement
Target Milestone: ---
Assignee: Oliver Burger
QA Contact:
URL: http://forums.mageia.org/de/viewtopic...
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-10-24 23:23 CEST by Denis Robel
Modified: 2012-08-07 20:42 CEST (History)
1 user (show)

See Also:
Source RPM:
CVE:
Status comment:


Attachments

Description Denis Robel 2011-10-24 23:23:22 CEST
Hallo,

I have a package request:

http://www.kflog.org/fileadmin/user_upload/kflog_downloads/src/


I'm unable to compile this code. I always run into following error:

make[2]: Leaving directory `/home/robel/Downloads/kflog/Kflog2Qt4/kflog'
cd kflog/kfrcai/ && /usr/bin/qmake /home/robel/Downloads/kflog/Kflog2Qt4/kflog/kfrcai/kfrcai.pro -Wall -nocache -o Makefile
WARNING: /usr/lib/qt4/mkspecs/modules/qt_phonon.pri:8: Failure to include file /usr/lib/qt4/mkspecs/modules/.
cd kflog/kfrcai/ && make -f Makefile all
make[2]: Entering directory `/home/robel/Downloads/kflog/Kflog2Qt4/kflog/kfrcai'
g++ -c -pipe -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -DPIC -fPIC -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -DPIC -fPIC -Wall -W -D_REENTRANT -fPIC -DQT_NO_DEBUG -DQT_GUI_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/lib/qt4/mkspecs/linux-g++ -I. -I/usr/lib/qt4/include/QtCore -I/usr/lib/qt4/include/QtGui -I/usr/lib/qt4/include -I. -o cambridge.o cambridge.cpp
g++ -c -pipe -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -DPIC -fPIC -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -DPIC -fPIC -Wall -W -D_REENTRANT -fPIC -DQT_NO_DEBUG -DQT_GUI_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/lib/qt4/mkspecs/linux-g++ -I. -I/usr/lib/qt4/include/QtCore -I/usr/lib/qt4/include/QtGui -I/usr/lib/qt4/include -I. -o flightrecorder.o flightrecorder.cpp
/usr/lib/qt4/bin/moc -DQT_NO_DEBUG -DQT_GUI_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/lib/qt4/mkspecs/linux-g++ -I. -I/usr/lib/qt4/include/QtCore -I/usr/lib/qt4/include/QtGui -I/usr/lib/qt4/include -I. cambridge.h -o moc_cambridge.cpp
g++ -c -pipe -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -DPIC -fPIC -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -DPIC -fPIC -Wall -W -D_REENTRANT -fPIC -DQT_NO_DEBUG -DQT_GUI_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/lib/qt4/mkspecs/linux-g++ -I. -I/usr/lib/qt4/include/QtCore -I/usr/lib/qt4/include/QtGui -I/usr/lib/qt4/include -I. -o moc_cambridge.o moc_cambridge.cpp
rm -f libkfrcai.so.1.0.0 libkfrcai.so libkfrcai.so.1 libkfrcai.so.1.0
g++ -Wl,--as-needed -Wl,--no-undefined -Wl,-z,relro -Wl,-O1 -Wl,--build-id -Wl,--enable-new-dtags -Wl,-O1 -shared -Wl,-soname,libkfrcai.so.1 -o libkfrcai.so.1.0.0 cambridge.o flightrecorder.o moc_cambridge.o -L/usr/lib64 -lQtGui -L/usr/lib64 -L/usr/lib -lQtCore -lpthread
cambridge.o: In function `Cambridge':
/home/robel/Downloads/kflog/Kflog2Qt4/kflog/kfrcai/cambridge.cpp:138: undefined reference to `FlightRecorderPluginBase::FlightRecorderPluginBase(QObject*)'
cambridge.o: In function `~Cambridge':
/home/robel/Downloads/kflog/Kflog2Qt4/kflog/kfrcai/cambridge.cpp:174: undefined reference to `FlightRecorderPluginBase::~FlightRecorderPluginBase()'
cambridge.o: In function `Cambridge::readWaypoints(QList<Waypoint*>*)':
/home/robel/Downloads/kflog/Kflog2Qt4/kflog/kfrcai/cambridge.cpp:787: undefined reference to `WGSPoint::WGSPoint()'
/home/robel/Downloads/kflog/Kflog2Qt4/kflog/kfrcai/cambridge.cpp:787: undefined reference to `Waypoint::Waypoint(QString, WGSPoint, int, int, QString, QString, QString, Runway::SurfaceType, QPair<unsigned short, unsigned short>, float, float, float, bool, QPoint, long, long, unsigned int, double, double, QString, unsigned short, long)'
cambridge.o: In function `~Cambridge':
/home/robel/Downloads/kflog/Kflog2Qt4/kflog/kfrcai/cambridge.cpp:174: undefined reference to `FlightRecorderPluginBase::~FlightRecorderPluginBase()'
moc_cambridge.o: In function `Cambridge::qt_metacall(QMetaObject::Call, int, void**)':
/home/robel/Downloads/kflog/Kflog2Qt4/kflog/kfrcai/moc_cambridge.cpp:64: undefined reference to `FlightRecorderPluginBase::qt_metacall(QMetaObject::Call, int, void**)'
moc_cambridge.o: In function `Cambridge::qt_metacast(char const*)':
/home/robel/Downloads/kflog/Kflog2Qt4/kflog/kfrcai/moc_cambridge.cpp:59: undefined reference to `FlightRecorderPluginBase::qt_metacast(char const*)'
moc_cambridge.o:(.data.rel.ro+0x0): undefined reference to `FlightRecorderPluginBase::staticMetaObject'
moc_cambridge.o:(.data.rel.ro._ZTI9Cambridge[typeinfo for Cambridge]+0x10): undefined reference to `typeinfo for FlightRecorderPluginBase'
collect2: ld gab 1 als Ende-Status zurück
make[2]: *** [../../release/lib/libkfrcai.so.1.0.0] Fehler 1
make[2]: Leaving directory `/home/robel/Downloads/kflog/Kflog2Qt4/kflog/kfrcai'
make[1]: *** [sub-kflog-kfrcai-all] Fehler 2
make[1]: Leaving directory `/home/robel/Downloads/kflog/Kflog2Qt4'
make: *** [all] Fehler 2


best regards 

Denis
Comment 1 Dave Hodgins 2011-10-25 04:54:48 CEST
(In reply to comment #0)

> I have a package request:
> http://www.kflog.org/fileadmin/user_upload/kflog_downloads/src/
> I'm unable to compile this code. I always run into following error:
> WARNING: /usr/lib/qt4/mkspecs/modules/qt_phonon.pri:8: Failure to include file

$ urpmf /usr/lib/qt4/mkspecs/modules/qt_phonon.pri
phonon-devel:/usr/lib/qt4/mkspecs/modules/qt_phonon.pri

Do you have phonon-devel installed?

CC: (none) => davidwhodgins

Comment 2 Denis Robel 2011-11-04 14:28:38 CET
Hallo(In reply to comment #1)
> (In reply to comment #0)
> 
> > I have a package request:
> > http://www.kflog.org/fileadmin/user_upload/kflog_downloads/src/
> > I'm unable to compile this code. I always run into following error:
> > WARNING: /usr/lib/qt4/mkspecs/modules/qt_phonon.pri:8: Failure to include file
> 
> $ urpmf /usr/lib/qt4/mkspecs/modules/qt_phonon.pri
> phonon-devel:/usr/lib/qt4/mkspecs/modules/qt_phonon.pri
> 
> Do you have phonon-devel installed?

rpm -qa |grep phonon
lib64phonon4-4.5.1-1.mga1
phonon-gstreamer-4.5.1-0.mga1
phonon-vlc-0.4.1-1.1.mga1
phonon-devel-4.5.1-1.mga1
lib64phononexperimental4-4.5.1-1.mga1

Yes I've phonon-devel installed...
Comment 3 Oliver Burger 2012-01-19 17:54:23 CET
No movement upstream

Priority: Normal => Low
Severity: normal => enhancement

Oliver Burger 2012-03-10 20:15:08 CET

Status: NEW => ASSIGNED

Comment 4 Oliver Burger 2012-08-07 20:42:07 CEST
The package does not build and upstream is non responsive.

Status: ASSIGNED => RESOLVED
Resolution: (none) => WONTFIX


Note You need to log in before you can comment on or make changes to this bug.