This is the mail archive of the systemtap@sourceware.org mailing list for the systemtap project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Current git tree failed to compile - bisected


Current systemtap git tree failed to compile.

  CXX    stap-staptree.o
staptree.cxx:342:38: error: no ‘void regex_query::print(std::ostream&)
const’ member function declared in class ‘regex_query’
make[2]: *** [stap-staptree.o] Error 1
make[2]: *** Waiting for unfinished jobs....
make[2]: Leaving directory `/home/iida/Repo/systemtap'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/iida/Repo/systemtap'
make: *** [all] Error 2

git bisect tells following commit cause the failure.

d3bc48f01479cc6d511bd94d296789ee6139d0d0 is the first bad commit
commit d3bc48f01479cc6d511bd94d296789ee6139d0d0
Author: Serguei Makarov <smakarov@redhat.com>
Date:   Fri Apr 5 11:39:26 2013 -0400

    stapregex cleanup: ditch redundant regex_query::re field in favour
of dynamic_cast<...> use

OS: Fedora 18 (x86)

Regards,
Masanari


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]