Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 32092 - genpatches link error in 2.6.0-beta9
Summary: genpatches link error in 2.6.0-beta9
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Gentoo Linux bug wranglers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-10-27 02:54 UTC by xlyz
Modified: 2003-10-27 11:13 UTC (History)
1 user (show)

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 xlyz 2003-10-27 02:54:16 UTC
got only 404 errors with portage ebuild
changed
[ ! ${GPV} == 0 ] &&
GPATCH_URI="mirror://gentoo/distfiles/genpatches-2.6-${GPV}.tar.bz2"
to
[ ! ${GPV} == 0 ] && GPATCH_URI="mirror://gentoo/genpatches-2.6-${GPV}.tar.bz2"
and got the file


Reproducible: Always
Steps to Reproduce:
1.
2.
3.
Comment 1 Radek Podgorny 2003-10-27 04:00:52 UTC
Maybe I should file another bug but let's figure this out at once....

The "USE=vanilla emerge development-sources" is trying to download the genpatches
even when the "vanilla" keywork is used. Taking a quick look at the ebuild,
I suspect the GPV var should be set to 0 when vanilla is used (currently,
it's only se to 0.2 when vanilla is not used -> what is it set to when I
use vanilla?)

Thanks...
Radek
Comment 2 Radek Podgorny 2003-10-27 05:19:48 UTC
"GPV=0 USE=vanilla emerge development-sources" doesn't help either... :-(

Radek
Comment 3 Brandon Hale (RETIRED) gentoo-dev 2003-10-27 11:13:47 UTC
fixed, closing