Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

test failure in misc-13 #1

Closed
mohawk2 opened this issue Aug 28, 2014 · 2 comments
Closed

test failure in misc-13 #1

mohawk2 opened this issue Aug 28, 2014 · 2 comments

Comments

@mohawk2
Copy link
Owner

mohawk2 commented Aug 28, 2014

What steps will reproduce the problem?

  1. make check

What is the expected output? What do you see instead?

Expected:
PASS: misc-13

Actual output:
Wrong result: Checking prerequisite [.TARGETS]
Checking prerequisite [TeSt.target]
dmake: Time stamp of [TeSt.target] is 1336952881
dmake: >>>> Making [TeSt.target]
dmake: Up to date [TeSt.target], prq time = 1 , target time = 1336952881)
dmake: >>>> Making [.TARGETS]
dmake: Updating [.TARGETS], (1336952881 > 0)
dmake: <<<< Set [.TARGETS] time stamp to 1336952881
dmake: >>>> Making [.ROOT]
dmake: Updating [.ROOT], (1336952881 > 0)
dmake: <<<< Set [.ROOT] time stamp to 1336952881
`TeSt.target' is up to date
Failure!
FAIL: misc-13

What version of the product are you using? On what operating system?

dmake-4.12.2 on Gentoo Linux
This appears to be a regression from 4.12

Please provide any additional information below.

Additional test failure due to targets-{1..12} not marked as executable, but this is not a regression and unrelated to the issue here.

build.log

22.0 KB View Download
Jun 10, 2012
Project Member # 1 [email protected]

The problem is reproducible on FreeBSD.

It also happens on 4.12 so it's not really a regression.

Status: Accepted
Labels: -Priority-Medium Priority-Low
Jul 31, 2012
#2 [email protected]

The misc-13 test passes on dmake-4.12 on Gentoo, so it is a regression here.

@mohawk2
Copy link
Owner Author

mohawk2 commented Aug 28, 2014

The build log:

[32;01m * �[39;49;00mPackage: dev-util/dmake-4.12.2
�[32;01m * �[39;49;00mRepository: gentoo
�[32;01m * �[39;49;00mMaintainer: [email protected]
�[32;01m * �[39;49;00mUSE: amd64 consolekit elibc_glibc kernel_linux multilib policykit test userland_GNU
�[32;01m * �[39;49;00mFEATURES: sandbox test
>>> Unpacking source...
>>> Unpacking dmake-4.12.2.tar.bz2 to /var/tmp/portage/dev-util/dmake-4.12.2/work
>>> Source unpacked in /var/tmp/portage/dev-util/dmake-4.12.2/work
>>> Preparing source in /var/tmp/portage/dev-util/dmake-4.12.2/work/dmake-4.12.2 ...
>>> Source prepared.
>>> Configuring source in /var/tmp/portage/dev-util/dmake-4.12.2/work/dmake-4.12.2 ...
* econf: updating dmake-4.12.2/config.sub with /usr/share/gnuconfig/config.sub
* econf: updating dmake-4.12.2/config.guess with /usr/share/gnuconfig/config.guess
./configure --prefix=/usr --build=x86_64-pc-linux-gnu --host=x86_64-pc-linux-gnu --mandir=/usr/share/man --infodir=/usr/share/info --datadir=/usr/share --sysconfdir=/etc --localstatedir=/var/lib --libdir=/usr/lib64 --disable-dependency-tracking
checking build system type... x86_64-pc-linux-gnu
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking whether to enable maintainer-specific portions of Makefiles... no
checking for style of include used by make... GNU
checking for x86_64-pc-linux-gnu-gcc... x86_64-pc-linux-gnu-gcc
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables...
checking whether we are cross compiling... no
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether x86_64-pc-linux-gnu-gcc accepts -g... yes
checking for x86_64-pc-linux-gnu-gcc option to accept ISO C89... none needed
checking dependency style of x86_64-pc-linux-gnu-gcc... none
checking whether x86_64-pc-linux-gnu-gcc and cc understand -c and -o together... yes
checking how to run the C preprocessor... x86_64-pc-linux-gnu-gcc -E
checking whether ln -s works... yes
checking whether make sets $(MAKE)... (cached) yes
checking for x86_64-pc-linux-gnu-ranlib... x86_64-pc-linux-gnu-ranlib
checking for gawk... (cached) gawk
checking the operating system... checked (Linux)
checking whether to do a build with dbug macros... no
checking if spawn shall be used... no
checking for dirent.h that defines DIR... yes
checking for library containing opendir... none required
checking for grep that handles long lines and -e... /bin/grep
checking for egrep... /bin/grep -E
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking fcntl.h usability... yes
checking fcntl.h presence... yes
checking for fcntl.h... yes
checking limits.h usability... yes
checking limits.h presence... yes
checking for limits.h... yes
checking for strings.h... (cached) yes
checking for sys/types.h... (cached) yes
checking for sys/stat.h... (cached) yes
checking for unistd.h... (cached) yes
checking errno.h usability... yes
checking errno.h presence... yes
checking for errno.h... yes
checking utime.h usability... yes
checking utime.h presence... yes
checking for utime.h... yes
checking spawn.h usability... yes
checking spawn.h presence... yes
checking for spawn.h... yes
checking wait.h usability... yes
checking wait.h presence... yes
checking for wait.h... yes
checking sys/wait.h usability... yes
checking sys/wait.h presence... yes
checking for sys/wait.h... yes
checking sys/time.h usability... yes
checking sys/time.h presence... yes
checking for sys/time.h... yes
checking for an ANSI C-conforming const... yes
checking for off_t... yes
checking for size_t... yes
checking for int8... no
checking for uint8... no
checking for int16... no
checking for uint16... no
checking for int32... no
checking for uint32... no
checking whether time.h and sys/time.h may both be included... yes
checking size of short... 2
checking size of int... 4
checking size of long... 8
checking for working memcmp... yes
checking return type of signal handlers... void
checking for utime.h... (cached) yes
checking whether utime accepts a null argument... yes
checking for vprintf... yes
checking for _doprnt... no
checking for getcwd... yes
checking for getwd... yes
checking for strerror... yes
checking for setvbuf... yes
checking for tzset... yes
checking for settz... no
checking for mkstemp... yes
checking for tempnam... yes
checking for gettimeofday... yes
checking for setenv... yes
checking for strlwr... no
configure: creating ./config.status
config.status: creating dmakeroot.h
config.status: creating Makefile
config.status: creating startup/config.mk
config.status: creating startup/Makefile
config.status: creating startup/unix/Makefile
config.status: creating startup/unix/linux/Makefile
config.status: creating startup/unix/solaris/Makefile
config.status: creating startup/unix/macosx/Makefile
config.status: creating startup/unix/sysvr4/Makefile
config.status: creating startup/unix/cygwin/Makefile
config.status: creating startup/unix/os2/Makefile
config.status: creating startup/winnt/Makefile
config.status: creating startup/winnt/mingw/Makefile
config.status: creating startup/winnt/msvc6/Makefile
config.status: creating tests/Makefile
config.status: creating config.h
config.status: executing depfiles commands
>>> Source configured.
>>> Compiling source in /var/tmp/portage/dev-util/dmake-4.12.2/work/dmake-4.12.2 ...
make -j4
make all-recursive
make[1]: Entering directory `/var/tmp/portage/dev-util/dmake-4.12.2/work/dmake-4.12.2'
Making all in startup
make[2]: Entering directory `/var/tmp/portage/dev-util/dmake-4.12.2/work/dmake-4.12.2/startup'
Making all in unix
make[3]: Entering directory `/var/tmp/portage/dev-util/dmake-4.12.2/work/dmake-4.12.2/startup/unix'
Making all in linux
make[4]: Entering directory `/var/tmp/portage/dev-util/dmake-4.12.2/work/dmake-4.12.2/startup/unix/linux'
make[4]: Nothing to be done for `all'.
make[4]: Leaving directory `/var/tmp/portage/dev-util/dmake-4.12.2/work/dmake-4.12.2/startup/unix/linux'
make[4]: Entering directory `/var/tmp/portage/dev-util/dmake-4.12.2/work/dmake-4.12.2/startup/unix'
make[4]: Nothing to be done for `all-am'.
make[4]: Leaving directory `/var/tmp/portage/dev-util/dmake-4.12.2/work/dmake-4.12.2/startup/unix'
make[3]: Leaving directory `/var/tmp/portage/dev-util/dmake-4.12.2/work/dmake-4.12.2/startup/unix'
make[3]: Entering directory `/var/tmp/portage/dev-util/dmake-4.12.2/work/dmake-4.12.2/startup'
make[3]: Nothing to be done for `all-am'.
make[3]: Leaving directory `/var/tmp/portage/dev-util/dmake-4.12.2/work/dmake-4.12.2/startup'
make[2]: Leaving directory `/var/tmp/portage/dev-util/dmake-4.12.2/work/dmake-4.12.2/startup'
Making all in tests
make[2]: Entering directory `/var/tmp/portage/dev-util/dmake-4.12.2/work/dmake-4.12.2/tests'
make[2]: Nothing to be done for `all'.
make[2]: Leaving directory `/var/tmp/portage/dev-util/dmake-4.12.2/work/dmake-4.12.2/tests'
make[2]: Entering directory `/var/tmp/portage/dev-util/dmake-4.12.2/work/dmake-4.12.2'
x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I. -I. -I. -I. -I./unix/linux -I./unix -I./unix/linux/gnu -I./unix/linux -I./unix -O2 -pipe -march=amdfam10 -c -o infer.o infer.c
x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I. -I. -I. -I. -I./unix/linux -I./unix -I./unix/linux/gnu -I./unix/linux -I./unix -O2 -pipe -march=amdfam10 -c -o make.o make.c
x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I. -I. -I. -I. -I./unix/linux -I./unix -I./unix/linux/gnu -I./unix/linux -I./unix -O2 -pipe -march=amdfam10 -c -o stat.o stat.c
x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I. -I. -I. -I. -I./unix/linux -I./unix -I./unix/linux/gnu -I./unix/linux -I./unix -O2 -pipe -march=amdfam10 -c -o expand.o expand.c
x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I. -I. -I. -I. -I./unix/linux -I./unix -I./unix/linux/gnu -I./unix/linux -I./unix -O2 -pipe -march=amdfam10 -c -o dmstring.o dmstring.c
x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I. -I. -I. -I. -I./unix/linux -I./unix -I./unix/linux/gnu -I./unix/linux -I./unix -O2 -pipe -march=amdfam10 -c -o hash.o hash.c
x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I. -I. -I. -I. -I./unix/linux -I./unix -I./unix/linux/gnu -I./unix/linux -I./unix -O2 -pipe -march=amdfam10 -c -o dag.o dag.c
x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I. -I. -I. -I. -I./unix/linux -I./unix -I./unix/linux/gnu -I./unix/linux -I./unix -O2 -pipe -march=amdfam10 -c -o dmake.o dmake.c
x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I. -I. -I. -I. -I./unix/linux -I./unix -I./unix/linux/gnu -I./unix/linux -I./unix -O2 -pipe -march=amdfam10 -c -o path.o path.c
x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I. -I. -I. -I. -I./unix/linux -I./unix -I./unix/linux/gnu -I./unix/linux -I./unix -O2 -pipe -march=amdfam10 -c -o imacs.o imacs.c
x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I. -I. -I. -I. -I./unix/linux -I./unix -I./unix/linux/gnu -I./unix/linux -I./unix -O2 -pipe -march=amdfam10 -c -o sysintf.o sysintf.c
x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I. -I. -I. -I. -I./unix/linux -I./unix -I./unix/linux/gnu -I./unix/linux -I./unix -O2 -pipe -march=amdfam10 -c -o parse.o parse.c
x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I. -I. -I. -I. -I./unix/linux -I./unix -I./unix/linux/gnu -I./unix/linux -I./unix -O2 -pipe -march=amdfam10 -c -o getinp.o getinp.c
x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I. -I. -I. -I. -I./unix/linux -I./unix -I./unix/linux/gnu -I./unix/linux -I./unix -O2 -pipe -march=amdfam10 -c -o quit.o quit.c
x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I. -I. -I. -I. -I./unix/linux -I./unix -I./unix/linux/gnu -I./unix/linux -I./unix -O2 -pipe -march=amdfam10 -c -o state.o state.c
x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I. -I. -I. -I. -I./unix/linux -I./unix -I./unix/linux/gnu -I./unix/linux -I./unix -O2 -pipe -march=amdfam10 -c -o dmdump.o dmdump.c
x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I. -I. -I. -I. -I./unix/linux -I./unix -I./unix/linux/gnu -I./unix/linux -I./unix -O2 -pipe -march=amdfam10 -c -o macparse.o macparse.c
x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I. -I. -I. -I. -I./unix/linux -I./unix -I./unix/linux/gnu -I./unix/linux -I./unix -O2 -pipe -march=amdfam10 -c -o rulparse.o rulparse.c
x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I. -I. -I. -I. -I./unix/linux -I./unix -I./unix/linux/gnu -I./unix/linux -I./unix -O2 -pipe -march=amdfam10 -c -o percent.o percent.c
x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I. -I. -I. -I. -I./unix/linux -I./unix -I./unix/linux/gnu -I./unix/linux -I./unix -O2 -pipe -march=amdfam10 -c -o function.o function.c
x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I. -I. -I. -I. -I./unix/linux -I./unix -I./unix/linux/gnu -I./unix/linux -I./unix -O2 -pipe -march=amdfam10 -c -o unix/arlib.o unix/arlib.c
x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I. -I. -I. -I. -I./unix/linux -I./unix -I./unix/linux/gnu -I./unix/linux -I./unix -O2 -pipe -march=amdfam10 -c -o unix/dcache.o unix/dcache.c
unix/arlib.c: In function ‘ar_scan’:
unix/arlib.c:299:9: warning: ignoring return value of ‘fread’, declared with attribute warn_unused_result
x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I. -I. -I. -I. -I./unix/linux -I./unix -I./unix/linux/gnu -I./unix/linux -I./unix -O2 -pipe -march=amdfam10 -c -o unix/dirbrk.o unix/dirbrk.c
x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I. -I. -I. -I. -I./unix/linux -I./unix -I./unix/linux/gnu -I./unix/linux -I./unix -O2 -pipe -march=amdfam10 -c -o unix/rmprq.o unix/rmprq.c
x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I. -I. -I. -I. -I./unix/linux -I./unix -I./unix/linux/gnu -I./unix/linux -I./unix -O2 -pipe -march=amdfam10 -c -o unix/ruletab.o unix/ruletab.c
x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I. -I. -I. -I. -I./unix/linux -I./unix -I./unix/linux/gnu -I./unix/linux -I./unix -O2 -pipe -march=amdfam10 -c -o unix/runargv.o unix/runargv.c
x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I. -I. -I. -I. -I./unix/linux -I./unix -I./unix/linux/gnu -I./unix/linux -I./unix -O2 -pipe -march=amdfam10 -c -o unix/tempnam.o unix/tempnam.c
x86_64-pc-linux-gnu-gcc -O2 -pipe -march=amdfam10 -Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu -o dmake infer.o make.o stat.o expand.o dmstring.o hash.o dag.o dmake.o path.o imacs.o sysintf.o parse.o getinp.o quit.o state.o dmdump.o macparse.o rulparse.o percent.o function.o unix/arlib.o unix/dcache.o unix/dirbrk.o unix/rmprq.o unix/ruletab.o unix/runargv.o unix/tempnam.o
make[2]: Leaving directory `/var/tmp/portage/dev-util/dmake-4.12.2/work/dmake-4.12.2'
make[1]: Leaving directory `/var/tmp/portage/dev-util/dmake-4.12.2/work/dmake-4.12.2'
>>> Source compiled.
>>> Test phase [check]: dev-util/dmake-4.12.2
Making check in startup
make[1]: Entering directory `/var/tmp/portage/dev-util/dmake-4.12.2/work/dmake-4.12.2/startup'
Making check in unix
make[2]: Entering directory `/var/tmp/portage/dev-util/dmake-4.12.2/work/dmake-4.12.2/startup/unix'
Making check in linux
make[3]: Entering directory `/var/tmp/portage/dev-util/dmake-4.12.2/work/dmake-4.12.2/startup/unix/linux'
make[3]: Nothing to be done for `check'.
make[3]: Leaving directory `/var/tmp/portage/dev-util/dmake-4.12.2/work/dmake-4.12.2/startup/unix/linux'
make[3]: Entering directory `/var/tmp/portage/dev-util/dmake-4.12.2/work/dmake-4.12.2/startup/unix'
make[3]: Nothing to be done for `check-am'.
make[3]: Leaving directory `/var/tmp/portage/dev-util/dmake-4.12.2/work/dmake-4.12.2/startup/unix'
make[2]: Leaving directory `/var/tmp/portage/dev-util/dmake-4.12.2/work/dmake-4.12.2/startup/unix'
make[2]: Entering directory `/var/tmp/portage/dev-util/dmake-4.12.2/work/dmake-4.12.2/startup'
make[2]: Nothing to be done for `check-am'.
make[2]: Leaving directory `/var/tmp/portage/dev-util/dmake-4.12.2/work/dmake-4.12.2/startup'
make[1]: Leaving directory `/var/tmp/portage/dev-util/dmake-4.12.2/work/dmake-4.12.2/startup'
Making check in tests
make[1]: Entering directory `/var/tmp/portage/dev-util/dmake-4.12.2/work/dmake-4.12.2/tests'
make check-TESTS
make[2]: Entering directory `/var/tmp/portage/dev-util/dmake-4.12.2/work/dmake-4.12.2/tests'
Found "test" program.
Found "echo" program.
Found "dmake" program.
'Generating mytestfile'
touch mytestfile
Success - Cleaning up
PASS: infra-0
$(and ...) section
test "::" = "::"
test ":t:" = ":t:"
test "::" = "::"
test "::" = "::"
-e \n$(assign ...) section
test ":A:" = ":A:"
test "B" = "B"
test ":A:" = ":A:"
test "C" = "C"
-e \n$(echo ...) section
test ":123:" = ":123:"
test ":123:" = ":123:"
test ":123:" = ":123:"
test ":123:" = ":123:"
-e \n$(eq ...) section
test ":true:" = ":true:"
test ":true:" = ":true:"

$(foreach ...) section
test ":[a] [b] [c]:" = ":[a] [b] [c]:"
test ":[a] [b] [c]:" = ":[a] [b] [c]:"
test ":[a] [b] [c]:" = ":[a] [b] [c]:"
test ":[a] [b] [c]:" = ":[a] [b] [c]:"
-e \n$(nil ...) section
test "::" = "::"
test "::" = "::"
-e \n$(not ...) section
test "::" = "::"
test ":t:" = ":t:"
test ":t:" = ":t:"
test ":t:" = ":t:"
-e \n$(null ...) section
test ":true:" = ":true:"
test ":false:" = ":false:"
test ":false:" = ":false:"
test ":false:" = ":false:"
test ":true:" = ":true:"
-e \n$(or ...) section
test "::" = "::"
test ":t:" = ":t:"
test "::" = "::"
test "::" = "::"
Success - Cleaning up
PASS: function_macros-1

$(shell ...) section
test ":123:" = ":123:"
test ":123:" = ":123:"
test ":123:" = ":123:"

$(sort ...) section
test ":a b c:" = ":a b c:"
test ":a b c:" = ":a b c:"
test ":a b c:" = ":a b c:"

$(strip ...) section
test ":c a b:" = ":c a b:"
test ":c a b:" = ":c a b:"

$(subst ...) section
test ":aZbZc:" = ":aZbZc:"
test ":aZbZc:" = ":aZbZc:"
test ":aZbZc:" = ":aZbZc:"
test ":aZbZc:" = ":aZbZc:"

$(uniq ...) section
test ":a b c:" = ":a b c:"
test ":a b c:" = ":a b c:"
Success - Cleaning up
PASS: function_macros-2
b0
b1
b2
Success - Cleaning up
PASS: function_macros-3
echo b0
echo b1
echo teststring > stdout.txt
b0
b1
echo AteststringA
AteststringA
Success - Cleaning up
PASS: function_macros-4
Before the sleeps ...
A
B
C
D
XDYNMACX
Z(shellpre) (shellpost)Z
E
After the sleeps ...
Success - Cleaning up
PASS: function_macros-5
Success - Cleaning up
PASS: function_macros-6
Success - Cleaning up
PASS: function_macros-7
Subtest 1: OK
Subtest 2: OK
Subtest 3: OK
Success - Cleaning up
PASS: function_macros-8
Subtest 1: OK
Subtest 2: OK
Success - Cleaning up
PASS: function_macros-9
Subtest 1: OK
Subtest 2: OK
Subtest 3: OK
Subtest 4: OK
Success - Cleaning up
PASS: function_macros-10

$(SPACECHAR) section
test ": :" = ": :"

$(MACRO:s/pat/rep/) section
test ":aZbZc:" = ":aZbZc:"
test ":aZbZc:" = ":aZbZc:"
test ":aZbZc:" = ":aZbZc:"
Success - Cleaning up
PASS: macros-1
Success - Cleaning up
PASS: macros-2
Success - Cleaning up
PASS: macros-3
Success - Cleaning up
PASS: macros-4
Subtest 1: OK
Subtest 2: OK
Success - Cleaning up
PASS: macros-5
Test 1: OK
Success - Cleaning up
PASS: macros-6
Subtest 1: OK
Subtest 2: OK
Success - Cleaning up
PASS: macros-7
Subtest 1: OK
Subtest 2: OK
Subtest 3: OK
Subtest 4: OK
Subtest 5: OK
Subtest 6: OK
Success - Cleaning up
PASS: macros-8
Subtest 1: OK
Subtest 2: OK
Subtest 3: OK
Subtest 4: OK
Subtest 5: OK
Success - Cleaning up
PASS: macros-9
Subtest 1: OK
Subtest 2: OK
Subtest 3: OK
Success - Cleaning up
PASS: macros-10
Subtest 1: OK
Subtest 2: OK
Subtest 3: OK
Subtest 4: OK
Subtest 5: OK
Success - Cleaning up
PASS: macros-11
Success - Cleaning up
PASS: recipes-1
Success - Cleaning up
PASS: recipes-2
Success - Cleaning up
PASS: recipes-3
Success - Cleaning up
PASS: recipes-4
Success - Cleaning up
PASS: recipes-5
Success - Cleaning up
PASS: recipes-6
Success - Cleaning up
PASS: recipes-7
Subtest 1: OK
Subtest 2: OK
Subtest 3: OK
Success - Cleaning up
PASS: recipes-8
Subtest 1: OK
Subtest 2: OK
Subtest 3: OK
Subtest 4: OK
Success - Cleaning up
PASS: recipes-9
echo "aa\\\naa"
aa\\naa
Success - Cleaning up
PASS: misc-1
echo aaa
aaa
Success - Cleaning up
PASS: misc-2
Success - Cleaning up
PASS: misc-3
making testfile2
making testfile1
making testfile3
Success - Cleaning up
PASS: misc-4
Success - Cleaning up
PASS: misc-5
Success - Cleaning up
PASS: misc-6
Success - Cleaning up
PASS: misc-7
Success - Cleaning up
PASS: misc-8
Success - Cleaning up
PASS: misc-9
Success - Cleaning up
PASS: misc-10
Success - Cleaning up
PASS: misc-11
Success - Cleaning up
PASS: misc-12
Wrong result: Checking prerequisite [.TARGETS]
Checking prerequisite [TeSt.target]
dmake: Time stamp of [TeSt.target] is 1336952881
dmake: >>>> Making [TeSt.target]
dmake: Up to date [TeSt.target], prq time = 1 , target time = 1336952881)
dmake: >>>> Making [.TARGETS]
dmake: Updating [.TARGETS], (1336952881 > 0)
dmake: <<<< Set [.TARGETS] time stamp to 1336952881
dmake: >>>> Making [.ROOT]
dmake: Updating [.ROOT], (1336952881 > 0)
dmake: <<<< Set [.ROOT] time stamp to 1336952881
`TeSt.target' is up to date
Failure!
FAIL: misc-13
Success - Cleaning up
PASS: misc-14
Success - Cleaning up
PASS: misc-15
Success - Cleaning up
PASS: misc-16
Success - Cleaning up
PASS: misc-17
Subtest 1: OK
Subtest 2: OK
Subtest 3 ignored for non cygwin environment
Subtest 4 ignored for non cygwin environment
Subtest 5 ignored for non cygwin environment
Subtest 6 ignored for non cygwin environment
Success - Cleaning up
PASS: misc-18
OK
Success - Cleaning up
PASS: misc-19
Subtest 1: OK
Subtest 2: OK
Success - Cleaning up
PASS: misc-20
Success - Cleaning up
PASS: misc-21
Success - Cleaning up
PASS: targets-1
Success - Cleaning up
PASS: targets-2
Success - Cleaning up
PASS: targets-3
Success - Cleaning up
PASS: targets-4
Success - Cleaning up
PASS: targets-5
Success - Cleaning up
PASS: targets-6
Success - Cleaning up
PASS: targets-7
Success - Cleaning up
PASS: targets-8
Success - Cleaning up
PASS: targets-9
Success - Cleaning up
PASS: targets-10
Success - Cleaning up
PASS: targets-11
Success - Cleaning up
PASS: targets-12
Success - Cleaning up
PASS: targets-13
Success - Cleaning up
PASS: targets-14
Success - Cleaning up
PASS: targets-15
Success - Cleaning up
PASS: targets-16
Success - Cleaning up
PASS: targets-17
Success - Cleaning up
PASS: targets-18
Subtest 1: OK
Subtest 2 ignored for non cygwin environment
Success - Cleaning up
PASS: targets-19
OK
Success - Cleaning up
PASS: targets-20
OK
Success - Cleaning up
PASS: targets-21
OK
Success - Cleaning up
PASS: targets-22
OK
Success - Cleaning up
PASS: targets-23
OK
Success - Cleaning up
PASS: targets-24
OK
Success - Cleaning up
PASS: targets-25
OK
Success - Cleaning up
PASS: targets-26
OK
Success - Cleaning up
PASS: targets-27
Subtest 1: OK
Subtest 2: OK
Subtest 3: OK
Subtest 4: OK
Success - Cleaning up
PASS: targets-28
OK
Success - Cleaning up
PASS: targets-29
Success - Cleaning up
PASS: targets-30
====================
1 of 82 tests failed
====================
make[2]: *** [check-TESTS] Error 1
make[2]: Leaving directory `/var/tmp/portage/dev-util/dmake-4.12.2/work/dmake-4.12.2/tests'
make[1]: *** [check-am] Error 2
make[1]: Leaving directory `/var/tmp/portage/dev-util/dmake-4.12.2/work/dmake-4.12.2/tests'
make: *** [check-recursive] Error 1
�[31;01m*�[0m ERROR: dev-util/dmake-4.12.2 failed (test phase):
�[31;01m*�[0m Make check failed. See above for details.
�[31;01m*�[0m
�[31;01m*�[0m Call stack:
�[31;01m*�[0m ebuild.sh, line 85: Called src_test
�[31;01m*�[0m environment, line 1858: Called _eapi0_src_test
�[31;01m*�[0m phase-helpers.sh, line 550: Called die
�[31;01m*�[0m The specific snippet of code:
�[31;01m*�[0m $emake_cmd -j1 check || \
�[31;01m*�[0m die "Make check failed. See above for details."
�[31;01m*�[0m
�[31;01m*�[0m If you need support, post the output of 'emerge --info =dev-util/dmake-4.12.2',
�[31;01m*�[0m the complete build log and the output of 'emerge -pqv =dev-util/dmake-4.12.2'.
�[31;01m*�[0m The complete build log is located at '/var/tmp/portage/dev-util/dmake-4.12.2/temp/build.log'.
�[31;01m*�[0m The ebuild environment file is located at '/var/tmp/portage/dev-util/dmake-4.12.2/temp/environment'.
�[31;01m*�[0m S: '/var/tmp/portage/dev-util/dmake-4.12.2/work/dmake-4.12.2'

@mohawk2
Copy link
Owner Author

mohawk2 commented Aug 29, 2014

Fixed in c1142699e874c4cfebc61b2925fb670b150406ba.

@mohawk2 mohawk2 closed this as completed Aug 29, 2014
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant