[Bug 207472] graphics/py-pillow: compile fails, does not find Tcl
bugzilla-noreply at freebsd.org
bugzilla-noreply at freebsd.org
Thu Feb 25 05:17:25 UTC 2016
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=207472
Bug ID: 207472
Summary: graphics/py-pillow: compile fails, does not find Tcl
Product: Ports & Packages
Version: Latest
Hardware: Any
OS: Any
Status: New
Severity: Affects Many People
Priority: ---
Component: Individual Port(s)
Assignee: koobs at FreeBSD.org
Reporter: ohartman at zedat.fu-berlin.de
Flags: maintainer-feedback?(koobs at FreeBSD.org)
Assignee: koobs at FreeBSD.org
On recent CURRENT () updating the port graphics/py-pillow fails compiling due
to missing Tcl - but
pkg info -xo tcl
tcl86-8.6.4 lang/tcl86
is already installed:
[...]
copying PIL/OleFileIO-README.md -> build/lib.freebsd-11.0-CURRENT-amd64-2.7/PIL
running build_ext
Traceback (most recent call last):
File "<string>", line 1, in <module>
File "setup.py", line 767, in <module>
zip_safe=not debug_build(),
File "/usr/local/lib/python2.7/distutils/core.py", line 151, in setup
dist.run_commands()
File "/usr/local/lib/python2.7/distutils/dist.py", line 953, in run_commands
self.run_command(cmd)
File "/usr/local/lib/python2.7/distutils/dist.py", line 972, in run_command
cmd_obj.run()
File "/usr/local/lib/python2.7/distutils/command/build.py", line 127, in run
self.run_command(cmd_name)
File "/usr/local/lib/python2.7/distutils/cmd.py", line 326, in run_command
self.distribution.run_command(command)
File "/usr/local/lib/python2.7/distutils/dist.py", line 972, in run_command
cmd_obj.run()
File "/usr/local/lib/python2.7/distutils/command/build_ext.py", line 339, in
run
self.build_extensions()
File "setup.py", line 519, in build_extensions
% (f, f))
ValueError: --enable-tcl requested but tcl not found, aborting.
*** Error code 1
--
You are receiving this mail because:
You are the assignee for the bug.
More information about the freebsd-ports-bugs
mailing list