public inbox for systemtap@sourceware.org
 help / color / mirror / Atom feed
* [Bug translator/4078] New: build failure with gcc-4.3
@ 2007-02-19 16:37 eugen at debian dot org
  2007-02-19 16:39 ` [Bug translator/4078] " eugen at debian dot org
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: eugen at debian dot org @ 2007-02-19 16:37 UTC (permalink / raw)
  To: systemtap

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #1: Type: text/plain, Size: 2029 bytes --]

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.

^ permalink raw reply	[flat|nested] 4+ messages in thread

* [Bug translator/4078] build failure with gcc-4.3
  2007-02-19 16:37 [Bug translator/4078] New: build failure with gcc-4.3 eugen at debian dot org
@ 2007-02-19 16:39 ` eugen at debian dot org
  2007-02-19 18:29 ` fche at redhat dot com
  2007-05-08 19:08 ` fche at redhat dot com
  2 siblings, 0 replies; 4+ messages in thread
From: eugen at debian dot org @ 2007-02-19 16:39 UTC (permalink / raw)
  To: systemtap


------- Additional Comments From eugen at debian dot org  2007-02-19 16:39 -------
Created an attachment (id=1568)
 --> (http://sourceware.org/bugzilla/attachment.cgi?id=1568&action=view)
patch


-- 


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.

^ permalink raw reply	[flat|nested] 4+ messages in thread

* [Bug translator/4078] build failure with gcc-4.3
  2007-02-19 16:37 [Bug translator/4078] New: build failure with gcc-4.3 eugen at debian dot org
  2007-02-19 16:39 ` [Bug translator/4078] " eugen at debian dot org
@ 2007-02-19 18:29 ` fche at redhat dot com
  2007-05-08 19:08 ` fche at redhat dot com
  2 siblings, 0 replies; 4+ messages in thread
From: fche at redhat dot com @ 2007-02-19 18:29 UTC (permalink / raw)
  To: systemtap


------- Additional Comments From fche at redhat dot com  2007-02-19 18:29 -------
That patch was committed, thanks, and added a few more warning cleanups throughout.

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |WAITING


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.

^ permalink raw reply	[flat|nested] 4+ messages in thread

* [Bug translator/4078] build failure with gcc-4.3
  2007-02-19 16:37 [Bug translator/4078] New: build failure with gcc-4.3 eugen at debian dot org
  2007-02-19 16:39 ` [Bug translator/4078] " eugen at debian dot org
  2007-02-19 18:29 ` fche at redhat dot com
@ 2007-05-08 19:08 ` fche at redhat dot com
  2 siblings, 0 replies; 4+ messages in thread
From: fche at redhat dot com @ 2007-05-08 19:08 UTC (permalink / raw)
  To: systemtap


------- Additional Comments From fche at redhat dot com  2007-05-08 20:07 -------
fixed

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|WAITING                     |RESOLVED
         Resolution|                            |FIXED


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.

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2007-05-08 19:08 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2007-02-19 16:37 [Bug translator/4078] New: build failure with gcc-4.3 eugen at debian dot org
2007-02-19 16:39 ` [Bug translator/4078] " eugen at debian dot org
2007-02-19 18:29 ` fche at redhat dot com
2007-05-08 19:08 ` fche at redhat dot com

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).