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/4579] New: Failt to build with GCC 3.3


systemtap snapshot fails to build with GCC 3.3 due to missing #include's:

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-parse.o
-MD -MP -MF ".deps/stap-parse.Tpo" -c -o stap-parse.o `test -f 'parse.cxx' ||
echo './'`parse.cxx; \
        then mv -f ".deps/stap-parse.Tpo" ".deps/stap-parse.Po"; else rm -f
".deps/stap-parse.Tpo"; exit 1; fi
parse.cxx: In function 'bool eval_pp_conditional(systemtap_session&, const
token*, const token*, const token*)':
parse.cxx:194: error: 'strverscmp' was not declared in this scope
make[3]: *** [stap-parse.o] Ð?омилка 1

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-cache.o
-MD -MP -MF ".deps/stap-cache.Tpo" -c -o stap-cache.o `test -f 'cache.cxx' ||
echo './'`cache.cxx; \
        then mv -f ".deps/stap-cache.Tpo" ".deps/stap-cache.Po"; else rm -f
".deps/stap-cache.Tpo"; exit 1; fi
cache.cxx: In function 'void add_to_cache(systemtap_session&)':
cache.cxx:35: error: 'strerror' was not declared in this scope
cache.cxx:50: error: 'strerror' was not declared in this scope
cache.cxx: In function 'bool get_from_cache(systemtap_session&)':
cache.cxx:89: error: 'strerror' was not declared in this scope
cache.cxx:101: error: 'strerror' was not declared in this scope
make[3]: *** [stap-cache.o] Ð?омилка 1

-- 
           Summary: Failt to build with GCC 3.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=4579

------- 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]