Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 18783 - merging linux-wlan-ng-0.2.0-r1 results in failure finding ".tar.gz" on mirrors
Summary: merging linux-wlan-ng-0.2.0-r1 results in failure finding ".tar.gz" on mirrors
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Core system (show other bugs)
Hardware: x86 All
: High normal
Assignee: Peter Johanson (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-04-04 22:15 UTC by Michael Brailsford
Modified: 2003-10-09 06:47 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 Michael Brailsford 2003-04-04 22:15:50 UTC
ACCEPT_KEYWORDS="~x86" emerge linux-wlan-ng results in an error that the file
".tar.gz" was not found on the mirrors.

Reproducible: Always
Steps to Reproduce:
1.ACCEPT_KEYWORDS="~x86" emerge linuz-wlan-ng


Actual Results:  
"!!! Couldn't download .tar.gz.  Aborting"

Expected Results:  
compiled the wlan-ng modules
Comment 1 Bret Towe 2003-04-04 22:19:10 UTC
it looks to be a problem with the best_version item in the ebuild
is this a new portage feature? if so is it in the masked ver only?
Comment 2 Spundun Bhatt 2003-04-05 18:28:20 UTC
I am having this annoying problem too..... is there any way to fix this manually?
Thanx
Spundun
Comment 3 Georg Müller 2003-04-05 18:52:18 UTC
it is "sed" 
 
in other words: 
s:sed:/bin/sed: ;-) 
 
after adding the full path to sed it worked :-) 
Comment 4 Peter Johanson (RETIRED) gentoo-dev 2003-04-05 20:14:50 UTC
i've talked to carpaski, and apparently using bash outside of the src_compile, etc sections is a no-no. i'll have a fix for this by the end of the weekend once i make up some patches, until then, add the full path to sed as suggested. (the reason for this is a move to get all drivers which compile against pcmcia-cs to compile against whatever version of  pcmcia-cs is installed)
Comment 5 Peter Johanson (RETIRED) gentoo-dev 2003-04-06 22:02:48 UTC
okay. commited a new format for linux-wlan-ng-0.2.0-r1.ebuild. please test, as this uses a much more intelligent method for pcmcia-cs version picking, without doing pesky bash stuff in the PCMCIA_VERSION variable definition. 
Comment 6 Peter Johanson (RETIRED) gentoo-dev 2003-10-09 06:47:17 UTC
As nobody has complained, and the new setup seems nicer, marking closed.