public inbox for glibc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug nss/27959] New: glibc 2.33 NSS refactoring lost static NSS support
@ 2021-06-07 12:28 fweimer at redhat dot com
  2021-06-07 18:18 ` [Bug nss/27959] " fweimer at redhat dot com
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: fweimer at redhat dot com @ 2021-06-07 12:28 UTC (permalink / raw)
  To: glibc-bugs

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

            Bug ID: 27959
           Summary: glibc 2.33 NSS refactoring lost static NSS support
           Product: glibc
           Version: 2.33
            Status: NEW
          Severity: normal
          Priority: P2
         Component: nss
          Assignee: unassigned at sourceware dot org
          Reporter: fweimer at redhat dot com
  Target Milestone: ---
             Flags: security-

The refactoring which fixed bug 12459 unfortunately lost support for
--enable-static-nss configurations, as reported here:

Shared Libraries are Loaded by Custom glibc Compiled with --enable-static-nss
https://stackoverflow.com/questions/66386087/

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

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

* [Bug nss/27959] glibc 2.33 NSS refactoring lost static NSS support
  2021-06-07 12:28 [Bug nss/27959] New: glibc 2.33 NSS refactoring lost static NSS support fweimer at redhat dot com
@ 2021-06-07 18:18 ` fweimer at redhat dot com
  2021-07-07 16:36 ` cvs-commit at gcc dot gnu.org
                   ` (3 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: fweimer at redhat dot com @ 2021-06-07 18:18 UTC (permalink / raw)
  To: glibc-bugs

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

Florian Weimer <fweimer at redhat dot com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |fweimer at redhat dot com

--- Comment #1 from Florian Weimer <fweimer at redhat dot com> ---
First patches posted:
https://sourceware.org/pipermail/libc-alpha/2021-June/127273.html

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

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

* [Bug nss/27959] glibc 2.33 NSS refactoring lost static NSS support
  2021-06-07 12:28 [Bug nss/27959] New: glibc 2.33 NSS refactoring lost static NSS support fweimer at redhat dot com
  2021-06-07 18:18 ` [Bug nss/27959] " fweimer at redhat dot com
@ 2021-07-07 16:36 ` cvs-commit at gcc dot gnu.org
  2023-03-08 19:41 ` safinaskar at mail dot ru
                   ` (2 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: cvs-commit at gcc dot gnu.org @ 2021-07-07 16:36 UTC (permalink / raw)
  To: glibc-bugs

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

--- Comment #2 from cvs-commit at gcc dot gnu.org <cvs-commit at gcc dot gnu.org> ---
The master branch has been updated by Florian Weimer <fw@sourceware.org>:

https://sourceware.org/git/gitweb.cgi?p=glibc.git;h=6212bb67f4695962748a5981e1b9fea105af74f6

commit 6212bb67f4695962748a5981e1b9fea105af74f6
Author: Florian Weimer <fweimer@redhat.com>
Date:   Wed Jul 7 18:33:52 2021 +0200

    nss_files: Move into libc

    This is the first step towards fixing bug 27959.

    Reviewed-by: Adhemerval Zanella  <adhemerval.zanella@linaro.org>

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

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

* [Bug nss/27959] glibc 2.33 NSS refactoring lost static NSS support
  2021-06-07 12:28 [Bug nss/27959] New: glibc 2.33 NSS refactoring lost static NSS support fweimer at redhat dot com
  2021-06-07 18:18 ` [Bug nss/27959] " fweimer at redhat dot com
  2021-07-07 16:36 ` cvs-commit at gcc dot gnu.org
@ 2023-03-08 19:41 ` safinaskar at mail dot ru
  2023-03-08 19:42 ` safinaskar at mail dot ru
  2023-03-08 19:46 ` safinaskar at mail dot ru
  4 siblings, 0 replies; 6+ messages in thread
From: safinaskar at mail dot ru @ 2023-03-08 19:41 UTC (permalink / raw)
  To: glibc-bugs

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

Askar Safin <safinaskar at mail dot ru> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |safinaskar at mail dot ru

--- Comment #3 from Askar Safin <safinaskar at mail dot ru> ---
Created attachment 14740
  --> https://sourceware.org/bugzilla/attachment.cgi?id=14740&action=edit
2023-03-08. glibc 2.37. docker log

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

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

* [Bug nss/27959] glibc 2.33 NSS refactoring lost static NSS support
  2021-06-07 12:28 [Bug nss/27959] New: glibc 2.33 NSS refactoring lost static NSS support fweimer at redhat dot com
                   ` (2 preceding siblings ...)
  2023-03-08 19:41 ` safinaskar at mail dot ru
@ 2023-03-08 19:42 ` safinaskar at mail dot ru
  2023-03-08 19:46 ` safinaskar at mail dot ru
  4 siblings, 0 replies; 6+ messages in thread
From: safinaskar at mail dot ru @ 2023-03-08 19:42 UTC (permalink / raw)
  To: glibc-bugs

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

--- Comment #4 from Askar Safin <safinaskar at mail dot ru> ---
glibc still cannot be built with --enable-static-nss. Glibc 2.37. Here is my
dockerfile:
===
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=/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=/tmp/glibc --enable-static-nss
RUN make -j72 && echo OK || echo FAIL
===
And output is attached above

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

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

* [Bug nss/27959] glibc 2.33 NSS refactoring lost static NSS support
  2021-06-07 12:28 [Bug nss/27959] New: glibc 2.33 NSS refactoring lost static NSS support fweimer at redhat dot com
                   ` (3 preceding siblings ...)
  2023-03-08 19:42 ` safinaskar at mail dot ru
@ 2023-03-08 19:46 ` safinaskar at mail dot ru
  4 siblings, 0 replies; 6+ messages in thread
From: safinaskar at mail dot ru @ 2023-03-08 19:46 UTC (permalink / raw)
  To: glibc-bugs

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

Askar Safin <safinaskar at mail dot ru> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
  Attachment #14740|0                           |1
        is obsolete|                            |

--- Comment #5 from Askar Safin <safinaskar at mail dot ru> ---
Created attachment 14741
  --> https://sourceware.org/bugzilla/attachment.cgi?id=14741&action=edit
2023-03-08. glibc 2.37. docker log (this type with correct application type,
sorry)

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

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

end of thread, other threads:[~2023-03-08 19:46 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-06-07 12:28 [Bug nss/27959] New: glibc 2.33 NSS refactoring lost static NSS support fweimer at redhat dot com
2021-06-07 18:18 ` [Bug nss/27959] " fweimer at redhat dot com
2021-07-07 16:36 ` cvs-commit at gcc dot gnu.org
2023-03-08 19:41 ` safinaskar at mail dot ru
2023-03-08 19:42 ` safinaskar at mail dot ru
2023-03-08 19:46 ` safinaskar at mail dot ru

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