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

Bug 31835

Summary: latest coreutils breaks pdksh
Product: Gentoo Linux Reporter: Matthew Kennedy (RETIRED) <mkennedy>
Component: New packagesAssignee: Gentoo's Team for Core System packages <base-system>
Status: RESOLVED FIXED    
Severity: normal CC: mkennedy
Priority: High    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---
Attachments: this fixes sort problems

Description Matthew Kennedy (RETIRED) gentoo-dev 2003-10-23 10:09:04 UTC
gcc -c  -DHAVE_CONFIG_H -I. -I. -O3 -march=pentium3 -funroll-loops -fprefetch-loop-arrays -fomit-frame-pointer -pipe table.c
./siglist.sh "gcc -E  -DHAVE_CONFIG_H -I. -I." < ./siglist.in > tmpsiglist.out
sort: open failed: +2n: No such file or directory
make: *** [siglist.out] Error 1
make: *** Waiting for unfinished jobs....
 
!!! ERROR: app-shells/pdksh-5.2.14-r4 failed.
!!! Function src_compile, Line 30, Exitcode 2
!!! (no error message)
 
mkennedy@killr:~$ qpkg -I -nc -v coreutils
sys-apps/coreutils-5.0.91
Comment 1 Stefan Knoblich (RETIRED) gentoo-dev 2003-10-23 11:29:38 UTC
Created attachment 19679 [details, diff]
this fixes sort problems

uses valid sort syntax and results (old vs. new) match, but please test
(no coreutils-5.0.91 on this machine)
Comment 2 Seemant Kulleen (RETIRED) gentoo-dev 2003-12-29 20:11:09 UTC
Matt, can you test this with coreutils-5.0.91-r3 (just checked in) please?
Comment 3 Seemant Kulleen (RETIRED) gentoo-dev 2004-01-04 09:47:58 UTC
thanks stefan