Downloading ftp://download.tw.kde.org/pub/kde//stable/3.1_rc1/src/kdelibs-3.1_rc1.tar.bz2 1. stable should be unstable 2. tha tar is actualy kdelibs-3.0.9.tar.bz2 I succsessfuly built libs by downloading the kdelibs-3.0.9.tar.bz2 and renamiing it to kdelibs-3.1_rc1.tar.bz2. the other ebuilds are affected.. but because I am at work, I can tell you that it didn't go furthuer than the libs and the the problem that it is comming after this has to do with not being able to run configure. after unpacking sources (I belive that it is looking for it in another directory. I'm sorry that I can not be more specific at this moment.. I will see what I find when I get home Thanks
works here, sure you updated your portage tree? the uri where to fetch the tarballs are defined in eclasses/kde.org.eclass. please try to emerge sync and emerge kde again.
Tried emerge sync and emerge kde... no luck I looked at eclass/kde.org.eclass (eclasses does not exist) it apears correct I rmerged portage I also emerged clean... I'm lost
This is the contents of my kde.org.eclass # Copyright 1999-2000 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 # Author Dan Armak <danarmak@gentoo.org> # $Header: /home/cvsroot/gentoo-x86/eclass/kde.org.eclass,v 1.19 2002/10/31 10:55:07 danarmak Exp $ # Contains the locations of ftp.kde.org packages and their mirrors ECLASS=kde.org INHERITED="$INHERITED $ECLASS" # kde 3.1 prereleases have tarball versions of 3.0.6 ff case "$PV" in 1*) SRC_PATH="stable/3.0.2/src/${P}.tar.bz2";; # backward compatibility for unmerging ebuilds 2.2.2) SRC_PATH="Attic/2.2.2/src/${P}.tar.bz2" ;; 3.1_alpha1) SRC_PATH="unstable/kde-3.1-alpha1/src/${P//3.1_alpha1/3.0.6}.tar.bz2" ;; 3.1_beta1) SRC_PATH="unstable/kde-3.1-beta1/src/${P//3.1_beta1/3.0.7}.tar.bz2" ;; 3.1_beta2) SRC_PATH="unstable/kde-3.1-beta2/src/${P//3.1_beta2/3.0.8}.tar.bz2" ;; 3.1_rc1) SRC_PATH="unstable/kde-3.1-rc1/src/${P//3.1_rc1/3.0.9}.tar.bz2" ;; 3*) SRC_PATH="stable/$PV/src/${P}.tar.bz2" ;; 5) SRC_URI="" # cvs ebuilds, no SRC_URI needed debug-print "$ECLASS: finished, cvs detected, SRC_URI=$SRC_URI" return 0 ;; *) debug-print "$ECLASS: Error: unrecognized version $PV, could not set SRC_URI" ;; esac SRC_URI="mirror://kde/$SRC_PATH" debug-print "$ECLASS: finished, SRC_URI=$SRC_URI" This is the output emerge gives me phlashback@phlashback kde3.1rc1 $ sudo emerge kde Calculating dependencies ...done! >>> emerge (1 of 1) kde-base/kdelibs-3.1_rc1 to / >>> Downloading http://www.ibiblio.org/pub/Linux/distributions/gentoo/distfiles/kdelibs-3.1_rc1.tar.bz2 --22:21:56-- http://www.ibiblio.org/pub/Linux/distributions/gentoo/distfiles/kdelibs-3.1_rc1.tar.bz2 => `/usr/portage/distfiles/kdelibs-3.1_rc1.tar.bz2' Resolving www.ibiblio.org... done. Connecting to www.ibiblio.org[152.2.210.81]:80... connected. HTTP request sent, awaiting response... 404 Not Found 22:21:57 ERROR 404: Not Found. >>> Downloading http://ibiblio.org/pub/packages/desktops/kde//stable/3.1_rc1/src/kdelibs-3.1_rc1.tar.bz2 --22:21:57-- http://ibiblio.org/pub/packages/desktops/kde/stable/3.1_rc1/src/kdelibs-3.1_rc1.tar.bz2 => `/usr/portage/distfiles/kdelibs-3.1_rc1.tar.bz2' Resolving ibiblio.org... done. Connecting to ibiblio.org[152.2.210.81]:80... connected. HTTP request sent, awaiting response... 404 Not Found 22:21:57 ERROR 404: Not Found. >>> Downloading ftp://ftp.kde.org/pub/kde//stable/3.1_rc1/src/kdelibs-3.1_rc1.tar.bz2 --22:21:57-- ftp://ftp.kde.org/pub/kde/stable/3.1_rc1/src/kdelibs-3.1_rc1.tar.bz2 => `/usr/portage/distfiles/kdelibs-3.1_rc1.tar.bz2' Resolving ftp.kde.org... done. Connecting to ftp.kde.org[131.220.60.97]:21... connected. Logging in as anonymous ... Logged in! ==> SYST ... done. ==> PWD ... done. ==> TYPE I ... done. ==> CWD /pub/kde/stable/3.1_rc1/src ... No such directory `pub/kde/stable/3.1_rc1/src'.
I think that I figured it out.... /var/cache/edb/dep/kde-base/kde*3.1_rc1 is where it tried to use the wrong download point. I removed all files reffering to rc1, and it appears to build.. atleast downloads sources wish me luck ;~)
kde-dist.eclass was broken for a few hours after I first committed the rc1 ebuilds. You must have tied to use them in that time and gotten a bad cache as a result. Anyway, now it's working :-)
Thanks again for your help. It seems to be working great. I think that I started just minuts after they became available... so that would explain it ;~>