pkgsrc-Users archive

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

Re: which python?



> reed%reedmedia.net@localhost said:
> > $ cd /opt/rainier/pkgsrc/databases/gramps2
> > $ make show-var VARNAME=_PYTHON_VERSION
> > 23 
> 
> Joerg Sonnenberger has set PYTHON_VERSIONS_ACCEPTED
> for gramps to 24 only, so that shouldn't happen anymore,
> independently of the default setting.

I didn't notice that and it was still broken. I had already updated 
this a couple times since he did that.

$ make show-var VARNAME=_PYTHON_VERSION 
23

$ ident Makefile                                                               
Makefile:
     $NetBSD: Makefile,v 1.19 2006/07/12 15:27:18 joerg Exp $

$ make show-var VARNAME=PYTHON_VERSIONS_ACCEPTED
24 23 22

$ pwd
/opt/rainier/pkgsrc/databases/gramps2

I see this is caused by including ../../databases/py-bsddb3/buildlink3.mk 
which has (since 2005):

PYTHON_VERSIONS_ACCEPTED=       24 23 22

which conflicts with this.




Home | Main Index | Thread Index | Old Index