Bug#534013: zope2.10: FTBFS: /bin/sh: line 0: cd: z: No such file or directory

Lucas Nussbaum lucas at lucas-nussbaum.net
Thu Jul 2 18:28:59 UTC 2009


On 02/07/09 at 17:51 +0200, Jonas Meurer wrote:
> could you provide the exact command that your archive rebuild uses to
> build a package?

sbuild


> if you take a look at debian/rules, there are several
> more commands in unpack-stamp than just the 'tar xfz'. According to your
> logfile, the build-arch-stamp and patch-stamp targets are executed in
> the middle of the unpack-stamp target.
> 
> I'm unable to reproduce that bug in a clean amd64 debian/unstable
> pbuilder chroot.
> 
> here's the relevant parts of debian/rules:
> [...]

Actually, the relevant part is before that:
ifneq (,$(filter parallel=%,$(DEB_BUILD_OPTIONS)))
        NUMJOBS = $(patsubst parallel=%,%,$(filter parallel=%,$(DEB_BUILD_OPTIONS)))
        MAKEFLAGS += -j$(NUMJOBS)
endif

You seem to be missing some dependencies between your rules.

zope doesn't take a long time to build. I don't think that it's
necessary to fix the dependencies: just disable parallel building
support.
-- 
| Lucas Nussbaum
| lucas at lucas-nussbaum.net   http://www.lucas-nussbaum.net/ |
| jabber: lucas at nussbaum.fr             GPG: 1024D/023B3F4F |





More information about the pkg-zope-developers mailing list