diff options
author | charlotte <charlotte@pkgsrc.org> | 2022-06-14 05:04:23 +0000 |
---|---|---|
committer | charlotte <charlotte@pkgsrc.org> | 2022-06-14 05:04:23 +0000 |
commit | 78b234a55fc74b8a978da0df0609c7cf69e1de57 (patch) | |
tree | f0602ef27fe5e7f6f79dc34283d48083a32d6174 /bootstrap | |
parent | 98643b3ecc4dd13a16400a114f5bd16591c0e780 (diff) | |
download | pkgsrc-78b234a55fc74b8a978da0df0609c7cf69e1de57.tar.gz |
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 (limited to 'bootstrap')
-rw-r--r-- | bootstrap/README.OpenBSD | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/bootstrap/README.OpenBSD b/bootstrap/README.OpenBSD index 50121fd5237..8d88b7978da 100644 --- a/bootstrap/README.OpenBSD +++ b/bootstrap/README.OpenBSD @@ -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 @@ fw_update(1). # 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. |