[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: "make check-TEST" lossage on FreeBSD make (+ untested patch)
From: |
Mark D. Baushke |
Subject: |
Re: "make check-TEST" lossage on FreeBSD make (+ untested patch) |
Date: |
Thu, 13 May 2004 23:22:17 -0700 |
Alexandre Duret-Lutz <address@hidden> writes:
> >>> "Mark" == Mark D Baushke <address@hidden> writes:
>
> [...]
>
> >> I do not understand what happens with fn99.test. What does
> >> tests/testSubDir/stderr contains once the test has failed?
>
> Mark> Here is what I see:
>
> Ahem... this is not the result of fn99.test. You should execute
> fn99.test before looking inside testSubDir.
Oops... sorry about that. Here is the information you requested...
-- Mark
% cd /homes/mdb/src/automake/automake/obj.fbsd4/tests
% env VERBOSE=x TESTS=fn99.test /usr/bin/make -e check
/usr/bin/make defs aclocal-1.8a automake-1.8a
`defs' is up to date.
`aclocal-1.8a' is up to date.
`automake-1.8a' is up to date.
/usr/bin/make check-TESTS
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests:/homes/mdb/autoconf/2.59-fbsd4/bin:/homes/mdb/bin:/usr/local/gnupg-1.2.3/bin:/usr/local/bin:/usr/local/sbin:/bin:/sbin:/usr/bin:/usr/sbin:/usr/X11R6/bin:/volume/labtools/bin:/volume/buildtools/bin
=== Running test ../../tests/fn99.test
+ pwd
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir
+ set -e
+ echo AC_OUTPUT
+ cat
+ mkdir -p 12345678
+ cd 12345678
+ touch x
+ mkdir -p 12345678
+ cd 12345678
+ touch x
+ mkdir -p 12345678
+ cd 12345678
+ touch x
+ mkdir -p 12345678
+ cd 12345678
+ touch x
+ mkdir -p 12345678
+ cd 12345678
+ touch x
+ mkdir -p 12345678
+ cd 12345678
+ touch x
+ mkdir -p 12345678
+ cd 12345678
+ touch x
+ mkdir -p 12345678
+ cd 12345678
+ touch x
+ mkdir -p 12345678
+ cd 12345678
+ touch x
+ aclocal-1.8a
+ /bin/bash
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/lib/missing --run
autoconf
+ automake-1.8a --foreign -Werror -Wall
+ ./configure
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for gawk... no
checking for mawk... no
checking for nawk... no
checking for awk... awk
checking whether make sets $(MAKE)... yes
configure: creating ./config.status
config.status: creating Makefile
+ make distcheck
{ test ! -d fn99-1.0 || { find fn99-1.0 -type d ! -perm -200 -exec chmod u+w
{} ';' && rm -fr fn99-1.0; }; }
mkdir fn99-1.0
find fn99-1.0 -type d ! -perm -777 -exec chmod a+rwx {} \; -o ! -type d !
-perm -444 -links 1 -exec chmod a+r {} \; -o ! -type d ! -perm -400 -exec
chmod a+r {} \; -o ! -type d ! -perm -444 -exec /bin/bash
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir/install-sh
-c -m a+r {} {} \; || chmod -R a+r fn99-1.0
tardir=fn99-1.0 && /bin/bash
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir/missing
--run tar chof - "$tardir" | GZIP=--best gzip -c >fn99-1.0.tar.gz
{ test ! -d fn99-1.0 || { find fn99-1.0 -type d ! -perm -200 -exec chmod u+w
{} ';' && rm -fr fn99-1.0; }; }
case 'fn99-1.0.tar.gz' in *.tar.gz*) GZIP=--best gunzip -c fn99-1.0.tar.gz |
/bin/bash
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir/missing
--run tar xf - ;; *.tar.bz2*) bunzip2 -c fn99-1.0.tar.bz2 | /bin/bash
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir/missing
--run tar xf - ;; *.tar.Z*) uncompress -c fn99-1.0.tar.Z | /bin/bash
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir/missing
--run tar xf - ;; *.shar.gz*) GZIP=--best gunzip -c fn99-1.0.shar.gz | unshar
;; *.zip*) unzip fn99-1.0.zip ;; esac
chmod -R a-w fn99-1.0; chmod a+w fn99-1.0
mkdir fn99-1.0/_build
mkdir fn99-1.0/_inst
chmod a-w fn99-1.0
dc_install_base=`CDPATH="${ZSH_VERSION+.}:" && cd fn99-1.0/_inst && pwd | sed
-e 's,^[^:\\/]:[\\/],/,'` && dc_destdir="${TMPDIR-/tmp}/am-dc-$$/" && cd
fn99-1.0/_build && ../configure --srcdir=.. --prefix="$dc_install_base" &&
make && make dvi && make check && make install && make installcheck
&& make uninstall && make distuninstallcheck_dir="$dc_install_base"
distuninstallcheck && chmod -R a-w "$dc_install_base" && ({ (cd ../.. &&
umask 077 && mkdir "$dc_destdir") && make DESTDIR="$dc_destdir" install &&
make DESTDIR="$dc_destdir" uninstall && make DESTDIR="$dc_destdir"
distuninstallcheck_dir="$dc_destdir" distuninstallcheck; } || { rm -rf
"$dc_destdir"; exit 1; }) && rm -rf "$dc_destdir" && make dist && rm -rf
fn99-1.0.tar.gz && make distcleancheck
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for gawk... no
checking for mawk... no
checking for nawk... no
checking for awk... awk
checking whether make sets $(MAKE)... yes
configure: creating ./config.status
config.status: creating Makefile
{ test ! -d fn99-1.0 || { find fn99-1.0 -type d ! -perm -200 -exec chmod u+w
{} ';' && rm -fr fn99-1.0; }; }
mkdir fn99-1.0
cp: fn99-1.0/12345678/12345678: Permission denied
*** Error code 1
Stop in
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir/fn99-1.0/_build.
*** Error code 1
Stop in
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir.
FAIL: fn99.test
=====================================
1 of 1 tests failed
Please report to address@hidden
=====================================
*** Error code 1
Stop in
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests.
*** Error code 1
Stop in
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests.
% ls -laR testSubDir
total 560
drwxr-xr-x 5 mdb sw-tools 4096 May 13 23:18 ./
drwxr-xr-x 3 mdb sw-tools 4096 May 13 23:18 ../
drwxr-xr-x 3 mdb sw-tools 4096 May 13 23:18 12345678/
-rw-r--r-- 1 mdb sw-tools 12552 May 13 23:18 Makefile
-rw-r--r-- 1 mdb sw-tools 64 May 13 23:18 Makefile.am
-rw-r--r-- 1 mdb sw-tools 11854 May 13 23:18 Makefile.in
-rw-r--r-- 1 mdb sw-tools 24737 May 13 23:18 aclocal.m4
drwxr-xr-x 2 mdb sw-tools 4096 May 13 23:18 autom4te.cache/
-rw-r--r-- 1 mdb sw-tools 4928 May 13 23:18 config.log
-rwxr-xr-x 1 mdb sw-tools 21983 May 13 23:18 config.status*
-rwxr-xr-x 1 mdb sw-tools 79631 May 13 23:18 configure*
-rw-r--r-- 1 mdb sw-tools 78 May 13 23:18 configure.in
-rwxr-xr-x 1 mdb sw-tools 15037 May 13 23:18 depcomp*
dr-xr-xr-x 5 mdb sw-tools 4096 May 13 23:18 fn99-1.0/
-rw-r--r-- 1 mdb sw-tools 43215 May 13 23:18 fn99-1.0.tar.gz
-rwxr-xr-x 1 mdb sw-tools 9505 May 13 23:18 install-sh*
-rwxr-xr-x 1 mdb sw-tools 10678 May 13 23:18 missing*
testSubDir/12345678:
total 24
drwxr-xr-x 3 mdb sw-tools 4096 May 13 23:18 ./
drwxr-xr-x 5 mdb sw-tools 4096 May 13 23:18 ../
drwxr-xr-x 3 mdb sw-tools 4096 May 13 23:18 12345678/
-rw-r--r-- 1 mdb sw-tools 0 May 13 23:18 x
testSubDir/12345678/12345678:
total 24
drwxr-xr-x 3 mdb sw-tools 4096 May 13 23:18 ./
drwxr-xr-x 3 mdb sw-tools 4096 May 13 23:18 ../
drwxr-xr-x 3 mdb sw-tools 4096 May 13 23:18 12345678/
-rw-r--r-- 1 mdb sw-tools 0 May 13 23:18 x
testSubDir/12345678/12345678/12345678:
total 24
drwxr-xr-x 3 mdb sw-tools 4096 May 13 23:18 ./
drwxr-xr-x 3 mdb sw-tools 4096 May 13 23:18 ../
drwxr-xr-x 3 mdb sw-tools 4096 May 13 23:18 12345678/
-rw-r--r-- 1 mdb sw-tools 0 May 13 23:18 x
testSubDir/12345678/12345678/12345678/12345678:
total 24
drwxr-xr-x 3 mdb sw-tools 4096 May 13 23:18 ./
drwxr-xr-x 3 mdb sw-tools 4096 May 13 23:18 ../
drwxr-xr-x 3 mdb sw-tools 4096 May 13 23:18 12345678/
-rw-r--r-- 1 mdb sw-tools 0 May 13 23:18 x
testSubDir/12345678/12345678/12345678/12345678/12345678:
total 24
drwxr-xr-x 3 mdb sw-tools 4096 May 13 23:18 ./
drwxr-xr-x 3 mdb sw-tools 4096 May 13 23:18 ../
drwxr-xr-x 3 mdb sw-tools 4096 May 13 23:18 12345678/
-rw-r--r-- 1 mdb sw-tools 0 May 13 23:18 x
testSubDir/12345678/12345678/12345678/12345678/12345678/12345678:
total 24
drwxr-xr-x 3 mdb sw-tools 4096 May 13 23:18 ./
drwxr-xr-x 3 mdb sw-tools 4096 May 13 23:18 ../
drwxr-xr-x 3 mdb sw-tools 4096 May 13 23:18 12345678/
-rw-r--r-- 1 mdb sw-tools 0 May 13 23:18 x
testSubDir/12345678/12345678/12345678/12345678/12345678/12345678/12345678:
total 24
drwxr-xr-x 3 mdb sw-tools 4096 May 13 23:18 ./
drwxr-xr-x 3 mdb sw-tools 4096 May 13 23:18 ../
drwxr-xr-x 3 mdb sw-tools 4096 May 13 23:18 12345678/
-rw-r--r-- 1 mdb sw-tools 0 May 13 23:18 x
testSubDir/12345678/12345678/12345678/12345678/12345678/12345678/12345678/12345678:
total 24
drwxr-xr-x 3 mdb sw-tools 4096 May 13 23:18 ./
drwxr-xr-x 3 mdb sw-tools 4096 May 13 23:18 ../
drwxr-xr-x 2 mdb sw-tools 4096 May 13 23:18 12345678/
-rw-r--r-- 1 mdb sw-tools 0 May 13 23:18 x
testSubDir/12345678/12345678/12345678/12345678/12345678/12345678/12345678/12345678/12345678:
total 16
drwxr-xr-x 2 mdb sw-tools 4096 May 13 23:18 ./
drwxr-xr-x 3 mdb sw-tools 4096 May 13 23:18 ../
-rw-r--r-- 1 mdb sw-tools 0 May 13 23:18 x
testSubDir/autom4te.cache:
total 456
drwxr-xr-x 2 mdb sw-tools 4096 May 13 23:18 ./
drwxr-xr-x 5 mdb sw-tools 4096 May 13 23:18 ../
-rw-r--r-- 1 mdb sw-tools 79935 May 13 23:18 output.0
-rw-r--r-- 1 mdb sw-tools 79935 May 13 23:18 output.1
-rw-r--r-- 1 mdb sw-tools 13477 May 13 23:18 requests
-rw-r--r-- 1 mdb sw-tools 28086 May 13 23:18 traces.0
-rw-r--r-- 1 mdb sw-tools 5680 May 13 23:18 traces.1
testSubDir/fn99-1.0:
total 376
dr-xr-xr-x 5 mdb sw-tools 4096 May 13 23:18 ./
drwxr-xr-x 5 mdb sw-tools 4096 May 13 23:18 ../
dr-xr-xr-x 3 mdb sw-tools 4096 May 13 23:18 12345678/
-r--r--r-- 1 mdb sw-tools 64 May 13 23:18 Makefile.am
-r--r--r-- 1 mdb sw-tools 11854 May 13 23:18 Makefile.in
drwxr-xr-x 3 mdb sw-tools 4096 May 13 23:18 _build/
dr-xr-xr-x 2 mdb sw-tools 4096 May 13 23:18 _inst/
-r--r--r-- 1 mdb sw-tools 24737 May 13 23:18 aclocal.m4
-r-xr-xr-x 1 mdb sw-tools 79631 May 13 23:18 configure*
-r--r--r-- 1 mdb sw-tools 78 May 13 23:18 configure.in
-r-xr-xr-x 1 mdb sw-tools 15037 May 13 23:18 depcomp*
-r-xr-xr-x 1 mdb sw-tools 9505 May 13 23:18 install-sh*
-r-xr-xr-x 1 mdb sw-tools 10678 May 13 23:18 missing*
testSubDir/fn99-1.0/12345678:
total 24
dr-xr-xr-x 3 mdb sw-tools 4096 May 13 23:18 ./
dr-xr-xr-x 5 mdb sw-tools 4096 May 13 23:18 ../
dr-xr-xr-x 3 mdb sw-tools 4096 May 13 23:18 12345678/
-r--r--r-- 1 mdb sw-tools 0 May 13 23:18 x
testSubDir/fn99-1.0/12345678/12345678:
total 24
dr-xr-xr-x 3 mdb sw-tools 4096 May 13 23:18 ./
dr-xr-xr-x 3 mdb sw-tools 4096 May 13 23:18 ../
dr-xr-xr-x 3 mdb sw-tools 4096 May 13 23:18 12345678/
-r--r--r-- 1 mdb sw-tools 0 May 13 23:18 x
testSubDir/fn99-1.0/12345678/12345678/12345678:
total 24
dr-xr-xr-x 3 mdb sw-tools 4096 May 13 23:18 ./
dr-xr-xr-x 3 mdb sw-tools 4096 May 13 23:18 ../
dr-xr-xr-x 3 mdb sw-tools 4096 May 13 23:18 12345678/
-r--r--r-- 1 mdb sw-tools 0 May 13 23:18 x
testSubDir/fn99-1.0/12345678/12345678/12345678/12345678:
total 24
dr-xr-xr-x 3 mdb sw-tools 4096 May 13 23:18 ./
dr-xr-xr-x 3 mdb sw-tools 4096 May 13 23:18 ../
dr-xr-xr-x 3 mdb sw-tools 4096 May 13 23:18 12345678/
-r--r--r-- 1 mdb sw-tools 0 May 13 23:18 x
testSubDir/fn99-1.0/12345678/12345678/12345678/12345678/12345678:
total 24
dr-xr-xr-x 3 mdb sw-tools 4096 May 13 23:18 ./
dr-xr-xr-x 3 mdb sw-tools 4096 May 13 23:18 ../
dr-xr-xr-x 3 mdb sw-tools 4096 May 13 23:18 12345678/
-r--r--r-- 1 mdb sw-tools 0 May 13 23:18 x
testSubDir/fn99-1.0/12345678/12345678/12345678/12345678/12345678/12345678:
total 24
dr-xr-xr-x 3 mdb sw-tools 4096 May 13 23:18 ./
dr-xr-xr-x 3 mdb sw-tools 4096 May 13 23:18 ../
dr-xr-xr-x 3 mdb sw-tools 4096 May 13 23:18 12345678/
-r--r--r-- 1 mdb sw-tools 0 May 13 23:18 x
testSubDir/fn99-1.0/12345678/12345678/12345678/12345678/12345678/12345678/12345678:
total 24
dr-xr-xr-x 3 mdb sw-tools 4096 May 13 23:18 ./
dr-xr-xr-x 3 mdb sw-tools 4096 May 13 23:18 ../
dr-xr-xr-x 3 mdb sw-tools 4096 May 13 23:18 12345678/
-r--r--r-- 1 mdb sw-tools 0 May 13 23:18 x
testSubDir/fn99-1.0/12345678/12345678/12345678/12345678/12345678/12345678/12345678/12345678:
total 24
dr-xr-xr-x 3 mdb sw-tools 4096 May 13 23:18 ./
dr-xr-xr-x 3 mdb sw-tools 4096 May 13 23:18 ../
dr-xr-xr-x 2 mdb sw-tools 4096 May 13 23:18 12345678/
-r--r--r-- 1 mdb sw-tools 0 May 13 23:18 x
testSubDir/fn99-1.0/12345678/12345678/12345678/12345678/12345678/12345678/12345678/12345678/12345678:
total 16
dr-xr-xr-x 2 mdb sw-tools 4096 May 13 23:18 ./
dr-xr-xr-x 3 mdb sw-tools 4096 May 13 23:18 ../
-r--r--r-- 1 mdb sw-tools 0 May 13 23:18 x
testSubDir/fn99-1.0/_build:
total 120
drwxr-xr-x 3 mdb sw-tools 4096 May 13 23:18 ./
dr-xr-xr-x 5 mdb sw-tools 4096 May 13 23:18 ../
-rw-r--r-- 1 mdb sw-tools 12716 May 13 23:18 Makefile
-rw-r--r-- 1 mdb sw-tools 5201 May 13 23:18 config.log
-rwxr-xr-x 1 mdb sw-tools 22374 May 13 23:18 config.status*
drwxr-xr-x 3 mdb sw-tools 4096 May 13 23:18 fn99-1.0/
testSubDir/fn99-1.0/_build/fn99-1.0:
total 360
drwxr-xr-x 3 mdb sw-tools 4096 May 13 23:18 ./
drwxr-xr-x 3 mdb sw-tools 4096 May 13 23:18 ../
dr-xr-xr-x 2 mdb sw-tools 4096 May 13 23:18 12345678/
-r--r--r-- 1 mdb sw-tools 64 May 13 23:18 Makefile.am
-r--r--r-- 1 mdb sw-tools 11854 May 13 23:18 Makefile.in
-r--r--r-- 1 mdb sw-tools 24737 May 13 23:18 aclocal.m4
-r-xr-xr-x 1 mdb sw-tools 79631 May 13 23:18 configure*
-r--r--r-- 1 mdb sw-tools 78 May 13 23:18 configure.in
-r-xr-xr-x 1 mdb sw-tools 15037 May 13 23:18 depcomp*
-r-xr-xr-x 1 mdb sw-tools 9505 May 13 23:18 install-sh*
-r-xr-xr-x 1 mdb sw-tools 10678 May 13 23:18 missing*
testSubDir/fn99-1.0/_build/fn99-1.0/12345678:
total 16
dr-xr-xr-x 2 mdb sw-tools 4096 May 13 23:18 ./
drwxr-xr-x 3 mdb sw-tools 4096 May 13 23:18 ../
testSubDir/fn99-1.0/_inst:
total 16
dr-xr-xr-x 2 mdb sw-tools 4096 May 13 23:18 ./
dr-xr-xr-x 5 mdb sw-tools 4096 May 13 23:18 ../
%
- Re: "make check-TEST" lossage on FreeBSD make (+ untested patch), (continued)
- Re: "make check-TEST" lossage on FreeBSD make (+ untested patch), Alexandre Duret-Lutz, 2004/05/06
- Re: "make check-TEST" lossage on FreeBSD make (+ untested patch), Mark D. Baushke, 2004/05/06
- Re: "make check-TEST" lossage on FreeBSD make (+ untested patch), Alexandre Duret-Lutz, 2004/05/13
- Re: "make check-TEST" lossage on FreeBSD make (+ untested patch), Mark D. Baushke, 2004/05/13
- Re: "make check-TEST" lossage on FreeBSD make (+ untested patch), Alexandre Duret-Lutz, 2004/05/14
- Re: "make check-TEST" lossage on FreeBSD make (+ untested patch),
Mark D. Baushke <=
- Re: "make check-TEST" lossage on FreeBSD make (+ untested patch), Alexandre Duret-Lutz, 2004/05/14
- Re: "make check-TEST" lossage on FreeBSD make (+ untested patch), Mark D. Baushke, 2004/05/14
- Re: "make check-TEST" lossage on FreeBSD make (+ untested patch), Alexandre Duret-Lutz, 2004/05/13