From owner-freebsd-gecko@FreeBSD.ORG Fri Jul 27 17:00:33 2012 Return-Path: Delivered-To: gecko@FreeBSD.org Received: from mx2.freebsd.org (mx2.freebsd.org [69.147.83.53]) by hub.freebsd.org (Postfix) with ESMTP id B70D4106564A; Fri, 27 Jul 2012 17:00:33 +0000 (UTC) (envelope-from dougb@FreeBSD.org) Received: from opti.dougb.net (hub.freebsd.org [IPv6:2001:4f8:fff6::36]) by mx2.freebsd.org (Postfix) with ESMTP id 5577914D938; Fri, 27 Jul 2012 17:00:33 +0000 (UTC) Date: Fri, 27 Jul 2012 10:00:32 -0700 (PDT) From: Doug Barton To: gecko@FreeBSD.org, ale@FreeBSD.org Message-ID: User-Agent: Alpine 2.00 (BSF 1167 2008-08-23) X-message-flag: Outlook -- Not just for spreading viruses anymore! OpenPGP: id=1A1ABC84 Organization: http://SupersetSolutions.com/ MIME-Version: 1.0 Content-Type: TEXT/PLAIN; format=flowed; charset=US-ASCII Cc: freebsd-ports@freebsd.org Subject: mail/enigmail-thunderbird broken with the latest thunderbird update X-BeenThere: freebsd-gecko@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Gecko Rendering Engine issues List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 27 Jul 2012 17:00:33 -0000 First let me say a big thank you to the gecko@ team. It's obvious that the latest round of updates includes an enormous amount of work, and both the thunderbird build and the firefox PGO build went flawlessly. I've been using the new firefox and it is great so far. :) The problem comes in with the enigmail-thunderbird build. After re-building thunderbird and starting the enigmail build I get this: cd /usr/local/tmp/WRKDIRPREFIX/frontier/ports-svn/head/mail/enigmail-thunderbird/work/comm-release/mailnews/extensions/enigmail && /usr/bin/env SHELL=/bin/sh NO_LINT=YES PREFIX=/usr/local LOCALBASE=/usr/local MOTIFLIB="-L/usr/local/lib -lXm -lXp" LIBDIR="/usr/lib" CC="cc" CFLAGS="-O2 -pipe -fno-strict-aliasing" CPP="cpp" CPPFLAGS="" LDFLAGS="" CXX="c++" CXXFLAGS="-O2 -pipe -fno-strict-aliasing" MANPREFIX="/usr/local" BSD_INSTALL_PROGRAM="install -s -o root -g wheel -m 555" BSD_INSTALL_LIB="install -s -o root -g wheel -m 444" BSD_INSTALL_SCRIPT="install -o root -g wheel -m 555" BSD_INSTALL_DATA="install -o root -g wheel -m 444" BSD_INSTALL_MAN="install -o root -g wheel -m 444" gmake Makefile:45: ../../../config/autoconf.mk: No such file or directory /usr/local/tmp/WRKDIRPREFIX/frontier/ports-svn/head/mail/enigmail-thunderbird/work/comm-release/config/config.mk:57: ../../../config/autoconf.mk: No such file or directory gmake: *** No rule to make target `../../../config/autoconf.mk'. Stop. *** [do-build] Error code 2 I looked in that directory and the autoconf.mk.in file is there, but the .mk file has not been built. Given the complexity of the enigmail build process it isn't obvious to me what the solution is. Sorry to be the bearer of bad news, Doug