public inbox for gdb-prs@sourceware.org
help / color / mirror / Atom feed
* [Bug server/18962] New: Fail to build GDBserver with i686-w64-mingw32
@ 2015-09-15  8:35 qiyao at gcc dot gnu.org
  2015-09-15  9:05 ` [Bug build/18962] " qiyao at gcc dot gnu.org
  2022-02-27 23:31 ` tromey at sourceware dot org
  0 siblings, 2 replies; 3+ messages in thread
From: qiyao at gcc dot gnu.org @ 2015-09-15  8:35 UTC (permalink / raw)
  To: gdb-prs

https://sourceware.org/bugzilla/show_bug.cgi?id=18962

            Bug ID: 18962
           Summary: Fail to build GDBserver with i686-w64-mingw32
           Product: gdb
           Version: HEAD
            Status: NEW
          Severity: normal
          Priority: P2
         Component: server
          Assignee: unassigned at sourceware dot org
          Reporter: qiyao at gcc dot gnu.org
  Target Milestone: ---

I am seeing the following build errors,

i686-w64-mingw32-gcc -g -O2 -D__USE_MINGW_ACCESS    -I.
-I/home/yao/SourceCode/gnu/gdb/git/gdb/gdbserver
-I/home/yao/SourceCode/gnu/gdb/git/gdb/gdbserver/../common
-I/home/yao/SourceCode/gnu/gdb/git/gdb/gdbserver/../regformats
-I/home/yao/SourceCode/gnu/gdb/git/gdb/gdbserver/..
-I/home/yao/SourceCode/gnu/gdb/git/gdb/gdbserver/../../include
-I/home/yao/SourceCode/gnu/gdb/git/gdb/gdbserver/../gnulib/import
-Ibuild-gnulib-gdbserver/import  -Wall -Wpointer-arith -Wformat-nonliteral
-Wno-char-subscripts -Wempty-body -Wdeclaration-after-statement -Werror
-DGDBSERVER -c -o tracepoint.o -MT tracepoint.o -MMD -MP -MF
.deps/tracepoint.Tpo
/home/yao/SourceCode/gnu/gdb/git/gdb/gdbserver/tracepoint.c
/home/yao/SourceCode/gnu/gdb/git/gdb/gdbserver/tracepoint.c: In function
‘cmd_qtdp’:
/home/yao/SourceCode/gnu/gdb/git/gdb/gdbserver/tracepoint.c:2569:7: error:
unknown conversion type character ‘l’ in format [-Werror=format=]
       trace_debug ("Defined %stracepoint %d at 0x%s, "
       ^
/home/yao/SourceCode/gnu/gdb/git/gdb/gdbserver/tracepoint.c:2569:7: error:
unknown conversion type character ‘l’ in format [-Werror=format=]
/home/yao/SourceCode/gnu/gdb/git/gdb/gdbserver/tracepoint.c:2569:7: error: too
many arguments for format [-Werror=format-extra-args]
/home/yao/SourceCode/gnu/gdb/git/gdb/gdbserver/tracepoint.c: In function
‘stop_tracing’:
/home/yao/SourceCode/gnu/gdb/git/gdb/gdbserver/tracepoint.c:3442:7: error:
unknown conversion type character ‘l’ in format [-Werror=format=]
       trace_debug ("Stopping the trace because "
       ^
/home/yao/SourceCode/gnu/gdb/git/gdb/gdbserver/tracepoint.c:3442:7: error: too
many arguments for format [-Werror=format-extra-args]
/home/yao/SourceCode/gnu/gdb/git/gdb/gdbserver/tracepoint.c: In function
‘collect_data_at_tracepoint’:
/home/yao/SourceCode/gnu/gdb/git/gdb/gdbserver/tracepoint.c:4645:3: error:
unknown conversion type character ‘l’ in format [-Werror=format=]
   trace_debug ("Making new traceframe for tracepoint %d at 0x%s, hit %"
PRIu64,
   ^
/home/yao/SourceCode/gnu/gdb/git/gdb/gdbserver/tracepoint.c:4645:3: error: too
many arguments for format [-Werror=format-extra-args]
/home/yao/SourceCode/gnu/gdb/git/gdb/gdbserver/tracepoint.c: In function
‘collect_data_at_step’:
/home/yao/SourceCode/gnu/gdb/git/gdb/gdbserver/tracepoint.c:4681:3: error:
unknown conversion type character ‘l’ in format [-Werror=format=]
   trace_debug ("Making new step traceframe for "
   ^
/home/yao/SourceCode/gnu/gdb/git/gdb/gdbserver/tracepoint.c:4681:3: error:
unknown conversion type character ‘l’ in format [-Werror=format=]
/home/yao/SourceCode/gnu/gdb/git/gdb/gdbserver/tracepoint.c:4681:3: error: too
many arguments for format [-Werror=format-extra-args]
cc1: all warnings being treated as errors
make[2]: *** [tracepoint.o] Error 1

-- 
You are receiving this mail because:
You are on the CC list for the bug.
>From gdb-prs-return-18591-listarch-gdb-prs=sources.redhat.com@sourceware.org Tue Sep 15 08:36:38 2015
Return-Path: <gdb-prs-return-18591-listarch-gdb-prs=sources.redhat.com@sourceware.org>
Delivered-To: listarch-gdb-prs@sources.redhat.com
Received: (qmail 121654 invoked by alias); 15 Sep 2015 08:36:37 -0000
Mailing-List: contact gdb-prs-help@sourceware.org; run by ezmlm
Precedence: bulk
List-Id: <gdb-prs.sourceware.org>
List-Subscribe: <mailto:gdb-prs-subscribe@sourceware.org>
List-Archive: <http://sourceware.org/ml/gdb-prs/>
List-Post: <mailto:gdb-prs@sourceware.org>
List-Help: <mailto:gdb-prs-help@sourceware.org>, <http://sourceware.org/lists.html#faqs>
Sender: gdb-prs-owner@sourceware.org
Delivered-To: mailing list gdb-prs@sourceware.org
Received: (qmail 121629 invoked by uid 48); 15 Sep 2015 08:36:36 -0000
From: "qiyao at gcc dot gnu.org" <sourceware-bugzilla@sourceware.org>
To: gdb-prs@sourceware.org
Subject: [Bug server/18962] Fail to build GDBserver with i686-w64-mingw32
Date: Tue, 15 Sep 2015 08:36:00 -0000
X-Bugzilla-Reason: CC
X-Bugzilla-Type: changed
X-Bugzilla-Watch-Reason: None
X-Bugzilla-Product: gdb
X-Bugzilla-Component: server
X-Bugzilla-Version: HEAD
X-Bugzilla-Keywords:
X-Bugzilla-Severity: normal
X-Bugzilla-Who: qiyao at gcc dot gnu.org
X-Bugzilla-Status: NEW
X-Bugzilla-Resolution:
X-Bugzilla-Priority: P2
X-Bugzilla-Assigned-To: unassigned at sourceware dot org
X-Bugzilla-Target-Milestone: ---
X-Bugzilla-Flags:
X-Bugzilla-Changed-Fields: cf_gcctarget cf_gcchost
Message-ID: <bug-18962-4717-Ueh599kbOe@http.sourceware.org/bugzilla/>
In-Reply-To: <bug-18962-4717@http.sourceware.org/bugzilla/>
References: <bug-18962-4717@http.sourceware.org/bugzilla/>
Content-Type: text/plain; charset="UTF-8"
Content-Transfer-Encoding: 7bit
X-Bugzilla-URL: http://sourceware.org/bugzilla/
Auto-Submitted: auto-generated
MIME-Version: 1.0
X-SW-Source: 2015-q3/txt/msg00295.txt.bz2
Content-length: 442

https://sourceware.org/bugzilla/show_bug.cgi?id\x18962

Yao Qi <qiyao at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Target|                            |i686-w64-mingw32
               Host|                            |i686-w64-mingw32

--
You are receiving this mail because:
You are on the CC list for the bug.


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

* [Bug build/18962] Fail to build GDBserver with i686-w64-mingw32
  2015-09-15  8:35 [Bug server/18962] New: Fail to build GDBserver with i686-w64-mingw32 qiyao at gcc dot gnu.org
@ 2015-09-15  9:05 ` qiyao at gcc dot gnu.org
  2022-02-27 23:31 ` tromey at sourceware dot org
  1 sibling, 0 replies; 3+ messages in thread
From: qiyao at gcc dot gnu.org @ 2015-09-15  9:05 UTC (permalink / raw)
  To: gdb-prs

https://sourceware.org/bugzilla/show_bug.cgi?id=18962

Yao Qi <qiyao at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
          Component|server                      |build

-- 
You are receiving this mail because:
You are on the CC list for the bug.


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

* [Bug build/18962] Fail to build GDBserver with i686-w64-mingw32
  2015-09-15  8:35 [Bug server/18962] New: Fail to build GDBserver with i686-w64-mingw32 qiyao at gcc dot gnu.org
  2015-09-15  9:05 ` [Bug build/18962] " qiyao at gcc dot gnu.org
@ 2022-02-27 23:31 ` tromey at sourceware dot org
  1 sibling, 0 replies; 3+ messages in thread
From: tromey at sourceware dot org @ 2022-02-27 23:31 UTC (permalink / raw)
  To: gdb-prs

https://sourceware.org/bugzilla/show_bug.cgi?id=18962

Tom Tromey <tromey at sourceware dot org> changed:

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

--- Comment #2 from Tom Tromey <tromey at sourceware dot org> ---
Been a few years, closing.

-- 
You are receiving this mail because:
You are on the CC list for the bug.

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

end of thread, other threads:[~2022-02-27 23:31 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-09-15  8:35 [Bug server/18962] New: Fail to build GDBserver with i686-w64-mingw32 qiyao at gcc dot gnu.org
2015-09-15  9:05 ` [Bug build/18962] " qiyao at gcc dot gnu.org
2022-02-27 23:31 ` tromey at sourceware dot org

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