Date: Mon, 25 Jun 2012 19:02:15 +0300 From: Andriy Gapon <avg@FreeBSD.org> To: gecko@FreeBSD.org Subject: mail/thunderbird: build process is not restartable? Message-ID: <4FE88B87.1040405@FreeBSD.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?4FE88B87.1040405>