Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 80675 - wrong settings of environment variables TK_LIBRARY and TCL_LIBRARY in /usr/bin/nmrview
Summary: wrong settings of environment variables TK_LIBRARY and TCL_LIBRARY in /usr/bi...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Olivier Fisette (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-02-03 23:44 UTC by Stephane Gagne
Modified: 2005-02-04 10:48 UTC (History)
1 user (show)

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 Stephane Gagne 2005-02-03 23:44:28 UTC
bash-2.05b$ cat /usr/bin/nmrview
#!/bin/bash
export NMRVIEW5HOME="/opt/nmrview"
export TK_LIBRARY="/opt/nmrview/tk8.0"   # SHOULD BE 8.4
export TCL_LIBRARY="/opt/nmrview/tcl8.0" # SHOULD BE 8.4
/opt/nmrview/nmrview5_2_2_01_linux

bash-2.05b$ ls -1 /opt/nmrview
...
tcl8.4
tk8.4
...

Reproducible: Always
Steps to Reproduce:
Comment 1 Olivier Fisette (RETIRED) gentoo-dev 2005-02-04 10:48:54 UTC
Fixed. Thanks for reporting. (Why did it even work before? :\)