Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 889696

Summary: dev-tcltk/tkimg undefined symbol: _TIFFsetString after upgrading media-libs/tiff to latest version
Product: Gentoo Linux Reporter: Gerhard Hintermayer <gerhard.hintermayer>
Component: Current packagesAssignee: TCL/TK Project <tcltk>
Status: RESOLVED FIXED    
Severity: major    
Priority: Normal    
Version: unspecified   
Hardware: All   
OS: Linux   
See Also: https://bugs.debian.org/1013877
Whiteboard:
Package list:
Runtime testing required: ---
Bug Depends on: 889778    
Bug Blocks: 888946    
Attachments: output of emerge --info

Description Gerhard Hintermayer 2023-01-04 12:57:26 UTC
Created attachment 847194 [details]
output of emerge --info

due to symbol removal of _TIFFsetString in tiff Img package is not usable anymore :-(
Error when loading package Img:
Error in startup script: couldn't load file "/usr/lib64/Img1.4.13/libtifftcl4.1.0.so": /usr/lib64/Img1.4.13/libtifftcl4.1.0.so: undefined symbol: _TIFFsetString
    while executing
"load /usr/lib64/Img1.4.13/libtifftcl4.1.0.so"
    ("package ifneeded tifftcl 4.1.0" script)
    invoked from within
"load /usr/lib64/Img1.4.13/libtkimgtiff1.4.13.so"
    ("package ifneeded img::tiff 1.4.13" script)
    invoked from within
"package require img::tiff"
    ("package ifneeded Img 1.4.13" script)
    invoked from within
"package require Img"
Comment 1 Sam James archtester Gentoo Infrastructure gentoo-dev Security 2023-01-05 06:17:10 UTC
Bump to 1.4.14 will fix this.