pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/bootstrap OpenBSD 7.1 tested to work, but '--prefer-pk...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/2b2da32051cd
branches:  trunk
changeset: 380750:2b2da32051cd
user:      charlotte <charlotte%pkgsrc.org@localhost>
date:      Tue Jun 14 05:04:23 2022 +0000

description:
OpenBSD 7.1 tested to work, but '--prefer-pkgsrc yes' is required

I was able to reproduce an OpenBSD user's boostrap failure because they
followed the instructions in this file, which doesn't mention
'--prefer-pkgsrc' at all. And yet it was required in order for me to
succeed on OpenBSD/amd64 7.1

diffstat:

 bootstrap/README.OpenBSD |  7 +++++--
 1 files changed, 5 insertions(+), 2 deletions(-)

diffs (24 lines):

diff -r 06afd3c9fdc4 -r 2b2da32051cd bootstrap/README.OpenBSD
--- a/bootstrap/README.OpenBSD  Tue Jun 14 01:52:02 2022 +0000
+++ b/bootstrap/README.OpenBSD  Tue Jun 14 05:04:23 2022 +0000
@@ -1,4 +1,4 @@
-$NetBSD: README.OpenBSD,v 1.14 2022/06/01 12:07:37 gdt Exp $
+$NetBSD: README.OpenBSD,v 1.15 2022/06/14 05:04:23 charlotte Exp $
 
 Please read the general README file as well.
 
@@ -21,10 +21,13 @@
 
 # Status
 
-pkgsrc bootstrap has been tested on OpenBSD 7.0 (amd64, i386) with the
+pkgsrc bootstrap has been tested on OpenBSD 7.1 (amd64, i386) with the
 system-provided clang. Earlier version/platform/compiler combinations
 have previously been reported to work.
 
+If the bootstrap fails for you, try adding `--prefer-pkgsrc yes` to your
+bootstrap command line.
+
 Once bootstrapped, as is typical with pkgsrc, many packages build as is.
 For any particular package that doesn't, fixes are often in OpenBSD
 Ports waiting to be borrowed.



Home | Main Index | Thread Index | Old Index