On Tue, May 13, 2008 at 08:42:12PM +0200, Frank Lichtenheld wrote:
> On Tue, May 13, 2008 at 08:17:38AM +0200, Mike Hommey wrote:
> > Also, could you check if it doesn't crash when built with gcc 4.2 ?
> 
> I've rebuild xulrunner with the following patch (which seem to do the
> right thing AFAICS in the build log):
> 
> diff -u xulrunner-1.9~b5/debian/rules xulrunner-1.9~b5/debian/rules
> --- xulrunner-1.9~b5/debian/rules
> +++ xulrunner-1.9~b5/debian/rules
> @@ -59,6 +59,8 @@
>       # Add here commands to configure the package.
>       JAVA_HOME=/usr/lib/jvm/java-gcj \
>       MOZCONFIG=debian/mozconfig \
> +     CC="gcc-4.2" \
> +     CXX="g++-4.2" \
>       CFLAGS="$(CFLAGS)" \
>       CXXFLAGS="$(CFLAGS)" \
>       ./configure --host=$(DEB_HOST_GNU_TYPE) --build=$(DEB_BUILD_GNU_TYPE) \
> 
> But it still crashes:

Can you try rebuilding the contents from
xpcom/reflect/xptcall/src/md/unix replacing -Os with -O0 and -O2 in
config/autoconf.mk and see if it gets any better ?

Note: you don't need to build the packages, you can stop on the build
target, cd into dist/bin and run regxpcom from there.

Also note that if it was possible to have direct access to an hppa host,
it would probably be easier for me ;)

Cheers,

Mike



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to