public inbox for gdb-prs@sourceware.org
help / color / mirror / Atom feed
* [Bug build/28802] New: error: 'gdb_argv' was not declared in this scope for x86_64-w64-mingw32 host
@ 2022-01-21 5:11 euloanty at live dot com
2022-01-21 5:11 ` [Bug build/28802] " euloanty at live dot com
` (3 more replies)
0 siblings, 4 replies; 5+ messages in thread
From: euloanty at live dot com @ 2022-01-21 5:11 UTC (permalink / raw)
To: gdb-prs
https://sourceware.org/bugzilla/show_bug.cgi?id=28802
Bug ID: 28802
Summary: error: 'gdb_argv' was not declared in this scope for
x86_64-w64-mingw32 host
Product: gdb
Version: HEAD
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: build
Assignee: unassigned at sourceware dot org
Reporter: euloanty at live dot com
Target Milestone: ---
../../../../../binutils-gdb/gdb/ser-mingw.c: In function 'int
pipe_windows_open(serial*, const char*)':
../../../../../binutils-gdb/gdb/ser-mingw.c:870:3: error: 'gdb_argv' was not
declared in this scope
870 | gdb_argv argv (name);
| ^~~~~~~~
../../../../../binutils-gdb/gdb/ser-mingw.c:872:9: error: 'argv' was not
declared in this scope
872 | if (! argv[0] || argv[0][0] == '\0')
| ^~~~
../../../../../binutils-gdb/gdb/ser-mingw.c:889:18: error: 'argv' was not
declared in this scope
889 | argv[0], argv.get (), NULL, NULL,
| ^~~~
make[2]: *** [Makefile:1650: ser-mingw.o] Error 1
make[2]: *** Waiting for unfinished jobs....
--
You are receiving this mail because:
You are on the CC list for the bug.
^ permalink raw reply [flat|nested] 5+ messages in thread
* [Bug build/28802] error: 'gdb_argv' was not declared in this scope for x86_64-w64-mingw32 host
2022-01-21 5:11 [Bug build/28802] New: error: 'gdb_argv' was not declared in this scope for x86_64-w64-mingw32 host euloanty at live dot com
@ 2022-01-21 5:11 ` euloanty at live dot com
2022-01-21 5:11 ` euloanty at live dot com
` (2 subsequent siblings)
3 siblings, 0 replies; 5+ messages in thread
From: euloanty at live dot com @ 2022-01-21 5:11 UTC (permalink / raw)
To: gdb-prs
https://sourceware.org/bugzilla/show_bug.cgi?id=28802
cqwrteur <euloanty at live dot com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Host| |x86_64-w64-mingw32
CC| |euloanty at live dot com
Build| |x86
Target| |aarch64-linux-android
--
You are receiving this mail because:
You are on the CC list for the bug.
^ permalink raw reply [flat|nested] 5+ messages in thread
* [Bug build/28802] error: 'gdb_argv' was not declared in this scope for x86_64-w64-mingw32 host
2022-01-21 5:11 [Bug build/28802] New: error: 'gdb_argv' was not declared in this scope for x86_64-w64-mingw32 host euloanty at live dot com
2022-01-21 5:11 ` [Bug build/28802] " euloanty at live dot com
@ 2022-01-21 5:11 ` euloanty at live dot com
2022-01-21 5:18 ` euloanty at live dot com
2022-01-21 16:38 ` simark at simark dot ca
3 siblings, 0 replies; 5+ messages in thread
From: euloanty at live dot com @ 2022-01-21 5:11 UTC (permalink / raw)
To: gdb-prs
https://sourceware.org/bugzilla/show_bug.cgi?id=28802
cqwrteur <euloanty at live dot com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Build|x86 |x86_64-linux-gnu
--
You are receiving this mail because:
You are on the CC list for the bug.
^ permalink raw reply [flat|nested] 5+ messages in thread
* [Bug build/28802] error: 'gdb_argv' was not declared in this scope for x86_64-w64-mingw32 host
2022-01-21 5:11 [Bug build/28802] New: error: 'gdb_argv' was not declared in this scope for x86_64-w64-mingw32 host euloanty at live dot com
2022-01-21 5:11 ` [Bug build/28802] " euloanty at live dot com
2022-01-21 5:11 ` euloanty at live dot com
@ 2022-01-21 5:18 ` euloanty at live dot com
2022-01-21 16:38 ` simark at simark dot ca
3 siblings, 0 replies; 5+ messages in thread
From: euloanty at live dot com @ 2022-01-21 5:18 UTC (permalink / raw)
To: gdb-prs
https://sourceware.org/bugzilla/show_bug.cgi?id=28802
--- Comment #1 from cqwrteur <euloanty at live dot com> ---
missing
#include "gdbsupport/buildargv.h"
https://github.com/bminor/binutils-gdb/commit/2ddd4c6082edcc92d57115152f8311f67b7bdd95
I guess this is an issue for all hosts.
--
You are receiving this mail because:
You are on the CC list for the bug.
^ permalink raw reply [flat|nested] 5+ messages in thread
* [Bug build/28802] error: 'gdb_argv' was not declared in this scope for x86_64-w64-mingw32 host
2022-01-21 5:11 [Bug build/28802] New: error: 'gdb_argv' was not declared in this scope for x86_64-w64-mingw32 host euloanty at live dot com
` (2 preceding siblings ...)
2022-01-21 5:18 ` euloanty at live dot com
@ 2022-01-21 16:38 ` simark at simark dot ca
3 siblings, 0 replies; 5+ messages in thread
From: simark at simark dot ca @ 2022-01-21 16:38 UTC (permalink / raw)
To: gdb-prs
https://sourceware.org/bugzilla/show_bug.cgi?id=28802
Simon Marchi <simark at simark dot ca> changed:
What |Removed |Added
----------------------------------------------------------------------------
Resolution|--- |FIXED
CC| |simark at simark dot ca
Status|UNCONFIRMED |RESOLVED
--- Comment #2 from Simon Marchi <simark at simark dot ca> ---
Fixed:
https://sourceware.org/git/?p=binutils-gdb.git;a=commit;h=ed09c325ec7f9d7784025185b181d3a9d884ecb8
--
You are receiving this mail because:
You are on the CC list for the bug.
^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2022-01-21 16:38 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-01-21 5:11 [Bug build/28802] New: error: 'gdb_argv' was not declared in this scope for x86_64-w64-mingw32 host euloanty at live dot com
2022-01-21 5:11 ` [Bug build/28802] " euloanty at live dot com
2022-01-21 5:11 ` euloanty at live dot com
2022-01-21 5:18 ` euloanty at live dot com
2022-01-21 16:38 ` simark at simark dot ca
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).