From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 07E073858010; Mon, 28 Dec 2020 17:53:15 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 07E073858010 From: "parkej88 at gmail dot com" To: gdb-prs@sourceware.org Subject: [Bug build/27123] New: Build fails for AIX 6.` Date: Mon, 28 Dec 2020 17:53:13 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: new X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gdb X-Bugzilla-Component: build X-Bugzilla-Version: 10.1 X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: parkej88 at gmail dot com X-Bugzilla-Status: UNCONFIRMED 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: bug_id short_desc product version bug_status bug_severity priority component assigned_to reporter target_milestone attachments.created Message-ID: 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 X-BeenThere: gdb-prs@sourceware.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Gdb-prs mailing list List-Unsubscribe: , List-Archive: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 28 Dec 2020 17:53:15 -0000 https://sourceware.org/bugzilla/show_bug.cgi?id=3D27123 Bug ID: 27123 Summary: Build fails for AIX 6.` Product: gdb Version: 10.1 Status: UNCONFIRMED Severity: normal Priority: P2 Component: build Assignee: unassigned at sourceware dot org Reporter: parkej88 at gmail dot com Target Milestone: --- Created attachment 13082 --> https://sourceware.org/bugzilla/attachment.cgi?id=3D13082&action=3Ded= it config.log in directory ../gdbsupport When attempting build on AIX 6.1, ../gdbsupport/thread-pool.cc fails to com= pile with messages such as: In file included from thread-pool.cc:24: ../gdbsupport/thread-pool.h:84:8: error: 'condition_variable' in namespace 'std' does not name a type 84 | std::condition_variable m_tasks_cv; | ^~~~~~~~~~~~~~~~~~ ../gdbsupport/thread-pool.h:31:1: note: 'std::condition_variable' is define= d in header ''; did you forget to '#include '? 30 | #include "gdbsupport/gdb_optional.h" +++ |+#include 31 | ../gdbsupport/thread-pool.h:85:8: error: 'mutex' in namespace 'std' does not name a type 85 | std::mutex m_tasks_mutex; | ^~~~~ There are includes in thread-pool.h for: #include #include #include #include #include #include Yet these are reported as not being included by gcc. Building with: gcc version 10.2.0 (GCC) Configure: ./configure Appreciate any help. Thanks, John --=20 You are receiving this mail because: You are on the CC list for the bug.=