Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 28 Sep 2013 16:00:01 GMT
From:      The BSD Dreamer <beastie@tardisi.com>
To:        gecko@FreeBSD.org
Subject:   Re: ports/182411: mail/thunderbird: Does not build with poudriere on 9.1
Message-ID:  <201309281600.r8SG01NO020253@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
The following reply was made to PR ports/182411; it has been noted by GNATS.

From: The BSD Dreamer <beastie@tardisi.com>
To: bug-followup@FreeBSD.org, sascha@root-login.org
Cc:  
Subject: Re: ports/182411: mail/thunderbird: Does not build with poudriere
 on 9.1
Date: Sat, 28 Sep 2013 10:57:59 -0500

 I'm also on 9.1-RELEASE-p7, without poudriere.
 
 I got thunderbird to build by either disabling all optimization (undef
 the CFLAGS, I set in my make.conf and unselect config option
 OPTIMIZED_CFLAGS) or using clang 3.2 from ports.
 
 The only thing outstanding though is enigmail extension is
 broken.....never mind, the missing files it complains about are supposed
 to be missing since those are for thunderbird versions < 19.
 
 For some reason it had forgotten that it had found gpg on its own
 before.  Setting and unsetting, the override made it find it on its own
 again.
 
 In case its important, I have
 
 CFLAGS=	-O2 -fno-strict-aliasing -pipe
 
 near the top of my /etc/make.conf
 
 And, this is what I put in to use ports clang (3.2) instead of base (3.1).
 
 .if ${.CURDIR:M*/mail/thunderbird}
 CXX=/usr/local/bin/clang++
 CC=/usr/local/bin/clang
 .endif
 
 Finally, I had to figure out why I couldn't send from Thunderbird.
 Which I eventually tracked down to an old extension "SendWithoutSubject".
 
 -- 
   Name: Lawrence "The Dreamer" Chen      Email: beastie@tardisi.com
  Snail: 1530 College Ave, A5              Blog: http://lawrencechen.net
         Manhattan, KS 66502-2768         Phone: 785-789-4132



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