From owner-freebsd-gecko@FreeBSD.ORG Mon Jun 25 16:02:23 2012 Return-Path: Delivered-To: gecko@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id AF2BC1065673 for ; Mon, 25 Jun 2012 16:02:23 +0000 (UTC) (envelope-from avg@FreeBSD.org) Received: from citadel.icyb.net.ua (citadel.icyb.net.ua [212.40.38.140]) by mx1.freebsd.org (Postfix) with ESMTP id 071CF8FC18 for ; Mon, 25 Jun 2012 16:02:22 +0000 (UTC) Received: from odyssey.starpoint.kiev.ua (alpha-e.starpoint.kiev.ua [212.40.38.101]) by citadel.icyb.net.ua (8.8.8p3/ICyb-2.3exp) with ESMTP id TAA18221 for ; Mon, 25 Jun 2012 19:02:15 +0300 (EEST) (envelope-from avg@FreeBSD.org) Message-ID: <4FE88B87.1040405@FreeBSD.org> Date: Mon, 25 Jun 2012 19:02:15 +0300 From: Andriy Gapon User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:13.0) Gecko/20120610 Thunderbird/13.0 MIME-Version: 1.0 To: gecko@FreeBSD.org X-Enigmail-Version: 1.4.2 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Cc: Subject: mail/thunderbird: build process is not restartable? 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: Mon, 25 Jun 2012 16:02:23 -0000 As you might know I like to hack on things, so I appreciate an ability to re-start a build process :-) It seems that patch-bugzilla-736961 breaks that ability for mail/thunderbird in my environment: $ make ... gmake[6]: Entering directory `/usr/obj/ports/usr/ports/mail/thunderbird/work/comm-release/mozilla/xpcom/typelib/xpidl' /usr/obj/ports/usr/ports/mail/thunderbird/work/comm-release/mozilla/config/nsinstall -D ../../../dist/sdk/bin/ply /usr/obj/ports/usr/ports/mail/thunderbird/work/comm-release/mozilla/config/nsinstall -R -m 755 ../../../other-licenses/ply/ply/__init__.py ../../../other-licenses/ply/ply/lex.py ../../../other-licenses/ply/ply/yacc.py ../../../dist/sdk/bin/ply gmake[7]: Entering directory `/usr/obj/ports/usr/ports/mail/thunderbird/work/comm-release/mozilla/xpcom/typelib/xpidl' gmake[7]: *** No rule to make target `../../../xpcom/idl-parser/cache/xpidllex.py', needed by `libs'. Stop. $ find /usr/obj/ports/$PWD/work/comm-release -name xpidllex.py /usr/obj/ports//usr/ports/mail/thunderbird/work/comm-release/mozilla/xpcom/idl-parser/xpidllex.py My thunderbird port is at version 13.0.1. The problem seems to happen only if I interrupt and restart the build. But I am actually not sure about this as the build currently always fails for me with a different error. Hmm, I wonder if the last chunk of that patch is correct or if it is a result of mechanical string replacement. -- Andriy Gapon