bug-hurd
[Top][All Lists]
Advanced

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

Re: a coreutils release is imminent


From: Thomas Schwinge
Subject: Re: a coreutils release is imminent
Date: Wed, 21 Mar 2007 16:21:31 +0100
User-agent: Mutt/1.5.11

[Cced to <bug-hurd@gnu.org>.]


Hello!

On Tue, Mar 20, 2007 at 10:41:42PM +0100, Jim Meyering wrote:
>   http://meyering.net/cu/coreutils-6.8+.tar.gz
>   http://meyering.net/cu/coreutils-6.8+.tar.gz.sig
> 
> Please build it and run "make -k check" on a few unusual
> systems today or tomorrow and report any problems.  That might
> save someone (yourself, even) some trouble down the road.

Here we go.  So far, I didn't run the tests marked as ``root-only'' or
``very expensive''.


#v+
$ uname -a
GNU flubber 0.3 GNU-Mach 1.3.99/Hurd-0.3 i686-AT386 GNU
#v-


| **************************************
| ../../../tests/cp/acl: This test requires getfacl and setfacl.
| **************************************
| SKIP: acl

Correct, not supported so far.

| ../../../tests/du/long-from-unreadable: Skipping this test.
| It would fail, since your system lacks /proc support.
| SKIP: long-from-unreadable

Correct, no `/proc/' support by default so far.

| ../../../tests/du/8gb: cannot create a file large enough for this test; 
possibly
| ../../../tests/du/8gb: because file offsets are only 32 bits on this file 
system
| SKIP: 8gb

Would have to check what's up with that one.  (As well as for the others
further down the list, the ones where I didn't put specific comments.)

| df: Warning: cannot read table of mounted file systems
| df: Warning: cannot read table of mounted file systems
| ../../../tests/du/slink: skipping this test, since `.' is on an XFS file 
system
| SKIP: slink

It's for sure not an xfs file system, but an ext2 one.  We don't maintain
something like `/proc/mounts' or `/etc/mtab', so running `df' without
explicitly specifying a directory to work on won't work:

#v+
$ df
df: cannot read table of mounted file systems
$ echo $?
1
$ fsysopts ./
/hurd/ext2fs --writable --no-inherit-dir-group /dev/hd0s6
$ df ./
df: Warning: cannot read table of mounted file systems
Filesystem           1K-blocks      Used Available Use% Mounted on
-                      3831468   2875780    764116  80% /devel3
$ echo $?
0
#v-

| ../../../tests/ls/stat-dtype: '.' is not on a suitable file system for this 
test
| ../../../tests/ls/stat-dtype: skipping this test
| SKIP: stat-dtype

| df: Warning: cannot read table of mounted file systems
| df: Warning: cannot read table of mounted file systems
| PASS: df-P

| ../../../tests/misc/pwd-unreadable-parent: vendor getcwd may be inadequate; 
skipping this test
| SKIP: pwd-unreadable-parent

| ../../../tests/misc/cat-proc: no /proc/cpuinfo skipping this test
| SKIP: cat-proc

| df: Warning: cannot read table of mounted file systems
| PASS: df

| FAIL: nice

Known problem.

| nohup: ignoring input and redirecting stderr to stdout
| PASS: nohup

| ../../../tests/misc/tac-continue: FULL_PARTITION_TMPDIR not defined; skipping 
this test
| SKIP: tac-continue

| tty-eof: this script requires Perl's Expect package >=1.11
| SKIP: tty-eof

| ../../../tests/mv/atomic: no strace program, so skipping this test
| SKIP: atomic

Correct, we don't have `strace', but instead could offer `rpctrace' to
``Trace Mach Remote Procedure Calls'', which roughly is `strace''s
equivalent.

| **************************************
| ../../../tests/mv/acl: This test requires getfacl and setfacl.
| **************************************
| SKIP: acl

| ../../../tests/rm/inaccessible: no openat support, so skipping this test
| SKIP: inaccessible

Correct, not implemented so far.

| ../../../tests/tail-2/tail-n0f:/proc/2186/status: missing or 'different': 
skipping this test
| SKIP: tail-n0f

| make  check-TESTS
| make[3]: Entering directory 
`/devel3/tschwinge/tmp/coreutils/coreutils-6.8+/build/tests'
| 0+1 records in
| 0+1 records out
| ../../src/df: Warning: cannot read table of mounted file systems
| ../../tests/help-version: line 198:  6207 Terminated              sleep 10m
| PASS: help-version


Regards,
 Thomas

Attachment: signature.asc
Description: Digital signature


reply via email to

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