tech-pkg archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
Re: bin/57820: devel/rcs fails on 10.0_RC2 works on 9.3
On Wed, 10 Jan 2024, George Georgalis wrote:
nb10rc2$ cd /usr/pkg/pkgsrc-release/devel/rcs/ && make clean
clean-depends package
{exact same error}
I'm using pkgsrc to enable an app to run on Darwin/Linux/NetBSD, for
consistency and simplicity I'm using the same scripts (copy/paste from
a narrative) to bootstrap pkgsrc on each platform and install the base
packages (dependencies). While bootstrapping is not necessary on
NetBSD I'm doing it to align the setup across the different OS.
-George
Can retry after pointing the workdir to a local disk? Keep only
the source tree in NFS. This is the standard method for multi-OS builds.
Start from scratch:
./bootstrap --prefix /opt/pkg-2023Q4 --workdir /some/local/dir ...
Then, after bootstrapping is done, edit mk.conf and add:
WRKOBJDIR= /some/local/dir
Try building devel/rcs after you do this. This, I'm thinking would
also work around any NFS regression between 9.x and 10.x (if this is
an NFS issue).
-RVP
Home |
Main Index |
Thread Index |
Old Index