Better, but... GEN lib/wctype.h GEN src/coreutils.h GEN src/version.c GEN src/version.h make all-recursive Making all in po Target "all" is up to date. Making all in . CC lib/copy-acl.o CC lib/set-acl.o CC lib/acl-errno-valid.o CC lib/acl-internal.o CC lib/get-permissions.o "lib/get-permissions.c", line 258.5: 1506-045 (S) Undeclared identifier ret. "lib/get-permissions.c", line 260.20: 1506-280 (W) Function argument assignment between types "char*" and "const char*" is not allowed. make: 1254-004 The error code from the last command is 1.
Stop. make: 1254-004 The error code from the last command is 1. Stop. make: 1254-004 The error code from the last command is 2. Stop. On Fri, Jun 5, 2015 at 4:24 PM, Paul Eggert <egg...@cs.ucla.edu> wrote: > Michael Felt wrote: > >> root@x065:[/data/prj/gnu/coreutils/coreutils-8.23]make V=1 >> rm -f src/coreutils.h >> for prog in ; do prog=`basenam >> > > Yes, it looks like something went wrong in your build process and you're > using a Makefile.in generated from unpatched sources. I just now built a > distribution tarball from the bleeding edge sources, a tarball that > shouldn't have this problem; can you give it a try? It's here: > > http://www.cs.ucla.edu/~eggert/coreutils-8.23.209-7eaf8.tar.xz >