On 05/12/2016 05:41, gregory guy wrote:
Hi guys,
I'm unable to build "tdefile-plugins" from the "tdeadmin" package, here is the error I get:
/bin/sh ../../libtool --tag=CXX --mode=link g++ -Wno-long-long -Wundef -ansi -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -Wcast-align -Wchar-subscripts -Wall -W -Wpointer-arith -O2 -m64 -fPIC -march=x86-64 -mtune=native -Wformat-security -Wmissing-format-attribute -Wno-non-virtual-dtor -fno-exceptions -fno-check-new -fno-common -I/usr/include/tqt -fvisibility=hidden -fvisibility-inlines-hidden -DQT_CLEAN_NAMESPACE -DQT_NO_ASCII_CAST -DQT_NO_STL -DQT_NO_COMPAT -DQT_NO_TRANSLATION -L/usr/lib64 -module -avoid-version -module -no-undefined -Wl,--no-undefined -Wl,--allow-shlib-undefined -I/usr/include/tqt3 -o tdefile_rpm.la -rpath /usr/lib64/trinity tdefile_rpm.lo -ltdeio libtool: link: g++ -fPIC -DPIC -shared -nostdlib /usr/lib64/gcc/x86_64-slackware-linux/5.4.0/../../../../lib64/crti.o /usr/lib64/gcc/x86_64-slackware-linux/5.4.0/crtbeginS.o .libs/tdefile_rpm.o -Wl,-rpath -Wl,/usr/lib64/../lib64 -Wl,-rpath -Wl,/usr/lib64/../lib64 -L/usr/lib64 /usr/lib64/libtdeio.so -L/usr/lib64/gcc/x86_64-slackware-linux/5.4.0 -L/usr/lib64/gcc/x86_64-slackware-linux/5.4.0/../../../../lib64 -L/lib/../lib64 -L/usr/lib/../lib64 -L/usr/lib64/gcc/x86_64-slackware-linux/5.4.0/../../../../x86_64-slackware-linux/lib -L/usr/lib64/gcc/x86_64-slackware-linux/5.4.0/../../.. /usr/lib64/../lib64/libstdc++.so -lm -lc -lgcc_s /usr/lib64/gcc/x86_64-slackware-linux/5.4.0/crtendS.o /usr/lib64/gcc/x86_64-slackware-linux/5.4.0/../../../../lib64/crtn.o -O2 -m64 -march=x86-64 -mtune=native -Wl,--no-undefined -Wl,--allow-shlib-undefined -Wl,-soname -Wl,tdefile_rpm.so -o .libs/tdefile_rpm.so .libs/tdefile_rpm.o: In function `KRpmPlugin::staticMetaObject()': tdefile_rpm.cpp:(.text+0x24): undefined reference to `tqt_sharedMetaObjectMutex' tdefile_rpm.cpp:(.text+0x31): undefined reference to `TQMutex::lock()' tdefile_rpm.cpp:(.text+0x4a): undefined reference to `TQMutex::unlock()' tdefile_rpm.cpp:(.text+0x86): undefined reference to `TQMetaObject::new_metaobject(char const*, TQMetaObject*, TQMetaData const*, int, TQMetaData const*, int, TQMetaProperty const*, int, TQMetaEnum const*, int, TQClassInfo const*, int)' tdefile_rpm.cpp:(.text+0xa4): undefined reference to `TQMetaObjectCleanUp::setMetaObject(TQMetaObject*&)' .libs/tdefile_rpm.o: In function `init_tdefile_rpm': tdefile_rpm.cpp:(.text+0xdb): undefined reference to `KLibFactory::KLibFactory(TQObject*, char const*)' tdefile_rpm.cpp:(.text+0xf6): undefined reference to `TQCString::TQCString(char const*)' .libs/tdefile_rpm.o: In function `KRpmPlugin::KRpmPlugin(TQObject*, char const*, TQStringList const&)': tdefile_rpm.cpp:(.text+0x161): undefined reference to `TQString::TQString(char const*)' tdefile_rpm.cpp:(.text+0x177): undefined reference to `TQString::~TQString()' tdefile_rpm.cpp:(.text+0x186): undefined reference to `i18n(char const*)' tdefile_rpm.cpp:(.text+0x195): undefined reference to `TQString::TQString(char const*)' tdefile_rpm.cpp:(.text+0x1b1): undefined reference to `TQString::~TQString()'
Source: tdeadmin 14.0.4 Platform: Linux Slackware 14.2 64bit
I tried to compile the package without tdefile-plugins ; with a sed command (in my building script) I've removed the tdefile-plugins subdirectory in the Makefile, as a result I could built the package but then the lilo configuration tool in Trinity control center crashes as soon as I input my root password. That' a pity, because I'm mainly interrested to the lilo config tool...
I've build Tdelibs with everything but ELF icon and Hunspell ; still, I'm puzzled, maybe I've been missing a library or a package.
Here is the packages I've built so far (in that order):
- libart_lgpl
- tqt3
- tqtinterface
- dbus-tqt
- dbus-1-tqt
- arts
- tdelibs
- tdebase
- tdeartwork
- tde-i18n
- tdeutils
- tdemultimedia
- tdegraphics
- tdenetwork
- dolphin
- tdeaddons
Any hint to solve my build failure will be appreciated. Regards. gregory
It turns out that I should have added "--enable-closure" to "configure". "configure --help" says "delay template instantiation" about this, It seems related to the template features of the C++ language. I'll have a look on that "delay template instantiation" C++ stuff by the evening.
On step at a time, I can build tdeadmin but the trinity control center is still crashing when I input my password in the lilo settings. @+