I'm reporting this issue because I was told by the FreeBSD port system when trying to build graphics/jbig2dec with this configuration: ---------- /var/db/ports/graphics_jbig2dec/options # This file is auto-generated by 'make config'. # Options for jbig2dec-0.11_1 _OPTIONS_READ=jbig2dec-0.11_1 _FILE_COMPLETE_OPTIONS_LIST=PNG TESTS OPTIONS_FILE_SET+=PNG OPTIONS_FILE_SET+=TESTS ---------- The make log file containing the error messages is attached. Fix: Workaround: disable TESTS flag Patch attached with submission follows:
A commit references this bug: Author: rakuco Date: Sat Jun 21 18:18:17 UTC 2014 New revision: 358728 URL: http://svnweb.freebsd.org/changeset/ports/358728 Log: Replace an invocation of "/usr/bin/env python" with ${PYTHON_CMD}. lang/python is not brought in by USE_PYTHON since r336850, which broke the TESTS option (it's off by default). PR: 187959 Changes: head/graphics/jbig2dec/Makefile
Fixed, thank you for the report
*** Bug 185358 has been marked as a duplicate of this bug. ***