Closed
Bug 980069
Opened 12 years ago
Closed 12 years ago
thunderbird 28.0b1 windows repacks failing
Categories
(Release Engineering :: Release Requests, defect)
Tracking
(Not tracked)
RESOLVED
DUPLICATE
of bug 909952
People
(Reporter: bhearsum, Unassigned)
Details
make -f /c/builds/moz2_slave/tb-rel-c-beta-w32_rpk_10-00000/comm-beta/client.mk configure
/bin/sh: grep: command not found
/bin/sh: head: command not found
/c/builds/moz2_slave/tb-rel-c-beta-w32_rpk_10-00000/comm-beta/build/autoconf/config.guess: line 41: sed: command not found
/c/builds/moz2_slave/tb-rel-c-beta-w32_rpk_10-00000/comm-beta/build/autoconf/config.guess: line 1343: mkdir: command not found
/c/builds/moz2_slave/tb-rel-c-beta-w32_rpk_10-00000/comm-beta/build/autoconf/config.guess: line 1343: mkdir: command not found
: cannot create a temporary directory in /tmp
/bin/sh: sed: command not found
/c/builds/moz2_slave/tb-rel-c-beta-w32_rpk_10-00000/comm-beta/build/autoconf/mozconfig2client-mk: line 52: dirname: command not found
make[1]: Entering directory `/c/builds/moz2_slave/tb-rel-c-beta-w32_rpk_10-00000/comm-beta'
make[1]: Leaving directory `/c/builds/moz2_slave/tb-rel-c-beta-w32_rpk_10-00000/comm-beta'
/c/builds/moz2_slave/tb-rel-c-beta-w32_rpk_10-00000/comm-beta/client.mk:315: *** Couldn't find autoconf 2.13. Stop.
make: *** [configure] Error 2
command: ERROR
Traceback (most recent call last):
File "c:/builds/moz2_slave/tb-rel-c-beta-w32_rpk_10-00000/scripts/scripts/l10n\../../lib/python\util\commands.py", line 47, in run_cmd
return subprocess.check_call(cmd, **kwargs)
File "c:\mozilla-build\python27\lib\subprocess.py", line 511, in check_call
raise CalledProcessError(retcode, cmd)
CalledProcessError: Command '['make', '-f', 'client.mk', 'configure']' returned non-zero exit status 2
command: END (763.68s elapsed)
Traceback (most recent call last):
File "c:/builds/moz2_slave/tb-rel-c-beta-w32_rpk_10-00000/scripts/scripts/l10n/create-release-repacks.py", line 301, in <module>
tooltool_urls=options.tooltool_urls,
File "c:/builds/moz2_slave/tb-rel-c-beta-w32_rpk_10-00000/scripts/scripts/l10n/create-release-repacks.py", line 91, in createRepacks
makeDirs, localeSrcDir, env, tooltoolManifest, tooltool_script, tooltool_urls)
File "c:/builds/moz2_slave/tb-rel-c-beta-w32_rpk_10-00000/scripts/scripts/l10n\../../lib/python\build\l10n.py", line 85, in l10nRepackPrep
env=env)
File "c:/builds/moz2_slave/tb-rel-c-beta-w32_rpk_10-00000/scripts/scripts/l10n\../../lib/python\util\commands.py", line 47, in run_cmd
return subprocess.check_call(cmd, **kwargs)
File "c:\mozilla-build\python27\lib\subprocess.py", line 511, in check_call
raise CalledProcessError(retcode, cmd)
subprocess.CalledProcessError: Command '['make', '-f', 'client.mk', 'configure']' returned non-zero exit status 2
| Reporter | ||
Comment 1•12 years ago
|
||
We had a similar "command not found" in 27.0b1, which succeeded (https://ftp.mozilla.org/pub/mozilla.org/thunderbird/candidates/27.0b1-candidates/build2/logs/release-comm-beta-win32_repack_1-bm84-build1-build0.txt.gz), so I'm going to treat those as a red herring for the moment.
It looks like the real problem is not being able to find autoconf-2.13.
| Reporter | ||
Updated•12 years ago
|
Status: NEW → RESOLVED
Closed: 12 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•