Howell Hughes wrote:
> Thanks for your reply. Please find attached the output of the commands
> you asked for.

Thanks.

> /tmp/solpkgs# df -F /tmp/solpkgs
> df: unknown option: T

You can avoid that problem by running the just-built src/df, e.g.,

   cd coreutils-8.7 && src/df -F /tmp/solpkgs


> /usr/local/bin/touch --version
> touch (GNU coreutils) 8.7

Good.  that's the latest.

> /tmp/solpkgs# truss /usr/local/bin/touch newtestfile
> ...
> open64("newtestfile", O_WRONLY|O_NONBLOCK|O_CREAT|O_NOCTTY, 0666) = 3
> fcntl(3, F_DUP2FD, 0x00000000)                  = 0
> close(3)                                        = 0
> fcntl(0, F_DUP2FD, 0x00000000)                  = 0
> fcntl(0, F_DUP2FD, 0x00000000)                  = 0
> fcntl(0, F_DUP2FD, 0x00000000)                  = 0
> fcntl(0, F_DUP2FD, 0x00000000)                  = 0
> fcntl(0, F_DUP2FD, 0x00000000)                  = 0
> fcntl(0, F_DUP2FD, 0x00000000)                  = 0
> fcntl(0, F_DUP2FD, 0x00000000)                  = 0
> fcntl(0, F_DUP2FD, 0x00000000)                  = 0
> fcntl(0, F_DUP2FD, 0x00000000)                  = 0
> ...
> fcntl(0, F_DUP2FD, 0x00000000)                  = 0
> fcntl(0, F_DUP2FD, 0x00000000)                  = 0
> fcntl(0, F_DUP2FD, 0x00000000)                  = 0
> fcntl(0, F_DUP2FD, 0x00000000)                  = 0
>     Incurred fault #6, FLTBOUNDS  %pc = 0xFF2CC400
> ...

I suspect an infinite recursion loop in one of gnulib's dup*
replacement functions in lib/.

Best would be if you can run a debugger and find out
precisely where in lib/*.c the recursion is happening.
If you can't, just skip this part.

Also, please send your config.status file (please compress with xz,
bzip2 or gzip; they're preferred over zip) so we can figure out what
config options led to that situation.

Reply via email to