Closed
Bug 936775
Opened 12 years ago
Closed 12 years ago
c-c configure fails with use CONFIGURE_SUBST_FILES since r2d96b3d096f2
Categories
(Thunderbird :: Build Config, defect)
Tracking
(Not tracked)
RESOLVED
INVALID
People
(Reporter: gaston, Unassigned)
Details
My c-c buildslave fails to run configure since oct 30 (see http://buildbot.rhaalovely.net/builders/comm-central-amd64), likely caused by http://hg.mozilla.org/comm-central/rev/2d96b3d096f2
gmake -f client.mk configure
in dir /var/buildslave/comm-central-amd64/build (timeout 1200 secs)
watching logfiles {}
argv: ['gmake', '-f', 'client.mk', 'configure']
environment:
HOME=/var/buildslave
LOGNAME=_buildslave
PATH=/usr/bin:/bin:/usr/sbin:/sbin:/usr/X11R6/bin:/usr/local/bin:/usr/local/sbin
PWD=/var/buildslave/comm-central-amd64/build
SHELL=/bin/sh
TERM=screen
USER=_buildslave
using PTY: False
Generating /var/buildslave-mozilla/comm-central-amd64/build/configure using autoconf
cd /var/buildslave-mozilla/comm-central-amd64/build; /usr/local/bin/autoconf-2.13
Use CONFIGURE_SUBST_FILES in moz.build files to create substituted files.
Tried after removing all .pyc files in src tree, trashing objdir, no success.
maybe a comeback of bug 781461, or a bug in gm4/our m4 (at that point, dunno which one is used) ?
| Reporter | ||
Comment 1•12 years ago
|
||
Duh. Turns out i had a patch in mq fiddling with AC_OUTPUT(), labelled with bug 878661 so was probably a tentative debug patch. After removing it, configure passes fine. Sorry for the noise :)
Status: NEW → RESOLVED
Closed: 12 years ago
Resolution: --- → INVALID
You need to log in
before you can comment on or make changes to this bug.
Description
•