Skip to Content.
Sympa Menu

sm-discuss - [SM-Discuss] Firefox 9.0.1 failing during install....

sm-discuss AT lists.ibiblio.org

Subject: Public SourceMage Discussion List

List archive

Chronological Thread  
  • From: Robin Cook <rcook AT wyrms.net>
  • To: sm-discuss AT lists.ibiblio.org
  • Subject: [SM-Discuss] Firefox 9.0.1 failing during install....
  • Date: Fri, 06 Jan 2012 21:11:02 -0600

I am having firefox 9.0.1 fail during install. If I revert the spell
to 8.0.1 it compiles and installs just fine.

It is on the command below that it just hangs. I have let it sit over
night and it will still be hung in the morning where I have to kill it
to end the install.

cd ../../dist/firefox && rm -f omni.jar components/binary.manifest &&
grep -h '^binary-component' components/*.manifest > binary.manifest ;
for m in components/*.manifest; do sed -e
's/^binary-component/#binary-component/' $m > tmp.manifest && mv
tmp.manifest $m; done; /usr/bin/zip -r9m omni.jar chrome chrome.manifest
components/*.js components/*.xpt components/*.manifest modules res
defaults greprefs.js jsloader -x chrome/icons/\*
defaults/pref/channel-prefs.js res/cursors/\* res/MainMenu.nib/\*
&&
/usr/src/firefox-9.0.1/mozilla-release/firefox-build/dist/bin/run-mozilla.sh
/usr/src/firefox-9.0.1/mozilla-release/firefox-build/dist/bin/xpcshell -g
"$PWD" -a "$PWD" -f
/usr/src/firefox-9.0.1/mozilla-release/toolkit/mozapps/installer/precompile_cache.js
-e "populate_startupcache('GreD', 'omni.jar', 'startupCache.zip');" && rm
-rf jsloader && /usr/bin/unzip startupCache.zip && rm startupCache.zip &&
/usr/bin/zip -r9m omni.jar jsloader/resource/gre && /usr/bin/python2.7
/usr/src/firefox-9.0.1/mozilla-release/config/optimizejars.py --optimize
/usr/src/firefox-9.0.1/mozilla-release/firefox-build/browser/installer/../../jarlog//en-US
./ ./ && mv binary.manifest components && printf "manifest
components/binary.manifest\n" > chrome.manifest
zip warning: name not matched: jsloader
adding: chrome/ adding: chrome/ (stored 0%)
adding: chrome/browser/ (stored 0%)
.
.
.
adding: defaults/autoconfig/prefcalls.js (stored 0%)
adding: defaults/autoconfig/prefcalls.js (deflated 72%)
adding: defaults/autoconfig/platform.js (deflated 72%)
adding: defaults/autoconfig/platform.js (deflated 5%)
adding: greprefs.js (deflated 5%)
adding: greprefs.js (deflated 73%)

Attachment: signature.asc
Description: This is a digitally signed message part




Archive powered by MHonArc 2.6.24.

Top of Page