ports/123210: make index fails on python dependency

Marco Walraven m.walraven at terantula.com
Tue Apr 29 12:10:02 UTC 2008


>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:



More information about the freebsd-ports-bugs mailing list