From mboxrd@z Thu Jan  1 00:00:00 1970
Received: from lists.gentoo.org ([140.105.134.102] helo=robin.gentoo.org)
	by nuthatch.gentoo.org with esmtp (Exim 4.60)
	(envelope-from <gentoo-user+bounces-52956-garchives=archives.gentoo.org@gentoo.org>)
	id 1GY3u9-0001r5-7E
	for garchives@archives.gentoo.org; Thu, 12 Oct 2006 16:59:33 +0000
Received: from robin.gentoo.org (localhost [127.0.0.1])
	by robin.gentoo.org (8.13.8/8.13.6) with SMTP id k9CGtjuB000373;
	Thu, 12 Oct 2006 16:55:45 GMT
Received: from nf-out-0910.google.com (nf-out-0910.google.com [64.233.182.190])
	by robin.gentoo.org (8.13.8/8.13.6) with ESMTP id k9CGpk7s000728
	for <gentoo-user@lists.gentoo.org>; Thu, 12 Oct 2006 16:51:46 GMT
Received: by nf-out-0910.google.com with SMTP id x30so620410nfb
        for <gentoo-user@lists.gentoo.org>; Thu, 12 Oct 2006 09:51:46 -0700 (PDT)
DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws;
        s=beta; d=gmail.com;
        h=received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references;
        b=tyyQI4dJShE8ba5C8TGZAv+OiqlMXchFMjYhODvdiBudI7AfglnY4fJYfTNY9x0jScfaGBmyX/3o8+l8QaEDqtLEYXelfq5/Tj7rJgm0PuYJvvr7vQuufJ5uPQYAImVbHJWqm8mjpDgT5/B6Zf5jgraoBnDAfMAvDO/HoBnj2sE=
Received: by 10.82.136.4 with SMTP id j4mr410222bud;
        Thu, 12 Oct 2006 09:51:46 -0700 (PDT)
Received: by 10.82.154.17 with HTTP; Thu, 12 Oct 2006 09:51:46 -0700 (PDT)
Message-ID: <9b1675090610120951w76e2b392l5342865d691447d7@mail.gmail.com>
Date: Thu, 12 Oct 2006 10:51:46 -0600
From: "Trenton Adams" <trenton.d.adams@gmail.com>
To: gentoo-user@lists.gentoo.org
Subject: Re: [gentoo-user] eselect could not source blas.eselect
In-Reply-To: <200610121814.37121.bo.andresen@zlin.dk>
Precedence: bulk
List-Post: <mailto:gentoo-user@lists.gentoo.org>
List-Help: <mailto:gentoo-user+help@gentoo.org>
List-Unsubscribe: <mailto:gentoo-user+unsubscribe@gentoo.org>
List-Subscribe: <mailto:gentoo-user+subscribe@gentoo.org>
List-Id: Gentoo Linux mail <gentoo-user.gentoo.org>
X-BeenThere: gentoo-user@gentoo.org
Reply-to: gentoo-user@lists.gentoo.org
MIME-Version: 1.0
Content-Type: text/plain; charset=ISO-8859-1; format=flowed
Content-Disposition: inline
References: <9b1675090610111956m3f20abb4wd45cb403f6a9aa39@mail.gmail.com>
	 <200610120730.28903.bo.andresen@zlin.dk>
	 <9b1675090610120747r7203b8cew61792b46be574685@mail.gmail.com>
	 <200610121814.37121.bo.andresen@zlin.dk>
X-MIME-Autoconverted: from quoted-printable to 8bit by robin.gentoo.org id k9CGpk7s000728
Content-Transfer-Encoding: quoted-printable
X-MIME-Autoconverted: from 8bit to quoted-printable by robin.gentoo.org id k9CGtjud000373
X-Archives-Salt: 9981c16e-f52e-44f5-b816-20ba8ae05f31
X-Archives-Hash: bb5c1a411c74f74981eb05bc0d4fe7c7

Ahah, looks like you just found a bug Bo.


echo $(ESELECT_CORE_PATH=3D/usr/share/eselect/libs ;
>        source ${ESELECT_CORE_PATH}/core.bash ;
>        source ${ESELECT_CORE_PATH}/manip.bash ;
>        set -x ;
>        source /usr/share/eselect/modules/blas.eselect)
++ source /usr/share/eselect/modules/blas.eselect
+++ inherit config multilib portage
+++ local x
+++ for x in '${@}'
+++ [[ -e /usr/share/eselect/libs/config.bash ]]
+++ source /usr/share/eselect/libs/config.bash
+++ for x in '${@}'
+++ [[ -e /usr/share/eselect/libs/multilib.bash ]]
+++ source /usr/share/eselect/libs/multilib.bash
++++ ES_VALID_MULTILIB_DIRS=3D'lib lib32 lib64'
+++ for x in '${@}'
+++ [[ -e /usr/share/eselect/libs/portage.bash ]]
+++ source /usr/share/eselect/libs/portage.bash
+++ DESCRIPTION=3D'Manage installed BLAS implementations'
+++ MAINTAINER=3D'Danny van Dyk <kugelfang@gentoo.org>'
+++ SVN_DATE=3D'$Date: 2006-04-14 18:18:40 +0200 (Fri, 14 Apr 2006) $'
++++ svn_date_to_version '$Date: 2006-04-14 18:18:40 +0200 (Fri, 14 Apr 2=
006) $'
++++ local 's=3D$Date: 2006-04-14 18:18:40 +0200 (Fri, 14 Apr 2006) $'
++++ s=3D'2006-04-14 18:18:40 +0200 (Fri, 14 Apr 2006) $'
++++ s=3D2006-04-14
++++ s=3D20060414
++++ echo 20060414
+++ VERSION=3D20060414
+++ BLAS_CONFIG=3D/var/lib/eselect/blas/blas.config
+++ BLAS_IMPLEMENTATIONS=3D'ACML ATLAS threaded-ATLAS MKL72 reference'
+++ BLAS_PROFILES=3D'C F77'
-bash: /usr/share/eselect/modules/blas.eselect: line 69: syntax error
near unexpected token `('
-bash: /usr/share/eselect/modules/blas.eselect: line 69: `package() {'



On 10/12/06, Bo =D8rsted Andresen <bo.andresen@zlin.dk> wrote:
> Reordered for readability.. Please don't top post.
>
> On Thursday 12 October 2006 16:47, Trenton Adams wrote:
> > > > [22:41 root@abda trenta]# eselect
> > > [SNIP]
> > >
> > > > Extra modules:
> > > >   bashcomp                  Manage contributed bash-completion sc=
ripts
> > > >   binutils                  Manage installed versions of
> > > > sys-devel/binutils !!! Error: Couldn't source
> > > > /usr/share/eselect//modules/blas.eselect Call stack:
> > > >     * ec_do_list-modules (eselect:139)
> > > >     * ec_do_help (eselect:86)
> > > >     * main (eselect:193)
> > > > exiting.
> > >
> > > [SNIP]
> > >
> > > Hrm.. Maybe it could be a permissions problem. What does
> > >
> > > # ls -l /usr/share/eselect/modules
> > >
> > > show?
> >
> > All the directories all the way down the tree have r-x, and the files
> > are world readable.
>
> What is the output of:
>
> # echo $(ESELECT_CORE_PATH=3D/usr/share/eselect/libs ;
>         source ${ESELECT_CORE_PATH}/core.bash ;
>         source ${ESELECT_CORE_PATH}/manip.bash ;
>         set -x ;
>         source /usr/share/eselect/modules/blas.eselect)
>
> --
> Bo Andresen
>
>
>

--=20
gentoo-user@gentoo.org mailing list