public inbox for glibc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug libc/26255] New: <netdb.h>  references <rpc/netdb.h>, but the latter is no longer installed
@ 2020-07-17  2:53 bero at lindev dot ch
  2020-07-17  7:49 ` [Bug libc/26255] " fweimer at redhat dot com
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: bero at lindev dot ch @ 2020-07-17  2:53 UTC (permalink / raw)
  To: glibc-bugs

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

            Bug ID: 26255
           Summary: <netdb.h>  references <rpc/netdb.h>, but the latter is
                    no longer installed
           Product: glibc
           Version: 2.32
            Status: UNCONFIRMED
          Severity: normal
          Priority: P2
         Component: libc
          Assignee: unassigned at sourceware dot org
          Reporter: bero at lindev dot ch
                CC: drepper.fsp at gmail dot com
  Target Milestone: ---

In current glibc (2020/07/17, latest commit
efedd1ed3d211941fc66d14ba245be3552b2616a), /usr/include/rpc/netdb.h is no
longer installed, but /usr/include/netdb.h still references it (if __USE_MISC
is set).

This causes code that does #include <netdb.h> with __USE_MISC to fail. (Try
building libtirpc or NetworkManager).

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

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

* [Bug libc/26255] <netdb.h>  references <rpc/netdb.h>, but the latter is no longer installed
  2020-07-17  2:53 [Bug libc/26255] New: <netdb.h> references <rpc/netdb.h>, but the latter is no longer installed bero at lindev dot ch
@ 2020-07-17  7:49 ` fweimer at redhat dot com
  2020-07-18  9:11 ` fw at deneb dot enyo.de
  2020-12-04  8:53 ` fweimer at redhat dot com
  2 siblings, 0 replies; 4+ messages in thread
From: fweimer at redhat dot com @ 2020-07-17  7:49 UTC (permalink / raw)
  To: glibc-bugs

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

Florian Weimer <fweimer at redhat dot com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Assignee|unassigned at sourceware dot org   |fweimer at redhat dot com
              Flags|                            |security-
                 CC|                            |fweimer at redhat dot com
   Last reconfirmed|                            |2020-07-17
     Ever confirmed|0                           |1
             Status|UNCONFIRMED                 |ASSIGNED

--- Comment #1 from Florian Weimer <fweimer at redhat dot com> ---
I posted a patch:
https://sourceware.org/pipermail/libc-alpha/2020-July/116313.html

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

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

* [Bug libc/26255] <netdb.h>  references <rpc/netdb.h>, but the latter is no longer installed
  2020-07-17  2:53 [Bug libc/26255] New: <netdb.h> references <rpc/netdb.h>, but the latter is no longer installed bero at lindev dot ch
  2020-07-17  7:49 ` [Bug libc/26255] " fweimer at redhat dot com
@ 2020-07-18  9:11 ` fw at deneb dot enyo.de
  2020-12-04  8:53 ` fweimer at redhat dot com
  2 siblings, 0 replies; 4+ messages in thread
From: fw at deneb dot enyo.de @ 2020-07-18  9:11 UTC (permalink / raw)
  To: glibc-bugs

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

Florian Weimer <fw at deneb dot enyo.de> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
   Target Milestone|---                         |2.32
                 CC|                            |fw at deneb dot enyo.de

--- Comment #2 from Florian Weimer <fw at deneb dot enyo.de> ---
Fixed for glibc 2.32 with:

commit 76b8442db51a8976de19934638a42532a3af607f
Author: Florian Weimer <fweimer@redhat.com>
Date:   Fri Jul 17 15:19:35 2020 +0200

    Move <rpc/netdb.h> from sunrpc to inet

    Restore <rpc/netdb.h> as an installed header. Delete the dummy header
    resolv/rpc/netdb.h because inet is not an optional glibc component
    (so its <rpc/netdb.h> is always available).

    Fixes commit acb527929d0c2b3bb0798472c42ddb3203729708 ("Move
    non-deprecated RPC-related functions from sunrpc to inet") in
    combination with commit 5500cdba4018ddbda7909bc7f4f9718610b43cf0
    ("Remove --enable-obsolete-rpc configure flag").

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

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

* [Bug libc/26255] <netdb.h>  references <rpc/netdb.h>, but the latter is no longer installed
  2020-07-17  2:53 [Bug libc/26255] New: <netdb.h> references <rpc/netdb.h>, but the latter is no longer installed bero at lindev dot ch
  2020-07-17  7:49 ` [Bug libc/26255] " fweimer at redhat dot com
  2020-07-18  9:11 ` fw at deneb dot enyo.de
@ 2020-12-04  8:53 ` fweimer at redhat dot com
  2 siblings, 0 replies; 4+ messages in thread
From: fweimer at redhat dot com @ 2020-12-04  8:53 UTC (permalink / raw)
  To: glibc-bugs

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

Florian Weimer <fweimer at redhat dot com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
         Resolution|---                         |FIXED
             Status|ASSIGNED                    |RESOLVED

--- Comment #3 from Florian Weimer <fweimer at redhat dot com> ---
.

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

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

end of thread, other threads:[~2020-12-04  8:53 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-07-17  2:53 [Bug libc/26255] New: <netdb.h> references <rpc/netdb.h>, but the latter is no longer installed bero at lindev dot ch
2020-07-17  7:49 ` [Bug libc/26255] " fweimer at redhat dot com
2020-07-18  9:11 ` fw at deneb dot enyo.de
2020-12-04  8:53 ` fweimer at redhat dot com

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