Note: This bug is displayed in read-only format because the product is no longer active in Red Hat Bugzilla.

Bug 7601

Summary: Improper LD_LIBRARY_PATH in expect Makefile
Product: [Retired] Red Hat Linux Reporter: irwin
Component: tcltkAssignee: Jens Petersen <petersen>
Status: CLOSED RAWHIDE QA Contact:
Severity: medium Docs Contact:
Priority: medium    
Version: 6.1   
Target Milestone: ---   
Target Release: ---   
Hardware: All   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2000-02-04 00:22:35 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:
Bug Depends On:    
Bug Blocks: 7602    

Description irwin 1999-12-05 17:18:02 UTC
This bug found by building 6.1 version on 5.2.

A patch which has been tested (aside from the form munging) to fix the bug
follows:


--- tcltk-8.0.5/expect-5.28/Makefile.in_original        Fri Dec  3
12:18:17  1999
+++ tcltk-8.0.5/expect-5.28/Makefile.in Fri Dec  3 12:28:07 1999
@@ -188,7 +188,7 @@
 AR = ar
 ARFLAGS = cr

-LOCAL_EXPECT=LD_LIBRARY_PATH=.:$$LD_LIBRARY_PATH ./expect
+LOCAL_EXPECT=LD_LIBRARY_PATH=.:$(TCL_LIBRARY)/../unix:$$LD_LIBRARY_PATH
./expect

 # These definitions are used by the "subdirs_do" target to pass
 # the compile flags down recursively.

Comment 1 Elliot Lee 2000-02-04 00:22:59 UTC
Fixed in tcltk-8.0.5-33