Summary: | dev-tcltk/tkimg - /usr/lib/libzlibtcl1.2.3.so is a dead symlink | ||
---|---|---|---|
Product: | Gentoo Linux | Reporter: | Jeroen Roovers (RETIRED) <jer> |
Component: | [OLD] Library | Assignee: | TCL/TK Project <tcltk> |
Status: | RESOLVED FIXED | ||
Severity: | normal | ||
Priority: | High | ||
Version: | unspecified | ||
Hardware: | All | ||
OS: | Linux | ||
Whiteboard: | |||
Package list: | Runtime testing required: | --- | |
Bug Depends on: | 312695 | ||
Bug Blocks: | |||
Attachments: | Looks like it builds the library and installs it, but sets the symlink wrong |
Description
Jeroen Roovers (RETIRED)
![]() Created attachment 213939 [details]
Looks like it builds the library and installs it, but sets the symlink wrong
The ebuild says it's not an upstream problem: for l in "${D}"/usr/lib*/Img*/*tcl*.so; do bl=$(basename $l) dosym Img1.3/${bl} /usr/$(get_libdir)/${bl} done Fixed, thanks for reporting. |