pkgsrc-Bugs 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



The following reply was made to PR pkg/57820; it has been noted by GNATS.

From: RVP <rvp%SDF.ORG@localhost>
To: George Georgalis <george%galis.org@localhost>
Cc: matthew green <mrg%eterna23.net@localhost>, gnats-bugs%netbsd.org@localhost,
        Thomas Klausner <wiz%netbsd.org@localhost>, Martin Husemann <martin%duskware.de@localhost>,
        tech-pkg%netbsd.org@localhost
Subject: Re: bin/57820: devel/rcs fails on 10.0_RC2 works on 9.3
Date: Thu, 11 Jan 2024 07:07:27 +0000 (UTC)

 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