Opened 22 years ago

Closed 21 years ago

Last modified 21 years ago

#521 closed defect (wontfix)

POSIX conformance patches

Reported by: gerard@… Owned by: lfs-book@…
Priority: high Milestone:
Component: Book Version: CVS
Severity: normal Keywords:
Cc:

Description

See URL how it all started. Basically next Glibc will enable above POSIX 1003.1-2001 behavior and breaks utilies that use digit options , like tail -1 (instead of something like tail -n 1).

Ryan Oliver is working on patches to correct all these problems (primarily in configure scripts). Once he is done, apply those patches to the book.

Change History (2)

comment:1 by greg@…, 21 years ago

It should be noted that a workaround can be employed until all the affected pkgs catch up:

export _POSIX2_VERSION=199209

It should also be noted that a plenty of folks out there (GCC hackers in particular) have said that coreutils has no right and is at fault for introducing needless breakage at the expense of mindless standards conformance. There is literally millions of scripts out there that will break.

Anyway, not an issue until a glibc > 2.3.2 is released.

comment:2 by gerard@…, 21 years ago

Resolution: wontfix
Status: newclosed

We'll deal with this when the time comes. Like has been said: coreutils has no right, so may not choose to patch up coreutils at all.

Note: See TracTickets for help on using tickets.