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]

[Bug translator/4609] New: Fails to build with gcc 4.3


New build failure with gcc-4.3:

if x86_64-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I. -I.  -DBINDIR='"/usr/bin"'
-DPKGDATADIR='"/usr/share/systemtap"' -DPKGLIBDIR='"/usr/lib/systemtap"'
-DPERFMON   -Wall -Wextra -Werror -Wall -g -D_GNU_SOURCE -O2 -MT stap-staptree.o
-MD -MP -MF ".deps/stap-staptree.Tpo" -c -o stap-staptree.o `test -f
'staptree.cxx' || echo './'`staptree.cxx; \
        then mv -f ".deps/stap-staptree.Tpo" ".deps/stap-staptree.Po"; else rm
-f ".deps/stap-staptree.Tpo"; exit 1; fi
staptree.cxx: In member function 'bool
varuse_collecting_visitor::side_effect_free_wrt(const std::set<vardecl*,
std::less<vardecl*>, std::allocator<vardecl*> >&)':
staptree.cxx:1694: error: 'set_intersection' was not declared in this scope
make[3]: *** [stap-staptree.o] Ð?омилка 1
make[3]: Ð?алиÑ?аÑ? каÑ?алог
"/home/eugen/work/systemtap/systemtap-0.0.20070609/build-tree/src"
make[2]: *** [all-recursive] Ð?омилка 1
make[2]: Ð?алиÑ?аÑ? каÑ?алог
"/home/eugen/work/systemtap/systemtap-0.0.20070609/build-tree/src"
make[1]: *** [all] Ð?омилка 2
make[1]: Ð?алиÑ?аÑ? каÑ?алог
"/home/eugen/work/systemtap/systemtap-0.0.20070609/build-tree/src"
make: *** [build-stamp] Ð?омилка 2

#include <algorithm> is missing

-- 
           Summary: Fails to build with gcc 4.3
           Product: systemtap
           Version: unspecified
            Status: NEW
          Severity: normal
          Priority: P2
         Component: translator
        AssignedTo: systemtap at sources dot redhat dot com
        ReportedBy: eugen at debian dot org


http://sourceware.org/bugzilla/show_bug.cgi?id=4609

------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.


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