ports/182411: mail/thunderbird: Does not build with poudriere on 9.1
The BSD Dreamer
beastie at tardisi.com
Sat Sep 28 16:00:01 UTC 2013
The following reply was made to PR ports/182411; it has been noted by GNATS.
From: The BSD Dreamer <beastie at tardisi.com>
To: bug-followup at FreeBSD.org, sascha at 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 at tardisi.com
Snail: 1530 College Ave, A5 Blog: http://lawrencechen.net
Manhattan, KS 66502-2768 Phone: 785-789-4132
More information about the freebsd-gecko
mailing list