Bug List: (This bug is not in your last search results)   Show last search results      Search page      Enter new bug
Bug#: 16537
Alias:
Product:
Component:
Status: RESOLVED
Resolution: FIXED
Assigned To: Peter Johanson (RETIRED) <latexer@gentoo.org>
Hardware:
OS:
Version:
Priority:
Severity:
Reporter: Eric Olinger <EvvL@RustedHalo.net>
Add CC:
CC:
URL:
Summary:
Status Whiteboard:
Keywords:

Filename Description Type Creator Created Size Actions
Create a New Attachment (proposed patch, testcase, etc.) View All

Bug 16537 depends on: Show dependency tree
Bug 16537 blocks:
Votes: 0    Show votes for this bug    Vote for this bug

Additional Comments: (this is where you put emerge --info)


Not eligible to see or edit group visibility for this bug.






View Bug Activity   |   Format For Printing   |   XML   |   Clone This Bug


Description:   Opened: 2003-02-28 01:52 0000
When trying to emege the current linux-wlan-ng-0.1.16_pre9.ebuild, the ebuild
tries to download pcmcia-cs-command.tar.gz insted of using the correct version
installed on the system.

Reproducible: Always
Steps to Reproduce:
1.emerge linux-wlan-ng
2.
3.
Actual Results:  
>> emerge -f linux-wlan-ng
Calculating dependencies ...done!
>>> emerge (1 of 1) net-wireless/linux-wlan-ng-0.1.16_pre9 to /
>>> Downloading ftp://ftp.ibiblio.org/pub/linux/distributions/gentoo/distfiles/pcmcia-cs-command.tar.gz
--22:53:10--  ftp://ftp.ibiblio.org/pub/linux/distributions/gentoo/distfiles/pcmcia-cs-command.tar.gz
           => `/usr/portage/distfiles/pcmcia-cs-command.tar.gz'
Resolving ftp.ibiblio.org... done.
Connecting to ftp.ibiblio.org[152.2.210.81]:21... connected.
Logging in as anonymous ... Logged in!
==> SYST ... done.    ==> PWD ... done.
==> TYPE I ... done.  ==> CWD /pub/linux/distributions/gentoo/distfiles ... done.
==> PASV ... done.    ==> RETR pcmcia-cs-command.tar.gz ...
No such file `pcmcia-cs-command.tar.gz'.

Expected Results:  
Downloaded the tarball for the pcmcia-cs currently installed on the system
if it want on the system already.

------- Comment #1 From Eric Olinger 2003-02-28 02:04:50 0000 -------
Found a fix for whats wrong. You need to drop the double qoutes on the 
PCMCIA_VERSION="`$(which cardmgr) -V 2>&1 | cut -f3 -d' '`" 
line to make it
PCMCIA_VERSION=`$(which cardmgr) -V 2>&1 | cut -f3 -d' '`
else the command grabs the "command" (field 3) from the 
'-bash: 3.2.3: command not found' error

------- Comment #2 From Peter Johanson (RETIRED) 2003-02-28 02:52:31 0000 -------
Changed. Thank you.

Bug List: (This bug is not in your last search results)   Show last search results      Search page      Enter new bug