pkgsrc-Users archive

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

Re: Making /graphics/glx-utils



I did "make -dpv > file.txt "
Size is only 61 bytes.  I dont know why.

I have not debugged  pkgsrc before.

On Sat, Jul 25, 2026 at 1:38 AM Roland Illig <roland.illig%gmx.de@localhost> wrote:
>
> Am 24.07.2026 um 23:23 schrieb Todd Gruhn:
> > Current system is :
> >
> > NetBSD gandalf.gruhn-net.net 11.0_RC5 NetBSD 11.0_RC5 (GENERIC) #0:
> > Tue Jun 16 15:48:07 UTC 2026
> > mkrepro%mkrepro.NetBSD.org@localhost:/usr/src/sys/arch/amd64/compile/GENERIC
> > amd64
> >
> > When I make it, I get a log of this:
> >
> > make[2]: /usr/pkgsrc/mk/pkgformat/pkg/pkgformat-vars.mk:78: Comparison
> > with "<" requires both operands "SOOOO!" and "20191008" to be numeric
>
> The file pkgformat-vars.mk says in line 78:
> > .if !defined(NO_PKGTOOLS_REQD_CHECK) && ${PKGTOOLS_VERSION} < ${PKGTOOLS_REQD}
>
> This means that the variable PKGTOOLS_VERSIONS has been set to the
> strange value "SOOOOO!" instead of a number.
>
> Do you have any clue where this value might come from? The pkgsrc tree
> doesn't contain the string "SOOOOO", not even "SOOO", so this value most
> probably comes from your local environment.
>
> You can run "make -dpv" to see all makefile lines and the variable
> assignments and evaluations therein. That list is long, but it should be
> relatively easy to track down where the string "SOOOOO" comes in.
>
> Roland
>


Home | Main Index | Thread Index | Old Index