Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 43853 - Typo in coreutils-5.2.0.ebuild
Summary: Typo in coreutils-5.2.0.ebuild
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Core system (show other bugs)
Hardware: All Linux
: High minor (vote)
Assignee: Seemant Kulleen (RETIRED)
URL:
Whiteboard:
Keywords:
: 43855 (view as bug list)
Depends on:
Blocks:
 
Reported: 2004-03-05 22:03 UTC by cerement
Modified: 2004-03-06 00:50 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 cerement 2004-03-05 22:03:04 UTC
Typo exists in coreutils-5.2.0.ebuild on line 20.
Line currently reads:
	http://dev.gentoo.org/~seemant/extras/${P}-${I18N-VER}.patch.gz
Line should read:
	http://dev.gentoo.org/~seemant/extras/${P}-${I18N_VER}.patch.gz


Reproducible: Always
Steps to Reproduce:
1. emerge sync
2. emerge -uD world when ACCEPT_KEYWORDS="~x86"

Actual Results:  
>>> Downloading http://dev.gentoo.org/~seemant/extras/coreutils-5.2.0-VER.patch.gz
--21:58:28--  http://dev.gentoo.org/%7Eseemant/extras/coreutils-5.2.0-VER.patch.gz
           => `/usr/portage/distfiles/coreutils-5.2.0-VER.patch.gz'
Resolving dev.gentoo.org... 128.193.0.39
Connecting to dev.gentoo.org[128.193.0.39]:80... connected.
HTTP request sent, awaiting response... 404 Not Found
21:58:28 ERROR 404: Not Found.
 
!!! Couldn't download coreutils-5.2.0-VER.patch.gz. Aborting.


Expected Results:  
Successful download of coreutils-5.2.0-i18n-0.1.patch.gz

To fix, simply edit line 20 of coreutils-5.2.0.ebuild to read:
        http://dev.gentoo.org/~seemant/extras/${P}-${I18N_VER}.patch.gz
Comment 1 SpanKY gentoo-dev 2004-03-05 22:52:19 UTC
err, i fixed it
Comment 2 SpanKY gentoo-dev 2004-03-06 00:50:17 UTC
*** Bug 43855 has been marked as a duplicate of this bug. ***