Bug 187959 - graphics/jbig2dec build problem (tests)
Summary: graphics/jbig2dec build problem (tests)
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: freebsd-ports-bugs (Nobody)
URL:
Keywords:
: 185358 (view as bug list)
Depends on:
Blocks:
 
Reported: 2014-03-26 16:00 UTC by hirner
Modified: 2014-06-23 19:26 UTC (History)
2 users (show)

See Also:


Attachments
file.txt (32.19 KB, text/plain)
2014-03-26 16:00 UTC, hirner
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description hirner 2014-03-26 16:00:00 UTC
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:
Comment 1 commit-hook freebsd_committer freebsd_triage 2014-06-21 18:18:44 UTC
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
Comment 2 Raphael Kubo da Costa freebsd_committer freebsd_triage 2014-06-21 18:19:02 UTC
Fixed, thank you for the report
Comment 3 Raphael Kubo da Costa freebsd_committer freebsd_triage 2014-06-23 19:26:19 UTC
*** Bug 185358 has been marked as a duplicate of this bug. ***