tech-pkg archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
Re: pkgsrc mktool utility
On Tue, Aug 06, 2024 at 10:56:36AM +0100, Jonathan Perkin wrote:
> * On 2024-08-05 at 22:32 BST, Thomas Klausner wrote:
>
> > On Mon, Aug 05, 2024 at 04:48:27PM +0100, Jonathan Perkin wrote:
> > > * On 2024-08-05 at 16:17 BST, Thomas Klausner wrote:
> > >
> > > > I could update the distinfo file for wip/grafana with it (not that I
> > > > can build it, because extraction fails due to the shell argument
> > > > limit).
> > >
> > > Now that I've imported a newer devel/bmake that fixes this we should perhaps
> > > enforce that it be built if the native version is too old.
> >
> > I'm using NetBSD's native make as of July 11, 2024. Shouldn't that
> > have the same limits as devel/bmake?
>
> Oh that's interesting, that should have the same fixes. Just out of
> interest does it still fail with devel/bmake?
Yes:
# pkg_add /packages/All/bmake-20240711.tgz
# bmake checksum
=> Bootstrap dependency digest>=20211023: found digest-20220214nb1
/tmp/make8HsuXd: /usr/bin/env: argument list too long
ERROR: Make sure the Makefile and checksum file (/usr/pkgsrc/wip/grafana/distinfo)
ERROR: are up to date. If you want to override this check, type
ERROR: "/usr/pkg/bin/bmake NO_CHECKSUM=yes [other args]".
*** Error code 1
> It checksums fine for me on macOS, but that has kern.argmax: 1048576.
The NetBSD default is
# sysctl kern.argmax
kern.argmax = 262144
Thomas
Home |
Main Index |
Thread Index |
Old Index