From owner-freebsd-ports Tue Oct 23 8: 3:27 2001 Delivered-To: freebsd-ports@freebsd.org Received: from ariel.phys.wesleyan.edu (ariel.phys.wesleyan.edu [129.133.95.129]) by hub.freebsd.org (Postfix) with ESMTP id 84A0137B401; Tue, 23 Oct 2001 08:03:24 -0700 (PDT) Received: from localhost (localhost [127.0.0.1]) by ariel.phys.wesleyan.edu (Postfix) with ESMTP id 465F31EA303; Tue, 23 Oct 2001 10:36:56 -0400 (EDT) Date: Tue, 23 Oct 2001 10:36:56 -0400 (EDT) From: Vladimir Savichev X-X-Sender: vlad@localhost To: SUMIKAWA Munechika Cc: freebsd-ports@FreeBSD.ORG Subject: Re: cvs commit: ports/www/mozilla+ipv6 Makefile distinfo pkg-plist In-Reply-To: <20011023.194621.45429635.sumikawa@ebina.hitachi.co.jp> Message-ID: <20011023103327.D33610-100000@localhost> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org thank you, openldap was the reason. --Vlad On Tue, 23 Oct 2001, SUMIKAWA Munechika wrote: > >>>>> On Mon, 22 Oct 2001 18:56:49 -0400 (EDT) > >>>>> vlad@ariel.phys.wesleyan.edu(Vladimir Savichev) said: > > > > both mozilla,mozilla+ipv6 stop building in /directory/xpcom/base/src > > It doesn't find definition of struct ldap_thread_fns in > > nsLDAPConnectionCallbacks.c which is declared in > > #include "ldap.h" > > which hides in > > ../../../../dist/include/ldap.h > > and so -I../../../../dist/include/ldap is somehow missing ? > > > > > > > > Building deps for nsLDAPConnectionCallbacks.c > > cc -o nsLDAPConnectionCallbacks.o -c -DOSTYPE=\"FreeBSD4\" > > -DOSARCH=\"FreeBSD\" -DOJI -I../../../../dist/include/xpcom > > -I../../../../dist/include/string -I../../../../dist/include/necko > > -I../../../../dist/include/mozldap -I../../../../dist/include > > -I/usr/ports/www/mozilla/work/mozilla/dist/include/nspr > > -I/usr/local/include -I/usr/local/include -I/usr/X11R6/include -fPIC > > -I/usr/X11R6/include -I/usr/X11R6/include -Wall -W -Wno-unused > > -Wpointer-arith -Wcast-align -Wno-long-long -pipe -O -pipe -DNDEBUG > > -DTRIMMED -I../../../../dist/include/ldap -I/usr/X11R6/include > > -I/usr/X11R6/include -include ../../../../config-defs.h -DMOZILLA_CLIENT > > nsLDAPConnectionCallbacks.c > > nsLDAPConnectionCallbacks.c: In function `nsLDAPThreadFuncsInit': > > nsLDAPConnectionCallbacks.c:201: invalid use of undefined type `struct > > ldap_thread_fns' > > Hmm, it seems to me that other ldap related port has a bad influence > on mozilla. Please try this patch. > > --- > Munechika SUMIKAWA @ KAME Project / FreeBSD.org > > Index: Makefile > =================================================================== > RCS file: /home/ncvs/ports/www/mozilla+ipv6/Makefile,v > retrieving revision 1.68 > diff -u -r1.68 Makefile > --- Makefile 2001/10/22 14:12:04 1.68 > +++ Makefile 2001/10/23 10:51:46 > @@ -37,6 +37,7 @@ > --disable-cpp-rtti \ > --disable-debug \ > --disable-idltool \ > + --disable-ldap \ > --disable-md \ > --disable-pedantic \ > --disable-xterm-updates \ > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message