public inbox for gdb-prs@sourceware.org
help / color / mirror / Atom feed
* build/2441: Building gdb 6.8 fails on OpenSolaris snv_85
@ 2008-04-02  7:38 bart.vanassche
  0 siblings, 0 replies; only message in thread
From: bart.vanassche @ 2008-04-02  7:38 UTC (permalink / raw)
  To: gdb-gnats


>Number:         2441
>Category:       build
>Synopsis:       Building gdb 6.8 fails on OpenSolaris snv_85
>Confidential:   no
>Severity:       serious
>Priority:       medium
>Responsible:    unassigned
>State:          open
>Class:          sw-bug
>Submitter-Id:   net
>Arrival-Date:   Wed Apr 02 07:38:01 UTC 2008
>Closed-Date:
>Last-Modified:
>Originator:     bart.vanassche@gmail.com
>Release:        gdb-6.8
>Organization:
>Environment:
OpenSolaris build 85
>Description:
host triplet: i386-pc-solaris2.11

Building gdb on OpenSolaris fails because of mismatches between format strings and arguments. E.g. in remote.c it is attempted to print a pid_t via format %x, which assumes that pid_t is a typedef for int and not long.
>How-To-Repeat:
./configure && gmake
>Fix:
Cast pid_t variables to long and use format %lx.
>Release-Note:
>Audit-Trail:
>Unformatted:


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2008-04-02  7:38 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2008-04-02  7:38 build/2441: Building gdb 6.8 fails on OpenSolaris snv_85 bart.vanassche

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).