Bug#639616: iceweasel 6: Couldn't load XPCOM

Elimar Riesebieter riesebie at lxtec.de
Tue Aug 30 16:42:14 UTC 2011


* Geert Stappers [110828 18:34 +0200]:

> Package: iceweasel
> Version: 6.0-4
> Severity: important
> 
> 
> When starting iceweasel, I get: "Couln't load XPCOM"
> 
> $ iceweasel
> Couldn't load XPCOM.

As mentioned by Michel Dänzer [0] recompiling with O2, which tooks me
6 hours or so on my powerboock, made iceweasel coming up again. I
recompiled the Debian Package with a patched rules file.

[0] http://lists.debian.org/debian-powerpc/2011/08/msg00077.html

Elimar

-- 
  You cannot propel yourself forward by
  patting yourself on the back.
-------------- next part --------------
--- rules.orig	2011-08-30 18:40:51.024713099 +0200
+++ rules	2011-08-30 11:28:37.034677662 +0200
@@ -60,6 +60,10 @@
 	CFLAGS += -mminimal-toc
 endif
 
+ifeq ($(DEB_BUILD_ARCH),ppc)
+	CFLAGS += -O2
+endif
+
 ifneq (,$(filter kfreebsd-% hurd-%,$(DEB_BUILD_ARCH)))
 	CONFIGURE_FLAGS += --disable-necko-wifi
 endif
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 836 bytes
Desc: Digital signature
URL: <http://lists.alioth.debian.org/pipermail/pkg-mozilla-maintainers/attachments/20110830/1f5a18b3/attachment.pgp>


More information about the pkg-mozilla-maintainers mailing list