From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 2E9A33858C66; Fri, 13 Jan 2023 07:07:59 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 2E9A33858C66 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sourceware.org; s=default; t=1673593679; bh=N4PLasB9C++Y9wyl7YjuVy2Q3XtVnSSQtgXvazvXRbc=; h=From:To:Subject:Date:In-Reply-To:References:From; b=Ev3qK0Lm2uc8mgnvonWXTzJ6p4TDUiMw3UthAhHMMrnx0/5YcoVTD08Y63dT9QCD8 wwk+pVcNffXCvh9sz4AxMWPCq72h2ZAAohAyXSPO28d8PdzHUvG7oTQoyBbFw9aLVc 0Ymp1qSEIEA2IMrXsbjcb5oYEvAVRFzdd4COC/vM= From: "euloanty at live dot com" To: gdb-prs@sourceware.org Subject: [Bug build/29966] Cannot build anymore for win32 thread model of gdb Date: Fri, 13 Jan 2023 07:07:58 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gdb X-Bugzilla-Component: build X-Bugzilla-Version: unknown X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: euloanty at live dot com X-Bugzilla-Status: REOPENED X-Bugzilla-Resolution: X-Bugzilla-Priority: P2 X-Bugzilla-Assigned-To: tromey at sourceware dot org X-Bugzilla-Target-Milestone: 13.1 X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: bug_status resolution Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: http://sourceware.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 List-Id: https://sourceware.org/bugzilla/show_bug.cgi?id=3D29966 cqwrteur changed: What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |REOPENED Resolution|FIXED |--- --- Comment #36 from cqwrteur --- This issue still exists. /home/cqwrteur/toolchains/x86_64-pc-linux-gnu/x86_64-w64-mingw32/x86_64-w64= -mingw32/include/c++/13.0.0/bits/std_mutex.h:150:7: error: '__gthread_cond_init_function' was not declared in this scope; did y= ou mean '__gthread_mutex_init_function'? 150 | __GTHREAD_COND_INIT_FUNCTION(&_M_cond); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/cqwrteur/toolchains_build/binutils-gdb/binutils/sysdep.h:114:20: warn= ing: too many arguments for format [-Wformat-extra-args] 114 | # define _(String) (String) | ^~~~~~~~ /home/cqwrteur/toolchains_build/binutils-gdb/binutils/readelf.c:21891:17: n= ote: in expansion of macro '_' 21891 | warn (_("note with invalid namesz and/or descsz found at offset %#tx\n"), | ^ /home/cqwrteur/toolchains_build/binutils-gdb/binutils/readelf.c: In function 'process_v850_notes': /home/cqwrteur/toolchains_build/binutils-gdb/binutils/sysdep.h:114:20: warn= ing: unknown conversion type character 't' in format [-Wformat=3D] 114 | # define _(String) (String) | ^~~~~~~~ /home/cqwrteur/toolchains_build/binutils-gdb/binutils/readelf.c:22004:17: n= ote: in expansion of macro '_' 22004 | warn (_("corrupt descsz found in note at offset %#tx\n"), | ^ /home/cqwrteur/toolchains/x86_64-pc-linux-gnu/x86_64-w64-mingw32/x86_64-w64= -mingw32/include/c++/13.0.0/bits/std_mutex.h: In destructor 'std::__condvar::~__condvar()': /home/cqwrteur/toolchains/x86_64-pc-linux-gnu/x86_64-w64-mingw32/x86_64-w64= -mingw32/include/c++/13.0.0/bits/std_mutex.h:156:69: error: '_M_cond' was not declared in this scope 156 | int __e __attribute__((__unused__)) =3D __gthread_cond_destroy(&_M_cond); |=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20= =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20= =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20 ^~~~~~~ /home/cqwrteur/toolchains_build/binutils-gdb/binutils/sysdep.h:114:20: warn= ing: too many arguments for format [-Wformat-extra-args] 114 | # define _(String) (String) | ^~~~~~~~ /home/cqwrteur/toolchains_build/binutils-gdb/binutils/readelf.c:22004:17: n= ote: in expansion of macro '_' 22004 | warn (_("corrupt descsz found in note at offset %#tx\n"), | ^ /home/cqwrteur/toolchains_build/binutils-gdb/binutils/sysdep.h:114:20: warn= ing: unknown conversion type character 'z' in format [-Wformat=3D] 114 | # define _(String) (String) | ^~~~~~~~ /home/cqwrteur/toolchains_build/binutils-gdb/binutils/readelf.c:22017:17: n= ote: in expansion of macro '_' 22017 | warn (_("corrupt namesz found in note at offset %#zx\n"), | ^ /home/cqwrteur/toolchains_build/binutils-gdb/binutils/sysdep.h:114:20: warn= ing: too many arguments for format [-Wformat-extra-args] 114 | # define _(String) (String) | ^~~~~~~~ /home/cqwrteur/toolchains_build/binutils-gdb/binutils/readelf.c:22017:17: n= ote: in expansion of macro '_' 22017 | warn (_("corrupt namesz found in note at offset %#zx\n"), | ^ /home/cqwrteur/toolchains/x86_64-pc-linux-gnu/x86_64-w64-mingw32/x86_64-w64= -mingw32/include/c++/13.0.0/bits/std_mutex.h:156:45: error: '__gthread_cond_destroy' was not declared in this scope; did you mean '__gthread_mutex_destroy'? 156 | int __e __attribute__((__unused__)) =3D __gthread_cond_destroy(&_M_cond); | ^~~~~~~~~~~~~~~~~~~~~~ | __gthread_mutex_destroy CCLD bfdtest1.exe CCLD bfdtest2.exe --=20 You are receiving this mail because: You are on the CC list for the bug.=