From owner-freebsd-gecko@FreeBSD.ORG Sat Sep 28 16:00:01 2013 Return-Path: Delivered-To: gecko@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id C7443FEA for ; Sat, 28 Sep 2013 16:00:01 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id B3FB6234C for ; Sat, 28 Sep 2013 16:00:01 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r8SG01es020254 for ; Sat, 28 Sep 2013 16:00:01 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r8SG01NO020253; Sat, 28 Sep 2013 16:00:01 GMT (envelope-from gnats) Date: Sat, 28 Sep 2013 16:00:01 GMT Message-Id: <201309281600.r8SG01NO020253@freefall.freebsd.org> To: gecko@FreeBSD.org From: The BSD Dreamer Subject: Re: ports/182411: mail/thunderbird: Does not build with poudriere on 9.1 X-BeenThere: freebsd-gecko@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list Reply-To: The BSD Dreamer List-Id: Gecko Rendering Engine issues List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 28 Sep 2013 16:00:01 -0000 The following reply was made to PR ports/182411; it has been noted by GNATS. From: The BSD Dreamer 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