[Nix-dev] firefox40Pkgs.firefox build failure.

Marc Weber marco-oweber at gmx.de
Wed Mar 16 04:52:04 CET 2011


Excerpts from Shea Levy's message of Wed Mar 16 03:03:14 +0000 2011:
> On 3/15/11 11:01 PM, Marc Weber wrote:
> > Excerpts from Shea Levy's message of Wed Mar 16 02:46:25 +0000 2011:
> >> the trace yet, but if I figure out the problem I'll report back.
> > Which revision?
> >
> > -r 26267 builds here (after updating sources), but I don't know how to
> > run it cause xul is not configured correctly. It fails on startup. Maybe
> > someone just knows what has to be done?

See my short patch review. Eelco missed this small detail when
merging the x-udpates branch.

Apply the reverse patch of what I quoted and you're done .. except that
the source is gone.

beta was 12 some days ago:

 rec {
 
-  firefoxVersion = "4.0b7";
+  firefoxVersion = "4.0b12";
   
-  xulVersion = "2.0b7"; # this attribute is used by other packages
+  xulVersion = "2.0b12"; # this attribute is used by other packages
 
   
   src = fetchurl {
     url = "http://releases.mozilla.org/pub/mozilla.org/firefox/releases/${firefoxVersion}/source/firefox-${firefoxVersion}.sour
-    sha256 = "02cc466a92af828ff3bc563d4515bd98064cf5f136b5871e072b9408fb4db128";
+    sha256 = "99e7f17d62d92d37aee850bdf7dfdc8572254e4b6c3c8b8f51143df06f2a04d9";
   };

Good luck.
Marc Weber



More information about the nix-dev mailing list