From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 70AB03858439; Wed, 8 Mar 2023 19:42:42 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 70AB03858439 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sourceware.org; s=default; t=1678304562; bh=mO/3PK0jptrMF3I8DS05oju/4DFqAq/TE0ocgzWZQL4=; h=From:To:Subject:Date:In-Reply-To:References:From; b=ByTTD+UVe26seO00AIIjnCVKe+5PGEsz17uZUf7MrSNrD/TxiFm9TmQa0JP1IkAqV TFaVo7hgWrtClJp6pThLYk2pspIjuisho8TRu+T7DoQ/UwXMN1JtiFsXxrlo5/tjNx E1k7Gv1XKPQyPkRrd4r8c4IUoPHBfP5Dzel8jYss= From: "safinaskar at mail dot ru" To: glibc-bugs@sourceware.org Subject: [Bug nss/27959] glibc 2.33 NSS refactoring lost static NSS support Date: Wed, 08 Mar 2023 19:42:41 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: glibc X-Bugzilla-Component: nss X-Bugzilla-Version: 2.33 X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: safinaskar at mail dot ru X-Bugzilla-Status: NEW X-Bugzilla-Resolution: X-Bugzilla-Priority: P2 X-Bugzilla-Assigned-To: unassigned at sourceware dot org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: security- 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=3D27959 --- Comment #4 from Askar Safin --- glibc still cannot be built with --enable-static-nss. Glibc 2.37. Here is my dockerfile: =3D=3D=3D FROM debian:bullseye ENV LC_ALL C.UTF-8 RUN echo deb-src http://deb.debian.org/debian bullseye main >> /etc/apt/sources.list RUN apt-get update && apt-get install -y apt-utils whiptail RUN apt-get update && apt-get install -y build-essential wget texinfo RUN apt-get update && apt-get build-dep -y glibc WORKDIR /root RUN wget 'https://ftp.gnu.org/gnu/glibc/glibc-2.37.tar.xz' RUN tar -xf glibc-2.37.tar.xz RUN mkdir build WORKDIR build RUN ../glibc-2.37/configure --prefix=3D/tmp/glibc RUN make -j72 && echo OK || echo FAIL WORKDIR /root RUN rm -r build glibc-2.37 RUN tar -xf glibc-2.37.tar.xz RUN mkdir build WORKDIR build RUN ../glibc-2.37/configure --prefix=3D/tmp/glibc --enable-static-nss RUN make -j72 && echo OK || echo FAIL =3D=3D=3D And output is attached above --=20 You are receiving this mail because: You are on the CC list for the bug.=