On Mon, May 12, 2008 at 06:36:03PM +0200, Frank Lichtenheld wrote:
> Package: xulrunner-1.9
> Version: 1.9~b5-4
> Severity: grave
>
> Hi,
>
> your package failed to install.
(...)
This is possibly the same issue that makes epiphany-browser fail to
build on mips (because of xpcom breakage).
Can you try applying the following patch on xulrunner 1.9~b5-4:
diff --git a/configure b/configure
index 9d2445d..f3ea224 100755
--- a/configure
+++ b/configure
@@ -5460,6 +5460,7 @@ if test "$GNU_CC"; then
WARNINGS_AS_ERRORS='-Werror'
DSO_CFLAGS=''
DSO_PIC_CFLAGS='-fPIC'
+ ASFLAGS="$ASFLAGS -fPIC"
_MOZ_RTTI_FLAGS_ON=${_COMPILER_PREFIX}-frtti
_MOZ_RTTI_FLAGS_OFF=${_COMPILER_PREFIX}-fno-rtti
_MOZ_EXCEPTIONS_FLAGS_ON='-fhandle-exceptions'
And try a build on hppa ?
This issue just got fixed in unstable xulrunner and is pending for
experimental, so it would be nice to know if this is the same as mips.
Cheers,
Mike
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]