From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 3F5EF3857C52; Thu, 14 Mar 2024 07:53:41 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 3F5EF3857C52 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sourceware.org; s=default; t=1710402821; bh=ueXF5grk1/wCGzUToQLlFP8cKw0/Rrd8M21uFvNyRqY=; h=From:To:Subject:Date:From; b=A2H3bGs6fhICtVYzYPXGn3G2ye9uRRB0mXcgSpXbBoOx3IJVHjFHucgcUcvX0Mktp EylsGEt7DhS7Nxv8HQiHmumNpVqf71xWNJsc8fmHRrAXWcsogPLPwS7BM6Dg9C7dpT 60ylIG/+0SOisaA2zNTRK776+OWCG6ow7isC1nUY= From: "vries at gcc dot gnu.org" To: gdb-prs@sourceware.org Subject: [Bug build/31483] New: [gdb/build, postmarketos] error: 'W_EXITCODE' was not declared in this scope Date: Thu, 14 Mar 2024 07:53:40 +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: unknown X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: vries 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: bug_id short_desc product version bug_status bug_severity priority component assigned_to reporter target_milestone 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 List-Id: https://sourceware.org/bugzilla/show_bug.cgi?id=3D31483 Bug ID: 31483 Summary: [gdb/build, postmarketos] error: 'W_EXITCODE' was not declared in this scope Product: gdb Version: unknown Status: NEW Severity: normal Priority: P2 Component: build Assignee: unassigned at sourceware dot org Reporter: vries at gcc dot gnu.org Target Milestone: --- I tried building gdb and gdbserver on a postmarketos distro installation, a= nd ran into: ... /home/user/gdb/src/gdbserver/linux-low.cc: In lambda function: /home/user/gdb/src/gdbserver/linux-low.cc:1907:41: error: 'W_EXITCODE' was = not declared in this scope 1907 | mark_lwp_dead (leader_lp, W_EXITCODE (0, 0), true); | ^~~~~~~~~~ .. --=20 You are receiving this mail because: You are on the CC list for the bug.=