[kde-linux] Problems building Ktorrent from it's repository.

George R Goffe grgoffe at yahoo.com
Mon Nov 7 23:49:44 UTC 2011


Hi,

I've been having trouble building Ktorrent from it's repository since I upgraded my system from FC14-x86 to FC14-x86_64.

The build complains about automoc4 being at the wrong level but I resolved that problem. I renamed the automoc4 binary in /usr/bin just to test and the symptom did not change. It's like the build process doesn't even use that binary. There does not seem to be any other automoc binaries on this system.

I made a case with the developer who suggested upgrading automoc4 and closed the case.

Here's what I'm getting (below).

Does anyone know why I'm getting this result and what I can do about it?

Any clues/hints/tips/suggestions would be MOST appreciated.

Regards and thanks in advance,

George...

 


/tools/ktorrent/buildkt
module () {  eval `/usr/bin/modulecmd bash $*`
}
#!/bin/bash -xv cd /tools/ktorrent
+ cd /tools/ktorrent ./updkt
+ ./updkt
module () {  eval `/usr/bin/modulecmd bash $*`
}
#!/bin/bash -xv cd /tools/ktorrent
+ cd /tools/ktorrent cd  libktorrent
+ cd libktorrent git pull --verbose
+ git pull --verbose
From git://anongit.kde.org/libktorrent = [up to date]      1.0        -> origin/1.0 = [up to date]      1.1        -> origin/1.1 = [up to date]      master     -> origin/master
Already up-to-date. cd  ../ktorrent
+ cd ../ktorrent git pull --verbose
+ git pull --verbose
From git://anongit.kde.org/ktorrent = [up to date]      1.0        -> origin/1.0 = [up to date]      1.1        -> origin/1.1 = [up to date]      1.2        -> origin/1.2 = [up to date]      2.0        -> origin/2.0 = [up to date]      2.1        -> origin/2.1 = [up to date]      3.0        -> origin/3.0 = [up to date]      3.1        -> origin/3.1 = [up to date]      3.2        -> origin/3.2 = [up to date]      3.3        -> origin/3.3 = [up to date]      4.0        -> origin/4.0 = [up to date]      4.1        -> origin/4.1 = [up to date]      master     -> origin/master
Already up-to-date. exit 0
+ exit 0 mkdir  libktorrent/build 2>/dev/null
+ mkdir libktorrent/build cd  libktorrent/build
+ cd libktorrent/build cmake -DCMAKE_INSTALL_PREFIX=`kde4-config --prefix` ..
kde4-config --prefix
++ kde4-config --prefix
+ cmake -DCMAKE_INSTALL_PREFIX=/usr ..
-- Found Qt-Version 4.7.4 (using /usr/bin/qmake-qt4)
-- Found X11: /usr/lib/libX11.so
CMake Error at /usr/share/kde4/apps/cmake/modules/FindKDE4Internal.cmake:469
(message): Your version of automoc4 is too old.  You have 0.9.83, you need at least 0.9.88
Call Stack (most recent call first): /usr/share/cmake/Modules/FindKDE4.cmake:95 (FIND_PACKAGE) CMakeLists.txt:3 (find_package) -- Configuring incomplete, errors occurred! make clean
+ make clean make depend
+ make depend
-- Found Qt-Version 4.7.4 (using /usr/bin/qmake-qt4)
-- Found X11: /usr/lib/libX11.so
CMake Error at /usr/share/kde4/apps/cmake/modules/FindKDE4Internal.cmake:469
(message): Your version of automoc4 is too old.  You have 0.9.83, you need at least 0.9.88
Call Stack (most recent call first): /usr/share/cmake/Modules/FindKDE4.cmake:95 (FIND_PACKAGE) CMakeLists.txt:3 (find_package) -- Configuring incomplete, errors occurred!
make: *** [depend] Error 1 make
+ make
-- Found Qt-Version 4.7.4 (using /usr/bin/qmake-qt4)
-- Found X11: /usr/lib/libX11.so
CMake Error at /usr/share/kde4/apps/cmake/modules/FindKDE4Internal.cmake:469
(message): Your version of automoc4 is too old.  You have 0.9.83, you need at least 0.9.88
Call Stack (most recent call first): /usr/share/cmake/Modules/FindKDE4.cmake:95 (FIND_PACKAGE) CMakeLists.txt:3 (find_package) -- Configuring incomplete, errors occurred!
make: *** [cmake_check_build_system] Error 1 make install
+ make install
-- Found Qt-Version 4.7.4 (using /usr/bin/qmake-qt4)
-- Found X11: /usr/lib/libX11.so
CMake Error at /usr/share/kde4/apps/cmake/modules/FindKDE4Internal.cmake:469
(message): Your version of automoc4 is too old.  You have 0.9.83, you need at least 0.9.88
Call Stack (most recent call first): /usr/share/cmake/Modules/FindKDE4.cmake:95 (FIND_PACKAGE) CMakeLists.txt:3 (find_package) -- Configuring incomplete, errors occurred!
make: *** [cmake_check_build_system] Error 1 mkdir  ../../ktorrent/build 2>/dev/null
+ mkdir ../../ktorrent/build cd  ../../ktorrent/build
+ cd ../../ktorrent/build cmake -DCMAKE_INSTALL_PREFIX=`kde4-config --prefix` ..
kde4-config --prefix
++ kde4-config --prefix
+ cmake -DCMAKE_INSTALL_PREFIX=/usr ..
-- Found Qt-Version 4.7.4 (using /usr/bin/qmake-qt4)
-- Found X11: /usr/lib/libX11.so
CMake Error at /usr/share/kde4/apps/cmake/modules/FindKDE4Internal.cmake:469
(message): Your version of automoc4 is too old.  You have 0.9.83, you need at least 0.9.88
Call Stack (most recent call first): /usr/share/cmake/Modules/FindKDE4.cmake:95 (FIND_PACKAGE) CMakeLists.txt:3 (find_package) -- Configuring incomplete, errors occurred! make clean
+ make clean make depend
+ make depend
-- Found Qt-Version 4.7.4 (using /usr/bin/qmake-qt4)
-- Found X11: /usr/lib/libX11.so
CMake Error at /usr/share/kde4/apps/cmake/modules/FindKDE4Internal.cmake:469
(message): Your version of automoc4 is too old.  You have 0.9.83, you need at least 0.9.88
Call Stack (most recent call first): /usr/share/cmake/Modules/FindKDE4.cmake:95 (FIND_PACKAGE) CMakeLists.txt:3 (find_package) -- Configuring incomplete, errors occurred!
make: *** [depend] Error 1 make
+ make
-- Found Qt-Version 4.7.4 (using /usr/bin/qmake-qt4)
-- Found X11: /usr/lib/libX11.so
CMake Error at /usr/share/kde4/apps/cmake/modules/FindKDE4Internal.cmake:469
(message): Your version of automoc4 is too old.  You have 0.9.83, you need at least 0.9.88
Call Stack (most recent call first): /usr/share/cmake/Modules/FindKDE4.cmake:95 (FIND_PACKAGE) CMakeLists.txt:3 (find_package) -- Configuring incomplete, errors occurred!
make: *** [cmake_check_build_system] Error 1 make install
+ make install
-- Found Qt-Version 4.7.4 (using /usr/bin/qmake-qt4)
-- Found X11: /usr/lib/libX11.so
CMake Error at /usr/share/kde4/apps/cmake/modules/FindKDE4Internal.cmake:469
(message): Your version of automoc4 is too old.  You have 0.9.83, you need at least 0.9.88
Call Stack (most recent call first): /usr/share/cmake/Modules/FindKDE4.cmake:95 (FIND_PACKAGE) CMakeLists.txt:3 (find_package) -- Configuring incomplete, errors occurred!
make: *** [cmake_check_build_system] Error 1 exit 0
+ exit 0





"It's not what you know that hurts you, It's what you know that ain't so." Wil Rogers... Wil would say, "STIFF THE FED"!!!
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.kde.org/pipermail/kde-linux/attachments/20111107/076a05ba/attachment.html>


More information about the kde-linux mailing list