Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 31835 - latest coreutils breaks pdksh
Summary: latest coreutils breaks pdksh
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Gentoo's Team for Core System packages
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-10-23 10:09 UTC by Matthew Kennedy (RETIRED)
Modified: 2004-01-04 09:47 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments
this fixes sort problems (possible-pdksh-fix.diff,439 bytes, patch)
2003-10-23 11:29 UTC, Stefan Knoblich (RETIRED)
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
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