Gentoo Archives: gentoo-amd64

From: Josh Sled <jsled@××××××××××××.org>
To: gentoo-amd64@l.g.o
Subject: Re: [gentoo-amd64] Eselect Syntax Bug?
Date: Mon, 03 Aug 2009 14:27:41
Message-Id: 87k51lt1k4.fsf@phoenix.asynchronous.org
In Reply to: [gentoo-amd64] Eselect Syntax Bug? by Frank Peters
1 Frank Peters <frank.peters@×××××××.net> writes:
2
3 > Running eselect, a bash script, always fails with the errors:
4 >
5 > `ec_do_list-options': not a valid identifier
6 > `ec_do_list-modules': not a valid identifier
7 […]
8 > But why has not such an obvious mistake been observed before?
9 >
10 > Has anyone else executed an unmodified eselect without error?
11
12 What version of bash? You mentioned using bash 4 and downgrading to
13 "3.2" in the previous thread. A bit more detail here would be nice.
14 What use flags for bash, too?
15
16 It works fine, here:
17
18 jsled@phoenix [~]$ bash --version
19 GNU bash, version 3.2.39(1)-release (x86_64-pc-linux-gnu)
20 Copyright (C) 2007 Free Software Foundation, Inc.
21 jsled@phoenix [~]$ eix -r '^bash$'
22 [I] app-shells/bash
23 Available versions: 3.1_p17 3.2_p39 ~3.2_p48 ~3.2_p48-r1 ~4.0_p10 ~4.0_p10-r1 ~4.0_p17 ~4.0_p17-r1 ~4.0_p24 ~4.0_p28 {afs bashlogger examples net nls plugins vanilla}
24 Installed versions: 3.2_p39(03:41:31 AM 05/07/2009)(nls -afs -bashlogger -examples -plugins -vanilla)
25 Homepage: http://cnswww.cns.cwru.edu/~chet/bash/bashtop.html
26 Description: The standard GNU Bourne again shell
27
28 jsled@phoenix [~]$ eselect --help
29 Usage: eselect <global options> <module name> <module options>
30
31 Global options:
32 […works fine, no errors, &c.…]
33 jsled@phoenix [~]$
34
35 --
36 ...jsled
37 http://asynchronous.org/ - a=jsled; b=asynchronous.org; echo ${a}@${b}

Replies

Subject Author
Re: [gentoo-amd64] Eselect Syntax Bug? Frank Peters <frank.peters@×××××××.net>