Fri Feb 12 13:00:05 2021 UTC ()
Add libncurses5 to the required libraries.
Took me a little while to find this. The dev package can be installed
without the actual library.


(cjep)
diff -r1.7 -r1.8 pkgsrc/bootstrap/README.Linux

cvs diff -r1.7 -r1.8 pkgsrc/bootstrap/README.Linux (expand / switch to unified diff)

--- pkgsrc/bootstrap/README.Linux 2019/04/04 04:20:26 1.7
+++ pkgsrc/bootstrap/README.Linux 2021/02/12 13:00:05 1.8
@@ -1,23 +1,23 @@ @@ -1,23 +1,23 @@
1$NetBSD: README.Linux,v 1.7 2019/04/04 04:20:26 gutteridge Exp $ 1$NetBSD: README.Linux,v 1.8 2021/02/12 13:00:05 cjep Exp $
2 2
3Please read the general README file as well. 3Please read the general README file as well.
4 4
5========================================================================== 5==========================================================================
6 6
7For Debian and derivatives such as Ubuntu the following packages should be 7For Debian and derivatives such as Ubuntu the following packages should be
8installed prior to attempting bootstrap 8installed prior to attempting bootstrap
9 9
10apt-get install cvs libncurses5-dev gcc g++ zlib1g-dev zlib1g libssl-dev libudev-dev 10apt-get install cvs libncurses5 libncurses5-dev gcc g++ zlib1g-dev zlib1g libssl-dev libudev-dev
11 11
12========================================================================== 12==========================================================================
13 13
14Some versions of Linux (RHEL3 Update 2 for i386 for example) have a 14Some versions of Linux (RHEL3 Update 2 for i386 for example) have a
15/usr/lib/libacl.la libtool archive file that lists /lib/libattr.la as a 15/usr/lib/libacl.la libtool archive file that lists /lib/libattr.la as a
16dependency. However, libattr.la does not exist in /lib/libattr.la. If 16dependency. However, libattr.la does not exist in /lib/libattr.la. If
17this is the case, the bootstrap will fail with 17this is the case, the bootstrap will fail with
18 18
19grep: /lib/libattr.la: No such file or directory 19grep: /lib/libattr.la: No such file or directory
20/usr/pkgsrc/bootstrap/work/wrk/pkgtools/pkg_install/work/.tools/bin/sed: can't read /lib/libattr.la: No such file or directory 20/usr/pkgsrc/bootstrap/work/wrk/pkgtools/pkg_install/work/.tools/bin/sed: can't read /lib/libattr.la: No such file or directory
21libtool: link: `/lib/libattr.la' is not a valid libtool archive 21libtool: link: `/lib/libattr.la' is not a valid libtool archive
22 22
23The solution is to copy /usr/lib/libattr.la to /lib/libattr.la with: 23The solution is to copy /usr/lib/libattr.la to /lib/libattr.la with: