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

Ошибка тестирования binutils при его сборке с использованием сборочных инструкций из LFS stable #1070

Open
Linuxoid85 opened this issue Mar 21, 2022 · 0 comments
Labels
bug Something isn't working
Milestone

Comments

@Linuxoid85
Copy link
Collaborator

Сборка базовой системы, система с раздельной структурой директорий, этап тестирования

$ 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.
@Linuxoid85 Linuxoid85 added the bug Something isn't working label Mar 21, 2022
@Linuxoid85 Linuxoid85 added this to the v.2.1 milestone Mar 21, 2022
@Linuxoid85 Linuxoid85 changed the title Ошиюка тестирования binutils при его сборке с использованием сборочных инструкций из LFS stable Ошибка тестирования binutils при его сборке с использованием сборочных инструкций из LFS stable Mar 21, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant