[Debian-ha-maintainers] Bug#804590: Bug#804590: redhat-cluster: build-depends on libcorosync-dev which is no longer built
Ferenc Wagner
wferi at niif.hu
Fri Jan 8 21:32:42 UTC 2016
Christoph Berg <myon at debian.org> writes:
> Re: Ferenc Wagner 2016-01-08 <87y4c06so4.fsf at lant.ki.iif.hu>
>
>> OK, I think I can see the problem, and it's probably fixed by the
>> latest version of the check_header_deps script (attached).
>
> the script works, but the inner make invocation needs to be prevented
> from seeing the outer make from debian/rules:
>
> env -u MAKELEVEL -u MAKEFLAGS -u MFLAGS debian/check_header_deps pacemaker
Good point, though make doesn't interpret MFLAGS itself, so I wouldn't
care about it. MAKELEVEL does not influence a thing either. But
MAKEFLAGS rellay must be cleared, and probably MAKEFILES as well. What
do you think about moving this into the script as
... | MAKEFLAGS= MAKEFILES= make -Bsf - >> ... ?
This would make the script more "standalone".
> I'll upload that in a minute. Thanks!
Looks like we're getting there, no failures on the buildd page! \o/
Meanwhile 1.1.14-rc5 was released; I'll probably incorporate it soon.
--
Cheers,
Feri.
More information about the Debian-ha-maintainers
mailing list