hi !
On Monday 24 February 2003 19:49, Spundun Bhatt wrote:
> I am getting a similar error with similar package.... tried adding all
> the US links to the list and here is the error output.
> root # emerge -u --deep world -f
> Calculating world dependencies ...done!
>
> >>> emerge (1 of 15) sys-libs/db-3.2.9-r2 to /
> >>> emerge (2 of 15) sys-devel/gcc-3.2.2-r1 to /
> >>> emerge (3 of 15) sys-libs/glibc-2.3.2_pre1 to /
> >>> emerge (4 of 15) x11-misc/xscreensaver-4.08 to /
> >>> emerge (5 of 15) gnome-base/gnome-panel-1.4.2-r2 to /
> >>> emerge (6 of 15) media-plugins/xmms-status-plugin-1.0_pre1 to /
> >>> emerge (7 of 15) net-wireless/linux-wlan-ng-0.1.16_pre9 to /
> >>> Downloading
>
> ftp://mirror.iawnet.sandia.gov/pub/gentoo//distfiles/pcmcia-cs-command.tar.
>gz --10:41:06--
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
hope this helps
Joe
--
[EMAIL PROTECTED] mailing list