Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 10032 - kde-3.1_rc1 fails to fetch files
Summary: kde-3.1_rc1 fails to fetch files
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] KDE (show other bugs)
Hardware: x86 Linux
: High normal
Assignee: Gentoo KDE team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2002-10-31 16:14 UTC by Christopher Rude
Modified: 2003-02-04 19:42 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Christopher Rude 2002-10-31 16:14:37 UTC
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
Comment 1 Hannes Mehnert (RETIRED) gentoo-dev 2002-10-31 17:35:13 UTC
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.  
Comment 2 Christopher Rude 2002-10-31 22:26:48 UTC
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   
Comment 3 Christopher Rude 2002-10-31 22:35:35 UTC
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'.    
Comment 4 Christopher Rude 2002-10-31 22:51:16 UTC
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 ;~)  
Comment 5 Dan Armak (RETIRED) gentoo-dev 2002-11-01 08:41:58 UTC
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 :-) 
Comment 6 Christopher Rude 2002-11-01 10:53:52 UTC
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 ;~>