From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from us-smtp-delivery-124.mimecast.com (us-smtp-delivery-124.mimecast.com [216.205.24.124]) by sourceware.org (Postfix) with ESMTP id 79820385C406 for ; Tue, 13 Jul 2021 13:26:27 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.1 sourceware.org 79820385C406 Received: from mimecast-mx01.redhat.com (mimecast-mx01.redhat.com [209.132.183.4]) (Using TLS) by relay.mimecast.com with ESMTP id us-mta-179-72Jt7AlkPlmkSHTVXzcDaA-1; Tue, 13 Jul 2021 09:26:25 -0400 X-MC-Unique: 72Jt7AlkPlmkSHTVXzcDaA-1 Received: from smtp.corp.redhat.com (int-mx03.intmail.prod.int.phx2.redhat.com [10.5.11.13]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mimecast-mx01.redhat.com (Postfix) with ESMTPS id AA01E100C662; Tue, 13 Jul 2021 13:26:24 +0000 (UTC) Received: from oldenburg.str.redhat.com (ovpn-113-59.ams2.redhat.com [10.36.113.59]) by smtp.corp.redhat.com (Postfix) with ESMTPS id CB19B60C2B; Tue, 13 Jul 2021 13:26:23 +0000 (UTC) From: Florian Weimer To: Manuel Lauss Cc: Manuel Lauss via Libc-help Subject: Re: nss buildfailure in latest git sources References: Date: Tue, 13 Jul 2021 15:26:22 +0200 In-Reply-To: (Manuel Lauss's message of "Tue, 13 Jul 2021 15:15:39 +0200") Message-ID: <878s2ajqf5.fsf@oldenburg.str.redhat.com> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/27.2 (gnu/linux) MIME-Version: 1.0 X-Scanned-By: MIMEDefang 2.79 on 10.5.11.13 X-Mimecast-Spam-Score: 0 X-Mimecast-Originator: redhat.com Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-Spam-Status: No, score=-6.9 required=5.0 tests=BAYES_00, DKIMWL_WL_HIGH, DKIM_SIGNED, DKIM_VALID, DKIM_VALID_AU, DKIM_VALID_EF, RCVD_IN_DNSWL_LOW, RCVD_IN_MSPIKE_H4, RCVD_IN_MSPIKE_WL, SPF_HELO_NONE, SPF_NONE, TXREP autolearn=ham autolearn_force=no version=3.4.4 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on server2.sourceware.org X-BeenThere: libc-help@sourceware.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Libc-help mailing list List-Unsubscribe: , List-Archive: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 13 Jul 2021 13:26:28 -0000 * Manuel Lauss: > Hello, > nss_module.c: In function =E2=80=98module_load_nss_files=E2=80=99: > nss_module.c:117:7: error: =E2=80=98is_nscd=E2=80=99 undeclared (first us= e in this function) > 117 | if (is_nscd) > | ^~~~~~~ > nss_module.c:117:7: note: each undeclared identifier is reported only > once for each function it appears in > nss_module.c:119:51: error: =E2=80=98nscd_init_cb=E2=80=99 undeclared (fi= rst use in > this function); did you mean =E2=80=98nscd_init=E2=80=99? > 119 | void (*cb) (size_t, struct traced_file *) =3D nscd_init_cb; > | ^~~~~~~~~~~~ > | nscd_init > > seems that is_nscd and nscd_init_cb are not always defined. We don't see this. How do you configure glibc? Thanks, Florian