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/4078] New: build failure with gcc-4.3


systemtap (20070217 snapshot) fails to build with gcc-4.3 due to conversion from
string constant to 'char*':
make[3]: Ð?Ñ?ожÑ? Ñ? каÑ?алог
"/home/eugen/work/systemtap/systemtap-0.0.20070217/build-tree/src"
if i486-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I. -I.  -DBINDIR='"/usr/bin"'
-DPKGDATADIR='"/usr/share/systemtap"' -DPKGLIBDIR='"/usr/lib/systemtap"'
-DPERFMON   -Werror -Wall -Wall -g -D_GNU_SOURCE -O2 -MT stap-tapsets.o -MD -MP
-MF ".deps/stap-tapsets.Tpo" -c -o stap-tapsets.o `test -f 'tapsets.cxx' || echo
'./'`tapsets.cxx; \
        then mv -f ".deps/stap-tapsets.Tpo" ".deps/stap-tapsets.Po"; else rm -f
".deps/stap-tapsets.Tpo"; exit 1; fi
cc1plus: warnings being treated as errors
tapsets.cxx: In static member function 'static void dwflpp::loc2c_error(void*,
const char*, ...)':
tapsets.cxx:1185: warning: deprecated conversion from string constant to 'char*'
make[3]: *** [stap-tapsets.o] Ð?омилка 1
make[3]: Ð?алиÑ?аÑ? каÑ?алог
"/home/eugen/work/systemtap/systemtap-0.0.20070217/build-tree/src"
make[2]: *** [all-recursive] Ð?омилка 1
make[2]: Ð?алиÑ?аÑ? каÑ?алог
"/home/eugen/work/systemtap/systemtap-0.0.20070217/build-tree/src"
make[1]: *** [all] Ð?омилка 2
make[1]: Ð?алиÑ?аÑ? каÑ?алог
"/home/eugen/work/systemtap/systemtap-0.0.20070217/build-tree/src"
make: *** [build-stamp] Ð?омилка 2

-- 
           Summary: build failure 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=4078

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