Closed
Bug 665272
Opened 14 years ago
Closed 14 years ago
build failure about "find: jsloader: No such file or directory"
Categories
(Firefox Build System :: General, defect)
Tracking
(Not tracked)
RESOLVED
FIXED
mozilla8
People
(Reporter: harri, Assigned: mwu)
Details
(Whiteboard: [inbound])
Attachments
(1 file)
|
542 bytes,
patch
|
ted
:
review+
|
Details | Diff | Splinter Review |
User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:2.0.1) Gecko/20100101 Firefox/4.0.1
Build Identifier: ftp://ftp.mozilla.org/pub/mozilla.org/firefox/releases/5.0/source/firefox-5.0.source.tar.bz2
Building 5.0 with (or without) "--disable-jsloader" I got
:
:
resource://gre/modules/PluralForm.jsm
resource://gre/modules/AddonRepository.jsm
resource://gre/modules/PlacesDBUtils.jsm
resource://gre/modules/WindowDraggingUtils.jsm
resource://gre/modules/HUDService.jsm
resource://gre/modules/CSPUtils.jsm
find: `jsloader': No such file or directory
touch: missing file operand
Try `touch --help' for more information.
make[2]: *** [install] Error 123
make[2]: Leaving directory `/tmp/buildd/raw-firefox-5.0/mozilla-central/obj/browser/installer'
Reproducible: Always
mozconfig:
mk_add_options MOZ_OBJDIR=@TOPSRCDIR@/obj
ac_add_options --enable-application=browser
mk_add_options MOZ_CO_PROJECT=browser
ac_add_options --enable-optimize
ac_add_options --enable-libxul
ac_add_options --enable-extensions=default
ac_add_options --disable-tests
ac_add_options --enable-crypto
ac_add_options --enable-xft
ac_add_options --disable-static
ac_add_options --enable-shared
ac_add_options --enable-official-branding
ac_add_options --prefix=/usr
ac_add_options --mandir='${prefix}/share/man'
ac_add_options --infodir='${prefix}/share/info'
ac_add_options --with-default-mozilla-five-home='/usr/lib/mozilla'
ac_add_options --disable-installer
ac_add_options --disable-updater
ac_add_options --disable-crashreporter
ac_add_options --disable-jsloader
ac_add_options --enable-webm
ac_add_options --with-system-jpeg
ac_add_options --with-system-zlib
| Reporter | ||
Comment 1•14 years ago
|
||
build platform is Squeeze (amd64) with backported yasm 1.1.
| Reporter | ||
Comment 2•14 years ago
|
||
unzip wasn't installed. FF builds fine after adding it to the build environment.
Maybe the build script could print a warning about this?
Comment 3•14 years ago
|
||
Hm, we check for unzip in configure, but don't error if it's not found:
http://mxr.mozilla.org/mozilla-central/source/configure.in#969
If we require that to build now, we should error if it's not found.
Status: UNCONFIRMED → NEW
Ever confirmed: true
| Assignee | ||
Comment 4•14 years ago
|
||
Assignee: nobody → mwu
Attachment #540616 -
Flags: review?(ted.mielczarek)
Updated•14 years ago
|
Attachment #540616 -
Flags: review?(ted.mielczarek) → review+
| Assignee | ||
Comment 5•14 years ago
|
||
Whiteboard: fixed-in-bs
Status: NEW → RESOLVED
Closed: 14 years ago
Resolution: --- → FIXED
Target Milestone: --- → Firefox 7
Comment 7•14 years ago
|
||
Backed out during investigation of Android browser-chrome test failures:
http://hg.mozilla.org/mozilla-central/rev/00bb08972e46
Status: RESOLVED → REOPENED
Resolution: FIXED → ---
Target Milestone: Firefox 7 → ---
Updated•14 years ago
|
Whiteboard: fixed-in-bs
| Assignee | ||
Comment 8•14 years ago
|
||
Whiteboard: [inbound]
Comment 9•14 years ago
|
||
Status: REOPENED → RESOLVED
Closed: 14 years ago → 14 years ago
Resolution: --- → FIXED
Target Milestone: --- → Firefox 8
Updated•7 years ago
|
Component: Build Config → General
Product: Firefox → Firefox Build System
Updated•7 years ago
|
Target Milestone: Firefox 8 → mozilla8
You need to log in
before you can comment on or make changes to this bug.
Description
•