dclf34 n00b
Joined: 15 Mar 2005 Posts: 27
|
Posted: Wed Mar 23, 2005 5:05 am Post subject: (solved) kdevelop provlima. |
|
|
mporei na voithisei kaneis...............?
------------------------------------------------------------------------------------------------------
root@elf / # uname -ar
Linux elf 2.6.9-gentoo-r1 #3 SMP Thu Mar 17 03:01:57 EET 2005 i686 Pentium III (Coppermine) GenuineIntel GNU/Linux
-------------------------------------------------------------------------------------------------------
root@elf / # gcc --version
gcc (GCC) 3.3.4 20040623 (Gentoo Linux 3.3.4-r1, ssp-3.3.2-2, pie-8.7.6)
Copyright (C) 2003 Free Software Foundation, Inc.
This is free software; see the source for copying conditions. There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
-------------------------------------------------------------------------------------------------------
root@elf / # cat /etc/env.d/05gcc
PATH="/usr/i686-pc-linux-gnu/gcc-bin/3.3"
ROOTPATH="/usr/i686-pc-linux-gnu/gcc-bin/3.3"
MANPATH="/usr/share/gcc-data/i686-pc-linux-gnu/3.3/man"
INFOPATH="/usr/share/gcc-data/i686-pc-linux-gnu/3.3/info"
CC="gcc"
CXX="g++"
LDPATH="/usr/lib/gcc-lib/i686-pc-linux-gnu/3.3.4"
-------------------------------------------------------------------------------------------------------
root@elf / # emerge --verbose --pretend kdevelop
These are the packages that I would merge, in order:
Calculating dependencies ...done!
[ebuild N ] dev-util/kdevelop-3.1.0 +arts -debug -doc -java +python -ruby -xinerama 0 kB
Total size of downloads: 0 kB
-------------------------------------------------------------------------------------------------------
root@elf / # emerge kdevelop
You're missing the dot program.
It is still possible to run and use KDevelop without it, but you will
not be able to use the new graphical classbrowser. In order to get
a dot copy, go to www.graphviz.org and download the graphviz package.
You have no kdelibs documentation generated by Doxygen installed.
You should install Doxygen from www.doxygen.org, reconfigure
and rebuild the kdelibs sources. You should 'make apidox' and
'make install' in your kdelibs build dir, and then rerun this
configure script.
Good - your configure finished. Start make now
.....
...blah blah blah
.......
......
......
................
grep: /usr/lib/gcc-lib/i386-pc-linux-gnu/3.3.4/libstdc++.la: No such file or directory
/bin/sed: can't read /usr/lib/gcc-lib/i386-pc-linux-gnu/3.3.4/libstdc++.la: No such file or directory
libtool: link: `/usr/lib/gcc-lib/i386-pc-linux-gnu/3.3.4/libstdc++.la' is not a valid libtool archive
make[3]: *** [libkdeveloplgpl.la] Error 1
make[3]: *** Waiting for unfinished jobs....
grep: /usr/lib/gcc-lib/i386-pc-linux-gnu/3.3.4/libstdc++.la: No such file or directory
/bin/sed: can't read /usr/lib/gcc-lib/i386-pc-linux-gnu/3.3.4/libstdc++.la: No such file or directory
libtool: link: `/usr/lib/gcc-lib/i386-pc-linux-gnu/3.3.4/libstdc++.la' is not a valid libtool archive
make[3]: *** [libkdevelop.la] Error 1
make[3]: Leaving directory `/var/tmp/portage/kdevelop-3.1.0/work/kdevelop-3.1.0/lib'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/var/tmp/portage/kdevelop-3.1.0/work/kdevelop-3.1.0/lib'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/var/tmp/portage/kdevelop-3.1.0/work/kdevelop-3.1.0'
make: *** [all] Error 2
!!! ERROR: dev-util/kdevelop-3.1.0 failed.
!!! Function kde_src_compile, Line 142, Exitcode 2
!!! died running emake, kde_src_compile:make
!!! If you need support, post the topmost build error, NOT this status message.
Last edited by dclf34 on Wed Jul 27, 2005 3:53 pm; edited 1 time in total |
|