pkgsrc-Users archive

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

Re: wip/py-hkdf: TEST_DEPENDS fails with "don't know how to make generate-wrappers"



On Sun, Jun 27, 2021 at 07:01:43PM +0200, Thomas Klausner wrote:
> On Sun, Jun 27, 2021 at 12:50:29PM -0400, Greg Troxel wrote:
> > >     ===> Creating toolchain wrappers for py38-nose-1.3.7
> > > =>  bmake[2]: don't know how to make generate-wrappers. Stop
> > 
> > For me, it gets much further:
> > 
> >   => Checking file-check results for py38-nose-1.3.7
> >   sh: cannot create /tmp/work/devel/py-nose/work/.error/check-files-prefix: directory nonexistent
> > 
> > but still not ok.  (I have PKG_DEVELOPER=yes, for what that's worth.)
> 
> For me, in an empty sandbox and no work dirs, this works fine:
> 
> make clean
> make DEPENDS_TARGET=bin-install install-depends
> make DEPENDS_TARGET=bin-install test-depends
> make test


pkg_delete py38_nose; bmake clean && bmake DEPENDS_TARGET=bin-install test

works for me as well; except when there is no binary package py38_nose
available, then again it fails with "don't know how to make
generate-wrappers" (in devel/py-nose).

Matthias


Home | Main Index | Thread Index | Old Index