<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
<!DOCTYPE bugzilla SYSTEM "http://bugs.gentoo.org/bugzilla.dtd">

<bugzilla version="2.22.7"
          urlbase="http://bugs.gentoo.org/"
          maintainer="bugzilla@gentoo.org"
>

    <bug>
          <bug_id>16537</bug_id>
          
          <creation_ts>2003-02-28 01:52 0000</creation_ts>
          <short_desc>The linux-wlan-ng-0.1.16_pre9.ebuild fails tring to download pcmcia-cs-command.tar.gz</short_desc>
          <delta_ts>2003-02-28 02:52:31 0000</delta_ts>
          <reporter_accessible>1</reporter_accessible>
          <cclist_accessible>1</cclist_accessible>
          <classification_id>1</classification_id>
          <classification>Unclassified</classification>
          <product>Gentoo Linux</product>
          <component>Ebuilds</component>
          <version>unspecified</version>
          <rep_platform>All</rep_platform>
          <op_sys>Linux</op_sys>
          <bug_status>RESOLVED</bug_status>
          <resolution>FIXED</resolution>
          
          
          
          <priority>P2</priority>
          <bug_severity>normal</bug_severity>
          <target_milestone>---</target_milestone>
          
          
          
          <everconfirmed>1</everconfirmed>
          <reporter>EvvL@RustedHalo.net</reporter>
          <assigned_to>latexer@gentoo.org</assigned_to>
          

      

      
          <long_desc isprivate="0">
            <who>EvvL@RustedHalo.net</who>
            <bug_when>2003-02-28 01:52:10 0000</bug_when>
            <thetext>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:  
&gt;&gt; emerge -f linux-wlan-ng
Calculating dependencies ...done!
&gt;&gt;&gt; emerge (1 of 1) net-wireless/linux-wlan-ng-0.1.16_pre9 to /
&gt;&gt;&gt; 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
           =&gt; `/usr/portage/distfiles/pcmcia-cs-command.tar.gz&apos;
Resolving ftp.ibiblio.org... done.
Connecting to ftp.ibiblio.org[152.2.210.81]:21... connected.
Logging in as anonymous ... Logged in!
==&gt; SYST ... done.    ==&gt; PWD ... done.
==&gt; TYPE I ... done.  ==&gt; CWD /pub/linux/distributions/gentoo/distfiles ... done.
==&gt; PASV ... done.    ==&gt; RETR pcmcia-cs-command.tar.gz ...
No such file `pcmcia-cs-command.tar.gz&apos;.

Expected Results:  
Downloaded the tarball for the pcmcia-cs currently installed on the system
if it want on the system already.</thetext>
          </long_desc>
          <long_desc isprivate="0">
            <who>EvvL@RustedHalo.net</who>
            <bug_when>2003-02-28 02:04:50 0000</bug_when>
            <thetext>Found a fix for whats wrong. You need to drop the double qoutes on the 
PCMCIA_VERSION=&quot;`$(which cardmgr) -V 2&gt;&amp;1 | cut -f3 -d&apos; &apos;`&quot; 
line to make it
PCMCIA_VERSION=`$(which cardmgr) -V 2&gt;&amp;1 | cut -f3 -d&apos; &apos;`
else the command grabs the &quot;command&quot; (field 3) from the 
&apos;-bash: 3.2.3: command not found&apos; error</thetext>
          </long_desc>
          <long_desc isprivate="0">
            <who>latexer@gentoo.org</who>
            <bug_when>2003-02-28 02:52:31 0000</bug_when>
            <thetext>Changed. Thank you.</thetext>
          </long_desc>
      
    </bug>

</bugzilla>