Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 190121

Summary: Current stable ksh (ksh-93.20040229) for x86 doesn't compile NEWER ksh (ksh-20070682) does
Product: Gentoo Linux Reporter: Tim Merkin <tim.merkin>
Component: New packagesAssignee: Gentoo Linux bug wranglers <bug-wranglers>
Status: RESOLVED DUPLICATE    
Severity: normal    
Priority: High    
Version: unspecified   
Hardware: x86   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---

Description Tim Merkin 2007-08-25 03:03:53 UTC
Snipet of log containing compile error notice:

+ test '' = fun/pushd
+ /usr/bin/cmp -s /var/tmp/portage/app-shells/ksh-93.20040229/work/src/cmd/ksh93/fun/pushd /var/tmp/portage/app-shells/ksh-93.20040229/work/arch/linux.i386/fun/pushd
+ /bin/mv /var/tmp/portage/app-shells/ksh-93.20040229/work/arch/linux.i386/fun/pushd /var/tmp/portage/app-shells/ksh-93.20040229/work/arch/linux.i386/fun/pushd.old
+ true
+ /bin/cp /var/tmp/portage/app-shells/ksh-93.20040229/work/src/cmd/ksh93/fun/pushd /var/tmp/portage/app-shells/ksh-93.20040229/work/arch/linux.i386/fun/pushd
+ chmod ugo+x /var/tmp/portage/app-shells/ksh-93.20040229/work/arch/linux.i386/fun/pushd
mamake: *** exit code 1 making cmd/ksh93
package: make: errors making /var/tmp/portage/app-shells/ksh-93.20040229/work/arch/linux.i386/bin/ksh
package: make done  at Wed Jul 25 16:31:14 GMT+1 2007 in /var/tmp/portage/app-shells/ksh-93.20040229/work/arch/linux.i386
 *
 * ERROR: app-shells/ksh-93.20040229 failed.
 * Call stack:
 *   ebuild.sh, line 1648:   Called dyn_compile
 *   ebuild.sh, line 988:   Called qa_call 'src_compile'
 *   ebuild.sh, line 44:   Called src_compile
 *   ksh-93.20040229.ebuild, line 51:   Called die
 *
 * (no error message)
 * If you need support, post the topmost build error, and the call stack if relevant.
 * A complete build log is located at '/var/log/portage/app-shells:ksh-93.20040229:20070725-172415.log'. 

I unmasked ksh for ~86 so that ksh-20070682 would emerge.  It emerges successfully and I haven't ran into any functioning errors.  It was suggested to me to file a bug report requesting that a newer version of ksh be made stable for the x86 platform.  

Reproducible: Always

Steps to Reproduce:
1.emerge ksh
2.
3.
Comment 1 Jakub Moc (RETIRED) gentoo-dev 2007-08-25 07:56:03 UTC
Newer ksh sadly has a stupid Bug 145400

*** This bug has been marked as a duplicate of bug 50000 ***