summaryrefslogtreecommitdiff
path: root/bootstrap
diff options
context:
space:
mode:
authorgdt <gdt@pkgsrc.org>2022-06-01 12:12:20 +0000
committergdt <gdt@pkgsrc.org>2022-06-01 12:12:20 +0000
commit921f42f38b1938c0a223e179f0d25799bb3b5666 (patch)
tree17de3c8091cba2c400517b9e5429264bd9d29a4a /bootstrap
parentfb800346530f24712b0e8fd7c3968f5c895cc844 (diff)
downloadpkgsrc-921f42f38b1938c0a223e179f0d25799bb3b5666.tar.gz
README.Linux: Update from on-list comments
musl works Termux does not work Add dates for ancient information
Diffstat (limited to 'bootstrap')
-rw-r--r--bootstrap/README.Linux18
1 files changed, 13 insertions, 5 deletions
diff --git a/bootstrap/README.Linux b/bootstrap/README.Linux
index 9269a8a18d8..36d9ef5249a 100644
--- a/bootstrap/README.Linux
+++ b/bootstrap/README.Linux
@@ -1,4 +1,4 @@
-$NetBSD: README.Linux,v 1.11 2022/05/01 08:06:46 nia Exp $
+$NetBSD: README.Linux,v 1.12 2022/06/01 12:12:20 gdt Exp $
# General
@@ -20,7 +20,7 @@ There are no reports of success or failure with clang.
## icc
-Long ago, it was reported that icc (Intel C++ Compiler) 8.0 and 8.1
+It was reported in 2008 that icc (Intel C++ Compiler) 8.0 and 8.1
have been tested on i386. See the old section at the end.
# Debian and derivatives
@@ -39,9 +39,17 @@ 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.
+# musl
+
+Linux with musl was reported to work in 2022.
+
+# Termux (Android)
+
+In 2022, unprivileged bootstrap failed.
+
# RedHat and derivatives
-## Old, undated, information
+## Very old hints about libattr (2008)
Some versions of Linux (RHEL3 Update 2 for i386 for example) have a
/usr/lib/libacl.la libtool archive file that lists /lib/libattr.la as a
@@ -56,9 +64,9 @@ The solution is to copy /usr/lib/libattr.la to /lib/libattr.la with:
cp -p /usr/lib/libattr.la /lib
-# General old, undated information
+# Very old information
-## Details of using icc
+## Details of using icc (last update 2005
To bootstrap using icc, assuming the default icc installation
directory: