-
Notifications
You must be signed in to change notification settings - Fork 21
Open
Labels
bugSomething isn't workingSomething isn't working
Milestone
Description
Сборка базовой системы, система с раздельной структурой директорий, этап тестирования
$ make -k check
...
gcc -DHAVE_CONFIG_H -O3 -s -I.. -I../../../libiberty/testsuite/../../include -DHAVE_CONFIG_H -I.. -o test-expandargv \
../../../libiberty/testsuite/test-expandargv.c ../libiberty.a
./test-expandargv
PASS: test-expandargv-0.
PASS: test-expandargv-1.
PASS: test-expandargv-2.
PASS: test-expandargv-3.
PASS: test-expandargv-4.
PASS: test-expandargv-5.
PASS: test-expandargv-6.
gcc -DHAVE_CONFIG_H -O3 -s -I.. -I../../../libiberty/testsuite/../../include -DHAVE_CONFIG_H -I.. -o test-strtol \
../../../libiberty/testsuite/test-strtol.c ../libiberty.a
./test-strtol
PASS: test-strtol-0.
PASS: test-strtol-1.
PASS: test-strtol-2.
PASS: test-strtol-3.
PASS: test-strtol-4.
PASS: test-strtol-5.
PASS: test-strtol-6.
PASS: test-strtol-7.
PASS: test-strtol-8.
PASS: test-strtol-9.
PASS: test-strtol-10.
PASS: test-strtol-11.
PASS: test-strtol-12.
PASS: test-strtol-13.
PASS: test-strtol-14.
PASS: test-strtol-15.
PASS: test-strtol-16.
PASS: test-strtol-17.
PASS: test-strtol-18.
PASS: test-strtol-19.
PASS: test-strtol-20.
make[3]: Leaving directory '/usr/src/binutils-2.38/build/libiberty/testsuite'
make[2]: Leaving directory '/usr/src/binutils-2.38/build/libiberty'
make[2]: Entering directory '/usr/src/binutils-2.38/build/ld'
make all-recursive
make[3]: Entering directory '/usr/src/binutils-2.38/build/ld'
Making all in po
make[4]: Entering directory '/usr/src/binutils-2.38/build/ld/po'
make[4]: Nothing to be done for 'all'.
make[4]: Leaving directory '/usr/src/binutils-2.38/build/ld/po'
make[4]: Entering directory '/usr/src/binutils-2.38/build/ld'
make[4]: Leaving directory '/usr/src/binutils-2.38/build/ld'
make[3]: Leaving directory '/usr/src/binutils-2.38/build/ld'
make[2]: Leaving directory '/usr/src/binutils-2.38/build/ld'
make[2]: Entering directory '/usr/src/binutils-2.38/build/libctf'
make check-DEJAGNU
make[3]: Entering directory '/usr/src/binutils-2.38/build/libctf'
Making a new site.exp file ...
srcdir='../../libctf'; export srcdir; \
EXPECT=expect; export EXPECT; \
if /bin/sh -c "runtest --version" > /dev/null 2>&1; then \
exit_status=0; l='libctf'; for tool in $l; do \
if runtest --tool $tool --srcdir $srcdir ; \
then :; else exit_status=1; fi; \
done; \
else echo "WARNING: could not find 'runtest'" 1>&2; :;\
fi; \
exit $exit_status
WARNING: could not find 'runtest'
make[3]: Leaving directory '/usr/src/binutils-2.38/build/libctf'
make[2]: Leaving directory '/usr/src/binutils-2.38/build/libctf'
make[1]: Target 'check-host' not remade because of errors.
make[1]: Nothing to be done for 'check-target'.
make[1]: Leaving directory '/usr/src/binutils-2.38/build'
make: *** [Makefile:2492: do-check] Error 2
make: Target 'check' not remade because of errors.
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working