public inbox for gdb-prs@sourceware.org
help / color / mirror / Atom feed
* [Bug remote/30927] New: gdbsupport/configure does not detect Illumos socketpair
@ 2023-10-01  9:36 pjfloyd at wanadoo dot fr
  2023-10-01 15:16 ` [Bug remote/30927] " tromey at sourceware dot org
                   ` (11 more replies)
  0 siblings, 12 replies; 13+ messages in thread
From: pjfloyd at wanadoo dot fr @ 2023-10-01  9:36 UTC (permalink / raw)
  To: gdb-prs

https://sourceware.org/bugzilla/show_bug.cgi?id=30927

            Bug ID: 30927
           Summary: gdbsupport/configure does not detect Illumos
                    socketpair
           Product: gdb
           Version: HEAD
            Status: UNCONFIRMED
          Severity: normal
          Priority: P2
         Component: remote
          Assignee: unassigned at sourceware dot org
          Reporter: pjfloyd at wanadoo dot fr
  Target Milestone: ---

(not checked on Solaris, possibly the same)

gdb/configure.ac has special detection for libsocket:

# Some systems (e.g. Solaris) have `socketpair' in libsocket.
AC_SEARCH_LIBS(socketpair, socket)

I think the equivalent for gdbsupport is common.m4 which just has "plain"
(libc) detection of socketpair

  AC_CHECK_FUNCS([fdwalk getrlimit pipe pipe2 poll socketpair sigaction \
                  ptrace64 sbrk setns sigaltstack sigprocmask \
                  setpgid setpgrp getrusage getauxval sigtimedwait])


As a result config.h does not get HAVE_SOCKETPAIR defined.

-- 
You are receiving this mail because:
You are on the CC list for the bug.

^ permalink raw reply	[flat|nested] 13+ messages in thread

end of thread, other threads:[~2023-10-13  0:45 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-10-01  9:36 [Bug remote/30927] New: gdbsupport/configure does not detect Illumos socketpair pjfloyd at wanadoo dot fr
2023-10-01 15:16 ` [Bug remote/30927] " tromey at sourceware dot org
2023-10-02 19:05 ` pjfloyd at wanadoo dot fr
2023-10-02 22:51 ` tromey at sourceware dot org
2023-10-03  6:38 ` pjfloyd at wanadoo dot fr
2023-10-04 12:06 ` tromey at sourceware dot org
2023-10-04 12:07 ` tromey at sourceware dot org
2023-10-05  8:46 ` pjfloyd at wanadoo dot fr
2023-10-06 15:51 ` tromey at sourceware dot org
2023-10-06 15:51 ` tromey at sourceware dot org
2023-10-13  0:22 ` cvs-commit at gcc dot gnu.org
2023-10-13  0:44 ` cvs-commit at gcc dot gnu.org
2023-10-13  0:45 ` tromey at sourceware dot org

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).