I get this error building coreutils from git (make V=1):
,
| gcc -I. -I./lib -Ilib -I./lib -Isrc -I./src -Werror -Wall
-Warith-conversion -Wbad-function-cast -Wcast-align=strict -Wdate-time
-Wdisabled-optimization -Wduplicated-cond -Wextra -Wformat-signedness
-Winit-self -Winvalid-pch -W
I found another oddity with ls -v in coreutils 7.2. The placement of
Emacs autosave files is inconsistent:
,
| % touch a .b
| % ls -lav
| total 0
| drwxr-xr-x 2 sven sven 80 Apr 9 09:02 .
| drwxrwxrwt 11 root root 240 Apr 9 09:02 ..
| -rw-r--r-- 1 sven sven 0 Apr 9 09:02 .b
| -rw-r--r
While the ordering of hidden files in "ls -v" seems to be fixed
now, there are still inconsistencies. Here's what I get in the latest
snapshot:
,
| LANG=C /usr/local/src/coreutils-7.1.63-8e6a6/src/ls -alv
| total 0
| drwxr-xr-x 2 sven sven 160 Mar 19 11:13 .
| drwxrwxrwt 9 root root 200 Mar 1