From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 1E0413858D38; Mon, 2 Oct 2023 22:51:03 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 1E0413858D38 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sourceware.org; s=default; t=1696287063; bh=vGZQ6On9qVHFx8bM7O8ueD7x0MqWaWjZTYnoHyzSBMk=; h=From:To:Subject:Date:In-Reply-To:References:From; b=MCo0AZY2j1sgTHq9VQdrDKApV4dSUjNDKMHTAwQUWQa3JvUyGXGfkuqQHhjqIDe0X FkDGWw/imGN2Dcajz/ZX7j6XvWP1v4GB8Rp/R6XxBj3+43YjvEPnDWlS7D6hTqSmEk OjpXNcltrr+FrypFz/C/jwMtaH98Q60s+lorgEjE= From: "tromey at sourceware dot org" To: gdb-prs@sourceware.org Subject: [Bug remote/30927] gdbsupport/configure does not detect Illumos socketpair Date: Mon, 02 Oct 2023 22:51:02 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gdb X-Bugzilla-Component: remote X-Bugzilla-Version: HEAD X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: tromey at sourceware dot org 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: 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=3D30927 --- Comment #3 from Tom Tromey --- (In reply to Paul Floyd from comment #2) > The patch looks OK for gdbsupport/common.m4 but I don't think that > gdb/configure.ac needs changing. >=20 > With the test for socketpait in libsocket removed gdb/config.h doesn't get > HAVE_SOCKETPAIR set which is used by gdb/ser-pipe.c This is surprising because the patch just moves the check from gdb to common.m4, which is used by both programs. Did you do a clean rebuild? Maybe look in gdb/config.log to see what has gone wrong. --=20 You are receiving this mail because: You are on the CC list for the bug.=