pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/bootstrap



Module Name:    pkgsrc
Committed By:   nia
Date:           Sun May  1 08:06:47 UTC 2022

Modified Files:
        pkgsrc/bootstrap: README.Linux

Log Message:
bootstrap: notes for NixOS


To generate a diff of this commit:
cvs rdiff -u -r1.10 -r1.11 pkgsrc/bootstrap/README.Linux

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/bootstrap/README.Linux
diff -u pkgsrc/bootstrap/README.Linux:1.10 pkgsrc/bootstrap/README.Linux:1.11
--- pkgsrc/bootstrap/README.Linux:1.10  Thu Apr  7 15:16:55 2022
+++ pkgsrc/bootstrap/README.Linux       Sun May  1 08:06:46 2022
@@ -1,4 +1,4 @@
-$NetBSD: README.Linux,v 1.10 2022/04/07 15:16:55 gdt Exp $
+$NetBSD: README.Linux,v 1.11 2022/05/01 08:06:46 nia Exp $
 
 # General
 
@@ -31,6 +31,14 @@ installed prior to attempting bootstrap:
 apt-get install cvs libncurses5 libncurses5-dev gcc g++ zlib1g-dev \
                        zlib1g libssl-dev libudev-dev
 
+# NixOS
+
+stdenv.cc should be installed prior to attempting bootstrap.
+
+Please note that if you run the Nix garbage collector and it collects
+libc, every pkgsrc binary (including binaries generated during bootstrap)
+will need to be rebuilt.
+
 #  RedHat and derivatives
 
 ## Old, undated, information



Home | Main Index | Thread Index | Old Index