Date: Tue, 29 Apr 2008 12:05:57 GMT From: Marco Walraven <m.walraven@terantula.com> To: freebsd-gnats-submit@FreeBSD.org Subject: ports/123210: make index fails on python dependency Message-ID: <200804291205.m3TC5vCs008304@www.freebsd.org> Resent-Message-ID: <200804291210.m3TCA13V095690@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 123210 >Category: ports >Synopsis: make index fails on python dependency >Confidential: no >Severity: serious >Priority: medium >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Tue Apr 29 12:10:01 UTC 2008 >Closed-Date: >Last-Modified: >Originator: Marco Walraven >Release: 6.3-STABLE >Organization: Terantula >Environment: >Description: 'make index' fails due to version query of Python in devel/py-qt4-qscintilla2. This only fails if you do not have Python installed. >How-To-Repeat: delete all Python packages from the system then: cd /usr/ports rm -f INDEX* make index -DINDEX_PRISTINE Generating INDEX-6 - please wait../nonexistentlocal/bin/python2.5: not found "Makefile", line 43: warning: "/nonexistentlocal/bin/python2.5 -c "import sys; print sys.version[:3]"" returned non-zero status Done. or cd /usr/ports rm -f INDEX* make index INDEX-6 - please wait../usr/local/bin/python2.5: not found "Makefile", line 43: warning: "/usr/local/bin/python2.5 -c "import sys; print sys.version[:3]"" returned non-zero status >Fix: >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200804291205.m3TC5vCs008304>