Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 407107 - dev-tcltk/itk and dev-tcltk/itcl provide fubared config.sh files
Summary: dev-tcltk/itk and dev-tcltk/itcl provide fubared config.sh files
Status: RESOLVED INVALID
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: TCL/TK Project
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-03-06 12:48 UTC by Tomáš Chvátal (RETIRED)
Modified: 2012-03-06 13:12 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 Tomáš Chvátal (RETIRED) gentoo-dev 2012-03-06 12:48:56 UTC
If you take look onto /usr/lib64/itkConfig.sh and coutnerpart from itclConfig.sh it contains completely stupid variables:

ITK_BUILD_LIB_SPEC='-L/var/tmp/portage/dev-tcltk/itk-3.4_pre20090417-r1/work/incrTcl/itk -litk3.4'

It should provide proper -L content, same apply for the other variables.

Sed that in install phase, again as it is broken in stable it would be rather nice to have it fixed there asap.

(I know we work around this by the env variables, but it would be rather nice to have it fixed their way so I don't have to rape other configure scripts to find it properly on gentoo)
Comment 1 Justin Lecher (RETIRED) gentoo-dev 2012-03-06 13:11:05 UTC
These are the BUILD_LIB variables. In contrast the 

# String to pass to linker to pick up the Itk library from its
# installed directory.
itk_LIB_SPEC='-L/usr/lib64/itk3.4 -litk3.4'
ITK_LIB_SPEC='-L/usr/lib64/itk3.4 -litk3.4'
are sane.