Port-sparc64 archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: issue linking - undefined Stub symbols



Hi Martin,


Martin Husemann wrote:
No, it is a bug in the source or the pkgsrc build environment.
xpcom and the "ns" namespace come from former Netscape and are part
of the mozilla sources. Maybe a missing linker argument or wrong path.

"by chance" I found this reference

https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=186580

and I was able to apply it on NetBSD too... they "forgot" us.. after all:

	-if CONFIG['OS_ARCH'] == 'OpenBSD' and CONFIG['OS_TEST'] == 'sparc64':
10 +if CONFIG['OS_ARCH'] in ('OpenBSD', 'FreeBSD') and CONFIG['OS_TEST'] == 'sparc64':


:-P I just added... NetBSD! and things compile

Unfortunately, the browser crashes as soon as it starts (windows comes up and dies). Also it cannot package, meaning internally there are issues

I will try making a build with -O0 as a test

It takes quite some time to build it though :-P

I'd love to see the browser running on NetBSD/sparc64 - I wonder if there are any semi-recent tentatives to run Firefox derivatives on NetBSD/sparc64

Riccardo


Home | Main Index | Thread Index | Old Index