From owner-freebsd-gnome@FreeBSD.ORG Tue May 1 23:27:07 2007 Return-Path: X-Original-To: freebsd-gnome@freebsd.org Delivered-To: freebsd-gnome@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 0912316A400 for ; Tue, 1 May 2007 23:27:07 +0000 (UTC) (envelope-from maekko@gmail.com) Received: from ug-out-1314.google.com (ug-out-1314.google.com [66.249.92.169]) by mx1.freebsd.org (Postfix) with ESMTP id A91E213C447 for ; Tue, 1 May 2007 23:27:05 +0000 (UTC) (envelope-from maekko@gmail.com) Received: by ug-out-1314.google.com with SMTP id 71so114163ugh for ; Tue, 01 May 2007 16:27:01 -0700 (PDT) DKIM-Signature: a=rsa-sha1; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:sender:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references:x-google-sender-auth; b=ZRWsxTOJepSEQTi6dMjgyc+8wWF1NQG5ubQH3poEgj0r26xBk1UyoTpadD7dtteMFyEtvZVofg7gpwd7qnUQdUJwZvzZ1Whzr0LpJVngl9o82dVrMLmSHFoo1YITABfjD2irjOBjj1xlkPozd/OoCyQhsX2rSmEnTg9Uq60i+8g= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:sender:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references:x-google-sender-auth; b=q8s+Vp3s1Ar6paFpo4jmua+dUe04m/Br7ujjX7HpjvFEIb8IRCtRgNeJc2q6SSZ0/Kz0+9PTXbaTdyVf9eNLZR3cQLi7LBWBftOBlyodehKsYehWp66wfOq/D/Kp2G1N8xVi/1xs8UXLGSUHjGbo0Gid3v4yQOkjrH4A00JZa38= Received: by 10.66.255.7 with SMTP id c7mr673190ugi.1178062021439; Tue, 01 May 2007 16:27:01 -0700 (PDT) Received: by 10.67.52.17 with HTTP; Tue, 1 May 2007 16:27:01 -0700 (PDT) Message-ID: <64234c8f0705011627m31cfe434s5c250bfa46a66c6e@mail.gmail.com> Date: Wed, 2 May 2007 01:27:01 +0200 From: "Georges Discry" Sender: maekko@gmail.com To: "Howard Goldstein" In-Reply-To: <4637C332.1080704@queue.to> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <64234c8f0705011332w16c8fc80re0b2df0774b594@mail.gmail.com> <4637AE4E.5090102@queue.to> <64234c8f0705011425g229822e4r58d5af20f0872a77@mail.gmail.com> <4637C332.1080704@queue.to> X-Google-Sender-Auth: 84b655bf7023b69e Cc: freebsd-gnome@freebsd.org Subject: Re: Thunderbird 2, OpenLDAP 2.3 and X11BASE migration X-BeenThere: freebsd-gnome@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: GNOME for FreeBSD -- porting and maintaining List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 01 May 2007 23:27:07 -0000 2007/5/2, Howard Goldstein : > Georges Discry wrote: > > 2007/5/1, Howard Goldstein : > >> Georges Discry wrote: > >> > I've just met a problem with those two ports. > >> > In fact, Thunderbird includes /usr/local/include, which is the > >> > location of two header files of OpenLDAP : lber.h and ldap.h > >> > The problem is that Thunderbird already has those files, so during > >> > compilation, instead of including its own files, it includes > >> > OpenLDAP's. > >> > >> Same prob, same config here (xorg 7.2, /usr/local X11BASE). I don't use > >> ldap and got away with adding > >> MOZ_OPTIONS+= --disable-ldap > >> to the Makefile. > > You probably have something that installed ldap.h and lder.h in > > /usr/local/include/. Just check, I'm sure they are there. > > Oh yes I can confirm that they're there, openldap2.3 seems to come along > as a default option with something that came in in the gnome metaport. I > figured that's why you were posting to -gnome list instead of -mozilla? I posted here mainly because the maintainer of the Thunderbird port is gnome@freebsd.org. And yes, openldap2.3 is one of the Gnome packges's depency. > > >> Do you have /usr/X11R6 symlinked to /usr/local? If so, can you attach > >> files to outgoing messages more than once without it coredumping? > > Yes I've symlinked /usr/X11R6/, but this is a fresh install > > In fact I've just finished the compilation (yup, right now). I'm > > giving it a try... > > > > Well, I touched 2 files and attached them to a mail and sent it > > without a crash. However it hung several seconds when I attached them. > > This was driving me absolutely bonkers as this is a production machine > (I know...) until I pulled the symlink. If there's any good news it's > that everything seems to run fine at this site but only without the > symlink. The hanging led without fail to a coredump emitting somewhere > out of the pthreading package. Are you on 6.2-STABLE on an i386? At > least one -CURRENT user running x.org 7.2 reported no problems with this. Yup, 6-2-STABLE on an i386 with X.org 7.2 from git.