Bug 222561

Summary: Missing build dependency tcl-devel
Product: [Fedora] Fedora Reporter: Felix Schwarz <felix.schwarz>
Component: python-imagingAssignee: José Matos <jamatos>
Status: CLOSED NOTABUG QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: low Docs Contact:
Priority: medium    
Version: 6   
Target Milestone: ---   
Target Release: ---   
Hardware: All   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2007-02-07 11:42:29 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description Felix Schwarz 2007-01-14 11:45:26 UTC
There is a missing build dependency tcl-devel for python-imaging. If you do
"rpmbuild --rebuild" without having tcl-devel installed, you will get error
messages such as "tcl.h not found".

Comment 1 José Matos 2007-01-14 23:41:45 UTC
That case is covered by BuildRequires tk-devel:

$ rpm -q --requires tk-devel
libX11-devel
libtk8.4.so
rpmlib(CompressedFileNames) <= 3.0.4-1
rpmlib(PartialHardlinkSets) <= 4.0.4-1
rpmlib(PayloadFilesHavePrefix) <= 4.0-1
tcl-devel = 8.4.13
tk = 8.4.13-3.fc6


Comment 2 José Matos 2007-02-07 11:42:29 UTC
The dependency is correct, since tk-devel requires tcl-devel, else it would 
not build in mock.

$ rpm -q --requires python-imaging
libc.so.6
libc.so.6(GLIBC_2.0)
libc.so.6(GLIBC_2.1)
libc.so.6(GLIBC_2.1.3)
libc.so.6(GLIBC_2.3)
libc.so.6(GLIBC_2.3.4)
libc.so.6(GLIBC_2.4)
libfreetype.so.6
libjpeg.so.62
libpthread.so.0
libpthread.so.0(GLIBC_2.0)
libtcl8.4.so
libtk8.4.so
libz.so.1
python(abi) = 2.4
rpmlib(CompressedFileNames) <= 3.0.4-1
rpmlib(PayloadFilesHavePrefix) <= 4.0-1
rtld(GNU_HASH)
tkinter