View previous topic :: View next topic |
Author |
Message |
leon_73 Guru
Joined: 13 Mar 2003 Posts: 505 Location: Milano
|
Posted: Tue Apr 05, 2005 1:27 pm Post subject: Kdevelop e Kdelibs |
|
|
Ciao a tutti,
Sto cercando di installare Kdevelop sul mio pc, ma mi fallisce ogni volta con il seguente errore: Code: | checking for rpath... yes
checking for KDE... libraries /usr/kde/3.3/lib, headers /usr/kde/3.3/include
checking if UIC has KDE plugins available... no
configure: error: you need to install kdelibs first.
!!! ERROR: dev-util/kdevelop-3.1.2 failed.
!!! Function kde_src_compile, Line 154, Exitcode 1
!!! died running ./configure, kde_src_compile:configure
!!! If you need support, post the topmost build error, NOT this status message. |
Ho cercato un po ' in giro e mi e' venuto il dubbio... non e' che la versione di Kdevelop deve coincidere con le Kdelibs?!?!
Code: |
root@localhost
~ # eix kdelib
* kde-base/kdelibs
Available versions: 3.2.3-r5 3.2.3-r6 3.2.3-r7 3.2.3-r8 3.3.1-r2 3.3.2-r2 ~3.3.2-r3 3.3.2-r4 3.3.2-r5 *3.3.2-r6 3.3.2-r7 [M]3.4.0_rc1-r1 ~3.4.0
Installed: 3.3.2-r7
Homepage: http://www.kde.org/
Description: KDE libraries needed by all kde programs
Found 1 matches
root@localhost
~ # eix kdeve
* dev-util/kdevelop
Available versions: 3.1.0 3.1.2 ~3.2.0
Installed: no
Homepage: http://www.kdevelop.org
Description: Integrated Development Enviroment for Unix, supporting KDE/Qt, C/C++ and a many other languages.
|
Vi prego ditemi che non e' vero e che c'e' un modo per far andare il tutto assieme...
Leo |
|
Back to top |
|
|
AlterX l33t
Joined: 03 Apr 2004 Posts: 754 Location: rm -rf /*
|
Posted: Tue Apr 05, 2005 1:43 pm Post subject: |
|
|
Scusa se te lo chiede, vuol dire che una certa dipendenza c'è! |
|
Back to top |
|
|
leon_73 Guru
Joined: 13 Mar 2003 Posts: 505 Location: Milano
|
Posted: Tue Apr 05, 2005 1:49 pm Post subject: |
|
|
AlterX wrote: | Scusa se te lo chiede, vuol dire che una certa dipendenza c'è! |
Allora come posso installare kdevelop [3.1.0 3.1.2 ~3.2.0 ] se le kdelibs partono da 3.2.3-r5 in poi [3.2.3-r5 3.2.3-r6 3.2.3-r7 3.2.3-r8 3.3.1-r2 3.3.2-r2 ~3.3.2-r3 3.3.2-r4 3.3.2-r5 *3.3.2-r6 3.3.2-r7 [M]3.4.0_rc1-r1 ~3.4.0 ] ????
Leo-perplesso |
|
Back to top |
|
|
AlterX l33t
Joined: 03 Apr 2004 Posts: 754 Location: rm -rf /*
|
Posted: Tue Apr 05, 2005 1:55 pm Post subject: |
|
|
leon_73 wrote: | AlterX wrote: | Scusa se te lo chiede, vuol dire che una certa dipendenza c'è! |
Allora come posso installare kdevelop [3.1.0 3.1.2 ~3.2.0 ] se le kdelibs partono da 3.2.3-r5 in poi [3.2.3-r5 3.2.3-r6 3.2.3-r7 3.2.3-r8 3.3.1-r2 3.3.2-r2 ~3.3.2-r3 3.3.2-r4 3.3.2-r5 *3.3.2-r6 3.3.2-r7 [M]3.4.0_rc1-r1 ~3.4.0 ] ????
Leo-perplesso |
Non ti preoccupare se le versioni non coincidono...è corretto!
posta un emerge -pv kdelibs |
|
Back to top |
|
|
leon_73 Guru
Joined: 13 Mar 2003 Posts: 505 Location: Milano
|
Posted: Tue Apr 05, 2005 2:11 pm Post subject: |
|
|
Code: | mnt # USE="-java" emerge -pvt kdevelop
These are the packages that I would merge, in reverse order:
Calculating dependencies ...done!
[ebuild N ] dev-util/kdevelop-3.1.2 +arts -debug -doc -java -kdeenablefinal +python +ruby -xinerama 0 kB
mnt # emerge -pvt kdelibs
These are the packages that I would merge, in reverse order:
Calculating dependencies ...done!
[ebuild R ] kde-base/kdelibs-3.3.2-r7 +alsa +arts +cups -debug -doc +ipv6 -kdeenablefinal +kerberos +ldap +spell +ssl +tiff -xinerama 0 kB |
ecco qui
Leo |
|
Back to top |
|
|
AlterX l33t
Joined: 03 Apr 2004 Posts: 754 Location: rm -rf /*
|
Posted: Tue Apr 05, 2005 2:20 pm Post subject: |
|
|
leon_73 wrote: | Code: | mnt # USE="-java" emerge -pvt kdevelop
These are the packages that I would merge, in reverse order:
Calculating dependencies ...done!
[ebuild N ] dev-util/kdevelop-3.1.2 +arts -debug -doc -java -kdeenablefinal +python +ruby -xinerama 0 kB
mnt # emerge -pvt kdelibs
These are the packages that I would merge, in reverse order:
Calculating dependencies ...done!
[ebuild R ] kde-base/kdelibs-3.3.2-r7 +alsa +arts +cups -debug -doc +ipv6 -kdeenablefinal +kerberos +ldap +spell +ssl +tiff -xinerama 0 kB |
ecco qui
Leo |
Io ho la versione 3.1.2 di kdevelop e la versione 3.3.2-r5 (o forse la r7)...e non ho avuto mai un errore di questo tipo.
prova a dare un emerge -uD kdelibs, e se non trova nulla, potresti dare emerge =kdelibs-3.3.2-r5, così almeno hai una configurazione simile alla mia.
Più di questo non so che dirti! |
|
Back to top |
|
|
leon_73 Guru
Joined: 13 Mar 2003 Posts: 505 Location: Milano
|
Posted: Tue Apr 05, 2005 2:50 pm Post subject: |
|
|
Code: | mnt # emerge -uvptD kdelibs
These are the packages that I would merge, in reverse order:
Calculating dependencies ...done!
[nomerge ] kde-base/kdelibs-3.3.2-r7 +alsa +arts +cups -debug -doc +ipv6 -kdeenablefinal +kerberos +ldap +spell +ssl +tiff -xinerama
[nomerge ] app-text/ghostscript-7.07.1-r8 +X -cjk +cups -debug -emacs +gtk
[ebuild U ] x11-libs/gtk+-2.6.4-r1 [2.6.2] -debug -doc +jpeg -static +tiff 10,985 kB
[ebuild U ] x11-libs/pango-1.8.1 [1.8.0] -debug -doc -static 973 kB
[ebuild U ] dev-libs/libxslt-1.1.12 [1.1.9-r1] +crypt +python 1,736 kB
[nomerge ] sys-apps/man-1.5p -debug +nls
[nomerge ] sys-process/cronbase-0.3.1
[nomerge ] dev-lang/perl-5.8.5-r5 +berkdb -debug -doc +gdbm -ithreads -perlsuid (-uclibc)
[nomerge ] sys-libs/db-4.1.25_p1-r4 -bootstrap -doc +java* -nocxx +tcltk*
[nomerge ] dev-java/sun-jdk-1.4.2.07-r1 -doc -jce -mozilla
[nomerge ] sys-libs/lib-compat-1.4 +sdl*
[nomerge ] media-libs/libsdl-1.2.7-r3 +X -aalib +alsa +arts -debug -dga +directfb +esd +fbcon -ggi -libcaca -nas -noaudio -nojoystick -novideo +opengl -oss -svga -xinerama +xv
[ebuild U ] kde-base/arts-1.3.2-r1 [1.3.2] +alsa +arts +artswrappersuid -debug +esd -hardened +jack -kdeenablefinal -mad +oggvorbis -xinerama 945 kB
[nomerge ] net-fs/samba-3.0.10 +acl +cups -debug -doc +kerberos +ldap +libclamav +mysql -oav +pam -postgres +python +quotas +readline (-selinux) +winbind +xml +xml2
[ebuild U ] app-crypt/mit-krb5-1.3.6-r2 [1.3.6-r1] -krb4 -static 6,380 kB
[nomerge ] dev-libs/popt-1.7-r1 +nls
[nomerge ] x11-libs/qt-3.3.4-r2 +cups -debug -doc -firebird +gif -immqt -immqt-bc +ipv6 +mysql -nas +odbc +opengl -postgres +sqlite -xinerama +zlib
[nomerge ] net-print/cups-1.1.23-r1 -debug +nls +pam +samba +slp +ssl
[ebuild U ] net-libs/openslp-1.2.1 [1.0.11] 865 kB
[ebuild UD] dev-perl/DBD-mysql-2.1027 [2.9004] 95 kB
[nomerge ] dev-perl/DBI-1.38-r1
[nomerge ] dev-perl/PlRPC-0.2016-r1
[nomerge ] dev-perl/Net-Daemon-0.37
[ebuild UD] dev-db/mysql-4.0.24 [5.0.4_beta20050328] +berkdb -debug +innodb +perl +readline (-selinux) +ssl -static -tcpd 16,489 kB
[ebuild U ] dev-libs/DirectFB-0.9.21 [0.9.20-r1] -debug +fbcon -fusion +gif +jpeg +mmx +mpeg +png +sdl +sse -static +truetype 1,695 kB
[ebuild U ] media-libs/giflib-4.1.3 [4.1.0-r3] +X +gif 556 kB
[ebuild U ] dev-lang/nasm-0.98.38-r1 [0.98.38] -build -doc 535 kB
[nomerge ] media-plugins/alsa-jack-1.0.8
[nomerge ] media-sound/jack-audio-connection-kit-0.99.0-r1 +alsa (-altivec) -caps -debug -doc -jack-tmpfs -oss -portaudio
[nomerge ] dev-util/pkgconfig-0.15.0
[nomerge ] media-sound/esound-0.2.34 +alsa +ipv6 -tcpd
[nomerge ] media-libs/alsa-lib-1.0.8 -doc +jack
[ebuild NS ] sys-kernel/vanilla-sources-2.6.11.5 -build +doc -symlink 36,213 kB
[nomerge ] app-text/docbook-sgml-utils-0.6.12 -tetex
[nomerge ] app-text/docbook-xml-dtd-4.3
[ebuild U ] app-text/docbook-xsl-stylesheets-1.66.1 [1.65.1] 1,514 kB
[nomerge ] app-text/openjade-1.3.2-r1 -debug
[ebuild U ] app-text/opensp-1.5.1 [1.5-r1] +nls 1,385 kB
[nomerge ] dev-lang/tcl-8.4.6 -threads
[nomerge ] sys-libs/glibc-2.3.4.20041102-r1 -build -debug -erandom -hardened (-multilib) +nls -nomalloccheck +nptl -nptlonly -pic +userlocales
[nomerge ] sys-devel/gcc-3.3.5-r1 (-altivec) -bootstrap -boundschecking -build -debug -fortran -gcj +gtk -hardened (-ip28) (-multilib) -multislot (-n32) (-n64) +nls -nocxx -objc -static (-uclibc)
[ebuild U ] sys-devel/gcc-config-1.3.10-r1 [1.3.8-r4] 0 kB
[nomerge ] x11-terms/xterm-197 -Xaw3d -debug +truetype +unicode
[nomerge ] sys-apps/utempter-0.5.5.5-r1 -debug
[nomerge ] app-arch/rpm2targz-9.0-r2
[ebuild U ] app-arch/cpio-2.6-r2 [2.6-r1] +nls 0 kB
[nomerge ] sys-apps/which-2.16
[nomerge ] dev-lang/tk-8.4.6-r1 -threads
[nomerge ] x11-base/xorg-x11-6.8.2-r1 -3dfx -3dnow +bitmap-fonts -cjk -debug -dlloader -dmx -doc +font-server -hardened -insecure-drivers +ipv6 -minimal +mmx +nls +opengl +pam -sdk +sse -static +truetype-fonts +type1-fonts (-uclibc) -xprint +xv
[nomerge ] sys-apps/util-linux-2.12i-r1 +crypt -debug +nls +pam +perl (-selinux) -static
[nomerge ] sys-apps/pam-login-3.14 -livecd +nls (-selinux)
[ebuild U ] sys-libs/pam-0.77-r6 [0.77] +berkdb -debug -pwdb (-selinux) 3,552 kB
[nomerge ] sys-libs/cracklib-2.7-r11 -debug -minimal +pam
[ebuild U ] sys-apps/miscfiles-1.4.2 [1.3-r1] -minimal 1,489 kB
[nomerge ] sys-libs/readline-5.0-r2
[ebuild U ] app-shells/bash-3.0-r9 [3.0-r8] -build -debug +nls 0 kB
Total size of downloads: 85,414 kB
|
penso che aspettero' la prima occasione in cui impazzisco e lancio un bel emerge -e world e nel frattempo aspettero' se a qualcuno viene qualche altra idea...
comunque grazie.
Leo |
|
Back to top |
|
|
AlterX l33t
Joined: 03 Apr 2004 Posts: 754 Location: rm -rf /*
|
Posted: Tue Apr 05, 2005 2:56 pm Post subject: |
|
|
leon_73 wrote: | Code: | mnt # emerge -uvptD kdelibs
These are the packages that I would merge, in reverse order:
Calculating dependencies ...done!
[nomerge ] kde-base/kdelibs-3.3.2-r7 +alsa +arts +cups -debug -doc +ipv6 -kdeenablefinal +kerberos +ldap +spell +ssl +tiff -xinerama
[nomerge ] app-text/ghostscript-7.07.1-r8 +X -cjk +cups -debug -emacs +gtk
[ebuild U ] x11-libs/gtk+-2.6.4-r1 [2.6.2] -debug -doc +jpeg -static +tiff 10,985 kB
[ebuild U ] x11-libs/pango-1.8.1 [1.8.0] -debug -doc -static 973 kB
[ebuild U ] dev-libs/libxslt-1.1.12 [1.1.9-r1] +crypt +python 1,736 kB
[nomerge ] sys-apps/man-1.5p -debug +nls
[nomerge ] sys-process/cronbase-0.3.1
[nomerge ] dev-lang/perl-5.8.5-r5 +berkdb -debug -doc +gdbm -ithreads -perlsuid (-uclibc)
[nomerge ] sys-libs/db-4.1.25_p1-r4 -bootstrap -doc +java* -nocxx +tcltk*
[nomerge ] dev-java/sun-jdk-1.4.2.07-r1 -doc -jce -mozilla
[nomerge ] sys-libs/lib-compat-1.4 +sdl*
[nomerge ] media-libs/libsdl-1.2.7-r3 +X -aalib +alsa +arts -debug -dga +directfb +esd +fbcon -ggi -libcaca -nas -noaudio -nojoystick -novideo +opengl -oss -svga -xinerama +xv
[ebuild U ] kde-base/arts-1.3.2-r1 [1.3.2] +alsa +arts +artswrappersuid -debug +esd -hardened +jack -kdeenablefinal -mad +oggvorbis -xinerama 945 kB
[nomerge ] net-fs/samba-3.0.10 +acl +cups -debug -doc +kerberos +ldap +libclamav +mysql -oav +pam -postgres +python +quotas +readline (-selinux) +winbind +xml +xml2
[ebuild U ] app-crypt/mit-krb5-1.3.6-r2 [1.3.6-r1] -krb4 -static 6,380 kB
[nomerge ] dev-libs/popt-1.7-r1 +nls
[nomerge ] x11-libs/qt-3.3.4-r2 +cups -debug -doc -firebird +gif -immqt -immqt-bc +ipv6 +mysql -nas +odbc +opengl -postgres +sqlite -xinerama +zlib
[nomerge ] net-print/cups-1.1.23-r1 -debug +nls +pam +samba +slp +ssl
[ebuild U ] net-libs/openslp-1.2.1 [1.0.11] 865 kB
[ebuild UD] dev-perl/DBD-mysql-2.1027 [2.9004] 95 kB
[nomerge ] dev-perl/DBI-1.38-r1
[nomerge ] dev-perl/PlRPC-0.2016-r1
[nomerge ] dev-perl/Net-Daemon-0.37
[ebuild UD] dev-db/mysql-4.0.24 [5.0.4_beta20050328] +berkdb -debug +innodb +perl +readline (-selinux) +ssl -static -tcpd 16,489 kB
[ebuild U ] dev-libs/DirectFB-0.9.21 [0.9.20-r1] -debug +fbcon -fusion +gif +jpeg +mmx +mpeg +png +sdl +sse -static +truetype 1,695 kB
[ebuild U ] media-libs/giflib-4.1.3 [4.1.0-r3] +X +gif 556 kB
[ebuild U ] dev-lang/nasm-0.98.38-r1 [0.98.38] -build -doc 535 kB
[nomerge ] media-plugins/alsa-jack-1.0.8
[nomerge ] media-sound/jack-audio-connection-kit-0.99.0-r1 +alsa (-altivec) -caps -debug -doc -jack-tmpfs -oss -portaudio
[nomerge ] dev-util/pkgconfig-0.15.0
[nomerge ] media-sound/esound-0.2.34 +alsa +ipv6 -tcpd
[nomerge ] media-libs/alsa-lib-1.0.8 -doc +jack
[ebuild NS ] sys-kernel/vanilla-sources-2.6.11.5 -build +doc -symlink 36,213 kB
[nomerge ] app-text/docbook-sgml-utils-0.6.12 -tetex
[nomerge ] app-text/docbook-xml-dtd-4.3
[ebuild U ] app-text/docbook-xsl-stylesheets-1.66.1 [1.65.1] 1,514 kB
[nomerge ] app-text/openjade-1.3.2-r1 -debug
[ebuild U ] app-text/opensp-1.5.1 [1.5-r1] +nls 1,385 kB
[nomerge ] dev-lang/tcl-8.4.6 -threads
[nomerge ] sys-libs/glibc-2.3.4.20041102-r1 -build -debug -erandom -hardened (-multilib) +nls -nomalloccheck +nptl -nptlonly -pic +userlocales
[nomerge ] sys-devel/gcc-3.3.5-r1 (-altivec) -bootstrap -boundschecking -build -debug -fortran -gcj +gtk -hardened (-ip28) (-multilib) -multislot (-n32) (-n64) +nls -nocxx -objc -static (-uclibc)
[ebuild U ] sys-devel/gcc-config-1.3.10-r1 [1.3.8-r4] 0 kB
[nomerge ] x11-terms/xterm-197 -Xaw3d -debug +truetype +unicode
[nomerge ] sys-apps/utempter-0.5.5.5-r1 -debug
[nomerge ] app-arch/rpm2targz-9.0-r2
[ebuild U ] app-arch/cpio-2.6-r2 [2.6-r1] +nls 0 kB
[nomerge ] sys-apps/which-2.16
[nomerge ] dev-lang/tk-8.4.6-r1 -threads
[nomerge ] x11-base/xorg-x11-6.8.2-r1 -3dfx -3dnow +bitmap-fonts -cjk -debug -dlloader -dmx -doc +font-server -hardened -insecure-drivers +ipv6 -minimal +mmx +nls +opengl +pam -sdk +sse -static +truetype-fonts +type1-fonts (-uclibc) -xprint +xv
[nomerge ] sys-apps/util-linux-2.12i-r1 +crypt -debug +nls +pam +perl (-selinux) -static
[nomerge ] sys-apps/pam-login-3.14 -livecd +nls (-selinux)
[ebuild U ] sys-libs/pam-0.77-r6 [0.77] +berkdb -debug -pwdb (-selinux) 3,552 kB
[nomerge ] sys-libs/cracklib-2.7-r11 -debug -minimal +pam
[ebuild U ] sys-apps/miscfiles-1.4.2 [1.3-r1] -minimal 1,489 kB
[nomerge ] sys-libs/readline-5.0-r2
[ebuild U ] app-shells/bash-3.0-r9 [3.0-r8] -build -debug +nls 0 kB
Total size of downloads: 85,414 kB
|
penso che aspettero' la prima occasione in cui impazzisco e lancio un bel emerge -e world e nel frattempo aspettero' se a qualcuno viene qualche altra idea...
comunque grazie.
Leo |
per avere le kdelibs aggiornate all'ultima versione, mi sembra che ci siano troppi aggiornamenti da fare!!
IMHO il problema sta nelle dipendenze non aggiornate, tant è che ti chiede di emergere kdelibs prima di kdevelop |
|
Back to top |
|
|
|
|
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum
|
|