[Debian-med-packaging] Bug#486959: Bug#486959: fixed in proda 1.0-6
Lucas Nussbaum
lucas at lucas-nussbaum.net
Thu Jul 3 22:19:15 UTC 2008
On 03/07/08 at 21:20 +0200, Andreas Tille wrote:
> On Thu, 3 Jul 2008, Lucas Nussbaum wrote:
>
>> Do you support parallel building? I think that caused the bug.
>
> Hups, what is parallel building? How can / should I support this.
> ANd why should I support it if it breaks the build. Shouldn't it
> rather be prevented to avoid this breakage?
Actually, you do support it. From debian/rules:
ifneq (,$(filter parallel=%,$(DEB_BUILD_OPTIONS)))
NUMJOBS := -j$(patsubst parallel=%,%,$(filter parallel=%,$(DEB_BUILD_OPTIONS)))
endif
MAKEFLAGS += $(NUMJOBS)
I build with DEB_BUILD_OPTIONS=parallel=8. For this to work, all the
dependancies in your makefile need to be complete. Apparently, it's not
the case here: you are probably missing a dep on patch somewhere.
Since your package doesn't take a long time to build, please just drop
parallel build support (debugging those issues is complex, is not worth
it for "simple" packages).
--
| Lucas Nussbaum
| lucas at lucas-nussbaum.net http://www.lucas-nussbaum.net/ |
| jabber: lucas at nussbaum.fr GPG: 1024D/023B3F4F |
More information about the Debian-med-packaging
mailing list