Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 182620 - dev-lang/tcl-8.4.14 names library libtcl8.4g.so if optimized
Summary: dev-lang/tcl-8.4.14 names library libtcl8.4g.so if optimized
Status: RESOLVED DUPLICATE of bug 181919
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: TCL/TK Project
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-06-19 22:51 UTC by Jack
Modified: 2007-06-20 06:53 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Jack 2007-06-19 22:51:43 UTC
ppracer fails because it can't find libtcl8.4.so, and a rebuild does not help.  In /usr/lib libtcl.so is a symlink to libtcl8.4.so, which does not exist.  libtcl8.4g.so does exist.  (libtk has the same issues)

Looking in the Makefile after doing an "ebuild compile" on tcl, I find the lines
  # Libraries built with optimization switches have this additional extension
  TCL_DBGX		= g

I do have -O2 in my CFLAGS.

It looks like the ebuild creates the symlink from libtcl.so the the actual library with the version number, but apparently doesn't account for the "g".
Comment 1 Jakub Moc (RETIRED) gentoo-dev 2007-06-20 06:53:47 UTC

*** This bug has been marked as a duplicate of bug 181919 ***