public inbox for gentoo-user@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-user] Not able to install ksh93
@ 2016-09-09 20:07 Harry Putnam
  2016-09-10  3:27 ` Mike Gilbert
  2016-09-10  4:52 ` [gentoo-user] " J. Roeleveld
  0 siblings, 2 replies; 8+ messages in thread
From: Harry Putnam @ 2016-09-09 20:07 UTC (permalink / raw
  To: gentoo-user

I've been running ksh93 on this newish install of gentoo for a couple
of months and have done several full emerge -vuD world successfully.

But 2 days ago, attempting a full update (emerge -vuD world) I find
ksh93 package fails... My unsophisticated look at the output which is
posted in full here ( zeus.jtan.com/~reader/vutxt/disp.cgi ) seems to
indicate that the package tries to install `nmake', but fails.  Then
continues on with piles of output ending finally with a failure,
(unsurprisingly) to find `nmake'. (That snippet of output is inlined at
the end).

I didn't have sense enough to capture the initial output that started
this but moved right into what I thought might be a solution
... unmerging ksh, then installing an older version. (Thinking the
error was being caused by something new in the latest ksh)

It still seems that something new or different must have happened
since ksh was installed and running befor the update.

So the output included here is from an attempt to install an older
version (ksh-93.20110208). (again, full output is available here:
zeus.jtan.com/~reader/vutxt/disp.cgi)

Hopefully someone here will recognize what is happening and some idea
what I should do about it.

-------       -------       ---=---       -------       -------

root # emerge -vD =app-shells/ksh-93.20110208

[...]
+ /bin/cp ppcc /var/tmp/portage/app-shells/ksh-93.20110208/work/arch/linux.i386/lib/make/ppcc
+ nmake --base --compile --file=/var/tmp/portage/app-shells/ksh-93.20110208/work/src/cmd/nmake/Makerules.mk
/bin/sh: line 3: nmake: command not found
mamake [cmd/nmake]: *** exit code 127 making Makerules.mo
mamake: *** exit code 1 making cmd/nmake
package: make: errors making /var/tmp/portage/app-shells/ksh-93.20110208/work/arch/linux.i386/bin/nmake
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
 * ERROR: app-shells/ksh-93.20110208::gentoo failed (compile phase):
 *   (no error message)
 * 
 * Call stack:
 *     ebuild.sh, line 133:  Called src_compile
 *   environment, line 2049:  Called die
 * The specific snippet of code:
 *       sh bin/package only make ast-ksh SHELL=/bin/sh SHOPT_SYSRC=1 || die









^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: [gentoo-user] Not able to install ksh93
  2016-09-09 20:07 [gentoo-user] Not able to install ksh93 Harry Putnam
@ 2016-09-10  3:27 ` Mike Gilbert
  2016-09-10 22:23   ` [gentoo-user] " Harry Putnam
  2016-09-10  4:52 ` [gentoo-user] " J. Roeleveld
  1 sibling, 1 reply; 8+ messages in thread
From: Mike Gilbert @ 2016-09-10  3:27 UTC (permalink / raw
  To: gentoo-user

On Fri, Sep 9, 2016 at 4:07 PM, Harry Putnam <reader@newsguy.com> wrote:
> Hopefully someone here will recognize what is happening and some idea
> what I should do about it.

Sorry, but I'm not going to troubleshoot a 5 year old version. Please
post build logs from the latest version of ksh in the tree. Preferably
attached to a bug report.


^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: [gentoo-user] Not able to install ksh93
  2016-09-09 20:07 [gentoo-user] Not able to install ksh93 Harry Putnam
  2016-09-10  3:27 ` Mike Gilbert
@ 2016-09-10  4:52 ` J. Roeleveld
  1 sibling, 0 replies; 8+ messages in thread
From: J. Roeleveld @ 2016-09-10  4:52 UTC (permalink / raw
  To: gentoo-user

On September 9, 2016 10:07:24 PM GMT+02:00, Harry Putnam <reader@newsguy.com> wrote:
>I've been running ksh93 on this newish install of gentoo for a couple
>of months and have done several full emerge -vuD world successfully.
>
>But 2 days ago, attempting a full update (emerge -vuD world) I find
>ksh93 package fails... My unsophisticated look at the output which is
>posted in full here ( zeus.jtan.com/~reader/vutxt/disp.cgi ) seems to
>indicate that the package tries to install `nmake', but fails.  Then
>continues on with piles of output ending finally with a failure,
>(unsurprisingly) to find `nmake'. (That snippet of output is inlined at
>the end).
>
>I didn't have sense enough to capture the initial output that started
>this but moved right into what I thought might be a solution
>... unmerging ksh, then installing an older version. (Thinking the
>error was being caused by something new in the latest ksh)
>
>It still seems that something new or different must have happened
>since ksh was installed and running befor the update.
>
>So the output included here is from an attempt to install an older
>version (ksh-93.20110208). (again, full output is available here:
>zeus.jtan.com/~reader/vutxt/disp.cgi)
>
>Hopefully someone here will recognize what is happening and some idea
>what I should do about it.
>
>-------       -------       ---=---       -------       -------
>
>root # emerge -vD =app-shells/ksh-93.20110208
>
>[...]
>+ /bin/cp ppcc
>/var/tmp/portage/app-shells/ksh-93.20110208/work/arch/linux.i386/lib/make/ppcc
>+ nmake --base --compile
>--file=/var/tmp/portage/app-shells/ksh-93.20110208/work/src/cmd/nmake/Makerules.mk
>/bin/sh: line 3: nmake: command not found
>mamake [cmd/nmake]: *** exit code 127 making Makerules.mo
>mamake: *** exit code 1 making cmd/nmake
>package: make: errors making
>/var/tmp/portage/app-shells/ksh-93.20110208/work/arch/linux.i386/bin/nmake
>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
> * ERROR: app-shells/ksh-93.20110208::gentoo failed (compile phase):
> *   (no error message)
> * 
> * Call stack:
> *     ebuild.sh, line 133:  Called src_compile
> *   environment, line 2049:  Called die
> * The specific snippet of code:
>*       sh bin/package only make ast-ksh SHELL=/bin/sh SHOPT_SYSRC=1 ||
>die

Please attach full build logs of current version. Linking to remote sites means several of us won't even bother to look.

--
Joost
-- 
Sent from my Android device with K-9 Mail. Please excuse my brevity.


^ permalink raw reply	[flat|nested] 8+ messages in thread

* [gentoo-user] Re: Not able to install ksh93
  2016-09-10  3:27 ` Mike Gilbert
@ 2016-09-10 22:23   ` Harry Putnam
  2016-09-10 22:49     ` David W Noon
  2016-09-11  8:49     ` Neil Bothwick
  0 siblings, 2 replies; 8+ messages in thread
From: Harry Putnam @ 2016-09-10 22:23 UTC (permalink / raw
  To: gentoo-user

Mike Gilbert <floppym@gentoo.org> writes:

> On Fri, Sep 9, 2016 at 4:07 PM, Harry Putnam <reader@newsguy.com> wrote:
>> Hopefully someone here will recognize what is happening and some idea
>> what I should do about it.
>
> Sorry, but I'm not going to troubleshoot a 5 year old version. Please
> post build logs from the latest version of ksh in the tree. Preferably
> attached to a bug report.

OK, probably not with a bug report just yet.  I suspect it may be some
of own foolishness at work.  Sooner wait until I get some input.

"J. Roeleveld" <joost@antarean.org> writes:

[...]

> Please attach full build logs of current version. Linking to remote
> sites means several of us won't even bother to look.
>

Ok, mistakenly thought I was doing the right thing by NOT posting the
massive ouput on the group.

Currently waiting out an update of world with ksh removed from world
file.

Once thats completed I will try building the latest version and post
accourdingly.



^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: [gentoo-user] Re: Not able to install ksh93
  2016-09-10 22:23   ` [gentoo-user] " Harry Putnam
@ 2016-09-10 22:49     ` David W Noon
  2016-09-10 23:29       ` Harry Putnam
  2016-09-11  8:49     ` Neil Bothwick
  1 sibling, 1 reply; 8+ messages in thread
From: David W Noon @ 2016-09-10 22:49 UTC (permalink / raw
  To: gentoo-user


[-- Attachment #1.1: Type: text/plain, Size: 742 bytes --]

> Mike Gilbert <floppym@gentoo.org> writes:
[snip]
>> Please attach full build logs of current version. Linking to remote
>> sites means several of us won't even bother to look.
>>
> 
> Ok, mistakenly thought I was doing the right thing by NOT posting the
> massive ouput on the group.

You *are* doing the right thing. The ebuild logs are supposed to be
uploaded to bugzilla.

The a look at <https://bugs.gentoo.org/show_bug.cgi?id=587730> and see
if it is the same as the symptoms you are seeing.
-- 
Regards,

Dave  [RLU #314465]
*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
dwnoon@ntlworld.com (David W Noon)
*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*

 



[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 181 bytes --]

^ permalink raw reply	[flat|nested] 8+ messages in thread

* [gentoo-user] Re: Not able to install ksh93
  2016-09-10 22:49     ` David W Noon
@ 2016-09-10 23:29       ` Harry Putnam
  2016-09-11 14:38         ` David W Noon
  0 siblings, 1 reply; 8+ messages in thread
From: Harry Putnam @ 2016-09-10 23:29 UTC (permalink / raw
  To: gentoo-user

David W Noon <dwnoon@ntlworld.com> writes:

>> Mike Gilbert <floppym@gentoo.org> writes:
> [snip]
>>> Please attach full build logs of current version. Linking to remote
>>> sites means several of us won't even bother to look.
>>>
>> 
>> Ok, mistakenly thought I was doing the right thing by NOT posting the
>> massive ouput on the group.
>
> You *are* doing the right thing. The ebuild logs are supposed to be
> uploaded to bugzilla.
>
> The a look at <https://bugs.gentoo.org/show_bug.cgi?id=587730> and see
> if it is the same as the symptoms you are seeing.

I don't see a segmentation fault but I don't know how to recognize
that in the massive output.  However, it appears, like one of the
fellows on the bug report discussion says; the process fails to
install nmake. (Which seems like that should curtail the install but
doesn't).  The process tries to carry on without nmake and finally
many lines later fails because of not being able to find nmake.

So sound very similar but I'm not sure about a seg-fault.



^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: [gentoo-user] Re: Not able to install ksh93
  2016-09-10 22:23   ` [gentoo-user] " Harry Putnam
  2016-09-10 22:49     ` David W Noon
@ 2016-09-11  8:49     ` Neil Bothwick
  1 sibling, 0 replies; 8+ messages in thread
From: Neil Bothwick @ 2016-09-11  8:49 UTC (permalink / raw
  To: gentoo-user

[-- Attachment #1: Type: text/plain, Size: 484 bytes --]

On Sat, 10 Sep 2016 18:23:01 -0400, Harry Putnam wrote:

> Currently waiting out an update of world with ksh removed from world
> file.

You don't need to mess with @world if a failing package is preventing an
update. If --keep-going doesn't deal with it, --exclude ksh will.


-- 
Neil Bothwick

Velilind's Laws of Experimentation:
1. If reproducibility may be a problem, conduct the test only once.
2. If a straight line fit is required, obtain only two data points.

[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 163 bytes --]

^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: [gentoo-user] Re: Not able to install ksh93
  2016-09-10 23:29       ` Harry Putnam
@ 2016-09-11 14:38         ` David W Noon
  0 siblings, 0 replies; 8+ messages in thread
From: David W Noon @ 2016-09-11 14:38 UTC (permalink / raw
  To: gentoo-user

> David W Noon <dwnoon@ntlworld.com> writes:
[snip]
>> The a look at <https://bugs.gentoo.org/show_bug.cgi?id=587730> and see
>> if it is the same as the symptoms you are seeing.
> 
> I don't see a segmentation fault but I don't know how to recognize
> that in the massive output.  However, it appears, like one of the
> fellows on the bug report discussion says; the process fails to
> install nmake. (Which seems like that should curtail the install but
> doesn't).  The process tries to carry on without nmake and finally
> many lines later fails because of not being able to find nmake.
> 
> So sound very similar but I'm not sure about a seg-fault.

Run a grep on the ebuild log searching for "program as", since the
segfault occurs in the assembler.
-- 
Regards,

Dave  [RLU #314465]
*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
dwnoon@ntlworld.com (David W Noon)
*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*

 



^ permalink raw reply	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2016-09-11 14:38 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-09-09 20:07 [gentoo-user] Not able to install ksh93 Harry Putnam
2016-09-10  3:27 ` Mike Gilbert
2016-09-10 22:23   ` [gentoo-user] " Harry Putnam
2016-09-10 22:49     ` David W Noon
2016-09-10 23:29       ` Harry Putnam
2016-09-11 14:38         ` David W Noon
2016-09-11  8:49     ` Neil Bothwick
2016-09-10  4:52 ` [gentoo-user] " J. Roeleveld

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox