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/5631] New: building systemtap fails with gcc-4.3


In preparation for fedora 9, Jakub Jelinek has done a mass rebuild with gcc-4.3.
 The systemtap build fails when using gcc-4.3.

<http://www.redhat.com/archives/rhl-devel-list/2008-January/msg00128.html>

When I attempted the build, here's the error I received:

g++ -DHAVE_CONFIG_H -I.  -DBINDIR='"/usr/bin"'
-DPKGDATADIR='"/usr/share/systemtap"' -DPKGLIBDIR='"/usr/libexec/systemtap"'  
-Wall -Wextra -Werror -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions
-fstack-protector --param=ssp-buffer-size=4 -m32 -march=i386 -mtune=generic
-fasynchronous-unwind-tables -MT stap-parse.o -MD -MP -MF .deps/stap-parse.Tpo
-c -o stap-parse.o `test -f 'parse.cxx' || echo './'`parse.cxx
In file included from main.cxx:12:
staptree.h:875: error: explicit template specialization cannot have a storage class
In file included from parse.cxx:12:
staptree.h:875: error: explicit template specialization cannot have a storage class

-- 
           Summary: building systemtap fails 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: dsmith at redhat dot com


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

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