Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 40264 - Ebuilds for KDE 3.2.0 final specify 3.2.0 in the ftp path, but its 3.2 on the kde mirrors
Summary: Ebuilds for KDE 3.2.0 final specify 3.2.0 in the ftp path, but its 3.2 on the...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] KDE (show other bugs)
Hardware: x86 Linux
: High major (vote)
Assignee: Gentoo KDE team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-02-03 06:11 UTC by Alex Boag-Munroe
Modified: 2004-02-03 06:40 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 Alex Boag-Munroe 2004-02-03 06:11:22 UTC
When emerging kde 3.2.0 it fails with being unable to locate and download the files.  After investigation this is due to the ${PV} variable putting 3.2.0 into the download path.  KDE have chosen to use 3.2 instead on their mirrors, example:

ftp://download.kde.org/pub/kde/stable/3.2

instead of 

ftp://download.kde.org/pub/kde/stable/3.2.0

I proved this by manually editing the ebuild file for arts 1.2.0 to the correct download path, and it downloaded and compiled no problem.

This can be easily fixed if you rename the ebuilds with 3.2.0 in their filename to 3.2 from what I can see.

Reproducible: Always
Steps to Reproduce:
1. Unmask the kde 3.2.0 ebuilds
2. CD to /usr/portage/kde-base/kde
3. emerge -u ./kde-3.2.0.ebuild

Actual Results:  
emerge reports it cannot download the required packages

Expected Results:  
Should download, compile and install as expected
Comment 1 Caleb Tennis (RETIRED) gentoo-dev 2004-02-03 06:12:20 UTC
fixed it about 10 minutes ago - thanks for the report.
Comment 2 Alex Boag-Munroe 2004-02-03 06:23:16 UTC
How long does it usually take for the fix to propagate to the rsync mirrors?
Comment 3 Caleb Tennis (RETIRED) gentoo-dev 2004-02-03 06:25:51 UTC
i think most mirrors resync every 30 minutes, so it may take from 30-90 minutes.
Comment 4 Alex Boag-Munroe 2004-02-03 06:27:34 UTC
Thanks :)
Comment 5 Paul de Vrieze (RETIRED) gentoo-dev 2004-02-03 06:37:31 UTC
caleb, kdelibs still needs to be fixed (it doesn't use kde-dist.eclass). My cvs tree is too old so repoman fails, else I'd do it myself
Comment 6 Caleb Tennis (RETIRED) gentoo-dev 2004-02-03 06:40:42 UTC
done and done.  thanks.