From owner-freebsd-ports@FreeBSD.ORG Sun May 20 18:26:43 2012 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id D61141065673 for ; Sun, 20 May 2012 18:26:43 +0000 (UTC) (envelope-from freebsd-ports@m.gmane.org) Received: from plane.gmane.org (plane.gmane.org [80.91.229.3]) by mx1.freebsd.org (Postfix) with ESMTP id 8DAE78FC0C for ; Sun, 20 May 2012 18:26:43 +0000 (UTC) Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1SWAq1-0000Xp-1Z for freebsd-ports@freebsd.org; Sun, 20 May 2012 20:26:41 +0200 Received: from 201.82.202.123 ([201.82.202.123]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sun, 20 May 2012 20:26:41 +0200 Received: from rakuco by 201.82.202.123 with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sun, 20 May 2012 20:26:41 +0200 X-Injected-Via-Gmane: http://gmane.org/ To: freebsd-ports@freebsd.org From: Raphael Kubo da Costa Date: Sun, 20 May 2012 15:26:25 -0300 Lines: 30 Message-ID: <87y5om675a.fsf@FreeBSD.org> References: <20120518100840.f5f4c36a.web@3dresearch.com> <20120519144441.fcfb3391.web@3dresearch.com> <201205192317.10695.makc@freebsd.org> <20120520110129.58a6caa9.web@3dresearch.com> <87396u7uw2.fsf@FreeBSD.org> <20120520125744.16265fc8.web@3dresearch.com> Mime-Version: 1.0 Content-Type: text/plain X-Complaints-To: usenet@dough.gmane.org X-Gmane-NNTP-Posting-Host: 201.82.202.123 User-Agent: Gnus/5.130006 (Ma Gnus v0.6) Emacs/24.0.93 (berkeley-unix) Cancel-Lock: sha1:dB+jafdKg7t2UOf0kLKvKnsQWhU= Subject: Re: py27-kdebindings-pykde4-4.7.2 build error X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 20 May 2012 18:26:43 -0000 Janos Dohanics writes: > On Sun, 20 May 2012 12:08:13 -0300 > Raphael Kubo da Costa wrote: >> Before marking another port as MAKE_JOBS_UNSAFE, I'd really like to >> know what error you were experiencing. >> >> Can you please build only with CMAKE_VERBOSE=1 and post the log so we >> can find out the actual error message you were having? > > Please see: > > http://wwwp.3dresearch.com/py27-kdebindings-pykde4_make_CMAKE_VERBOSE.txt Thanks. So the actual error seems to be this one: /usr/local/bin/sip -t ALL -t WS_X11 -t Qt_4_7_2 -x VendorID -x PyQt_NoPrintRangeBug -g -j 8 -c /usr/ports/devel/kdebindings4-python-pykde4/work/pykde4-4.7.4/sip/plasma -I /usr/local/share/py-sip -I /usr/ports/devel/kdebindings4-python-pykde4/work/pykde4-4.7.4/sip /usr/ports/devel/kdebindings4-python-pykde4/work/pykde4-4.7.4/sip/plasma/plasmamod.sip sip: Unable to find file "QtScript/QtScriptmod.sip" *** Error code 1 (I'm guessing that the call to sip is that one, it's hard to tell because of the make jobs running in parallel). Which is interesting, because you do seem to have py27-qt4-script installed. Can you check it has the SIPFILES option enabled and that you have /usr/local/share/py-sip/QtScript/QtScriptmod.sip on your system? Could you also post the build output with CMAKE_VERBOSE _and_ parallel jobs disabled?