pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/bootstrap README.Linux: Note RHEL 8.5 works



details:   https://anonhg.NetBSD.org/pkgsrc/rev/1c1a863056f4
branches:  trunk
changeset: 380246:1c1a863056f4
user:      gdt <gdt%pkgsrc.org@localhost>
date:      Wed Jun 01 12:15:39 2022 +0000

description:
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:

 bootstrap/README.Linux |  23 +++++------------------
 1 files changed, 5 insertions(+), 18 deletions(-)

diffs (44 lines):

diff -r fa4625a76210 -r 1c1a863056f4 bootstrap/README.Linux
--- a/bootstrap/README.Linux    Wed Jun 01 12:12:20 2022 +0000
+++ b/bootstrap/README.Linux    Wed Jun 01 12:15:39 2022 +0000
@@ -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 @@
 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 @@
 
 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



Home | Main Index | Thread Index | Old Index