Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 200024 - [mozilla overlay] www-client/mozilla-firefox-3.0_beta1 does not build
Summary: [mozilla overlay] www-client/mozilla-firefox-3.0_beta1 does not build
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: x86 Linux
: Lowest normal (vote)
Assignee: Mozilla Gentoo Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-11-22 20:38 UTC by Hans Halvorson
Modified: 2007-12-04 10:52 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Hans Halvorson 2007-11-22 20:38:20 UTC
gmake[3]: *** [libs] Error 2
gmake[3]: Leaving directory `/var/tmp/portage/www-client/mozilla-firefox-3.0_beta1/work/mozilla/extensions'
gmake[2]: *** [libs_tier_app] Error 2
gmake[2]: Leaving directory `/var/tmp/portage/www-client/mozilla-firefox-3.0_beta1/work/mozilla'
gmake[1]: *** [tier_app] Error 2
gmake[1]: Leaving directory `/var/tmp/portage/www-client/mozilla-firefox-3.0_beta1/work/mozilla'
make: *** [default] Error 2
 * 
 * ERROR: www-client/mozilla-firefox-3.0_beta1 failed.
 * Call stack:
 *                          ebuild.sh, line 1701:  Called dyn_compile
 *                          ebuild.sh, line 1039:  Called qa_call 'src_compile'
 *                          ebuild.sh, line   44:  Called src_compile
 *   mozilla-firefox-3.0_beta1.ebuild, line  204:  Called die
 * The specific snippet of code:
 *      emake ${jobs} || die
 *  The die message:
 *   (no error message)
 * 
 * If you need support, post the topmost build error, and the call stack if relevant.
 * A complete build log is located at '/var/tmp/portage/www-client/mozilla-firefox-3.0_beta1/temp/build.log'.


Reproducible: Always

Steps to Reproduce:
1. emerge mozilla-firefox

Actual Results:  
fails

Expected Results:  
succeeds
Comment 1 Jakub Moc (RETIRED) gentoo-dev 2007-11-22 20:41:37 UTC
Post the *topmost* ebuild error as the message told you.
Comment 2 Michal Nowak 2007-11-23 13:34:33 UTC
quick hack

--- mozilla-firefox-3.0_beta1.ebuild	2007-11-23 14:27:46.000000000 +0100
+++ mozilla-firefox-3.0_beta1.ebuild.old	2007-11-23 14:31:25.000000000 +0100
@@ -141,7 +141,7 @@ src_compile() {
 #	mozconfig_annotate '' --with-system-nss
 
 	if use xforms; then
-		mozconfig_annotate '' --enable-extensions=default,xforms,schema-validation,typeaheadfind
+		mozconfig_annotate '' --enable-extensions=default,xforms,schema-validation
 	else
 		mozconfig_annotate '' --enable-extensions=default
 	fi

and then 

   ebuild mozilla-firefox-3.0_beta1.ebuild digest

and install. 

Check out http://bugs.gentoo.org/show_bug.cgi?id=199787
Comment 3 Raúl Porcel (RETIRED) gentoo-dev 2007-12-04 10:52:43 UTC
Fixed