* [gentoo-user] eselect could not source blas.eselect
@ 2006-10-12 2:56 Trenton Adams
2006-10-12 4:30 ` Bo Ørsted Andresen
0 siblings, 1 reply; 9+ messages in thread
From: Trenton Adams @ 2006-10-12 2:56 UTC (permalink / raw
To: gentoo-user
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-colour Disable 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
^ permalink raw reply [flat|nested] 9+ messages in thread
* Re: [gentoo-user] eselect could not source blas.eselect
2006-10-12 2:56 [gentoo-user] eselect could not source blas.eselect Trenton Adams
@ 2006-10-12 4:30 ` Bo Ørsted Andresen
2006-10-12 4:41 ` Trenton Adams
0 siblings, 1 reply; 9+ messages in thread
From: Bo Ørsted Andresen @ 2006-10-12 4:30 UTC (permalink / raw
To: gentoo-user
[-- Attachment #1: Type: text/plain, Size: 373 bytes --]
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
[-- Attachment #2: Type: application/pgp-signature, Size: 189 bytes --]
^ permalink raw reply [flat|nested] 9+ messages in thread
* Re: [gentoo-user] eselect could not source blas.eselect
2006-10-12 4:30 ` Bo Ørsted Andresen
@ 2006-10-12 4:41 ` Trenton Adams
2006-10-12 5:30 ` Bo Ørsted Andresen
0 siblings, 1 reply; 9+ messages in thread
From: Trenton Adams @ 2006-10-12 4:41 UTC (permalink / raw
To: gentoo-user
[22:41 root@abda trenta]# equery check eselect
[ Checking app-admin/eselect-1.0.2 ]
* 57 out of 57 files good
[22:41 root@abda trenta]# eselect
Usage: eselect <global options> <module name> <module options>
Global options:
--no-color,--no-colour Disable 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 root@abda 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 root@abda 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 root@abda trenta]#
On 10/11/06, Bo Ørsted Andresen <bo.andresen@zlin.dk> 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
^ permalink raw reply [flat|nested] 9+ messages in thread
* Re: [gentoo-user] eselect could not source blas.eselect
2006-10-12 4:41 ` Trenton Adams
@ 2006-10-12 5:30 ` Bo Ørsted Andresen
2006-10-12 14:47 ` Trenton Adams
0 siblings, 1 reply; 9+ messages in thread
From: Bo Ørsted Andresen @ 2006-10-12 5:30 UTC (permalink / raw
To: gentoo-user
[-- Attachment #1: Type: text/plain, Size: 617 bytes --]
On Thursday 12 October 2006 06:41, Trenton Adams wrote:
[SNIP]
> [22:41 root@abda 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
[-- Attachment #2: Type: application/pgp-signature, Size: 189 bytes --]
^ permalink raw reply [flat|nested] 9+ messages in thread
* Re: [gentoo-user] eselect could not source blas.eselect
2006-10-12 5:30 ` Bo Ørsted Andresen
@ 2006-10-12 14:47 ` Trenton Adams
2006-10-12 16:14 ` Bo Ørsted Andresen
0 siblings, 1 reply; 9+ messages in thread
From: Trenton Adams @ 2006-10-12 14:47 UTC (permalink / raw
To: gentoo-user
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 <bo.andresen@zlin.dk> wrote:
> On Thursday 12 October 2006 06:41, Trenton Adams wrote:
> [SNIP]
> > [22:41 root@abda 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
^ permalink raw reply [flat|nested] 9+ messages in thread
* Re: [gentoo-user] eselect could not source blas.eselect
2006-10-12 14:47 ` Trenton Adams
@ 2006-10-12 16:14 ` Bo Ørsted Andresen
2006-10-12 16:51 ` Trenton Adams
0 siblings, 1 reply; 9+ messages in thread
From: Bo Ørsted Andresen @ 2006-10-12 16:14 UTC (permalink / raw
To: gentoo-user
[-- Attachment #1: Type: text/plain, Size: 1097 bytes --]
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 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
[-- Attachment #2: Type: application/pgp-signature, Size: 189 bytes --]
^ permalink raw reply [flat|nested] 9+ messages in thread
* Re: [gentoo-user] eselect could not source blas.eselect
2006-10-12 16:14 ` Bo Ørsted Andresen
@ 2006-10-12 16:51 ` Trenton Adams
2006-10-12 18:40 ` Bo Ørsted Andresen
0 siblings, 1 reply; 9+ messages in thread
From: Trenton Adams @ 2006-10-12 16:51 UTC (permalink / raw
To: gentoo-user
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 '${@}'
+++ [[ -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='lib lib32 lib64'
+++ for x in '${@}'
+++ [[ -e /usr/share/eselect/libs/portage.bash ]]
+++ source /usr/share/eselect/libs/portage.bash
+++ DESCRIPTION='Manage installed BLAS implementations'
+++ MAINTAINER='Danny van Dyk <kugelfang@gentoo.org>'
+++ 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 <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 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
^ permalink raw reply [flat|nested] 9+ messages in thread
* Re: [gentoo-user] eselect could not source blas.eselect
2006-10-12 16:51 ` Trenton Adams
@ 2006-10-12 18:40 ` Bo Ørsted Andresen
2006-10-12 19:06 ` Trenton Adams
0 siblings, 1 reply; 9+ messages in thread
From: Bo Ørsted Andresen @ 2006-10-12 18:40 UTC (permalink / raw
To: gentoo-user
[-- Attachment #1: Type: text/plain, Size: 351 bytes --]
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
[-- Attachment #2: Type: application/pgp-signature, Size: 189 bytes --]
^ permalink raw reply [flat|nested] 9+ messages in thread
* Re: [gentoo-user] eselect could not source blas.eselect
2006-10-12 18:40 ` Bo Ørsted Andresen
@ 2006-10-12 19:06 ` Trenton Adams
0 siblings, 0 replies; 9+ messages in thread
From: Trenton Adams @ 2006-10-12 19:06 UTC (permalink / raw
To: gentoo-user
Okay, I'll play a little more. If I can't fix the problem, then I
will file a bug report. If I can fix the problem, I'll file a bug
report if I can reproduce it.
My other system is not seeing this behaviour either. Very odd.
On 10/12/06, Bo Ørsted Andresen <bo.andresen@zlin.dk> wrote:
> 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
>
>
>
--
gentoo-user@gentoo.org mailing list
^ permalink raw reply [flat|nested] 9+ messages in thread
end of thread, other threads:[~2006-10-12 19:12 UTC | newest]
Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-10-12 2:56 [gentoo-user] eselect could not source blas.eselect Trenton Adams
2006-10-12 4:30 ` Bo Ørsted Andresen
2006-10-12 4:41 ` Trenton Adams
2006-10-12 5:30 ` Bo Ørsted Andresen
2006-10-12 14:47 ` Trenton Adams
2006-10-12 16:14 ` Bo Ørsted Andresen
2006-10-12 16:51 ` Trenton Adams
2006-10-12 18:40 ` Bo Ørsted Andresen
2006-10-12 19:06 ` Trenton Adams
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox