vBulletin Search Engine Optimization
| |||||||
| Register | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| ||||
| [] if test "$ret" = 0; then echo '#include "addtooldlg.moc"' >> addtooldlg.cpp; else rm -f addtooldlg.cpp ; exit $ret ; fi /bin/sh ../../libtool --silent --tag=CXX --mode=compile i686-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I. -I../.. -I../../lib/interfaces -I../../lib/interfaces/extensions -I../../lib/util -I/usr/kde/3.5/include -I/usr/qt/3/include -I. -I/usr/kde/3.5/include -DQT_THREAD_SUPPORT -D_REENTRANT -Wnon-virtual-dtor -Wno-long-long -Wundef -ansi -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -Wcast-align -Wconversion -Wchar-subscripts -Wall -W -Wpointer-arith -Wwrite-strings -DNDEBUG -DNO_DEBUG -O2 -O2 -march=i686 -pipe -Wformat-security -Wmissing-format-attribute -fno-exceptions -fno-check-new -fno-common -DQT_CLEAN_NAMESPACE -DQT_NO_ASCII_CAST -DQT_NO_STL -DQT_NO_COMPAT -DQT_NO_TRANSLATION -c -o addtooldlg.lo addtooldlg.cpp addtooldlg.cpp:28:33: kdevapplicationtree.h: No such file or directory make[3]: *** [addtooldlg.lo] Error 1 make[3]: Leaving directory `/var/tmp/portage/kdevelop-3.2.1-r1/work/kdevelop-3.2.1/parts/tools' make[2]: *** [all-recursive] Error 1 make[2]: Leaving directory `/var/tmp/portage/kdevelop-3.2.1-r1/work/kdevelop-3.2.1/parts' make[1]: *** [all-recursive] Error 1 make[1]: Leaving directory `/var/tmp/portage/kdevelop-3.2.1-r1/work/kdevelop-3.2.1' make: *** [all] Error 2 !!! ERROR: dev-util/kdevelop-3.2.1-r1 failed. !!! Function kde_src_compile, Line 275, Exitcode 2 !!! died running emake, kde_src_compile:make !!! If you need support, post the topmost build error, NOT this status message. [/] Any hints? Gentoo compiled 3 weeks ago, KDE 3.5.2 emerged with standard flags. R. |
| |||
| Please post a little more of the previous output of make. Because there is one file missing: kdevapplicationtree.h Please post everything from the line on, in which this file should be created. If there is no such line, try some other versions of kdevelop. That may help.. Sebastian |
| |||
| Sebastian Volke wrote: > Please post a little more of the previous output of make. Because > there is one file missing: kdevapplicationtree.h > Please post everything from the line on, in which this file should > be created. > If there is no such line, try some other versions of kdevelop. That > may help.. Last night emerge again, now upload log file to rapidshare, this is link for him: http://rapidshare.de/files/24053341/...velop.zip.html (in this log i don't find 'kdevapplicationtree.h') In my system, i can't find file: "kdevapplicationtree.h". R. |
| |||
| Thanks for the complete output. You're right. It is really odd, that nowhere in the text a kdevapplicationtree.h is mentioned. Now it may be, that this file is part of some other package, which is missing or damaged. I can't help you in finding out, cause i dont use kde. Maybe you find someone, who has kdevelop installed and would run a few commands for you: equery belongs kdevapplicationtree.h to find out, if the file is part of a package and which package it is part of. (equery is part of gentoolkit) If it is part of a package, you may have to remerge it, but still i would like to see the ouput of equery check <package>. That checks, wether the package's files are all okay (at least, it checks the md5 sums and the time stamps). Good luck Sebastian P.S.: otherwise try to emerge a different version of kdevelop |
| |||
| I just ran across the same error with kdevelop-3.2.1-r1. locate kdevapplicationtree comes up blank, so it's not anywhere on my system. It may belong to a package that I don't have installed, but this is still mysterious. Also, if you use find on the work directory there isn't any mention of a similarly named file either. The conclusion is that it doesn't exist and never did anywhere. I'll try other versions and see if somehow it's just a missing sourcefile in the tarball. |
| |||
| reid.kleckner@gmail.com wrote: > kdevelop-3.2.2 also failed to compile. 3.3.3, however, seems to have > gotten past that point without failing. At last a success ;-) > It's possible that > kdevapplicationtree is a library from an older version of KDE that has > been uninstalled. > This is a good point. You may be right. Otherwise there may be a dependency missing (--> grubby ebuild), but that's very unlikely with kdevelop. But do you have the kde development libraries installed? |
| ||||
| Sebastian Volke wrote: > addendum: > > I've no kde installed. The dependencies, kdevelop draws in, are: > > kde-base/kde-env-3-r4 <-- that may be the point > kde-base/kdelibs-3.5.2-r6 > kde-base/cervisia-3.5.2 > dev-util/kdevelop-3.2.1-r1 Yup. I definitely have kde-env. 3.2.1 is almost a year old, I can accept that it depends on an old file from a previous KDE version. |