summaryrefslogtreecommitdiff
path: root/bootstrap
diff options
context:
space:
mode:
authorgdt <gdt@pkgsrc.org>2022-06-01 12:15:39 +0000
committergdt <gdt@pkgsrc.org>2022-06-01 12:15:39 +0000
commit32d69962141ba42dce6e3deadd2699187f343bce (patch)
tree022ff7be71a6852d0eb65270cb1b38898f3ee0a4 /bootstrap
parent921f42f38b1938c0a223e179f0d25799bb3b5666 (diff)
downloadpkgsrc-32d69962141ba42dce6e3deadd2699187f343bce.tar.gz
README.Linux: Note RHEL 8.5 works
Drop workaround for RHEL 3, because the report about 8.5 doesn't mention it, and RHEL 3 is so ancient that there's no reason to think the bug remains.
Diffstat (limited to 'bootstrap')
-rw-r--r--bootstrap/README.Linux23
1 files changed, 5 insertions, 18 deletions
diff --git a/bootstrap/README.Linux b/bootstrap/README.Linux
index 36d9ef5249a..90d2eddbf56 100644
--- a/bootstrap/README.Linux
+++ b/bootstrap/README.Linux
@@ -1,4 +1,4 @@
-$NetBSD: README.Linux,v 1.12 2022/06/01 12:12:20 gdt Exp $
+$NetBSD: README.Linux,v 1.13 2022/06/01 12:15:39 gdt Exp $
# General
@@ -31,6 +31,10 @@ installed prior to attempting bootstrap:
apt-get install cvs libncurses5 libncurses5-dev gcc g++ zlib1g-dev \
zlib1g libssl-dev libudev-dev
+# RedHat and derivatives
+
+In 2022, pkgsrc bootstrapped ok on RHEL 8.5, and packages generally worked.
+
# NixOS
stdenv.cc should be installed prior to attempting bootstrap.
@@ -47,23 +51,6 @@ Linux with musl was reported to work in 2022.
In 2022, unprivileged bootstrap failed.
-# RedHat and derivatives
-
-## 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
-dependency. However, libattr.la does not exist in /lib/libattr.la. If
-this is the case, the bootstrap will fail with
-
-grep: /lib/libattr.la: No such file or directory
-/usr/pkgsrc/bootstrap/work/wrk/pkgtools/pkg_install/work/.tools/bin/sed: can't read /lib/libattr.la: No such file or directory
-libtool: link: `/lib/libattr.la' is not a valid libtool archive
-
-The solution is to copy /usr/lib/libattr.la to /lib/libattr.la with:
-
-cp -p /usr/lib/libattr.la /lib
-
# Very old information
## Details of using icc (last update 2005