bug-coreutils
[Top][All Lists]
Advanced

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

coreutils 6.3 on Tru64 - just plain broken, or...?


From: mwoehlke
Subject: coreutils 6.3 on Tru64 - just plain broken, or...?
Date: Tue, 03 Oct 2006 18:52:43 -0500
User-agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.8.0.7) Gecko/20060909 Thunderbird/1.5.0.7 Mnenhy/0.7.4.0

...is anyone else trying to build on Tru64? I'm using 4.0G to build, and I have a LOT of problems.

For starters, things went badly until I removed the #define for intmax_t from config.h.

shuf builds, but the linker complains about 'ftello unresolved', and then *produces a file* (but without +x), with the result that 'make' then thinks it has nothing to do to for target 'shuf' and continues on to "success" if re-run.

'make check' bombed because it failed to find perl (despite it being in my path the whole time), although it looks like my perl may be broken (didn't find strict.pm after I forcibly pointed the Makefile's at it). Building perl is not going to happen; after an hour trying to get the POS Configure to run I gave up and deleted it with extreme prejudice.

Instead I ran the 'make check' on a 5.1 box, and then got memory faults all over the place (log attached; I also have the full verbose run, but it's ~45kb bzip2'd).

So... has anyone else tried Tru64?

--
Matthew
"I don't question your existence -- God" (seen on a church billboard)
***********************************************************
NOTICE: Some tests may be run only as root.
  Do `make check-root' as `root' to run these tests.
***********************************************************
Making check in chgrp
make[1]: Entering directory `/home/install/gnu/src/coreutils-6.3/tests/chgrp'
make  check-TESTS
make[2]: Entering directory `/home/install/gnu/src/coreutils-6.3/tests/chgrp'
./no-x: this test requires that you be a member of more than one group,
but running `id -G' either failed or found just one.  If you really
are a member of at least two groups, then rerun this test with
COREUTILS_GROUPS set in your environment to the space-separated list
of group names or numbers.  E.g.,

  env COREUTILS_GROUPS='users cdrom' make check

SKIP: no-x
./posix-H: this test requires that you be a member of more than one group,
but running `id -G' either failed or found just one.  If you really
are a member of at least two groups, then rerun this test with
COREUTILS_GROUPS set in your environment to the space-separated list
of group names or numbers.  E.g.,

  env COREUTILS_GROUPS='users cdrom' make check

SKIP: posix-H
./basic: this test requires that you be a member of more than one group,
but running `id -G' either failed or found just one.  If you really
are a member of at least two groups, then rerun this test with
COREUTILS_GROUPS set in your environment to the space-separated list
of group names or numbers.  E.g.,

  env COREUTILS_GROUPS='users cdrom' make check

SKIP: basic
./deref: this test requires that you be a member of more than one group,
but running `id -G' either failed or found just one.  If you really
are a member of at least two groups, then rerun this test with
COREUTILS_GROUPS set in your environment to the space-separated list
of group names or numbers.  E.g.,

  env COREUTILS_GROUPS='users cdrom' make check

SKIP: deref
./recurse: this test requires that you be a member of more than one group,
but running `id -G' either failed or found just one.  If you really
are a member of at least two groups, then rerun this test with
COREUTILS_GROUPS set in your environment to the space-separated list
of group names or numbers.  E.g.,

  env COREUTILS_GROUPS='users cdrom' make check

SKIP: recurse
======================
All 0 tests passed
(5 tests were not run)
======================
make[2]: Leaving directory `/home/install/gnu/src/coreutils-6.3/tests/chgrp'
make[1]: Leaving directory `/home/install/gnu/src/coreutils-6.3/tests/chgrp'
Making check in chmod
make[1]: Entering directory `/home/install/gnu/src/coreutils-6.3/tests/chmod'
make  check-TESTS
make[2]: Entering directory `/home/install/gnu/src/coreutils-6.3/tests/chmod'
PASS: inaccessible
PASS: c-option
PASS: equal-x
PASS: equals
PASS: no-x
PASS: octal
PASS: setgid
PASS: umask-x
PASS: usage
==================
All 9 tests passed
==================
make[2]: Leaving directory `/home/install/gnu/src/coreutils-6.3/tests/chmod'
make[1]: Leaving directory `/home/install/gnu/src/coreutils-6.3/tests/chmod'
Making check in chown
make[1]: Entering directory `/home/install/gnu/src/coreutils-6.3/tests/chown'
make  check-TESTS
make[2]: Entering directory `/home/install/gnu/src/coreutils-6.3/tests/chown'
***************************
NOTICE:
./basic: This test is being skipped, since it works only
when run as root.
***************************
SKIP: basic
PASS: deref
PASS: separator
======================
All 2 tests passed
(1 tests were not run)
======================
make[2]: Leaving directory `/home/install/gnu/src/coreutils-6.3/tests/chown'
make[1]: Leaving directory `/home/install/gnu/src/coreutils-6.3/tests/chown'
Making check in cp
make[1]: Entering directory `/home/install/gnu/src/coreutils-6.3/tests/cp'
make  check-TESTS
make[2]: Entering directory `/home/install/gnu/src/coreutils-6.3/tests/cp'
PASS: src-base-dot
./sparse: 343414 Memory fault
./sparse: 343422 Memory fault
./sparse: failure in testing framework
FAIL: sparse
PASS: link-no-deref
PASS: cp-deref
./acl: getfacl: not found
**************************************
./acl: This test requires getfacl and setfacl.
**************************************
SKIP: acl
PASS: preserve-2
PASS: r-vs-symlink
PASS: link-preserve
PASS: backup-1
PASS: no-deref-link1
PASS: no-deref-link2
PASS: no-deref-link3
PASS: backup-is-src
PASS: same-file
PASS: cp-mv-backup
PASS: symlink-slash
PASS: slink-2-slink
PASS: fail-perm
PASS: dir-slash
./perm: This test is very expensive, so it is disabled by default.
To run it anyway, rerun make check with the RUN_VERY_EXPENSIVE_TESTS
environment variable set to yes.  E.g.,

  env RUN_VERY_EXPENSIVE_TESTS=yes make check

SKIP: perm
PASS: cp-HL
PASS: cp-i
***************************
NOTICE:
./special-bits: This test is being skipped, since it works only
when run as root.
***************************
SKIP: special-bits
PASS: link
PASS: dir-rm-dest
PASS: cp-parents
PASS: deref-slink
PASS: dir-vs-file
PASS: into-self
======================================
1 of 26 tests failed
(3 tests were not run)
Please report to address@hidden
======================================
make[2]: *** [check-TESTS] Error 1
make[2]: Leaving directory `/home/install/gnu/src/coreutils-6.3/tests/cp'
make[1]: *** [check-am] Error 2
make[1]: Target `check' not remade because of errors.
make[1]: Leaving directory `/home/install/gnu/src/coreutils-6.3/tests/cp'
Making check in cut
make[1]: Entering directory `/home/install/gnu/src/coreutils-6.3/tests/cut'
make  check-TESTS
make[2]: Entering directory `/home/install/gnu/src/coreutils-6.3/tests/cut'
PASS: cut-tests
==================
All 1 tests passed
==================
make[2]: Leaving directory `/home/install/gnu/src/coreutils-6.3/tests/cut'
make[1]: Leaving directory `/home/install/gnu/src/coreutils-6.3/tests/cut'
Making check in dd
make[1]: Entering directory `/home/install/gnu/src/coreutils-6.3/tests/dd'
make  check-TESTS
make[2]: Entering directory `/home/install/gnu/src/coreutils-6.3/tests/dd'
./misc: 345674 Memory fault
./misc: 345680 Memory fault
./misc: 345682 Memory fault
FAIL: misc
./not-rewound: 345695 Memory fault
FAIL: not-rewound
PASS: skip-seek
./skip-seek2: 345720 Memory fault
./skip-seek2: 345723 Memory fault
FAIL: skip-seek2
./unblock-sync: 345735 Memory fault
FAIL: unblock-sync
======================================
4 of 5 tests failed
Please report to address@hidden
======================================
make[2]: *** [check-TESTS] Error 1
make[2]: Leaving directory `/home/install/gnu/src/coreutils-6.3/tests/dd'
make[1]: *** [check-am] Error 2
make[1]: Target `check' not remade because of errors.
make[1]: Leaving directory `/home/install/gnu/src/coreutils-6.3/tests/dd'
Making check in dircolors
make[1]: Entering directory 
`/home/install/gnu/src/coreutils-6.3/tests/dircolors'
make  check-TESTS
make[2]: Entering directory 
`/home/install/gnu/src/coreutils-6.3/tests/dircolors'
PASS: simple
==================
All 1 tests passed
==================
make[2]: Leaving directory `/home/install/gnu/src/coreutils-6.3/tests/dircolors'
make[1]: Leaving directory `/home/install/gnu/src/coreutils-6.3/tests/dircolors'
Making check in du
make[1]: Entering directory `/home/install/gnu/src/coreutils-6.3/tests/du'
make  check-TESTS
make[2]: Entering directory `/home/install/gnu/src/coreutils-6.3/tests/du'
./long-from-unreadable: Skipping this test.
It would fail, since your system lacks /proc support.
SKIP: long-from-unreadable
./long-sloop: 345778 Memory fault
mkdir: missing operand
Try `mkdir --help' for more information.
./long-sloop: failure in testing framework
FAIL: long-sloop
./2g: This test is very expensive, so it is disabled by default.
To run it anyway, rerun make check with the RUN_VERY_EXPENSIVE_TESTS
environment variable set to yes.  E.g.,

  env RUN_VERY_EXPENSIVE_TESTS=yes make check

SKIP: 2g
PASS: files0-from
PASS: inaccessible-cwd
out exp differ: char 30, line 5
5c5
< 0     slink-to-64k
---
> 64    slink-to-64k
FAIL: deref-args
PASS: slash
./fd-leak: This test is relatively expensive, so it is disabled by default.
To run it anyway, rerun make check with the RUN_EXPENSIVE_TESTS
environment variable set to yes.  E.g.,

  env RUN_EXPENSIVE_TESTS=yes make check

SKIP: fd-leak
PASS: hard-link
./8gb: 345897 Memory fault
./8gb: 345905 Memory fault
./8gb: cannot create a file large enough for this test; possibly
./8gb: because file offsets are only 32 bits on this file system
SKIP: 8gb
PASS: basic
PASS: restore-wd
PASS: exclude
PASS: no-x
PASS: no-deref
PASS: trailing-slash
PASS: deref
PASS: two-args
df: no file systems processed
./slink: skipping this test, since `.' is on a non-local file system
SKIP: slink
======================================
2 of 14 tests failed
(5 tests were not run)
Please report to address@hidden
======================================
make[2]: *** [check-TESTS] Error 1
make[2]: Leaving directory `/home/install/gnu/src/coreutils-6.3/tests/du'
make[1]: *** [check-am] Error 2
make[1]: Target `check' not remade because of errors.
make[1]: Leaving directory `/home/install/gnu/src/coreutils-6.3/tests/du'
Making check in expr
make[1]: Entering directory `/home/install/gnu/src/coreutils-6.3/tests/expr'
make  check-TESTS
make[2]: Entering directory `/home/install/gnu/src/coreutils-6.3/tests/expr'
PASS: basic
==================
All 1 tests passed
==================
make[2]: Leaving directory `/home/install/gnu/src/coreutils-6.3/tests/expr'
make[1]: Leaving directory `/home/install/gnu/src/coreutils-6.3/tests/expr'
Making check in factor
make[1]: Entering directory `/home/install/gnu/src/coreutils-6.3/tests/factor'
make  check-TESTS
make[2]: Entering directory `/home/install/gnu/src/coreutils-6.3/tests/factor'
PASS: basic
==================
All 1 tests passed
==================
make[2]: Leaving directory `/home/install/gnu/src/coreutils-6.3/tests/factor'
make[1]: Leaving directory `/home/install/gnu/src/coreutils-6.3/tests/factor'
Making check in fmt
make[1]: Entering directory `/home/install/gnu/src/coreutils-6.3/tests/fmt'
make  check-TESTS
make[2]: Entering directory `/home/install/gnu/src/coreutils-6.3/tests/fmt'
PASS: basic
PASS: long-line
==================
All 2 tests passed
==================
make[2]: Leaving directory `/home/install/gnu/src/coreutils-6.3/tests/fmt'
make[1]: Leaving directory `/home/install/gnu/src/coreutils-6.3/tests/fmt'
Making check in head
make[1]: Entering directory `/home/install/gnu/src/coreutils-6.3/tests/head'
make  check-TESTS
make[2]: Entering directory `/home/install/gnu/src/coreutils-6.3/tests/head'
PASS: head-tests
==================
All 1 tests passed
==================
make[2]: Leaving directory `/home/install/gnu/src/coreutils-6.3/tests/head'
make[1]: Leaving directory `/home/install/gnu/src/coreutils-6.3/tests/head'
Making check in install
make[1]: Entering directory `/home/install/gnu/src/coreutils-6.3/tests/install'
make  check-TESTS
make[2]: Entering directory `/home/install/gnu/src/coreutils-6.3/tests/install'
PASS: trap
PASS: basic-1
PASS: create-leading
PASS: d-slashdot
==================
All 4 tests passed
==================
make[2]: Leaving directory `/home/install/gnu/src/coreutils-6.3/tests/install'
make[1]: Leaving directory `/home/install/gnu/src/coreutils-6.3/tests/install'
Making check in join
make[1]: Entering directory `/home/install/gnu/src/coreutils-6.3/tests/join'
make  check-TESTS
make[2]: Entering directory `/home/install/gnu/src/coreutils-6.3/tests/join'
PASS: join-tests
==================
All 1 tests passed
==================
make[2]: Leaving directory `/home/install/gnu/src/coreutils-6.3/tests/join'
make[1]: Leaving directory `/home/install/gnu/src/coreutils-6.3/tests/join'
Making check in ln
make[1]: Entering directory `/home/install/gnu/src/coreutils-6.3/tests/ln'
make  check-TESTS
make[2]: Entering directory `/home/install/gnu/src/coreutils-6.3/tests/ln'
PASS: target-1
PASS: sf-1
PASS: misc
PASS: backup-1
==================
All 4 tests passed
==================
make[2]: Leaving directory `/home/install/gnu/src/coreutils-6.3/tests/ln'
make[1]: Leaving directory `/home/install/gnu/src/coreutils-6.3/tests/ln'
Making check in ls
make[1]: Entering directory `/home/install/gnu/src/coreutils-6.3/tests/ls'
make  check-TESTS
make[2]: Entering directory `/home/install/gnu/src/coreutils-6.3/tests/ls'
PASS: color-dtype-dir
PASS: stat-failed
./stat-dtype: '.' is not on a suitable file system for this test
./stat-dtype: skipping this test
SKIP: stat-dtype
PASS: inode
PASS: dangle
PASS: file-type
PASS: recursive
PASS: dired
PASS: infloop
PASS: rt-1
PASS: time-1
PASS: symlink-slash
PASS: follow-slink
PASS: no-arg
./m-option: 347161 Memory fault
./m-option: failure in testing framework
FAIL: m-option
./stat-vs-dirent: test failed: /home/install: d_ino(852) != st_ino(10752)
        This may indicate a flaw in your kernel or file system implementation.
        The flaw isn't serious for coreutils, but it might break other tools,
        so you should report it to your operating system vendor.
PASS: stat-vs-dirent
======================================
1 of 15 tests failed
(1 tests were not run)
Please report to address@hidden
======================================
make[2]: *** [check-TESTS] Error 1
make[2]: Leaving directory `/home/install/gnu/src/coreutils-6.3/tests/ls'
make[1]: *** [check-am] Error 2
make[1]: Target `check' not remade because of errors.
make[1]: Leaving directory `/home/install/gnu/src/coreutils-6.3/tests/ls'
Making check in ls-2
make[1]: Entering directory `/home/install/gnu/src/coreutils-6.3/tests/ls-2'
make  check-TESTS
make[2]: Entering directory `/home/install/gnu/src/coreutils-6.3/tests/ls-2'
mkdir: cannot create directory `sticky': File exists
./tests: cannot create setuid/setgid/sticky files, so can't run this test
SKIP: tests
======================
All 0 tests passed
(1 tests were not run)
======================
make[2]: Leaving directory `/home/install/gnu/src/coreutils-6.3/tests/ls-2'
make[1]: Leaving directory `/home/install/gnu/src/coreutils-6.3/tests/ls-2'
Making check in md5sum
make[1]: Entering directory `/home/install/gnu/src/coreutils-6.3/tests/md5sum'
make  check-TESTS
make[2]: Entering directory `/home/install/gnu/src/coreutils-6.3/tests/md5sum'
PASS: basic-1
PASS: newline-1
==================
All 2 tests passed
==================
make[2]: Leaving directory `/home/install/gnu/src/coreutils-6.3/tests/md5sum'
make[1]: Leaving directory `/home/install/gnu/src/coreutils-6.3/tests/md5sum'
Making check in misc
make[1]: Entering directory `/home/install/gnu/src/coreutils-6.3/tests/misc'
make  check-TESTS
make[2]: Entering directory `/home/install/gnu/src/coreutils-6.3/tests/misc'
PASS: wc-files0-from
PASS: wc-files0
./cat-proc: no /proc/cpuinfo skipping this test
SKIP: cat-proc
PASS: base64
PASS: basename
PASS: close-stdout
PASS: csplit
PASS: date
sleeping for 3 seconds...
PASS: date-sec
PASS: df
PASS: dirname
PASS: expand
PASS: false-status
PASS: fold
PASS: head-c
PASS: head-elide-tail
PASS: head-pos
PASS: mknod
PASS: nice
PASS: nl
stdout
nohup: ignoring input
stderr
PASS: nohup
PASS: paste-no-nl
PASS: pathchk1
PASS: printf
PASS: printf-hex
PASS: pwd-long
PASS: sha224sum
PASS: sha256sum
PASS: sha384sum
PASS: sha512sum
./shuf: 348900 Memory fault
./shuf: failure in testing framework
FAIL: shuf
PASS: sort-merge
./sort-rand: 348920 Memory fault
./sort-rand: failure in testing framework
FAIL: sort-rand
PASS: split-a
PASS: split-fail
PASS: split-l
./stat-fmt: 348987 Memory fault
PASS: stat-fmt
PASS: stat-printf
./tac-continue: FULL_PARTITION_TMPDIR not defined; skipping this test
SKIP: tac-continue
PASS: test-diag
tty-eof: this script requires Perl's Expect package >=1.11
SKIP: tty-eof
======================================
2 of 38 tests failed
(3 tests were not run)
Please report to address@hidden
======================================
make[2]: *** [check-TESTS] Error 1
make[2]: Leaving directory `/home/install/gnu/src/coreutils-6.3/tests/misc'
make[1]: *** [check-am] Error 2
make[1]: Target `check' not remade because of errors.
make[1]: Leaving directory `/home/install/gnu/src/coreutils-6.3/tests/misc'
Making check in mkdir
make[1]: Entering directory `/home/install/gnu/src/coreutils-6.3/tests/mkdir'
make  check-TESTS
make[2]: Entering directory `/home/install/gnu/src/coreutils-6.3/tests/mkdir'
PASS: p-thru-slink
PASS: p-3
PASS: p-1
PASS: p-2
PASS: special-1
PASS: perm
PASS: parents
PASS: t-slash
PASS: p-slashdot
==================
All 9 tests passed
==================
make[2]: Leaving directory `/home/install/gnu/src/coreutils-6.3/tests/mkdir'
make[1]: Leaving directory `/home/install/gnu/src/coreutils-6.3/tests/mkdir'
Making check in mv
make[1]: Entering directory `/home/install/gnu/src/coreutils-6.3/tests/mv'
make  check-TESTS
make[2]: Entering directory `/home/install/gnu/src/coreutils-6.3/tests/mv'
PASS: hard-verbose
PASS: backup-dir
PASS: dir2dir
PASS: no-target-dir
./atomic: strace: not found
./atomic: no strace program, so skipping this test
SKIP: atomic
./acl: getfacl: not found
**************************************
./acl: This test requires getfacl and setfacl.
**************************************
SKIP: acl
PASS: reply-no
./leak-fd: This test is relatively expensive, so it is disabled by default.
To run it anyway, rerun make check with the RUN_EXPENSIVE_TESTS
environment variable set to yes.  E.g.,

  env RUN_EXPENSIVE_TESTS=yes make check

SKIP: leak-fd
PASS: part-hardlink
PASS: hard-4
PASS: hard-3
PASS: hard-2
PASS: perm-1
PASS: i-link-no
PASS: part-fail
PASS: dup-source
PASS: childproof
PASS: i-4
PASS: i-5
PASS: update
PASS: i-2
PASS: mv-special-1
PASS: into-self
PASS: into-self-2
PASS: into-self-3
PASS: into-self-4
PASS: backup-is-src
PASS: i-1
PASS: hard-link-1
PASS: force
PASS: partition-perm
PASS: to-symlink
PASS: dir-file
PASS: diag
PASS: part-symlink
PASS: part-rename
PASS: trailing-slash
======================
All 34 tests passed
(3 tests were not run)
======================
make[2]: Leaving directory `/home/install/gnu/src/coreutils-6.3/tests/mv'
make[1]: Leaving directory `/home/install/gnu/src/coreutils-6.3/tests/mv'
Making check in od
make[1]: Entering directory `/home/install/gnu/src/coreutils-6.3/tests/od'
make  check-TESTS
make[2]: Entering directory `/home/install/gnu/src/coreutils-6.3/tests/od'
PASS: od-N
PASS: x8
==================
All 2 tests passed
==================
make[2]: Leaving directory `/home/install/gnu/src/coreutils-6.3/tests/od'
make[1]: Leaving directory `/home/install/gnu/src/coreutils-6.3/tests/od'
Making check in pr
make[1]: Entering directory `/home/install/gnu/src/coreutils-6.3/tests/pr'
make  check-TESTS
make[2]: Entering directory `/home/install/gnu/src/coreutils-6.3/tests/pr'
PASS: pr-tests
==================
All 1 tests passed
==================
make[2]: Leaving directory `/home/install/gnu/src/coreutils-6.3/tests/pr'
make[1]: Leaving directory `/home/install/gnu/src/coreutils-6.3/tests/pr'
Making check in readlink
make[1]: Entering directory `/home/install/gnu/src/coreutils-6.3/tests/readlink'
make  check-TESTS
make[2]: Entering directory `/home/install/gnu/src/coreutils-6.3/tests/readlink'
PASS: rl-1
FAIL: can-e
FAIL: can-f
PASS: can-m
======================================
2 of 4 tests failed
Please report to address@hidden
======================================
make[2]: *** [check-TESTS] Error 1
make[2]: Leaving directory `/home/install/gnu/src/coreutils-6.3/tests/readlink'
make[1]: *** [check-am] Error 2
make[1]: Target `check' not remade because of errors.
make[1]: Leaving directory `/home/install/gnu/src/coreutils-6.3/tests/readlink'
Making check in rm
make[1]: Entering directory `/home/install/gnu/src/coreutils-6.3/tests/rm'
make  check-TESTS
make[2]: Entering directory `/home/install/gnu/src/coreutils-6.3/tests/rm'
./readdir-bug: 352076 Memory fault
PASS: readdir-bug
PASS: empty-inacc
PASS: dir-nonrecur
PASS: dot-rel
./inaccessible: no openat support, so skipping this test
SKIP: inaccessible
PASS: unread3
***************************
NOTICE:
./no-give-up: This test is being skipped, since it works only
when run as root.
***************************
SKIP: no-give-up
PASS: dir-no-w
***************************
NOTICE:
./fail-2eperm: This test is being skipped, since it works only
when run as root.
***************************
SKIP: fail-2eperm
PASS: cycle
PASS: i-no-r
fail-eperm: couldn't find a file not owned by you
 in any of the following directories:
  /tmp /var/tmp /usr/tmp
...so, skipping this test
SKIP: fail-eperm
PASS: dangling-symlink
PASS: rm1
PASS: rm2
PASS: rm3
PASS: rm4
PASS: rm5
PASS: unread2
PASS: r-1
PASS: r-2
PASS: r-3
PASS: r-4
PASS: i-1
PASS: ir-1
PASS: f-1
PASS: sunos-1
PASS: deep-1
./hash: This test is relatively expensive, so it is disabled by default.
To run it anyway, rerun make check with the RUN_EXPENSIVE_TESTS
environment variable set to yes.  E.g.,

  env RUN_EXPENSIVE_TESTS=yes make check

SKIP: hash
PASS: interactive-always
PASS: interactive-once
SKIP: isatty
======================
All 26 tests passed
(6 tests were not run)
======================
make[2]: Leaving directory `/home/install/gnu/src/coreutils-6.3/tests/rm'
make[1]: Leaving directory `/home/install/gnu/src/coreutils-6.3/tests/rm'
Making check in rmdir
make[1]: Entering directory `/home/install/gnu/src/coreutils-6.3/tests/rmdir'
make  check-TESTS
make[2]: Entering directory `/home/install/gnu/src/coreutils-6.3/tests/rmdir'
PASS: fail-perm
PASS: ignore
PASS: t-slash
==================
All 3 tests passed
==================
make[2]: Leaving directory `/home/install/gnu/src/coreutils-6.3/tests/rmdir'
make[1]: Leaving directory `/home/install/gnu/src/coreutils-6.3/tests/rmdir'
Making check in seq
make[1]: Entering directory `/home/install/gnu/src/coreutils-6.3/tests/seq'
make  check-TESTS
make[2]: Entering directory `/home/install/gnu/src/coreutils-6.3/tests/seq'
sh: 352562 Memory fault
-: test onearg-1 failed: exit status mismatch:  expected 0, got 139
sh: 352566 Memory fault
-: test neg-1 failed: exit status mismatch:  expected 0, got 139
sh: 352568 Memory fault
-: test neg-3 failed: exit status mismatch:  expected 0, got 139
sh: 352570 Memory fault
-: test neg-4 failed: exit status mismatch:  expected 0, got 139
sh: 352574 Memory fault
-: test eq-wid-1 failed: exit status mismatch:  expected 0, got 139
sh: 352571 Memory fault
-: test fmt-1 failed: exit status mismatch:  expected 0, got 139
sh: 352576 Memory fault
-: test fmt-2 failed: exit status mismatch:  expected 0, got 139
sh: 352578 Memory fault
-: test fmt-3 failed: exit status mismatch:  expected 0, got 139
sh: 352580 Memory fault
-: test fmt-4 failed: exit status mismatch:  expected 0, got 139
sh: 352582 Memory fault
-: test fmt-5 failed: exit status mismatch:  expected 0, got 139
sh: 352584 Memory fault
-: test fmt-6 failed: exit status mismatch:  expected 0, got 139
sh: 352586 Memory fault
-: test fmt-7 failed: exit status mismatch:  expected 0, got 139
sh: 352588 Memory fault
-: test fmt-8 failed: exit status mismatch:  expected 0, got 139
sh: 352590 Memory fault
-: test fmt-9 failed: exit status mismatch:  expected 0, got 139
sh: 352593 Memory fault
-: test fmt-a failed: exit status mismatch:  expected 0, got 139
FAIL: basic
======================================
1 of 1 tests failed
Please report to address@hidden
======================================
make[2]: *** [check-TESTS] Error 1
make[2]: Leaving directory `/home/install/gnu/src/coreutils-6.3/tests/seq'
make[1]: *** [check-am] Error 2
make[1]: Target `check' not remade because of errors.
make[1]: Leaving directory `/home/install/gnu/src/coreutils-6.3/tests/seq'
Making check in sha1sum
make[1]: Entering directory `/home/install/gnu/src/coreutils-6.3/tests/sha1sum'
make  check-TESTS
make[2]: Entering directory `/home/install/gnu/src/coreutils-6.3/tests/sha1sum'
PASS: basic-1
PASS: sample-vec
==================
All 2 tests passed
==================
make[2]: Leaving directory `/home/install/gnu/src/coreutils-6.3/tests/sha1sum'
make[1]: Leaving directory `/home/install/gnu/src/coreutils-6.3/tests/sha1sum'
Making check in shred
make[1]: Entering directory `/home/install/gnu/src/coreutils-6.3/tests/shred'
make  check-TESTS
make[2]: Entering directory `/home/install/gnu/src/coreutils-6.3/tests/shred'
PASS: remove
PASS: exact
==================
All 2 tests passed
==================
make[2]: Leaving directory `/home/install/gnu/src/coreutils-6.3/tests/shred'
make[1]: Leaving directory `/home/install/gnu/src/coreutils-6.3/tests/shred'
Making check in sort
make[1]: Entering directory `/home/install/gnu/src/coreutils-6.3/tests/sort'
make  check-TESTS
make[2]: Entering directory `/home/install/gnu/src/coreutils-6.3/tests/sort'
PASS: sort-tests
==================
All 1 tests passed
==================
make[2]: Leaving directory `/home/install/gnu/src/coreutils-6.3/tests/sort'
make[1]: Leaving directory `/home/install/gnu/src/coreutils-6.3/tests/sort'
Making check in stty
make[1]: Entering directory `/home/install/gnu/src/coreutils-6.3/tests/stty'
make  check-TESTS
make[2]: Entering directory `/home/install/gnu/src/coreutils-6.3/tests/stty'
./row-col-1: This test must have a controlling input `terminal',
  so it may not be run via `batch', `at', or `rsh'.
  On some systems, it may not even be run in the background.
SKIP: row-col-1
./basic-1: This test must have a controlling input `terminal',
  so it may not be run via `batch', `at', or `rsh'.
  On some systems, it may not even be run in the background.
SKIP: basic-1
======================
All 0 tests passed
(2 tests were not run)
======================
make[2]: Leaving directory `/home/install/gnu/src/coreutils-6.3/tests/stty'
make[1]: Leaving directory `/home/install/gnu/src/coreutils-6.3/tests/stty'
Making check in sum
make[1]: Entering directory `/home/install/gnu/src/coreutils-6.3/tests/sum'
make  check-TESTS
make[2]: Entering directory `/home/install/gnu/src/coreutils-6.3/tests/sum'
PASS: basic-1
PASS: sysv
==================
All 2 tests passed
==================
make[2]: Leaving directory `/home/install/gnu/src/coreutils-6.3/tests/sum'
make[1]: Leaving directory `/home/install/gnu/src/coreutils-6.3/tests/sum'
Making check in tac
make[1]: Entering directory `/home/install/gnu/src/coreutils-6.3/tests/tac'
make  check-TESTS
make[2]: Entering directory `/home/install/gnu/src/coreutils-6.3/tests/tac'
PASS: tac-tests
==================
All 1 tests passed
==================
make[2]: Leaving directory `/home/install/gnu/src/coreutils-6.3/tests/tac'
make[1]: Leaving directory `/home/install/gnu/src/coreutils-6.3/tests/tac'
Making check in tail
make[1]: Entering directory `/home/install/gnu/src/coreutils-6.3/tests/tail'
make  check-TESTS
make[2]: Entering directory `/home/install/gnu/src/coreutils-6.3/tests/tail'
PASS: tail-tests
==================
All 1 tests passed
==================
make[2]: Leaving directory `/home/install/gnu/src/coreutils-6.3/tests/tail'
make[1]: Leaving directory `/home/install/gnu/src/coreutils-6.3/tests/tail'
Making check in tail-2
make[1]: Entering directory `/home/install/gnu/src/coreutils-6.3/tests/tail-2'
make  check-TESTS
make[2]: Entering directory `/home/install/gnu/src/coreutils-6.3/tests/tail-2'
***************************
NOTICE:
./append-only: This test is being skipped, since it works only
when run as root.
***************************
SKIP: append-only
./tail-n0f:/proc/354104/status: missing or 'different': skipping this test
SKIP: tail-n0f
./big-4gb: This test is relatively expensive, so it is disabled by default.
To run it anyway, rerun make check with the RUN_EXPENSIVE_TESTS
environment variable set to yes.  E.g.,

  env RUN_EXPENSIVE_TESTS=yes make check

SKIP: big-4gb
PASS: proc-ksyms
PASS: start-middle
sleeping for 7 seconds...
./assert: 354137 Terminated
PASS: assert
sleeping for 7 seconds...
./assert-2: 354155 Terminated
PASS: assert-2
======================
All 4 tests passed
(3 tests were not run)
======================
make[2]: Leaving directory `/home/install/gnu/src/coreutils-6.3/tests/tail-2'
make[1]: Leaving directory `/home/install/gnu/src/coreutils-6.3/tests/tail-2'
Making check in tee
make[1]: Entering directory `/home/install/gnu/src/coreutils-6.3/tests/tee'
make  check-TESTS
make[2]: Entering directory `/home/install/gnu/src/coreutils-6.3/tests/tee'
./basic: 354182 Memory fault
./basic: failure in testing framework
FAIL: basic
PASS: dash
======================================
1 of 2 tests failed
Please report to address@hidden
======================================
make[2]: *** [check-TESTS] Error 1
make[2]: Leaving directory `/home/install/gnu/src/coreutils-6.3/tests/tee'
make[1]: *** [check-am] Error 2
make[1]: Target `check' not remade because of errors.
make[1]: Leaving directory `/home/install/gnu/src/coreutils-6.3/tests/tee'
Making check in test
make[1]: Entering directory `/home/install/gnu/src/coreutils-6.3/tests/test'
make  check-TESTS
make[2]: Entering directory `/home/install/gnu/src/coreutils-6.3/tests/test'
PASS: test-tests
==================
All 1 tests passed
==================
make[2]: Leaving directory `/home/install/gnu/src/coreutils-6.3/tests/test'
make[1]: Leaving directory `/home/install/gnu/src/coreutils-6.3/tests/test'
Making check in touch
make[1]: Entering directory `/home/install/gnu/src/coreutils-6.3/tests/touch'
make  check-TESTS
make[2]: Entering directory `/home/install/gnu/src/coreutils-6.3/tests/touch'
PASS: read-only
PASS: relative
PASS: not-owner
PASS: no-create-missing
PASS: fail-diag
PASS: dir-1
PASS: dangling-symlink
sleeping for 2 seconds...
sleeping for 2 seconds...
PASS: empty-file
PASS: fifo
sleeping for 2 seconds...
PASS: no-rights
PASS: obsolescent
===================
All 11 tests passed
===================
make[2]: Leaving directory `/home/install/gnu/src/coreutils-6.3/tests/touch'
make[1]: Leaving directory `/home/install/gnu/src/coreutils-6.3/tests/touch'
Making check in tr
make[1]: Entering directory `/home/install/gnu/src/coreutils-6.3/tests/tr'
make  check-TESTS
make[2]: Entering directory `/home/install/gnu/src/coreutils-6.3/tests/tr'
PASS: tr-tests
==================
All 1 tests passed
==================
make[2]: Leaving directory `/home/install/gnu/src/coreutils-6.3/tests/tr'
make[1]: Leaving directory `/home/install/gnu/src/coreutils-6.3/tests/tr'
Making check in tsort
make[1]: Entering directory `/home/install/gnu/src/coreutils-6.3/tests/tsort'
make  check-TESTS
make[2]: Entering directory `/home/install/gnu/src/coreutils-6.3/tests/tsort'
PASS: basic-1
==================
All 1 tests passed
==================
make[2]: Leaving directory `/home/install/gnu/src/coreutils-6.3/tests/tsort'
make[1]: Leaving directory `/home/install/gnu/src/coreutils-6.3/tests/tsort'
Making check in unexpand
make[1]: Entering directory `/home/install/gnu/src/coreutils-6.3/tests/unexpand'
make  check-TESTS
make[2]: Entering directory `/home/install/gnu/src/coreutils-6.3/tests/unexpand'
PASS: basic-1
==================
All 1 tests passed
==================
make[2]: Leaving directory `/home/install/gnu/src/coreutils-6.3/tests/unexpand'
make[1]: Leaving directory `/home/install/gnu/src/coreutils-6.3/tests/unexpand'
Making check in uniq
make[1]: Entering directory `/home/install/gnu/src/coreutils-6.3/tests/uniq'
make  check-TESTS
make[2]: Entering directory `/home/install/gnu/src/coreutils-6.3/tests/uniq'
PASS: uniq-tests
==================
All 1 tests passed
==================
make[2]: Leaving directory `/home/install/gnu/src/coreutils-6.3/tests/uniq'
make[1]: Leaving directory `/home/install/gnu/src/coreutils-6.3/tests/uniq'
Making check in wc
make[1]: Entering directory `/home/install/gnu/src/coreutils-6.3/tests/wc'
make  check-TESTS
make[2]: Entering directory `/home/install/gnu/src/coreutils-6.3/tests/wc'
PASS: wc-tests
==================
All 1 tests passed
==================
make[2]: Leaving directory `/home/install/gnu/src/coreutils-6.3/tests/wc'
make[1]: Leaving directory `/home/install/gnu/src/coreutils-6.3/tests/wc'
make[1]: Entering directory `/home/install/gnu/src/coreutils-6.3/tests'
make  check-TESTS
make[2]: Entering directory `/home/install/gnu/src/coreutils-6.3/tests'
../../src/csplit: /: closing delimiter `/' missing
FAIL: csplit
0+1 records in
0+1 records out
1 byte (1 B) copied./help-version: 357445 Memory fault
FAIL: dd
./help-version: 357380 Terminated
./help-version: 357624 Memory fault
FAIL: seq
FAIL: help-version
======================================
1 of 1 tests failed
Please report to address@hidden
======================================
make[2]: *** [check-TESTS] Error 1
make[2]: Leaving directory `/home/install/gnu/src/coreutils-6.3/tests'
make[1]: *** [check-am] Error 2
make[1]: Leaving directory `/home/install/gnu/src/coreutils-6.3/tests'
make: *** [check-recursive] Error 1
make: Target `check' not remade because of errors.

reply via email to

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