Gentoo Archives: gentoo-alt

From: "Askar Bektassov (Аскар Бектасов)" <askar.bektassov@×××××.com>
To: gentoo-alt@l.g.o
Subject: Re: [gentoo-alt] Non-existent commands hanging
Date: Tue, 05 Feb 2013 15:11:23
Message-Id: CAJkPO_SksW8w8byv0dM4kVSm_TYUChh9gVjw365+_CuJyUALDA@mail.gmail.com
In Reply to: Re: [gentoo-alt] Non-existent commands hanging by William Morris
1 William,
2
3 sorry for the confusion. I meant "emerge --info".
4
5 By the way, I am happy that your prefix installation is now working
6 properly. Have fun!
7
8 Cheers,
9
10 --
11 Askar Bektassov
12 (Аскар Бектасов)
13
14
15 On Tue, Feb 5, 2013 at 4:01 PM, William Morris <wrm@××××××××.com> wrote:
16
17 > Hi,
18 >
19 > well, strangely the problem has disappeared this morning - same
20 > shell running, I just suspended the computer overnight.
21 >
22 > On the emerge and env stuff, the emerge config must be wrong:
23 >
24 > $ emerge --config
25 > !!! config can only take a single package atom at this time
26 >
27 > $ env
28 > MANPATH=/Users/me/Gentoo/usr/share/man:\
29 > /Users/me/Gentoo/usr/share/gcc-data/x86_64-apple-
30 > darwin12/4.2.1/man:\
31 > /Users/me/Gentoo//usr/share/binutils-data/x86_64-apple-
32 > darwin12/4.3/man:\
33 > /usr/share/man
34 > SHELL=/Users/me/Gentoo/bin/bash
35 > TERM=xterm-256color
36 > USER=me
37 > LS_COLORS=rs=0:di=01;34:ln=01;36:mh=00:pi=40;33:s....etc, etc
38 > PAGER=/Users/me/Gentoo/usr/bin/less
39 > CONFIG_PROTECT_MASK=/etc/terminfo /etc/ca-certificates.conf
40 > LSCOLORS=cxfxcxdxbxegedabagacad
41 > PATH=/Users/me/Gentoo/usr/bin:\
42 > /Users/me/Gentoo/bin:\
43 > /Users/me/Gentoo/opt/bin:\
44 > /Users/me/Gentoo/usr/sbin:\
45 > /Users/me/Gentoo/sbin:\
46 > /Users/me/Gentoo/usr/x86_64-apple-darwin12/gcc-bin/4.2.1:\
47 > /usr/bin:\/bin
48 > PWD=/Users/me/dev/stglib2
49 > EDITOR=/Users/me/Gentoo/bin/nano
50 > NDOCS_DIR=/Users/me/Dev/NaturalDocs/
51 > SHLVL=1
52 > HOME=/Users/me
53 > PYTHONPATH=/Users/me/Gentoo/usr/lib/portage/pym
54 > LESS=-R -M --shift 5
55 > GCC_SPECS=
56 > CVS_RSH=ssh
57 > XDG_DATA_DIRS=/Users/me/Gentoo/usr/share
58 > LESSOPEN=|lesspipe %s
59 > INFOPATH=/Users/me/Gentoo/usr/share/info:\
60 > /Users/me/Gentoo/usr/share/gcc-data/x86_64-apple-
61 > darwin12/4.2.1/info
62 > _=/Users/me/Gentoo/usr/bin/env
63 > OLDPWD=/Users/me/dev
64 > __CF_USER_TEXT_ENCODING=0x1F5:0:0
65 > $
66 >
67 > Regards
68 > --
69 > William
70 >
71 > On Tue, 05 Feb 2013 03:59:18 -0500 "Askar Bektassov (Аскар
72 > Бектасов)" <askar.bektassov@×××××.com> wrote:
73 > >William,
74 > >
75 > >I have installed gentoo on mac os x 1.8.2 one week or so, and it
76 > >works
77 > >flawlessly (apart eix, which is not *re*compiling after a use
78 > >variable
79 > >(strong-security, or something like that) is not set as default
80 > >anymore).
81 > >
82 > >Maybe if you provide us with a copy of your "emerge --config", and
83 > >"env" we
84 > >could start checking the diffs.
85 > >
86 > >Cheers,
87 > >--
88 > >Askar Bektassov
89 > >(Аскар Бектасов)
90 > >
91 > >
92 > >On Tue, Feb 5, 2013 at 8:03 AM, Fabian Groffen
93 > ><grobian@g.o> wrote:
94 > >
95 > >> On 04-02-2013 20:00:40 -0500, William Morris wrote:
96 > >> > Hi, I have Prefix installed on an iMac.
97 > >> >
98 > >> > When I run nonexistent commands in a Prefix shell, they hang,
99 > >> > requiring ctrl-C to terminate.
100 > >> >
101 > >> > me@iMac ~/ $ which abc
102 > >> > which: no abc in (/Users/me/Gentoo/usr/bin:\
103 > >> > /Users/me/Gentoo/bin:\
104 > >> > /Users/me/Gentoo/opt/bin:\
105 > >> > /Users/me/Gentoo/usr/sbin:\
106 > >> > /Users/me/Gentoo/sbin:\
107 > >> > /Users/me/Gentoo/usr/x86_64-apple-darwin12/gcc-bin/4.2.1:\
108 > >> > /usr/bin:\
109 > >> > /bin)
110 > >> > me@iMac ~/ $
111 > >> > me@iMac ~/ $ abc
112 > >> > ^C
113 > >> > me@iMac ~/ $
114 > >> >
115 > >> > In a non-Prefix shell they just fail immediately:
116 > >> > $ which abc
117 > >> > $ abc
118 > >> > -bash: abc: command not found
119 > >> > $
120 > >> >
121 > >> > Any ideas why?
122 > >>
123 > >> It may be that newer bash try to launch some program to figure
124 > >out what
125 > >> package abc provides. Don't know if/how this is in Gentoo, my
126 > >Prefix
127 > >> bash at least doesn't do it.
128 > >>
129 > >>
130 > >> --
131 > >> Fabian Groffen
132 > >> Gentoo on a different level
133 > >>
134 >
135 >
136 >