Author: viric
Date: Tue Oct 19 21:20:00 2010
New Revision: 24371
URL: https://svn.nixos.org/websvn/nix/?rev=24371&sc=1

Log:
Adding a comment on the status of the nscd patch in glibc

Modified:
   
nixpkgs/branches/stdenv-updates/pkgs/development/libraries/glibc-2.12/common.nix

Modified: 
nixpkgs/branches/stdenv-updates/pkgs/development/libraries/glibc-2.12/common.nix
==============================================================================
--- 
nixpkgs/branches/stdenv-updates/pkgs/development/libraries/glibc-2.12/common.nix
    Tue Oct 19 20:45:35 2010        (r24370)
+++ 
nixpkgs/branches/stdenv-updates/pkgs/development/libraries/glibc-2.12/common.nix
    Tue Oct 19 21:20:00 2010        (r24371)
@@ -76,6 +76,15 @@
     ./nix-locale-archive.patch
 
     /* A fix for a glibc nscd linking bug, reported upstream already.*/
+    /* Currently this fix works only for i686; as it only affects
+       the building of glibc from a final nixpkgs stdenv, we don't care much
+       on whether it works or not. The patch does not affect building
+       from the bootstrap-tools gcc because it does not have libssp at all.
+       TODO: Link ssp to nscd dynamically, and set the proper rpath to
+       nscd, although linking dynamically will make this libc
+       dynamically linked with gcc's libssp, and gcc's libssp is dynamically
+       linked with stdenv.glibc's libc. This does not look very correct.
+       */
     ./nscd-ssp-linking.patch
 
     /* Workaround for a glibc bug reported upstraem already */
_______________________________________________
nix-commits mailing list
[email protected]
http://mail.cs.uu.nl/mailman/listinfo/nix-commits

Reply via email to