From owner-freebsd-ports@FreeBSD.ORG Fri May 18 21:07:25 2007 Return-Path: X-Original-To: ports@FreeBSD.org Delivered-To: freebsd-ports@FreeBSD.ORG Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id C3E9E16A406; Fri, 18 May 2007 21:07:25 +0000 (UTC) (envelope-from kris@obsecurity.org) Received: from elvis.mu.org (elvis.mu.org [192.203.228.196]) by mx1.freebsd.org (Postfix) with ESMTP id A6D3413C457; Fri, 18 May 2007 21:07:25 +0000 (UTC) (envelope-from kris@obsecurity.org) Received: from obsecurity.dyndns.org (elvis.mu.org [192.203.228.196]) by elvis.mu.org (Postfix) with ESMTP id 347971A3C19; Fri, 18 May 2007 14:08:20 -0700 (PDT) Received: by obsecurity.dyndns.org (Postfix, from userid 1000) id D3763513F4; Fri, 18 May 2007 17:07:24 -0400 (EDT) Date: Fri, 18 May 2007 17:07:24 -0400 From: Kris Kennaway To: Tim Bishop Message-ID: <20070518210724.GC51371@xor.obsecurity.org> References: <20070510212817.GA67897@xor.obsecurity.org> <20070513224657.GA16073@carrick.bishnet.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20070513224657.GA16073@carrick.bishnet.net> User-Agent: Mutt/1.4.2.2i Cc: ports@FreeBSD.org, Kris Kennaway Subject: Re: HEADS UP: xorg 7.2 ready for testing X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 18 May 2007 21:07:25 -0000 On Sun, May 13, 2007 at 11:46:57PM +0100, Tim Bishop wrote: > On Thu, May 10, 2007 at 05:28:17PM -0400, Kris Kennaway wrote: > > Once we have enough success reports and have dealt with all reported > > failures, we will proceed with the next stage, which is to import into > > CVS. > > Finished, at last :-) > > The first problem I had was the documented (and fixed) problem with the > nvidia driver. Once I'd fixed that and tided up a few lose ends on my > system the build finished mostly hassle free. > > I noticed net/skype was missing a PORTREVISION bump - it was the only > app I had left in X11BASE. > > The only outstanding problem is a compile error with mozilla, > thunderbird, and seamonkey: > > gmake[5]: Entering directory `/usr/home/ports/www/mozilla/work/mozilla/directory/c-sdk/ldap/libraries/liblber' > cc -o decode.o -c -I/usr/local/include -I/usr/local/include/nss -I/usr/local/include/nss/nss -O2 -fno-strict-aliasing -pipe -pipe -ansi -Wall -pthread > -O -fPIC -UDEBUG -DMOZILLA_CLIENT=1 -DNDEBUG=1 -DXP_UNIX=1 -DFREEBSD=1 -DHAVE_BSD_FLOCK=1 -DHAVE_LCHOWN=1 -DHAVE_STRERROR=1 -D_THREAD_SAFE=1 -DFORCE_PR_LOG > -D_PR_PTHREADS -UHAVE_CVAR_BUILT_ON_SEM -DUSE_WAITPID -DNEEDPROTOS -DNET_SSL -DNO_LIBLCACHE -DLDAP_REFERRALS -DNS_DOMESTIC -I../../../ldap/include > -I/usr/home/ports/www/mozilla/work/mozilla/dist/./include decode.c > In file included from decode.c:37: > lber-int.h:106: error: syntax error before "LDAP_CALLBACK" > lber-int.h:115: error: redefinition of typedef 'Seqorset' > /usr/local/include/lber.h:164: error: previous declaration of 'Seqorset' was here > lber-int.h:134: error: syntax error before "ldap_x_iovec" > lber-int.h:150: error: syntax error before "BERTranslateProc" > lber-int.h:172: error: syntax error before "LDAP_IOF_READ_CALLBACK" > lber-int.h:183: error: syntax error before "LDAP_X_EXTIOF_READ_CALLBACK" > lber-int.h:192: error: syntax error before "LBER_SOCKET" > lber-int.h:201: error: syntax error before "LBER_SOCKET" > lber-int.h:208: error: field `sb_ext_io_fns' has incomplete type > decode.c:47: error: syntax error before "ber_get_tag" > decode.c:54: error: syntax error before "if" > gmake[5]: *** [decode.o] Error 1 > gmake[5]: Leaving directory `/usr/home/ports/www/mozilla/work/mozilla/directory/c-sdk/ldap/libraries/liblber' > gmake[4]: *** [export] Error 2 > gmake[4]: Leaving directory `/usr/home/ports/www/mozilla/work/mozilla/directory/c-sdk/ldap/libraries' > gmake[3]: *** [export] Error 2 > gmake[3]: Leaving directory `/usr/home/ports/www/mozilla/work/mozilla/directory/c-sdk/ldap' > gmake[2]: *** [export] Error 2 > gmake[2]: Leaving directory `/usr/home/ports/www/mozilla/work/mozilla/directory/c-sdk' > gmake[1]: *** [ldap] Error 2 > gmake[1]: Leaving directory `/usr/home/ports/www/mozilla/work/mozilla' > gmake: *** [default] Error 2 > > The problem is identical with all three. I have openldap installed: > > openldap-client-2.3.35 > > And it's the owner of /usr/local/include/lber.h. > > I can't see why this problem has emerged now - these apps were already > sharing /usr/local. Maybe it's unrelated to the xorg upgrade? Yes, I think so. The conflict should be resolved between the two maintainers. Kris