Re: [gentoo-user] eselect could not source blas.eselect

2006-10-12 Thread Trenton Adams

All the directories all the way down the tree have r-x, and the files
are world readable.

On 10/11/06, Bo Ørsted Andresen [EMAIL PROTECTED] wrote:

On Thursday 12 October 2006 06:41, Trenton Adams wrote:
[SNIP]
 [22:41 [EMAIL PROTECTED] trenta]# eselect
[SNIP]
 Extra modules:
   bashcomp  Manage contributed bash-completion scripts
   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?

--
Bo Andresen





--
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] eselect could not source blas.eselect

2006-10-12 Thread Trenton Adams

Ahah, looks like you just found a bug Bo.


echo $(ESELECT_CORE_PATH=/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 '[EMAIL PROTECTED]'
+++ [[ -e /usr/share/eselect/libs/config.bash ]]
+++ source /usr/share/eselect/libs/config.bash
+++ for x in '[EMAIL PROTECTED]'
+++ [[ -e /usr/share/eselect/libs/multilib.bash ]]
+++ source /usr/share/eselect/libs/multilib.bash
 ES_VALID_MULTILIB_DIRS='lib lib32 lib64'
+++ for x in '[EMAIL PROTECTED]'
+++ [[ -e /usr/share/eselect/libs/portage.bash ]]
+++ source /usr/share/eselect/libs/portage.bash
+++ DESCRIPTION='Manage installed BLAS implementations'
+++ MAINTAINER='Danny van Dyk [EMAIL PROTECTED]'
+++ SVN_DATE='$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 2006) $'
 local 's=$Date: 2006-04-14 18:18:40 +0200 (Fri, 14 Apr 2006) $'
 s='2006-04-14 18:18:40 +0200 (Fri, 14 Apr 2006) $'
 s=2006-04-14
 s=20060414
 echo 20060414
+++ VERSION=20060414
+++ BLAS_CONFIG=/var/lib/eselect/blas/blas.config
+++ BLAS_IMPLEMENTATIONS='ACML ATLAS threaded-ATLAS MKL72 reference'
+++ BLAS_PROFILES='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 Ørsted Andresen [EMAIL PROTECTED] wrote:

Reordered for readability.. Please don't top post.

On Thursday 12 October 2006 16:47, Trenton Adams wrote:
   [22:41 [EMAIL PROTECTED] trenta]# eselect
  [SNIP]
 
   Extra modules:
 bashcomp  Manage contributed bash-completion scripts
 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=/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





--
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] eselect could not source blas.eselect

2006-10-12 Thread Bo Ørsted Andresen
On Thursday 12 October 2006 18:51, Trenton Adams wrote:
 Ahah, looks like you just found a bug Bo.
[SNIP]

To be honest I don't have a clue about what I just found. I am not seeing this 
behaviour on any of my systems. But I guess it is time to go file a bug and 
include that info (and the info from the original post)...

-- 
Bo Andresen


pgpUSVEwWAcEg.pgp
Description: PGP signature


[gentoo-user] eselect could not source blas.eselect

2006-10-11 Thread Trenton Adams

Hi guys, eselect doesn't appear to be working on my one computer
(amd64) for some reason.  I've re-emerged it already, but to no avail.

I run
# eselect
and get the following...

Usage: eselect global options module name module options

Global options:
 --no-color,--no-colourDisable coloured output

Built-in modules:
 help  Display a help message
 list-modules  Find and display available modules
 usage Display a usage message
 version   Display version information

Extra modules:
 bashcomp  Manage contributed bash-completion scripts
 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.
--
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] eselect could not source blas.eselect

2006-10-11 Thread Trenton Adams

[22:41 [EMAIL PROTECTED] trenta]# equery check eselect
[ Checking app-admin/eselect-1.0.2 ]
* 57 out of 57 files good
[22:41 [EMAIL PROTECTED] trenta]# eselect
Usage: eselect global options module name module options

Global options:
 --no-color,--no-colourDisable coloured output

Built-in modules:
 help  Display a help message
 list-modules  Find and display available modules
 usage Display a usage message
 version   Display version information

Extra modules:
 bashcomp  Manage contributed bash-completion scripts
 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.
[22:41 [EMAIL PROTECTED] trenta]# equery b blas.eselect
[ Searching for file(s) blas.eselect in *... ]
app-admin/eselect-1.0.2 (/usr/share/eselect/modules/blas.eselect)
[22:42 [EMAIL PROTECTED] trenta]# equery belongs blas.eselect | sed 's/^/=/' |
xargs equery check
[ Checking app-admin/eselect-1.0.2 ]
* 57 out of 57 files good
[22:42 [EMAIL PROTECTED] trenta]#



On 10/11/06, Bo Ørsted Andresen [EMAIL PROTECTED] wrote:

On Thursday 12 October 2006 04:56, Trenton Adams wrote:
 Hi guys, eselect doesn't appear to be working on my one computer
 (amd64) for some reason.  I've re-emerged it already, but to no avail.

What is the output of:

# equery check eselect

# equery belongs blas.eselect

# equery belongs blas.eselect | sed 's/^/=/' | xargs equery check

--
Bo Andresen





--
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] eselect could not source blas.eselect

2006-10-11 Thread Bo Ørsted Andresen
On Thursday 12 October 2006 06:41, Trenton Adams wrote:
[SNIP]
 [22:41 [EMAIL PROTECTED] trenta]# eselect
[SNIP]
 Extra modules:
   bashcomp  Manage contributed bash-completion scripts
   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?

-- 
Bo Andresen


pgpCLDFKs3ly3.pgp
Description: PGP signature