Closed
Bug 1087092
Opened 10 years ago
Closed 8 years ago
make unpack step is failing in SeaMonkey trunk l10n nightlies.
Categories
(SeaMonkey :: Build Config, defect)
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: ewong, Assigned: ewong)
References
Details
Attachments
(1 file, 2 obsolete files)
10.64 KB,
patch
|
Details | Diff | Splinter Review |
State Changed: shell
DEBUG: doshell: chrootPath:/builds/mock_mozilla/mozilla-centos6-i386/root/, uid:500, gid:494
DEBUG: doshell environment: {'LANG': 'en_US.UTF-8', 'TERM': 'vt100', 'SHELL': '/bin/bash', 'TZ': 'EST5EDT', 'HOSTNAME': 'mock', 'HOME': '/builds', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'TMPDIR': '/tmp'}
DEBUG: doshell: command: /usr/bin/env DOWNLOAD_BASE_URL="http://ftp.mozilla.org/pub/mozilla.org/seamonkey/nightly" SYMBOL_SERVER_HOST="symbolpush.mozilla.org" EN_US_BINARY_URL="http://ftp.mozilla.org/pub/mozilla.org/seamonkey/nightly/latest-comm-central-trunk" CCACHE_DIR="/builds/ccache" POST_SYMBOL_UPLOAD_CMD="/usr/local/bin/post-symbol-upload.py" MOZ_AUTOMATION="1" SYMBOL_SERVER_SSH_KEY="/home/seabld/.ssh/seabld_dsa" MOZ_MAKE_COMPLETE_MAR="1" LD_LIBRARY_PATH="/tools/gcc-4.5/lib" PATH="/tools/buildbot/bin:/usr/local/bin:/usr/lib/ccache:/bin:/usr/bin:/usr/local/sbin:/usr/sbin:/sbin:/tools/git/bin:/tools/python27/bin:/tools/python27-mercurial/bin:/home/cltbld/bin" MOZ_UPDATE_CHANNEL="nightly" L10NBASEDIR="../../l10n" CVS_RSH="ssh" CCACHE_COMPRESS="1" SYMBOL_SERVER_PATH="/mnt/netapp/breakpad/symbols_sea/" MOZ_OBJDIR="objdir" MOZ_CRASHREPORTER_NO_REPORT="1" SYMBOL_SERVER_USER="seabld" DISPLAY=":2" TINDERBOX_OUTPUT="1" CCACHE_UMASK="002" make unpack
DEBUG: child environment: {'LANG': 'en_US.UTF-8', 'TERM': 'vt100', 'SHELL': '/bin/bash', 'TZ': 'EST5EDT', 'HOSTNAME': 'mock', 'HOME': '/builds', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'TMPDIR': '/tmp'}
make: *** No rule to make target `unpack'. Stop.
DEBUG: shell: unmounting all filesystems
something must've changed in the build configs?
![]() |
Assignee | |
Comment 1•10 years ago
|
||
Prelim investigation points that our nightly repacks have *not* been
green in a LONG time (3 years) since |make unpack| was removed
in http://hg.mozilla.org/comm-central/rev/4ba201da6c48 as part of
bug 554993.
is |make repackage-zip| the replacement?
Flags: needinfo?(bugspam.Callek)
![]() |
Assignee | |
Comment 2•10 years ago
|
||
As I understand it, we're supposed to use l10n.mk's |make unpack| so to answer
my question, no it's not |make repackage-extensions|.
Flags: needinfo?(bugspam.Callek)
![]() |
Assignee | |
Comment 3•10 years ago
|
||
This is related to the mozilla/objdir bug.
Assignee: nobody → ewong
Status: NEW → ASSIGNED
![]() |
Assignee | |
Comment 4•10 years ago
|
||
Attachment #8574409 -
Flags: review?(bugspam.Callek)
![]() |
Assignee | |
Comment 5•10 years ago
|
||
Attachment #8574409 -
Attachment is obsolete: true
Attachment #8574409 -
Flags: review?(bugspam.Callek)
Attachment #8577820 -
Flags: review?(bugspam.Callek)
![]() |
Assignee | |
Comment 6•10 years ago
|
||
Attachment #8577824 -
Flags: review?(bugspam.Callek)
![]() |
Assignee | |
Comment 7•10 years ago
|
||
Comment on attachment 8577824 [details] [diff] [review]
Remove |make tier_base, nspr_base| steps.
moving this to bug 1143527.
Attachment #8577824 -
Attachment is obsolete: true
Attachment #8577824 -
Flags: review?(bugspam.Callek)
![]() |
Assignee | |
Updated•8 years ago
|
Attachment #8577820 -
Flags: review?(bugspam.Callek)
![]() |
Assignee | |
Comment 8•8 years ago
|
||
Fixed in bug 1072713
Status: ASSIGNED → RESOLVED
Closed: 8 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•