bugThe GNU Binary Utilities - Bugs: bug #63288, binutils - libctf make check error

 
 

bug #63288: binutils - libctf make check error

Submitter:  Alexei Kharchev <alexk>
Submitted:  Sat 29 Oct 2022 08:22:27 AM UTC
   
 
Category:  None Severity:  3 - Normal
Item Group:  None Status:  None
Privacy:  Public Assigned to:  None
Open/Closed:  Open
* Mandatory Fields

Add a New Comment Rich Markup
   

Sat 29 Oct 2022 08:24:45 AM UTC, comment #1: 

1) WARNING: could not find \`runtest'
there is no such file!

2) ERROR: (DejaGnu) proc "is_elf_format" does not exist.
I listed DejaGnu code and did not found is_elf_format function

Alexei Kharchev <alexk>
Sat 29 Oct 2022 08:22:27 AM UTC, original submission:  

testsuite/libctf-lookup/lookup.exp

make  check-DEJAGNU
make[1]: вход в каталог «/mnt/Git/apt-build/build/libctf-2.39»
srcroot=`cd . && pwd`; export srcroot; \
r=`pwd`; export r; \
LC_ALL=C; export LC_ALL; \
EXPECT=expect; export EXPECT; \
runtest=runtest; \
printf "runtest: \n"; \
if /bin/bash -c "$runtest --version" > /dev/null 2>&1; then \
  $runtest --tool libctf --srcdir ${srcroot}/testsuite \
CC="gcc" CC_FOR_TARGET="` if [ -f $r/../gcc/xgcc ] ; then if [ -f $r/../newlib/Makefile ] ; then echo $r/../gcc/xgcc -B$r/../gcc/ -idirafter $r/../newlib/targ-include -idirafter ${srcroot}/../newlib/libc/include -nostdinc; else echo $r/../gcc/xgcc -B$r/../gcc/; fi; else if [ "x86_64-pc-linux-gnu" = "x86_64-pc-linux-gnu" ] ; then echo gcc; else echo gcc | sed 's&^&x86_64-pc-linux-gnu-&'; fi; fi`" \
CFLAGS="-g -O2 -I./include -I. -I. -I/usr/local/include/binutils " \
LIBS="-liberty  -lz -ldl" ; \
else echo "WARNING: could not find \`runtest'" 1>&2; :;\
fi
runtest:
WARNING: Couldn't find the global config file.
WARNING: Couldn't find tool init file
Test run by alexei on Sat Oct 29 16:13:09 2022
Native configuration is x86_64-pc-linux-gnu

=== libctf tests ===

Schedule of variations:
    unix

Running target unix
Using /usr/local/share/dejagnu/baseboards/unix.exp as board description file for target.
Using /usr/local/share/dejagnu/config/unix.exp as generic interface file for target.
Using /home/alexei/build/libctf-2.39/testsuite/config/default.exp as tool-and-target-specific interface file.
Running /home/alexei/build/libctf-2.39/testsuite/libctf-lookup/lookup.exp ...
ERROR: (DejaGnu) proc "is_elf_format" does not exist.
The error code is TCL LOOKUP COMMAND is_elf_format
The info on the error is:
invalid command name "is_elf_format"
    while executing
"::tcl_unknown is_elf_format"
    ("uplevel" body line 1)
    invoked from within
"uplevel 1 ::tcl_unknown $args"
ERROR: tcl error sourcing /home/alexei/build/libctf-2.39/testsuite/libctf-lookup/lookup.exp.
ERROR: tcl error code TCL LOOKUP COMMAND is_elf_format

Alexei Kharchev <alexk>

 

(Note: upload size limit is set to 16384 kB, after insertion of the required escape characters.)

Attach Files:
   
   
Comment:
   

No files currently attached

 

Depends on the following items: None found

Items that depend on this one: None found

 

Carbon-Copy List
  • -email is unavailable- added by alexk (Submitted the item)
  •  

    There are 0 votes so far. Votes easily highlight which items people would like to see resolved in priority, independently of the priority of the item set by tracker managers.

    Only logged-in users can vote.

     

    No changes have been made to this item

    Back to the top

    Powered by Savane 3.13-caa5.
    Corresponding source code