[Pkg-mailman-hackers] Re: Trunk does not build

Lionel Elie Mamane lionel at mamane.lu
Thu Dec 14 07:25:50 UTC 2006


On Thu, Nov 30, 2006 at 09:19:20AM +0100, Thijs Kinkhorst wrote:

> The current trunk of our svn repository does not build; it exits with
> this error:

> dh_pysupport -a `find debian/mailman/var/lib/mailman/Mailman/ -type d
> -printf '/var/lib/mailman/Mailman/%P\n'`
> rm: cannot remove `Autoresponder.pyc': Permission denied
> dh_pysupport: command returned error code 256
> make: *** [binary-arch] Error 1
> debuild: fatal error at line 1228:
> fakeroot debian/rules binary failed

> The problem is not immediately obvious to me, maybe someone who has
> recently worked with the dh_pysupport tool knows where to look?

The "new python policy" instructions say you should pass it the
"directories containing private python modules"; I understood that to
be relative to the package as installed, but the error suggests it is
actually the build-time directories. Try with:

 dh_pysupport -a `find debian/mailman/var/lib/mailman/Mailman/ -type d`

-- 
Lionel



More information about the Pkg-mailman-hackers mailing list