Gentoo Archives: gentoo-user

From: Harry Putnam <reader@×××××××.com>
To: gentoo-user@l.g.o
Subject: [gentoo-user] Not able to install ksh93
Date: Sat, 10 Sep 2016 00:59:07
Message-Id: 877fakj0qr.fsf@reader.local.lan
1 I've been running ksh93 on this newish install of gentoo for a couple
2 of months and have done several full emerge -vuD world successfully.
3
4 But 2 days ago, attempting a full update (emerge -vuD world) I find
5 ksh93 package fails... My unsophisticated look at the output which is
6 posted in full here ( zeus.jtan.com/~reader/vutxt/disp.cgi ) seems to
7 indicate that the package tries to install `nmake', but fails. Then
8 continues on with piles of output ending finally with a failure,
9 (unsurprisingly) to find `nmake'. (That snippet of output is inlined at
10 the end).
11
12 I didn't have sense enough to capture the initial output that started
13 this but moved right into what I thought might be a solution
14 ... unmerging ksh, then installing an older version. (Thinking the
15 error was being caused by something new in the latest ksh)
16
17 It still seems that something new or different must have happened
18 since ksh was installed and running befor the update.
19
20 So the output included here is from an attempt to install an older
21 version (ksh-93.20110208). (again, full output is available here:
22 zeus.jtan.com/~reader/vutxt/disp.cgi)
23
24 Hopefully someone here will recognize what is happening and some idea
25 what I should do about it.
26
27 ------- ------- ---=--- ------- -------
28
29 root # emerge -vD =app-shells/ksh-93.20110208
30
31 [...]
32 + /bin/cp ppcc /var/tmp/portage/app-shells/ksh-93.20110208/work/arch/linux.i386/lib/make/ppcc
33 + nmake --base --compile --file=/var/tmp/portage/app-shells/ksh-93.20110208/work/src/cmd/nmake/Makerules.mk
34 /bin/sh: line 3: nmake: command not found
35 mamake [cmd/nmake]: *** exit code 127 making Makerules.mo
36 mamake: *** exit code 1 making cmd/nmake
37 package: make: errors making /var/tmp/portage/app-shells/ksh-93.20110208/work/arch/linux.i386/bin/nmake
38 package: make done at Fri Sep 9 12:34:17 EDT 2016 in /var/tmp/portage/app-shells/ksh-93.20110208/work/arch/linux.i386
39 * ERROR: app-shells/ksh-93.20110208::gentoo failed (compile phase):
40 * (no error message)
41 *
42 * Call stack:
43 * ebuild.sh, line 133: Called src_compile
44 * environment, line 2049: Called die
45 * The specific snippet of code:
46 * sh bin/package only make ast-ksh SHELL=/bin/sh SHOPT_SYSRC=1 || die

Replies

Subject Author
Re: [gentoo-user] Not able to install ksh93 Mike Gilbert <floppym@g.o>
Re: [gentoo-user] Not able to install ksh93 "J. Roeleveld" <joost@××××××××.org>