This is the mail archive of the glibc-bugs@sourceware.org mailing list for the glibc project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug libc/21088] New: Build fails with --enable-static-nss


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

            Bug ID: 21088
           Summary: Build fails with --enable-static-nss
           Product: glibc
           Version: 2.24
            Status: UNCONFIRMED
          Severity: normal
          Priority: P2
         Component: libc
          Assignee: unassigned at sourceware dot org
          Reporter: stilor at att dot net
                CC: drepper.fsp at gmail dot com
  Target Milestone: ---

A build failure was reported in Crosstool-NG when glibc is configured with
--enable-static-nss: https://github.com/crosstool-ng/crosstool-ng/issues/555

The problem is with is_nscd/nscd_init_cb - with static NSS, they are defined
but not used. The definitions in question are protected by '#ifdef USE_NSCD'
while all their uses are inside '#ifdef USE_NSCD' blocks which are themselves
nested inside a '#ifdef SHARED' or '#if !defined DO_STATIC_NSS || defined
SHARED' block.

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

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]