Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 23 Oct 2001 15:05:48 +0300 (EEST)
From:      Maxim Sobolev <sobomax@FreeBSD.ORG>
To:        p9711422@mmu.edu.my
Cc:        sobomax@FreeBSD.ORG (Maxim Sobolev), freebsd-ports@FreeBSD.ORG
Subject:   Re: ports/31443: mozilla-0.9.5 fails to build on -current
Message-ID:  <200110231206.f9NC6mQ93626@vega.vega.com>
In-Reply-To: <no.id> from "Nuzrin Yaapar" at Oct 23, 2001 06:56:05 PM

next in thread | previous in thread | raw e-mail | index | archive | help
> 
> On Tuesday 23 October 2001 3:10 pm, Maxim Sobolev wrote:
> > The following reply was made to PR ports/31443; it has been noted by GNATS.
> >
> >  > nsLDAPConnectionCallbacks.c: At top level:
> >  > nsLDAPConnectionCallbacks.c:52: storage size of `kLDAPThreadFuncs' isn't
> >  > known nsLDAPConnectionCallbacks.c:53: storage size of
> >  > `kLDAPExtraThreadFuncs' isn't known gmake[3]: ***
> >  > [nsLDAPConnectionCallbacks.o] Error 1
> >  > gmake[3]: Leaving directory
> >  > `/usr/ports/www/mozilla/work/mozilla/directory/xpcom/base/src'
> >
> >  Weird. Here it builds just fine on 4.4-STABLE and 5-CURRENT. Could
> >  you please provide me with a full log of running make in the
> >  ports/www/mozilla directory? This should help to identify and fix
> >  the problem.
> >
> 
> Same here. I've built mozilla on four boxes running 4.4-STABLE and 1 box 
> running -CURRENT without any problem. Weird.

This is because Mozilla's brain-damaged build system when specifying
includes search path puts global include paths (i.e. /usr/local and
so on) prior to its local search paths, so that preprocessor picks
wrong header file (ldap.h) incompatible with one buindled with
Mozilla. I'm not sure is it worth fixing, or we could just tell users
that they have to deinstall openldap* from their systems before trying
to build Mozilla.

-Maxim

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200110231206.f9NC6mQ93626>