Closed
Bug 296706
Opened 20 years ago
Closed 20 years ago
make install fails on inspector because of missing "
Categories
(Firefox Build System :: General, defect)
Tracking
(Not tracked)
RESOLVED
DUPLICATE
of bug 296707
People
(Reporter: raphael, Unassigned)
Details
User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.7.8) Gecko/20050513 Epiphany/1.6.3 Build Identifier: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.7.8) Gecko/20050513 Epiphany/1.6.3 There is the make install error : +++ making chrome /mnt/extra/gnome/mozilla/extensions/inspector => /mnt/extra/gnome-install/lib/firefox-1.0+/chrome/inspector.jar +++ updating chrome /mnt/extra/gnome-install/lib/firefox-1.0+/chrome/../chrome.manifest +++ overriding content/inspector/contents.rdf locale/en-US/inspector/contents.rdf skin/classic/inspector/contents.rdf skin/modern/inspector/contents.rdf updating: content/inspector/contents.rdf (stored 0%) updating: locale/en-US/inspector/contents.rdf (stored 0%) updating: skin/classic/inspector/contents.rdf (stored 0%) updating: skin/modern/inspector/contents.rdf (stored 0%) /mnt/extra/gnome/mozilla/config/nsinstall -D "/mnt/extra/gnome-install/lib/firefox-1.0+/inspector@mozilla.org" cd ../../dist/xpi-stage/inspector && tar -cvhf - * | (cd "/mnt/extra/gnome-install/lib/firefox-1.0+/extensions/inspector@mozilla.org && tar -xf -) /bin/sh: -c: line 0: unexpected EOF while looking for matching `"' /bin/sh: -c: line 1: syntax error: unexpected end of file gmake[2]: *** [install] Error 2 gmake[2]: Leaving directory `/mnt/extra/gnome/mozilla/extensions/inspector' gmake[1]: *** [install] Error 2 gmake[1]: Leaving directory `/mnt/extra/gnome/mozilla/extensions' make: *** [install] Error 2 There is a missing closing " in the line.. Reproducible: Always Steps to Reproduce: make install
| Reporter | ||
Comment 1•20 years ago
|
||
http://lxr.mozilla.org/seamonkey/source/config/rules.mk#1656 this line needs to be changed, a " is missing at the end of line before the tar
| Reporter | ||
Comment 2•20 years ago
|
||
Ok marking as duplicate of a bug that came after, how weird :) (the later one has the fix) *** This bug has been marked as a duplicate of 296707 ***
Status: UNCONFIRMED → RESOLVED
Closed: 20 years ago
Resolution: --- → DUPLICATE
| Assignee | ||
Updated•6 years ago
|
Component: Build Config → General
Product: Firefox → Firefox Build System
You need to log in
before you can comment on or make changes to this bug.
Description
•