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:   gdt
Date:           Wed Jun  1 12:15:39 UTC 2022

Modified Files:
        pkgsrc/bootstrap: README.Linux

Log Message:
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.


To generate a diff of this commit:
cvs rdiff -u -r1.12 -r1.13 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.12 pkgsrc/bootstrap/README.Linux:1.13
--- pkgsrc/bootstrap/README.Linux:1.12  Wed Jun  1 12:12:20 2022
+++ pkgsrc/bootstrap/README.Linux       Wed Jun  1 12:15:39 2022
@@ -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 
 
 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