Releases/Thunderbird 28.0b1/BuildNotes

From MozillaWiki
Jump to navigation Jump to search

build 1

ship it

  • l10n dashboard error,

last locale change set ended with 'x', removed the extra char and re-triggered

  • failed to reconfigure

bm71, bm72, bm73, bm74 failed to reconfigure (not existing) fixed production-masters.json, set enabled to false, re-triggered of course it failed with the following error:

  • nothing changed: commit error

backed out changes made by our automation tools in buildbot-config, and then re-started the job


Windows repacks failed

Failed with:

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

This was known going in (bug 909952. Release requires manual intervention to continue.