nixpkgs/pkgs/stdenv/nix-linux-static
Eelco Dolstra e6744d0f89 * Merge diff between trunk/pkgs@1646 and branches/nixos-pkgs@2256;
this contains mostly Armijn's pure stdenv-linux.

* After unpacking the statically linked GCC, patch all store paths to
  /nix/store/ffffffffffffffffffffffffffffffff.  Ugly hack to prevent
  undeclared references but it works.

* We don't need Glib's dynamic libraries in the first bootstrap stage;
  delete them.  Actually the downloaded Glibc binary is only needed
  for building Glibc, since GCC needs a C compiler to build some
  programs in `configure'.  So static linking is fine for that.  Maybe
  it would be better to patch `configure' so that we don't need a
  pre-built Glibc at all.

* Set the svn:executable property on `cp' and `patchelf'.

* In Glibc, revert to LinuxThreads.  Maybe NPTL will work, but TLS
  support is a problem.

* Delete most Glibc patches; they're no longer needed since the branch
  updated it to 20050110.
  
* Some cleanups.

svn path=/nixpkgs/trunk/; revision=2258
2005-02-21 16:03:34 +00:00
..
bash-static don't let bash depend on tar and gzip 2004-10-19 11:50:04 +00:00
binutils-static oops, don't forget binutils 2004-10-19 15:49:15 +00:00
bzip2-static add quotes for tarball variable 2004-10-19 15:32:53 +00:00
coreutils-static commit a whole bunch of statically linked packages. In the builder we add gzip to the PATH, because tar expects it to be there. This *should* be enough to bootstrap a whole new environment inside UML, give or take one or two packages I might have forgotten :) 2004-10-19 15:16:14 +00:00
curl-static our 7.12.0 was not resolving (thank you glibc!), replaced with statically linked (with uclibc) 7.12.2 2004-11-29 14:36:29 +00:00
diffutils-static commit a whole bunch of statically linked packages. In the builder we add gzip to the PATH, because tar expects it to be there. This *should* be enough to bootstrap a whole new environment inside UML, give or take one or two packages I might have forgotten :) 2004-10-19 15:16:14 +00:00
findutils-static commit a whole bunch of statically linked packages. In the builder we add gzip to the PATH, because tar expects it to be there. This *should* be enough to bootstrap a whole new environment inside UML, give or take one or two packages I might have forgotten :) 2004-10-19 15:16:14 +00:00
gawk-static commit a whole bunch of statically linked packages. In the builder we add gzip to the PATH, because tar expects it to be there. This *should* be enough to bootstrap a whole new environment inside UML, give or take one or two packages I might have forgotten :) 2004-10-19 15:16:14 +00:00
gcc-static * Merge diff between trunk/pkgs@1646 and branches/nixos-pkgs@2256; 2005-02-21 16:03:34 +00:00
gnugrep-static commit a whole bunch of statically linked packages. In the builder we add gzip to the PATH, because tar expects it to be there. This *should* be enough to bootstrap a whole new environment inside UML, give or take one or two packages I might have forgotten :) 2004-10-19 15:16:14 +00:00
gnumake-static commit a whole bunch of statically linked packages. In the builder we add gzip to the PATH, because tar expects it to be there. This *should* be enough to bootstrap a whole new environment inside UML, give or take one or two packages I might have forgotten :) 2004-10-19 15:16:14 +00:00
gnused-static commit a whole bunch of statically linked packages. In the builder we add gzip to the PATH, because tar expects it to be there. This *should* be enough to bootstrap a whole new environment inside UML, give or take one or two packages I might have forgotten :) 2004-10-19 15:16:14 +00:00
gnutar-static work around Nix "logics" >-) 2004-10-19 12:15:22 +00:00
gzip-static actually use $src instead of "bin", sigh 2004-10-19 14:52:59 +00:00
patchelf-static/bin move patchelf in a directory, so it can play nice along with things 2005-01-14 11:41:26 +00:00
scripts * Merge diff between trunk/pkgs@1646 and branches/nixos-pkgs@2256; 2005-02-21 16:03:34 +00:00
tools add (refactored) static stuff 2004-11-04 12:20:54 +00:00
default.nix * Merge diff between trunk/pkgs@1646 and branches/nixos-pkgs@2256; 2005-02-21 16:03:34 +00:00
path.nix commit a whole bunch of statically linked packages. In the builder we add gzip to the PATH, because tar expects it to be there. This *should* be enough to bootstrap a whole new environment inside UML, give or take one or two packages I might have forgotten :) 2004-10-19 15:16:14 +00:00
pkgs.nix commit a whole bunch of statically linked packages. In the builder we add gzip to the PATH, because tar expects it to be there. This *should* be enough to bootstrap a whole new environment inside UML, give or take one or two packages I might have forgotten :) 2004-10-19 15:16:14 +00:00
prehook.sh * Merge diff between trunk/pkgs@1646 and branches/nixos-pkgs@2256; 2005-02-21 16:03:34 +00:00