On Fri, Jun 04, 2010 at 05:14:41PM +0200, Lucas Nussbaum wrote: > So, I spent some time on this, and, sorry, the fault is on your side, > not mine. The failures are caused by the use of parallel=8 in my > rebuilds (and on some buildds, so I'm suprised it doesn't show up on > any buildd).
the code in question comes from shtool:
# make a temp file name in the destination directory
dsttmp=`echo $dst |\
sed -e 's;[^/]*$;;' -e 's;\(.\)/$;\1;' -e 's;^$;.;' \
-e "s;\$;/#i...@$$#;"`
i know shtool has a racy history (no pun intended... okay actually it was),
though i don't know in this case if it's shtool at fault, the php build
scripts/system. pretty sure it's not the packaging at least as nothing
seems out of the ordinary in the relevant section of debian/rules:
# install the apache modules' files
cd apache2-build && $(MAKE) install-headers install-build
install-modules install-programs
INSTALL_ROOT=$(CURDIR)/debian/libapache2-mod-php5
if there is no clear culprit is it possible to get access to a node in
this build cluster to try debugging the problem? unfortunately i don't
have any 8-way systems here at home and -j8 on my tri-core system does
not replicate the problem.
sean
signature.asc
Description: Digital signature

