Bug 52608

Summary: tcltk-8.3.3-64 itclsh build failure
Product: [Retired] Red Hat Raw Hide Reporter: Juha Laiho <juha.laiho>
Component: tcltkAssignee: Jens Petersen <petersen>
Status: CLOSED RAWHIDE QA Contact: David Lawrence <dkl>
Severity: medium Docs Contact:
Priority: medium    
Version: 1.0   
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: 2001-08-26 15:57:50 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:

Description Juha Laiho 2001-08-26 15:57:46 UTC
From Bugzilla Helper:
User-Agent: Mozilla/4.0 (compatible; MSIE 5.5; Windows 98)

Description of problem:
tcltk build (rpm -ba tcltk.spec) fails to build itclsh due to bad
itcl-3.2-makecfg.patch.

The itclsh link phase contains element "-L@TCL_BUILD_STUB_LIB_SPEC@",
which expands to "-L-L/..."; i.e. the @TCL_BUILD_STUB_LIB_SPEC@
already contains the -L. Removing the superfluous -L from the patch
fixes the problem.

Version-Release number of selected component (if applicable):
8.3.3-64

How reproducible:
Always

Steps to Reproduce:
1. "rpm -ba tcltk.spec" and keep an eye on the output.

Actual Results:  Build and packaging completes [BAD!], but the package 
doesn't
contain the intended itclsh binary.

Expected Results:  Succesful build -- or at least termination of the build 
at
the error position.

Additional info: