Home | Docs | Forums | Lists | Bugs | Planet | Store | GMN | Get Gentoo!
Not eligible to see or edit group visibility for this bug.
View Bug Activity | Format For Printing | XML | Clone This Bug
An emerge of sys-apps/coreutils-5.94-r1 caused net-fs/autofs-4.1.3-r4 auto.net to stop functioning. After investigation, I determined that coreutils is now providing a version of the sort program that no longer supports the older +POS1 -POS2 flag for keys (you can use --key=POS1[,POS2] which has been supported for a while). Note that the old key positions were 0 based and the new ones are apparently 1 based (so +0 becomes --key=1).
Created an attachment (id=84928) [details] Patch to update sort key position usage from old to new style.
*** This bug has been marked as a duplicate of 120403 ***