public inbox for glibc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug libc/1045] New: --disable-shared --enable-static-nss build failure
@ 2005-07-03 10:42 web-sources dot redhat dot com at jankratochvil dot net
  2005-07-03 10:44 ` [Bug libc/1045] " web-sources dot redhat dot com at jankratochvil dot net
                   ` (11 more replies)
  0 siblings, 12 replies; 13+ messages in thread
From: web-sources dot redhat dot com at jankratochvil dot net @ 2005-07-03 10:42 UTC (permalink / raw)
  To: glibc-bugs

glibc currently fails to build --disable-shared --enable-static-nss binary.
Just either one of these options also fails.

Besides the required dependencies patches also attached some patches which are
not importable, they just work for me.

Tested on: clean 2.3.5, Fedora Core 4 glibc-2.3.5-10, RawHide glibc-2.3.5-11
Resulting glibc still has broken NPTL libpthread but I do not need it.

-- 
           Summary: --disable-shared --enable-static-nss build failure
           Product: glibc
           Version: 2.3.5
            Status: NEW
          Severity: normal
          Priority: P2
         Component: libc
        AssignedTo: gotom at debian dot or dot jp
        ReportedBy: web-sources dot redhat dot com at jankratochvil dot net
                CC: glibc-bugs at sources dot redhat dot com
 GCC build triplet: i386-redhat-linux-gnu
  GCC host triplet: i386-redhat-linux-gnu
GCC target triplet: i386-redhat-linux-gnu
 BugsThisDependsOn: 519,631,1043,1044


http://sources.redhat.com/bugzilla/show_bug.cgi?id=1045

------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.


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

* [Bug libc/1045] --disable-shared --enable-static-nss build failure
  2005-07-03 10:42 [Bug libc/1045] New: --disable-shared --enable-static-nss build failure web-sources dot redhat dot com at jankratochvil dot net
@ 2005-07-03 10:44 ` web-sources dot redhat dot com at jankratochvil dot net
  2005-07-03 10:48 ` web-sources dot redhat dot com at jankratochvil dot net
                   ` (10 subsequent siblings)
  11 siblings, 0 replies; 13+ messages in thread
From: web-sources dot redhat dot com at jankratochvil dot net @ 2005-07-03 10:44 UTC (permalink / raw)
  To: glibc-bugs



-- 
Bug 1045 depends on bug 519, which changed state.

Bug 519 Summary: CVS Compilation failure using nptl + static
http://sources.redhat.com/bugzilla/show_bug.cgi?id=519

           What    |Old Value                   |New Value
----------------------------------------------------------------------------
             Status|RESOLVED                    |REOPENED
         Resolution|INVALID                     |

http://sources.redhat.com/bugzilla/show_bug.cgi?id=1045

------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.


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

* [Bug libc/1045] --disable-shared --enable-static-nss build failure
  2005-07-03 10:42 [Bug libc/1045] New: --disable-shared --enable-static-nss build failure web-sources dot redhat dot com at jankratochvil dot net
  2005-07-03 10:44 ` [Bug libc/1045] " web-sources dot redhat dot com at jankratochvil dot net
@ 2005-07-03 10:48 ` web-sources dot redhat dot com at jankratochvil dot net
  2005-07-03 10:50 ` web-sources dot redhat dot com at jankratochvil dot net
                   ` (9 subsequent siblings)
  11 siblings, 0 replies; 13+ messages in thread
From: web-sources dot redhat dot com at jankratochvil dot net @ 2005-07-03 10:48 UTC (permalink / raw)
  To: glibc-bugs


------- Additional Comments From web-sources dot redhat dot com at jankratochvil dot net  2005-07-03 10:48 -------
Created an attachment (id=536)
 --> (http://sources.redhat.com/bugzilla/attachment.cgi?id=536&action=view)
FC4 glibc-2.3.5-10 .spec patch for clear reproducibility

Patch also contains: LDFLAGS="-static"
to be able to build with: --disable-shared
It should not be required.

Another bug is the requirement to specify CFLAGS+LDFLAGS both for "configure"
and make(1).


-- 


http://sources.redhat.com/bugzilla/show_bug.cgi?id=1045

------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.


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

* [Bug libc/1045] --disable-shared --enable-static-nss build failure
  2005-07-03 10:42 [Bug libc/1045] New: --disable-shared --enable-static-nss build failure web-sources dot redhat dot com at jankratochvil dot net
  2005-07-03 10:44 ` [Bug libc/1045] " web-sources dot redhat dot com at jankratochvil dot net
  2005-07-03 10:48 ` web-sources dot redhat dot com at jankratochvil dot net
@ 2005-07-03 10:50 ` web-sources dot redhat dot com at jankratochvil dot net
  2005-07-03 10:51 ` web-sources dot redhat dot com at jankratochvil dot net
                   ` (8 subsequent siblings)
  11 siblings, 0 replies; 13+ messages in thread
From: web-sources dot redhat dot com at jankratochvil dot net @ 2005-07-03 10:50 UTC (permalink / raw)
  To: glibc-bugs


------- Additional Comments From web-sources dot redhat dot com at jankratochvil dot net  2005-07-03 10:49 -------
Created an attachment (id=537)
 --> (http://sources.redhat.com/bugzilla/attachment.cgi?id=537&action=view)
Remove dependency on libgcc_s.so which is impossible for: --disable-shared


-- 


http://sources.redhat.com/bugzilla/show_bug.cgi?id=1045

------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.


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

* [Bug libc/1045] --disable-shared --enable-static-nss build failure
  2005-07-03 10:42 [Bug libc/1045] New: --disable-shared --enable-static-nss build failure web-sources dot redhat dot com at jankratochvil dot net
                   ` (2 preceding siblings ...)
  2005-07-03 10:50 ` web-sources dot redhat dot com at jankratochvil dot net
@ 2005-07-03 10:51 ` web-sources dot redhat dot com at jankratochvil dot net
  2005-07-05  7:31 ` web-sources dot redhat dot com at jankratochvil dot net
                   ` (7 subsequent siblings)
  11 siblings, 0 replies; 13+ messages in thread
From: web-sources dot redhat dot com at jankratochvil dot net @ 2005-07-03 10:51 UTC (permalink / raw)
  To: glibc-bugs


------- Additional Comments From web-sources dot redhat dot com at jankratochvil dot net  2005-07-03 10:51 -------
Created an attachment (id=538)
 --> (http://sources.redhat.com/bugzilla/attachment.cgi?id=538&action=view)
Fixes undefined linking crash for "--disable-shared". It may be a valid patch,
not sure.


-- 


http://sources.redhat.com/bugzilla/show_bug.cgi?id=1045

------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.


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

* [Bug libc/1045] --disable-shared --enable-static-nss build failure
  2005-07-03 10:42 [Bug libc/1045] New: --disable-shared --enable-static-nss build failure web-sources dot redhat dot com at jankratochvil dot net
                   ` (3 preceding siblings ...)
  2005-07-03 10:51 ` web-sources dot redhat dot com at jankratochvil dot net
@ 2005-07-05  7:31 ` web-sources dot redhat dot com at jankratochvil dot net
  2005-07-05  7:39 ` web-sources dot redhat dot com at jankratochvil dot net
                   ` (6 subsequent siblings)
  11 siblings, 0 replies; 13+ messages in thread
From: web-sources dot redhat dot com at jankratochvil dot net @ 2005-07-05  7:31 UTC (permalink / raw)
  To: glibc-bugs



-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
  BugsThisDependsOn|                            |1050


http://sources.redhat.com/bugzilla/show_bug.cgi?id=1045

------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.


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

* [Bug libc/1045] --disable-shared --enable-static-nss build failure
  2005-07-03 10:42 [Bug libc/1045] New: --disable-shared --enable-static-nss build failure web-sources dot redhat dot com at jankratochvil dot net
                   ` (4 preceding siblings ...)
  2005-07-05  7:31 ` web-sources dot redhat dot com at jankratochvil dot net
@ 2005-07-05  7:39 ` web-sources dot redhat dot com at jankratochvil dot net
  2005-07-19  3:42 ` roland at gnu dot org
                   ` (5 subsequent siblings)
  11 siblings, 0 replies; 13+ messages in thread
From: web-sources dot redhat dot com at jankratochvil dot net @ 2005-07-05  7:39 UTC (permalink / raw)
  To: glibc-bugs


------- Additional Comments From web-sources dot redhat dot com at jankratochvil dot net  2005-07-05 07:39 -------
Created an attachment (id=544)
 --> (http://sources.redhat.com/bugzilla/attachment.cgi?id=544&action=view)
FC4 glibc-2.3.5-10 .spec patch for clear reproducibility (v2, incl. Bug1050)


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


http://sources.redhat.com/bugzilla/show_bug.cgi?id=1045

------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.


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

* [Bug libc/1045] --disable-shared --enable-static-nss build failure
  2005-07-03 10:42 [Bug libc/1045] New: --disable-shared --enable-static-nss build failure web-sources dot redhat dot com at jankratochvil dot net
                   ` (5 preceding siblings ...)
  2005-07-05  7:39 ` web-sources dot redhat dot com at jankratochvil dot net
@ 2005-07-19  3:42 ` roland at gnu dot org
  2005-07-19  3:44 ` roland at gnu dot org
                   ` (4 subsequent siblings)
  11 siblings, 0 replies; 13+ messages in thread
From: roland at gnu dot org @ 2005-07-19  3:42 UTC (permalink / raw)
  To: glibc-bugs



-- 
Bug 1045 depends on bug 519, which changed state.

Bug 519 Summary: CVS Compilation failure using nptl + static
http://sources.redhat.com/bugzilla/show_bug.cgi?id=519

           What    |Old Value                   |New Value
----------------------------------------------------------------------------
             Status|REOPENED                    |RESOLVED
         Resolution|                            |FIXED

http://sources.redhat.com/bugzilla/show_bug.cgi?id=1045

------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.


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

* [Bug libc/1045] --disable-shared --enable-static-nss build failure
  2005-07-03 10:42 [Bug libc/1045] New: --disable-shared --enable-static-nss build failure web-sources dot redhat dot com at jankratochvil dot net
                   ` (6 preceding siblings ...)
  2005-07-19  3:42 ` roland at gnu dot org
@ 2005-07-19  3:44 ` roland at gnu dot org
  2005-07-19  3:45 ` roland at gnu dot org
                   ` (3 subsequent siblings)
  11 siblings, 0 replies; 13+ messages in thread
From: roland at gnu dot org @ 2005-07-19  3:44 UTC (permalink / raw)
  To: glibc-bugs


------- Additional Comments From roland at gnu dot org  2005-07-19 03:44 -------


*** This bug has been marked as a duplicate of 333 ***

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |DUPLICATE


http://sources.redhat.com/bugzilla/show_bug.cgi?id=1045

------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.


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

* [Bug libc/1045] --disable-shared --enable-static-nss build failure
  2005-07-03 10:42 [Bug libc/1045] New: --disable-shared --enable-static-nss build failure web-sources dot redhat dot com at jankratochvil dot net
                   ` (7 preceding siblings ...)
  2005-07-19  3:44 ` roland at gnu dot org
@ 2005-07-19  3:45 ` roland at gnu dot org
  2005-07-19  3:47 ` roland at gnu dot org
                   ` (2 subsequent siblings)
  11 siblings, 0 replies; 13+ messages in thread
From: roland at gnu dot org @ 2005-07-19  3:45 UTC (permalink / raw)
  To: glibc-bugs



-- 
Bug 1045 depends on bug 631, which changed state.

Bug 631 Summary: --enable-static-nss breaks build
http://sources.redhat.com/bugzilla/show_bug.cgi?id=631

           What    |Old Value                   |New Value
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |DUPLICATE

http://sources.redhat.com/bugzilla/show_bug.cgi?id=1045

------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.


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

* [Bug libc/1045] --disable-shared --enable-static-nss build failure
  2005-07-03 10:42 [Bug libc/1045] New: --disable-shared --enable-static-nss build failure web-sources dot redhat dot com at jankratochvil dot net
                   ` (8 preceding siblings ...)
  2005-07-19  3:45 ` roland at gnu dot org
@ 2005-07-19  3:47 ` roland at gnu dot org
  2005-09-22 18:33 ` drepper at redhat dot com
  2005-09-22 18:36 ` drepper at redhat dot com
  11 siblings, 0 replies; 13+ messages in thread
From: roland at gnu dot org @ 2005-07-19  3:47 UTC (permalink / raw)
  To: glibc-bugs



-- 
Bug 1045 depends on bug 1043, which changed state.

Bug 1043 Summary: --enable-static-nss false linking warnings
http://sources.redhat.com/bugzilla/show_bug.cgi?id=1043

           What    |Old Value                   |New Value
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |WONTFIX

http://sources.redhat.com/bugzilla/show_bug.cgi?id=1045

------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.


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

* [Bug libc/1045] --disable-shared --enable-static-nss build failure
  2005-07-03 10:42 [Bug libc/1045] New: --disable-shared --enable-static-nss build failure web-sources dot redhat dot com at jankratochvil dot net
                   ` (9 preceding siblings ...)
  2005-07-19  3:47 ` roland at gnu dot org
@ 2005-09-22 18:33 ` drepper at redhat dot com
  2005-09-22 18:36 ` drepper at redhat dot com
  11 siblings, 0 replies; 13+ messages in thread
From: drepper at redhat dot com @ 2005-09-22 18:33 UTC (permalink / raw)
  To: glibc-bugs



-- 
Bug 1045 depends on bug 1044, which changed state.

Bug 1044 Summary: --enable-static-nss does not support nsswitch "compat"
http://sourceware.org/bugzilla/show_bug.cgi?id=1044

           What    |Old Value                   |New Value
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |WONTFIX

http://sourceware.org/bugzilla/show_bug.cgi?id=1045

------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.


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

* [Bug libc/1045] --disable-shared --enable-static-nss build failure
  2005-07-03 10:42 [Bug libc/1045] New: --disable-shared --enable-static-nss build failure web-sources dot redhat dot com at jankratochvil dot net
                   ` (10 preceding siblings ...)
  2005-09-22 18:33 ` drepper at redhat dot com
@ 2005-09-22 18:36 ` drepper at redhat dot com
  11 siblings, 0 replies; 13+ messages in thread
From: drepper at redhat dot com @ 2005-09-22 18:36 UTC (permalink / raw)
  To: glibc-bugs



-- 
Bug 1045 depends on bug 1050, which changed state.

Bug 1050 Summary: SIGSEGV on static GCONV, --enable-static-gconv implemented
http://sourceware.org/bugzilla/show_bug.cgi?id=1050

           What    |Old Value                   |New Value
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |WONTFIX

http://sourceware.org/bugzilla/show_bug.cgi?id=1045

------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.


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

end of thread, other threads:[~2005-09-22 18:36 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2005-07-03 10:42 [Bug libc/1045] New: --disable-shared --enable-static-nss build failure web-sources dot redhat dot com at jankratochvil dot net
2005-07-03 10:44 ` [Bug libc/1045] " web-sources dot redhat dot com at jankratochvil dot net
2005-07-03 10:48 ` web-sources dot redhat dot com at jankratochvil dot net
2005-07-03 10:50 ` web-sources dot redhat dot com at jankratochvil dot net
2005-07-03 10:51 ` web-sources dot redhat dot com at jankratochvil dot net
2005-07-05  7:31 ` web-sources dot redhat dot com at jankratochvil dot net
2005-07-05  7:39 ` web-sources dot redhat dot com at jankratochvil dot net
2005-07-19  3:42 ` roland at gnu dot org
2005-07-19  3:44 ` roland at gnu dot org
2005-07-19  3:45 ` roland at gnu dot org
2005-07-19  3:47 ` roland at gnu dot org
2005-09-22 18:33 ` drepper at redhat dot com
2005-09-22 18:36 ` drepper 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).