bug-coreutils
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Latest Coreutils


From: Elbert_Gmail
Subject: Re: Latest Coreutils
Date: Sun, 08 Feb 2009 14:47:19 +0100
User-agent: Mozilla/5.0 (OS/2; U; Warp 4.5; en-US; rv:1.9.1b3pre) Gecko/20090118 SeaMonkey/2.0a3pre

Jim Meyering wrote:
Elbert_Gmail<address@hidden>  wrote:
Jim Meyering wrote:
Elbert Pol<address@hidden>   wrote:
I just tried this again with Os2 and Gcc 4.33 and all went well except for a
   small warning in the make.
localcharset.c:80:1: warning: "ISSLASH" redefined
In file included from localcharset.c:21:
./config.h:1681:1: warning: this is the location of the previous definition

But if i look @ localcharset.c in the /lib directorie i see spaces on the
line 80 and line 21

But anyhow it compiles ok, the test check i run later.

Thankz you all for making this.

One thing i don't understand why the rm.exe is not working proper :(
U:\coreutils-7.0.171-0dc44\src>md bretel

U:\coreutils-7.0.171-0dc44\src>rm bretel
rm.exe: cannot remove `bretel': Is a directory

U:\coreutils-7.0.171-0dc44\src>rm -R bretel
rm.exe: FATAL: cannot enter directory `bretel': Bad file number
Thanks for the report.

I suspect it's due to lack of some POSIX file system-related
functionality in OS2.

However, before trying to diagnose any high-level tool failure,
you should run "make -k check" and report the results.  That
will include the results of some lower-level unit tests.

Hi,

I run the make -k check
I attach the log

Thank you.
Unfortunately, since it looks like you had to interrupt make,
gnulib's unit tests did not run.  Please run the following
and post the results:

   make -k -C gnulib-tests check>  gnulib-tests.log 2>&1

Once the above tests all pass, it looks like the first problem
you'll want to consider is with cat.  It looks like OS2's freopen is
broken.

[by the way, please don't compress output that is so small,
  since it makes it slightly harder to view (that was just 20KB,
  and the relevant part<  12KB) ]

   make.exe[3]: Entering directory `U:/coreutils-7.0.171-0dc44/tests'
   make.exe[4]: Entering directory `U:/coreutils-7.0.171-0dc44/tests'
   FAIL: misc/help-version.log
   cat: failed to reopen `stdout' with mode `wb'
   SKIP: misc/invalid-opt.log
   cat: failed to reopen `stdout' with mode `wb'
   SKIP: rm/ext3-perf.log
   cat: failed to reopen `stdout' with mode `wb'
   SKIP: rm/cycle.log
   cat: failed to reopen `stdout' with mode `wb'
   SKIP: cp/link-heap.log
   cat: failed to reopen `stdout' with mode `wb'
   SKIP: chmod/no-x.log
   cat: failed to reopen `stdout' with mode `wb'
   SKIP: chgrp/basic.log
   cat: failed to reopen `stdout' with mode `wb'
   PASS: rm/dangling-symlink.log
   cat: failed to reopen `stdout' with mode `wb'
   FAIL: misc/ls-time.log
   cat: failed to reopen `stdout' with mode `wb'
   FAIL: rm/deep-1.log
   cat: failed to reopen `stdout' with mode `wb'
   SKIP: rm/deep-2.log
   cat: failed to reopen `stdout' with mode `wb'
   FAIL: rm/dir-no-w.log
   cat: failed to reopen `stdout' with mode `wb'
   FAIL: rm/dir-nonrecur.log
   cat: failed to reopen `stdout' with mode `wb'
   FAIL: rm/dot-rel.log
   cat: failed to reopen `stdout' with mode `wb'
   SKIP: rm/isatty.log
   cat: failed to reopen `stdout' with mode `wb'
   SKIP: rm/empty-inacc.log
   cat: failed to reopen `stdout' with mode `wb'
   SKIP: rm/empty-name.log
   cat: failed to reopen `stdout' with mode `wb'
   PASS: rm/f-1.log
   cat: failed to reopen `stdout' with mode `wb'
   SKIP: rm/fail-eacces.log
   cat: failed to reopen `stdout' with mode `wb'
   SKIP: rm/fail-eperm.log
   cat: failed to reopen `stdout' with mode `wb'
   SKIP: tail-2/assert.log
   cat: failed to reopen `stdout' with mode `wb'
   SKIP: rm/hash.log
   cat: failed to reopen `stdout' with mode `wb'
   PASS: rm/i-1.log
   cat: failed to reopen `stdout' with mode `wb'
   SKIP: rm/i-never.log
   cat: failed to reopen `stdout' with mode `wb'
   PASS: rm/i-no-r.log
   cat: failed to reopen `stdout' with mode `wb'
   PASS: tail-2/infloop-1.log
   cat: failed to reopen `stdout' with mode `wb'
   SKIP: rm/ignorable.log
   cat: failed to reopen `stdout' with mode `wb'
   SKIP: rm/inaccessible.log
   cat: failed to reopen `stdout' with mode `wb'
   FAIL: rm/interactive-always.log
   cat: failed to reopen `stdout' with mode `wb'
   FAIL: rm/interactive-once.log
   cat: failed to reopen `stdout' with mode `wb'
   FAIL: rm/ir-1.log
   cat: failed to reopen `stdout' with mode `wb'
   FAIL: rm/r-1.log
   cat: failed to reopen `stdout' with mode `wb'
   FAIL: rm/r-2.log
   cat: failed to reopen `stdout' with mode `wb'
   FAIL: rm/r-3.log
   cat: failed to reopen `stdout' with mode `wb'
   FAIL: rm/r-4.log
   cat: failed to reopen `stdout' with mode `wb'
   FAIL: rm/readdir-bug.log
   cat: failed to reopen `stdout' with mode `wb'
   SKIP: rm/rm1.log
   cat: failed to reopen `stdout' with mode `wb'
   FAIL: touch/empty-file.log
   cat: failed to reopen `stdout' with mode `wb'
   SKIP: rm/rm2.log
   cat: failed to reopen `stdout' with mode `wb'
   SKIP: rm/rm3.log
   cat: failed to reopen `stdout' with mode `wb'
   SKIP: rm/rm4.log
   cat: failed to reopen `stdout' with mode `wb'
   SKIP: rm/rm5.log
   cat: failed to reopen `stdout' with mode `wb'
   PASS: rm/sunos-1.log
   cat: failed to reopen `stdout' with mode `wb'
   SKIP: rm/unread2.log
   cat: failed to reopen `stdout' with mode `wb'
   SKIP: rm/unread3.log
   cat: failed to reopen `stdout' with mode `wb'
   SKIP: rm/unreadable.log
   cat: failed to reopen `stdout' with mode `wb'
   FAIL: rm/v-slash.log
   cat: failed to reopen `stdout' with mode `wb'
   SKIP: chgrp/default-no-deref.log
   cat: failed to reopen `stdout' with mode `wb'
   SKIP: chgrp/deref.log
   cat: failed to reopen `stdout' with mode `wb'
   SKIP: chgrp/no-x.log
   cat: failed to reopen `stdout' with mode `wb'
   SKIP: chgrp/posix-H.log
   cat: failed to reopen `stdout' with mode `wb'
   SKIP: chgrp/recurse.log
   cat: failed to reopen `stdout' with mode `wb'
   SKIP: misc/ptx.log
   cat: failed to reopen `stdout' with mode `wb'
   SKIP: misc/test.log
   cat: failed to reopen `stdout' with mode `wb'
   SKIP: misc/seq.log
   cat: failed to reopen `stdout' with mode `wb'
   PASS: misc/seq-long-double.log
   cat: failed to reopen `stdout' with mode `wb'
   SKIP: misc/head.log
   cat: failed to reopen `stdout' with mode `wb'
   SKIP: misc/head-elide-tail.log
   cat: failed to reopen `stdout' with mode `wb'
   SKIP: tail-2/tail-n0f.log
   cat: failed to reopen `stdout' with mode `wb'
   SKIP: misc/ls-misc.log
   cat: failed to reopen `stdout' with mode `wb'
   SKIP: misc/date.log
   cat: failed to reopen `stdout' with mode `wb'
   FAIL: misc/ptx-overrun.log
   cat: failed to reopen `stdout' with mode `wb'
   SKIP: misc/xstrtol.log
   cat: failed to reopen `stdout' with mode `wb'
   SKIP: misc/od.log
   cat: failed to reopen `stdout' with mode `wb'
   SKIP: misc/mktemp.log
   cat: failed to reopen `stdout' with mode `wb'
   SKIP: misc/arch.log
   cat: failed to reopen `stdout' with mode `wb'
   SKIP: misc/pr.log
   cat: failed to reopen `stdout' with mode `wb'
   SKIP: misc/join.log
   cat: failed to reopen `stdout' with mode `wb'
   SKIP: pr/pr-tests.log
   cat: failed to reopen `stdout' with mode `wb'
   FAIL: misc/df-P.log
   cat: failed to reopen `stdout' with mode `wb'
   SKIP: misc/pwd-unreadable-parent.log
   cat: failed to reopen `stdout' with mode `wb'
   PASS: misc/chcon-fail.log
   cat: failed to reopen `stdout' with mode `wb'
   SKIP: misc/cut.log
   cat: failed to reopen `stdout' with mode `wb'
   SKIP: misc/wc.log
   cat: failed to reopen `stdout' with mode `wb'
   SKIP: misc/wc-files0-from.log
   cat: failed to reopen `stdout' with mode `wb'
   FAIL: misc/wc-files0.log
   cat: failed to reopen `stdout' with mode `wb'
   SKIP: misc/cat-proc.log
   cat: failed to reopen `stdout' with mode `wb'
   SKIP: misc/base64.log
   cat: failed to reopen `stdout' with mode `wb'
   SKIP: misc/basename.log
   cat: failed to reopen `stdout' with mode `wb'
   FAIL: misc/close-stdout.log
   cat: failed to reopen `stdout' with mode `wb'
   SKIP: misc/comm.log
   cat: failed to reopen `stdout' with mode `wb'
   FAIL: misc/csplit.log
   cat: failed to reopen `stdout' with mode `wb'
   PASS: misc/date-sec.log
   cat: failed to reopen `stdout' with mode `wb'
   SKIP: misc/dircolors.log
   cat: failed to reopen `stdout' with mode `wb'
   PASS: misc/df.log
   cat: failed to reopen `stdout' with mode `wb'
   SKIP: misc/dirname.log
   cat: failed to reopen `stdout' with mode `wb'
   SKIP: misc/expand.log
   cat: failed to reopen `stdout' with mode `wb'
   SKIP: misc/expr.log
   cat: failed to reopen `stdout' with mode `wb'
   SKIP: misc/factor.log
   cat: failed to reopen `stdout' with mode `wb'
   PASS: misc/false-status.log
   cat: failed to reopen `stdout' with mode `wb'
   SKIP: misc/fmt.log
   cat: failed to reopen `stdout' with mode `wb'
   FAIL: misc/fmt-long-line.log
   cat: failed to reopen `stdout' with mode `wb'
   SKIP: misc/fold.log
   cat: failed to reopen `stdout' with mode `wb'
   PASS: misc/groups-dash.log
   cat: failed to reopen `stdout' with mode `wb'
   SKIP: misc/groups-version.log
   cat: failed to reopen `stdout' with mode `wb'
   FAIL: misc/head-c.log
   cat: failed to reopen `stdout' with mode `wb'
   FAIL: misc/head-pos.log
   cat: failed to reopen `stdout' with mode `wb'
   SKIP: misc/id-context.log
   cat: failed to reopen `stdout' with mode `wb'
   SKIP: misc/md5sum.log
   cat: failed to reopen `stdout' with mode `wb'
   SKIP: misc/md5sum-newline.log
   cat: failed to reopen `stdout' with mode `wb'
   FAIL: misc/mknod.log
   cat: failed to reopen `stdout' with mode `wb'
   FAIL: misc/nice.log
   cat: failed to reopen `stdout' with mode `wb'
   FAIL: misc/nl.log
   cat: failed to reopen `stdout' with mode `wb'
   FAIL: misc/nohup.log
   cat: failed to reopen `stdout' with mode `wb'
   FAIL: misc/od-N.log
   cat: failed to reopen `stdout' with mode `wb'
   FAIL: misc/od-multiple-t.log
   cat: failed to reopen `stdout' with mode `wb'
   FAIL: misc/od-x8.log
   cat: failed to reopen `stdout' with mode `wb'
   SKIP: misc/paste.log
   cat: failed to reopen `stdout' with mode `wb'
   SKIP: misc/pathchk1.log
   cat: failed to reopen `stdout' with mode `wb'
   FAIL: misc/printf.log
   cat: failed to reopen `stdout' with mode `wb'
   SKIP: misc/printf-cov.log
   cat: failed to reopen `stdout' with mode `wb'
   FAIL: misc/printf-hex.log
   cat: failed to reopen `stdout' with mode `wb'
   SKIP: misc/printf-surprise.log
   cat: failed to reopen `stdout' with mode `wb'
   FAIL: misc/pwd-long.log
   cat: failed to reopen `stdout' with mode `wb'
   FAIL: misc/readlink-fp-loop.log
   cat: failed to reopen `stdout' with mode `wb'
   PASS: misc/runcon-no-reorder.log
   cat: failed to reopen `stdout' with mode `wb'
   SKIP: misc/sha1sum.log
   cat: failed to reopen `stdout' with mode `wb'
   SKIP: misc/sha1sum-vec.log
   cat: failed to reopen `stdout' with mode `wb'
   SKIP: misc/sha224sum.log
   cat: failed to reopen `stdout' with mode `wb'
   SKIP: misc/sha256sum.log
   cat: failed to reopen `stdout' with mode `wb'
   SKIP: misc/sha384sum.log
   cat: failed to reopen `stdout' with mode `wb'
   SKIP: misc/sha512sum.log
   cat: failed to reopen `stdout' with mode `wb'
   PASS: misc/shred-exact.log
   cat: failed to reopen `stdout' with mode `wb'
   FAIL: misc/shred-passes.log
   cat: failed to reopen `stdout' with mode `wb'
   SKIP: misc/shred-remove.log
   cat: failed to reopen `stdout' with mode `wb'
   PASS: misc/shuf.log
   cat: failed to reopen `stdout' with mode `wb'
   SKIP: misc/sort.log
   cat: failed to reopen `stdout' with mode `wb'
   FAIL: misc/sort-compress.log
   cat: failed to reopen `stdout' with mode `wb'
   SKIP: misc/sort-files0-from.log
   cat: failed to reopen `stdout' with mode `wb'
   SKIP: misc/sort-merge.log
   cat: failed to reopen `stdout' with mode `wb'
   PASS: misc/sort-rand.log
   cat: failed to reopen `stdout' with mode `wb'
   PASS: misc/sort-version.log
   cat: failed to reopen `stdout' with mode `wb'
   FAIL: misc/split-a.log
   cat: failed to reopen `stdout' with mode `wb'
   FAIL: misc/split-fail.log
   cat: failed to reopen `stdout' with mode `wb'
   FAIL: misc/split-l.log
   cat: failed to reopen `stdout' with mode `wb'
   PASS: misc/stat-fmt.log
   cat: failed to reopen `stdout' with mode `wb'
   SKIP: misc/stat-printf.log
   cat: failed to reopen `stdout' with mode `wb'
   SKIP: misc/stty.log
   cat: failed to reopen `stdout' with mode `wb'
   SKIP: misc/stty-invalid.log
   cat: failed to reopen `stdout' with mode `wb'
   SKIP: misc/stty-row-col.log
   cat: failed to reopen `stdout' with mode `wb'
   SKIP: misc/sum.log
   cat: failed to reopen `stdout' with mode `wb'
   FAIL: misc/sum-sysv.log
   cat: failed to reopen `stdout' with mode `wb'
   SKIP: misc/tac.log
   cat: failed to reopen `stdout' with mode `wb'
   SKIP: misc/tac-continue.log
   cat: failed to reopen `stdout' with mode `wb'
   SKIP: misc/tail.log
   cat: failed to reopen `stdout' with mode `wb'
   FAIL: misc/tee.log
   cat: failed to reopen `stdout' with mode `wb'
   FAIL: misc/tee-dash.log
   cat: failed to reopen `stdout' with mode `wb'
   SKIP: misc/test-diag.log
   cat: failed to reopen `stdout' with mode `wb'
   make.exe[2]: *** make.exe[1]: *** wait: Interrupted system callwait: 
Interrupted system call.  Stop.
   .  Stop.
   make.exe[1]: *** Waiting for unfinished jobs....
   make.exe[2]: *** Waiting for unfinished jobs....
   make.exe[4]: *** wait: Interrupted system call.  Stop.
   make.exe[4]: *** Waiting for unfinished jobs....
   make.exe[3]: *** wait: Interrupted system call.  Stop.
   make.exe[3]: *** Waiting for unfinished jobs....
   make.exe[4]: *** wait: Interrupted system call.  Stop.
   make.exe[3]: *** wait: Interrupted system call.  Stop.
   make.exe[2]: *** wait: Interrupted system call.  Stop.
   make.exe[1]: *** wait: Interrupted system call.  Stop.
   make.exe: *** wait: Interrupted system call.  Stop.
   make.exe: *** Waiting for unfinished jobs....
   make.exe: *** [check] Error 2

Hi Jim,

I attached the log file.

Attachment: gnulib-tests.log
Description: Text document


reply via email to

[Prev in Thread] Current Thread [Next in Thread]