LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux From Scratch (https://www.linuxquestions.org/questions/linux-from-scratch-13/)
-   -   now getting error in coreutils test(chapter 6-lfs-5.1.1) (https://www.linuxquestions.org/questions/linux-from-scratch-13/now-getting-error-in-coreutils-test-chapter-6-lfs-5-1-1-a-226927/)

linuxbh 09-05-2004 09:12 AM

now getting error in coreutils test(chapter 6-lfs-5.1.1)
 
hello,
friend i m using fedora core 1 as host and now getting error in testing coreutils-5.2.1(chapter 6) i have created 2 dummy groups and 1 dummy user as suggested in lfs-5.1.1. pq.88 . i have successfully created the groups and user ... now whil running the following test command with user as dummy i am getting error for one test..... it showed me 9/10 test are successfull.....

please help me how to go about it...

the output was as follows

Making check in lib
make[1]: Entering directory `/sources/coreutils-5.2.1/lib'
make check-am
make[2]: Entering directory `/sources/coreutils-5.2.1/lib'
make[2]: Nothing to be done for `check-am'.
make[2]: Leaving directory `/sources/coreutils-5.2.1/lib'
make[1]: Leaving directory `/sources/coreutils-5.2.1/lib'
Making check in src
make[1]: Entering directory `/sources/coreutils-5.2.1/src'
rm -rf progs-readme progs-makefile
echo [ chgrp chown chmod cp dd dircolors du ginstall link ln dir vdir ls mkdir mkfifo mknod mv nohup readlink rm rmdir shred stat sync touch unlink cat cksum comm csplit cut expand fmt fold head join md5sum nl od paste pr ptx sha1sum sort split sum tac tail tr tsort unexpand uniq wc basename date dirname echo env expr factor false id kill logname pathchk printenv printf pwd seq sleep tee test true tty whoami yes uname chroot hostid nice pinky users who uptime stty df groups chroot df hostid nice pinky stty su uname uptime users who \
| tr -s ' ' '\n' | LC_ALL=C sort -u > progs-makefile && \
sed -n '/^The programs .* are:/,/^[a-zA-Z]/p' ../README \
| sed -n '/^ */s///p' | tr -s ' ' '\n' > progs-readme
diff progs-makefile progs-readme && rm -rf progs-readme progs-makefile
.....BLAH ... BLAH......BLAHHHH....

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
======================
All 22 tests passed
(1 tests were not run)
======================
make[3]: Leaving directory `/sources/coreutils-5.2.1/tests/cp'
make[2]: Leaving directory `/sources/coreutils-5.2.1/tests/cp'
Making check in cut
make[2]: Entering directory `/sources/coreutils-5.2.1/tests/cut'
make check-TESTS
make[3]: Entering directory `/sources/coreutils-5.2.1/tests/cut'
PASS: cut-tests
==================
All 1 tests passed
==================
make[3]: Leaving directory `/sources/coreutils-5.2.1/tests/cut'
make[2]: Leaving directory `/sources/coreutils-5.2.1/tests/cut'
Making check in date
make[2]: Entering directory `/sources/coreutils-5.2.1/tests/date'
make check-TESTS
make[3]: Entering directory `/sources/coreutils-5.2.1/tests/date'
PASS: date-tests
==================
All 1 tests passed
==================
make[3]: Leaving directory `/sources/coreutils-5.2.1/tests/date'
make[2]: Leaving directory `/sources/coreutils-5.2.1/tests/date'
Making check in dd
make[2]: Entering directory `/sources/coreutils-5.2.1/tests/dd'
make check-TESTS
make[3]: Entering directory `/sources/coreutils-5.2.1/tests/dd'
PASS: misc
PASS: not-rewound
PASS: skip-seek
PASS: skip-seek2
PASS: unblock-sync
==================
All 5 tests passed
==================
make[3]: Leaving directory `/sources/coreutils-5.2.1/tests/dd'
make[2]: Leaving directory `/sources/coreutils-5.2.1/tests/dd'
Making check in dircolors
make[2]: Entering directory `/sources/coreutils-5.2.1/tests/dircolors'
make check-TESTS
make[3]: Entering directory `/sources/coreutils-5.2.1/tests/dircolors'
PASS: simple
==================
All 1 tests passed
==================
make[3]: Leaving directory `/sources/coreutils-5.2.1/tests/dircolors'
make[2]: Leaving directory `/sources/coreutils-5.2.1/tests/dircolors'
Making check in du
make[2]: Entering directory `/sources/coreutils-5.2.1/tests/du'
make check-TESTS
make[3]: Entering directory `/sources/coreutils-5.2.1/tests/du'
PASS: inaccessible-cwd
PASS: deref-args
PASS: slash
PASS: fd-leak
PASS: hard-link
PASS: 8gb
PASS: basic
PASS: restore-wd
PASS: exclude
PASS: no-x
PASS: no-deref
PASS: trailing-slash
PASS: deref
PASS: two-args
SKIP: slink
======================
All 14 tests passed
(1 tests were not run)
======================
make[3]: Leaving directory `/sources/coreutils-5.2.1/tests/du'
make[2]: Leaving directory `/sources/coreutils-5.2.1/tests/du'
Making check in expr
make[2]: Entering directory `/sources/coreutils-5.2.1/tests/expr'
make check-TESTS
make[3]: Entering directory `/sources/coreutils-5.2.1/tests/expr'
PASS: basic
==================
All 1 tests passed
==================
make[3]: Leaving directory `/sources/coreutils-5.2.1/tests/expr'
make[2]: Leaving directory `/sources/coreutils-5.2.1/tests/expr'
Making check in factor
make[2]: Entering directory `/sources/coreutils-5.2.1/tests/factor'
make check-TESTS
make[3]: Entering directory `/sources/coreutils-5.2.1/tests/factor'
PASS: basic
==================
All 1 tests passed
==================
make[3]: Leaving directory `/sources/coreutils-5.2.1/tests/factor'
make[2]: Leaving directory `/sources/coreutils-5.2.1/tests/factor'
Making check in fmt
make[2]: Entering directory `/sources/coreutils-5.2.1/tests/fmt'
make check-TESTS
make[3]: Entering directory `/sources/coreutils-5.2.1/tests/fmt'
PASS: basic
PASS: long-line
==================
All 2 tests passed
==================
make[3]: Leaving directory `/sources/coreutils-5.2.1/tests/fmt'
make[2]: Leaving directory `/sources/coreutils-5.2.1/tests/fmt'
Making check in head
make[2]: Entering directory `/sources/coreutils-5.2.1/tests/head'
make check-TESTS
make[3]: Entering directory `/sources/coreutils-5.2.1/tests/head'
PASS: head-tests
==================
All 1 tests passed
==================
make[3]: Leaving directory `/sources/coreutils-5.2.1/tests/head'
make[2]: Leaving directory `/sources/coreutils-5.2.1/tests/head'
Making check in install
make[2]: Entering directory `/sources/coreutils-5.2.1/tests/install'
make check-TESTS
make[3]: Entering directory `/sources/coreutils-5.2.1/tests/install'
PASS: basic-1
PASS: create-leading
==================
All 2 tests passed
==================
make[3]: Leaving directory `/sources/coreutils-5.2.1/tests/install'
make[2]: Leaving directory `/sources/coreutils-5.2.1/tests/install'
Making check in join
make[2]: Entering directory `/sources/coreutils-5.2.1/tests/join'
make check-TESTS
make[3]: Entering directory `/sources/coreutils-5.2.1/tests/join'
PASS: join-tests
==================
All 1 tests passed
==================
make[3]: Leaving directory `/sources/coreutils-5.2.1/tests/join'
make[2]: Leaving directory `/sources/coreutils-5.2.1/tests/join'
Making check in ln
make[2]: Entering directory `/sources/coreutils-5.2.1/tests/ln'
make check-TESTS
make[3]: Entering directory `/sources/coreutils-5.2.1/tests/ln'
PASS: target-1
PASS: sf-1
PASS: misc
PASS: backup-1
==================
All 4 tests passed
==================
make[3]: Leaving directory `/sources/coreutils-5.2.1/tests/ln'
make[2]: Leaving directory `/sources/coreutils-5.2.1/tests/ln'
Making check in ls
make[2]: Entering directory `/sources/coreutils-5.2.1/tests/ls'
make check-TESTS
make[3]: Entering directory `/sources/coreutils-5.2.1/tests/ls'
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
PASS: m-option
===================
All 12 tests passed
===================
make[3]: Leaving directory `/sources/coreutils-5.2.1/tests/ls'
make[2]: Leaving directory `/sources/coreutils-5.2.1/tests/ls'
Making check in ls-2
make[2]: Entering directory `/sources/coreutils-5.2.1/tests/ls-2'
make check-TESTS
make[3]: Entering directory `/sources/coreutils-5.2.1/tests/ls-2'
PASS: tests
==================
All 1 tests passed
==================
make[3]: Leaving directory `/sources/coreutils-5.2.1/tests/ls-2'
make[2]: Leaving directory `/sources/coreutils-5.2.1/tests/ls-2'
Making check in md5sum
make[2]: Entering directory `/sources/coreutils-5.2.1/tests/md5sum'
make check-TESTS
make[3]: Entering directory `/sources/coreutils-5.2.1/tests/md5sum'
PASS: basic-1
PASS: newline-1
==================
All 2 tests passed
==================
make[3]: Leaving directory `/sources/coreutils-5.2.1/tests/md5sum'
make[2]: Leaving directory `/sources/coreutils-5.2.1/tests/md5sum'
Making check in misc
make[2]: Entering directory `/sources/coreutils-5.2.1/tests/misc'
make check-TESTS
make[3]: Entering directory `/sources/coreutils-5.2.1/tests/misc'
PASS: paste-no-nl
PASS: stat-fmt
PASS: expand
PASS: fold
stdout
PASS: nohup
PASS: readlink
PASS: head-elide-tail
PASS: split-fail
PASS: false
SKIP: tty-eof
PASS: printf-hex
PASS: nl
PASS: split-l
PASS: printf
PASS: split-a
PASS: head-pos
PASS: sort
PASS: head-c
PASS: csplit
PASS: nice
PASS: pathchk1
======================
All 20 tests passed
(1 tests were not run)
======================
make[3]: Leaving directory `/sources/coreutils-5.2.1/tests/misc'
make[2]: Leaving directory `/sources/coreutils-5.2.1/tests/misc'
Making check in mkdir
make[2]: Entering directory `/sources/coreutils-5.2.1/tests/mkdir'
make check-TESTS
make[3]: Entering directory `/sources/coreutils-5.2.1/tests/mkdir'
PASS: p-1
PASS: p-2
PASS: special-1
PASS: perm
PASS: parents
PASS: t-slash
==================
All 6 tests passed
==================
make[3]: Leaving directory `/sources/coreutils-5.2.1/tests/mkdir'
make[2]: Leaving directory `/sources/coreutils-5.2.1/tests/mkdir'
Making check in mv
make[2]: Entering directory `/sources/coreutils-5.2.1/tests/mv'
make check-TESTS
make[3]: Entering directory `/sources/coreutils-5.2.1/tests/mv'
SKIP: part-hardlink
PASS: hard-4
PASS: hard-3
PASS: hard-2
PASS: perm-1
PASS: i-link-no
SKIP: part-fail
PASS: dup-source
PASS: childproof
PASS: i-4
PASS: update
PASS: i-2
SKIP: mv-special-1
PASS: into-self
SKIP: into-self-2
PASS: into-self-3
PASS: into-self-4
SKIP: backup-is-src
PASS: i-1
SKIP: hard-link-1
PASS: force
SKIP: partition-perm
SKIP: to-symlink
PASS: dir-file
PASS: diag
SKIP: part-symlink
SKIP: part-rename
PASS: trailing-slash
=======================
All 18 tests passed
(10 tests were not run)
=======================
make[3]: Leaving directory `/sources/coreutils-5.2.1/tests/mv'
make[2]: Leaving directory `/sources/coreutils-5.2.1/tests/mv'
Making check in od
make[2]: Entering directory `/sources/coreutils-5.2.1/tests/od'
make check-TESTS
make[3]: Entering directory `/sources/coreutils-5.2.1/tests/od'
PASS: od-N
PASS: x8
==================
All 2 tests passed
==================
make[3]: Leaving directory `/sources/coreutils-5.2.1/tests/od'
make[2]: Leaving directory `/sources/coreutils-5.2.1/tests/od'
Making check in pr
make[2]: Entering directory `/sources/coreutils-5.2.1/tests/pr'
make check-TESTS
make[3]: Entering directory `/sources/coreutils-5.2.1/tests/pr'
PASS: pr-tests
==================
All 1 tests passed
==================
make[3]: Leaving directory `/sources/coreutils-5.2.1/tests/pr'
make[2]: Leaving directory `/sources/coreutils-5.2.1/tests/pr'
Making check in rm
make[2]: Entering directory `/sources/coreutils-5.2.1/tests/rm'
make check-TESTS
make[3]: Entering directory `/sources/coreutils-5.2.1/tests/rm'
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
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: i-1
PASS: ir-1
PASS: f-1
PASS: sunos-1
PASS: deep-1
PASS: hash
PASS: isatty
======================
All 20 tests passed
(2 tests were not run)
======================
make[3]: Leaving directory `/sources/coreutils-5.2.1/tests/rm'
make[2]: Leaving directory `/sources/coreutils-5.2.1/tests/rm'
Making check in rmdir
make[2]: Entering directory `/sources/coreutils-5.2.1/tests/rmdir'
make check-TESTS
make[3]: Entering directory `/sources/coreutils-5.2.1/tests/rmdir'
PASS: fail-perm
PASS: ignore
PASS: t-slash
==================
All 3 tests passed
==================
make[3]: Leaving directory `/sources/coreutils-5.2.1/tests/rmdir'
make[2]: Leaving directory `/sources/coreutils-5.2.1/tests/rmdir'
Making check in seq
make[2]: Entering directory `/sources/coreutils-5.2.1/tests/seq'
make check-TESTS
make[3]: Entering directory `/sources/coreutils-5.2.1/tests/seq'
PASS: basic
==================
All 1 tests passed
==================
make[3]: Leaving directory `/sources/coreutils-5.2.1/tests/seq'
make[2]: Leaving directory `/sources/coreutils-5.2.1/tests/seq'
Making check in sha1sum
make[2]: Entering directory `/sources/coreutils-5.2.1/tests/sha1sum'
make check-TESTS
make[3]: Entering directory `/sources/coreutils-5.2.1/tests/sha1sum'
PASS: basic-1
PASS: sample-vec
==================
All 2 tests passed
==================
make[3]: Leaving directory `/sources/coreutils-5.2.1/tests/sha1sum'
make[2]: Leaving directory `/sources/coreutils-5.2.1/tests/sha1sum'
Making check in shred
make[2]: Entering directory `/sources/coreutils-5.2.1/tests/shred'
make check-TESTS
make[3]: Entering directory `/sources/coreutils-5.2.1/tests/shred'
PASS: remove
PASS: exact
==================
All 2 tests passed
==================
make[3]: Leaving directory `/sources/coreutils-5.2.1/tests/shred'
make[2]: Leaving directory `/sources/coreutils-5.2.1/tests/shred'
Making check in sort
make[2]: Entering directory `/sources/coreutils-5.2.1/tests/sort'
make check-TESTS
make[3]: Entering directory `/sources/coreutils-5.2.1/tests/sort'
PASS: sort-tests
==================
All 1 tests passed
==================
make[3]: Leaving directory `/sources/coreutils-5.2.1/tests/sort'
make[2]: Leaving directory `/sources/coreutils-5.2.1/tests/sort'
Making check in stty
make[2]: Entering directory `/sources/coreutils-5.2.1/tests/stty'
make check-TESTS
make[3]: Entering directory `/sources/coreutils-5.2.1/tests/stty'
SKIP: row-col-1
SKIP: basic-1
======================
All 0 tests passed
(2 tests were not run)
======================
make[3]: Leaving directory `/sources/coreutils-5.2.1/tests/stty'
make[2]: Leaving directory `/sources/coreutils-5.2.1/tests/stty'
Making check in sum
make[2]: Entering directory `/sources/coreutils-5.2.1/tests/sum'
make check-TESTS
make[3]: Entering directory `/sources/coreutils-5.2.1/tests/sum'
PASS: basic-1
PASS: sysv
==================
All 2 tests passed
==================
make[3]: Leaving directory `/sources/coreutils-5.2.1/tests/sum'
make[2]: Leaving directory `/sources/coreutils-5.2.1/tests/sum'
Making check in tac
make[2]: Entering directory `/sources/coreutils-5.2.1/tests/tac'
make check-TESTS
make[3]: Entering directory `/sources/coreutils-5.2.1/tests/tac'
PASS: tac-tests
==================
All 1 tests passed
==================
make[3]: Leaving directory `/sources/coreutils-5.2.1/tests/tac'
make[2]: Leaving directory `/sources/coreutils-5.2.1/tests/tac'
Making check in tail
make[2]: Entering directory `/sources/coreutils-5.2.1/tests/tail'
make check-TESTS
make[3]: Entering directory `/sources/coreutils-5.2.1/tests/tail'
PASS: tail-tests
==================
All 1 tests passed
==================
make[3]: Leaving directory `/sources/coreutils-5.2.1/tests/tail'
make[2]: Leaving directory `/sources/coreutils-5.2.1/tests/tail'
Making check in tail-2
make[2]: Entering directory `/sources/coreutils-5.2.1/tests/tail-2'
make check-TESTS
make[3]: Entering directory `/sources/coreutils-5.2.1/tests/tail-2'
PASS: tail-n0f
PASS: big-4gb
PASS: proc-ksyms
PASS: start-middle
sleeping for 7 seconds...
PASS: assert
sleeping for 7 seconds...
PASS: assert-2
==================
All 6 tests passed
==================
make[3]: Leaving directory `/sources/coreutils-5.2.1/tests/tail-2'
make[2]: Leaving directory `/sources/coreutils-5.2.1/tests/tail-2'
Making check in test
make[2]: Entering directory `/sources/coreutils-5.2.1/tests/test'
make check-TESTS
make[3]: Entering directory `/sources/coreutils-5.2.1/tests/test'
PASS: test-tests
==================
All 1 tests passed
==================
make[3]: Leaving directory `/sources/coreutils-5.2.1/tests/test'
make[2]: Leaving directory `/sources/coreutils-5.2.1/tests/test'
Making check in touch
make[2]: Entering directory `/sources/coreutils-5.2.1/tests/touch'
make check-TESTS
make[3]: Entering directory `/sources/coreutils-5.2.1/tests/touch'
PASS: relative
0a1
> touch: setting times of `/': Permission denied
FAIL: 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
======================================
1 of 10 tests failed
Please report to bug-coreutils@gnu.org
======================================
make[3]: Leaving directory `/sources/coreutils-5.2.1/tests/touch'
make[2]: Leaving directory `/sources/coreutils-5.2.1/tests/touch'
make[1]: Leaving directory `/sources/coreutils-5.2.1/tests'











the standard error file is as follows


3+1 records in
0+1 records out
df: Warning: cannot read table of mounted filesystems
df: Warning: cannot read table of mounted filesystems
./slink: skipping this test, since `.' is on an XFS file system
./long-line: line 17: 5877 Broken pipe yes
PATH=/sources/coreutils-5.2.1/tests/ls-2/../../src:/bin:/usr/bin:/sbin:/usr/sbin:/tools/bin
stderr
tty-eof: this script requires Perl's Expect package >=1.11
df: Warning: cannot read table of mounted filesystems
df: Warning: cannot read table of mounted filesystems
df: Warning: cannot read table of mounted filesystems
**************************************
This test requires a writable directory on a different
disk partition, and I couldn't find one. I tried these:
/tmp /var/tmp /usr/tmp
Set your environment variable CANDIDATE_TMP_DIRS to make
this test use a different list.
**************************************
chmod: cannot access `part-hardlink.tmp': No such file or directory
df: Warning: cannot read table of mounted filesystems
df: Warning: cannot read table of mounted filesystems
df: Warning: cannot read table of mounted filesystems
**************************************
This test requires a writable directory on a different
disk partition, and I couldn't find one. I tried these:
/tmp /var/tmp /usr/tmp
Set your environment variable CANDIDATE_TMP_DIRS to make
this test use a different list.
**************************************
chmod: cannot access `part-fail.tmp': No such file or directory
df: Warning: cannot read table of mounted filesystems
df: Warning: cannot read table of mounted filesystems
df: Warning: cannot read table of mounted filesystems
**************************************
This test requires a writable directory on a different
disk partition, and I couldn't find one. I tried these:
/tmp /var/tmp /usr/tmp
Set your environment variable CANDIDATE_TMP_DIRS to make
this test use a different list.
**************************************
df: Warning: cannot read table of mounted filesystems
df: Warning: cannot read table of mounted filesystems
df: Warning: cannot read table of mounted filesystems
**************************************
This test requires a writable directory on a different
disk partition, and I couldn't find one. I tried these:
/tmp /var/tmp /usr/tmp
Set your environment variable CANDIDATE_TMP_DIRS to make
this test use a different list.
**************************************
df: Warning: cannot read table of mounted filesystems
df: Warning: cannot read table of mounted filesystems
df: Warning: cannot read table of mounted filesystems
**************************************
This test requires a writable directory on a different
disk partition, and I couldn't find one. I tried these:
/tmp /var/tmp /usr/tmp
Set your environment variable CANDIDATE_TMP_DIRS to make
this test use a different list.
**************************************
df: Warning: cannot read table of mounted filesystems
df: Warning: cannot read table of mounted filesystems
df: Warning: cannot read table of mounted filesystems
**************************************
This test requires a writable directory on a different
disk partition, and I couldn't find one. I tried these:
/tmp /var/tmp /usr/tmp
Set your environment variable CANDIDATE_TMP_DIRS to make
this test use a different list.
**************************************
df: Warning: cannot read table of mounted filesystems
df: Warning: cannot read table of mounted filesystems
df: Warning: cannot read table of mounted filesystems
**************************************
This test requires a writable directory on a different
disk partition, and I couldn't find one. I tried these:
/tmp /var/tmp /usr/tmp
Set your environment variable CANDIDATE_TMP_DIRS to make
this test use a different list.
**************************************
df: Warning: cannot read table of mounted filesystems
df: Warning: cannot read table of mounted filesystems
df: Warning: cannot read table of mounted filesystems
**************************************
This test requires a writable directory on a different
disk partition, and I couldn't find one. I tried these:
/tmp /var/tmp /usr/tmp
Set your environment variable CANDIDATE_TMP_DIRS to make
this test use a different list.
**************************************
df: Warning: cannot read table of mounted filesystems
df: Warning: cannot read table of mounted filesystems
df: Warning: cannot read table of mounted filesystems
**************************************
This test requires a writable directory on a different
disk partition, and I couldn't find one. I tried these:
/tmp /var/tmp /usr/tmp
Set your environment variable CANDIDATE_TMP_DIRS to make
this test use a different list.
**************************************
df: Warning: cannot read table of mounted filesystems
df: Warning: cannot read table of mounted filesystems
df: Warning: cannot read table of mounted filesystems
**************************************
This test requires a writable directory on a different
disk partition, and I couldn't find one. I tried these:
/tmp /var/tmp /usr/tmp
Set your environment variable CANDIDATE_TMP_DIRS to make
this test use a different list.
**************************************
chmod: cannot access `part-rename.tmp': No such file or directory
fail-eperm: couldn't find a directory with the sticky bit set; skipping this test
./hash: creating 78 trees, each of depth 153; this will take a while...
[1]- Terminated sleep 2 (wd: /sources/coreutils-5.2.1/tests/tail-2)
(wd now: /sources/coreutils-5.2.1/tests/tail-2/tail-n0f.tmp/14787)
[2]+ Terminated tail --sleep=4 -${c_or_n} 0 -f $file
[1]- Terminated tail --sleep=4 -${c_or_n} 0 -f $file
[2]+ Terminated tail --sleep=4 -${c_or_n} 0 -f $file
[1]- Terminated tail --follow=name a foo >err 2>&1
[1]- Terminated tail --follow=name a foo >err 2>&1
make[3]: *** [check-TESTS] Error 1
make[2]: *** [check-am] Error 2
make[1]: *** [check-recursive] Error 1
make: *** [check-recursive] Error 1



please reply what to do...how to go about it...

thank you in advance l
linuxbh

Andrew Benton 09-06-2004 06:25 PM

"whil running the following test command with user as dummy"...did you run the tests as root? Apart from that, the results look fine to me.

mdh 09-16-2004 02:45 AM

missing /etc/mtab inside the chroot?


All times are GMT -5. The time now is 02:15 PM.