On Mon, 2003-02-24 at 12:25, Joe Stone wrote:

> you have a problem :-)
> 
> have a look at linux-wlan-ng-0.1.16_pre9.ebuild:
> 
>   PCMCIA_VERSION="`cardmgr -V 2>&1 | cut -f3 -d' '`"
>   PCMCIA_CS="pcmcia-cs-${PCMCIA_VERSION}"
>   PCMCIA_DIR="${WORKDIR}/${PCMCIA_CS}"
> 
>   MY_P=${P/_/-}
>   S=${WORKDIR}/${MY_P}
>   DESCRIPTION="The linux-wlan Project"
>   SRC_URI="ftp://ftp.linux-wlan.org/pub/linux-wlan-ng/${MY_P}.tar.gz
>                 pcmcia? ( mirror://sourceforge/pcmcia-cs/${PCMCIA_CS}.tar.gz)"
> 
> the pcmcia file-name is beeing built out of ${PCMCIA_CS}.tar.gz
> PCMCIA_CS comes from "pcmcia-cs-${PCMCIA_VERSION}"
> and PCMCIA_VERSION from "`cardmgr -V 2>&1 | cut -f3 -d' '`"
> 
> I tried to execute cardmgr -V with the following result:
> -bash: cardmgr: command not found
> 
> So, it's clear, where this "command" comes from.
> 
> I don't know, where this cardmgr is sitting (I don't have pcmcia,...)
> I believe, cardmgr is included in pcmcia-cs *g*
> 
> A fast hack is to change in the linux-wlan-ng-xxxxxxx.ebuild
> PCMCIA_CS="pcmcia-cs-${PCMCIA_VERSION}"
> to
> PCMCIA_CS="pcmcia-cs-3.2.1.tar.gz"
> which is the version used by emerge pcmcia-cs -p
> 
> better would be, that you try to find cardmgr
> 
Thanx a lot for the hint Joe,
I have a cardmgr and i spits out version 3.2.3
I emerged that just a couple of day back, I remember clearly.... also
that same day this linux-wlan-ng was the next package in my update list
and it failed and its been failing since then...
Should I downgrade to 3.2.1? Is there a problem with the mirrors?
Anyone any idea?
Thanx again
Spundun
> hope this helps
> Joe
> 
> 
> --
> [EMAIL PROTECTED] mailing list


--
[EMAIL PROTECTED] mailing list

Reply via email to