2009-08-24 Status

Petr Machata pmachata at redhat.com
Thu Aug 27 10:43:43 UTC 2009


26.08.2009 20:06, Roland McGrath wrote:
> There must have been something botched in your checkout.  Commit a24b207 is
> fine.

The following is from clean clone, clean checkout of origin/dwarf (which 
apparently resolves to a24b207, as the helpful git/bash integration 
shows).  I've done the configure & make in LANG=C just to be sure that's 
not it.

[petr@ build (a24b207...)]$ make 2>&1 | tail
g++ -DHAVE_CONFIG_H -D_GNU_SOURCE -I. -I../../tests -I.. -I../../libasm 
-I../../libdw -I../../libdwfl -I../../libebl -I../../libelf -I../../lib 
-I..   -Wall -Werror -Wextra -std=gnu++0x -Wformat=2 -g -O2 -MT 
dwarf-print.o -MD -MP -MF .deps/dwarf-print.Tpo -c -o dwarf-print.o 
../../tests/dwarf-print.cc
../../tests/dwarf-print.cc:40:24: error: print-die.hh: No such file or 
directory
../../tests/dwarf-print.cc: In function 'int main(int, char**)':
../../tests/dwarf-print.cc:62: error: 'print_die_main' was not declared 
in this scope
../../tests/dwarf-print.cc:65: error: 'print_file' was not declared in 
this scope
make[2]: *** [dwarf-print.o] Error 1
make[2]: Leaving directory `/home/petr/tmp/elfutils/build/tests'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/petr/tmp/elfutils/build'
make: *** [all] Error 2

Indeed, there's no print-die.hh anywhere in the tree.

PM


More information about the elfutils-devel mailing list