From owner-freebsd-ports Tue Oct 23 3:52:30 2001 Delivered-To: freebsd-ports@freebsd.org Received: from galilei.ebina.hitachi.co.jp (galilei.v6.hitachi.co.jp [133.145.167.4]) by hub.freebsd.org (Postfix) with ESMTP id CFCA637B403; Tue, 23 Oct 2001 03:52:26 -0700 (PDT) Received: from prince.don.to ([172.16.46.18]) by galilei.ebina.hitachi.co.jp (8.11.6/3.7W) with ESMTP id f9NAqO025860; Tue, 23 Oct 2001 19:52:24 +0900 (JST) Received: from localhost (localhost [127.0.0.1]) by prince.don.to (8.11.6/3.7W) with ESMTP id f9NAkLM55015; Tue, 23 Oct 2001 19:46:21 +0900 (JST) Date: Tue, 23 Oct 2001 19:46:21 +0900 (JST) Message-Id: <20011023.194621.45429635.sumikawa@ebina.hitachi.co.jp> To: vlad@ariel.phys.wesleyan.edu Cc: sumikawa@FreeBSD.ORG, freebsd-ports@FreeBSD.ORG Subject: Re: cvs commit: ports/www/mozilla+ipv6 Makefile distinfo pkg-plist From: SUMIKAWA Munechika In-Reply-To: <20011022171338.P87402-100000@localhost> References: <20011022171338.P87402-100000@localhost> X-Mailer: xcite1.39> Mew version 2.0.54 on Emacs 21.1 / Mule 5.0 (SAKAKI) Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit 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 >>>>> 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