pkgsrc-Users archive

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

Re: xentools415



On Fri, Jul 01, 2022 at 02:52:09PM +0200, Manuel Bouyer wrote:
> On Fri, Jul 01, 2022 at 01:15:53PM +0100, Patrick Welche wrote:
> > Something happened to xentools415...
> > 
> > 
> > # pwd
> > /usr/pkgsrc/sysutils/xentools415
> > # cvs diff -urHEAD
> > # make show-var VARNAME=PKGNAME
> > make: "/usr/pkgsrc/lang/python/extension.mk" line 34: warning: duplicate script for target "do-build" ignored
> > make: "Makefile" line 166: warning: using previous script for "do-build" defined here
> > make: "/usr/pkgsrc/lang/python/extension.mk" line 38: warning: duplicate script for target "do-install" ignored
> > make: "Makefile" line 170: warning: using previous script for "do-install" defined here
> > xen-4.15.2nb3
> 
> Yes, I noticed this too. Something changed in the infrastructure which cause
> these warnings to be printed. xentools415 (and previous xentools4*) have
> been defining do-build and do-install ~forever.

This happened when you converted it from extension.mk to egg.mk.

I don't know which of the build commands should be done first or if
one is superfluous, and this package doesn't build for me - the one in
the package Makefile should be renamed and added as a dependency for
do-build, e.g.:

xen-build: do-build
...

or the other way round:

do-build: xen-build
xen-build:
...

 Thomas


Home | Main Index | Thread Index | Old Index