Bug 1106295

Summary: ngspice: FTBFS in rawhide
Product: [Fedora] Fedora Reporter: Dennis Gilmore <dennis>
Component: ngspiceAssignee: Chitlesh GOORAH <chitlesh>
Status: CLOSED RAWHIDE QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: rawhideCC: chitlesh, yselkowi
Target Milestone: ---   
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: ngspice-23-8.fc21 Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2014-07-08 04:03:24 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: 1105908    
Attachments:
Description Flags
Patch for rawhide none

Description Dennis Gilmore 2014-06-09 04:14:46 UTC
Your package ngspice failed to build from source in current rawhide.

http://koji.fedoraproject.org/koji/taskinfo?taskID=6965223

For details on mass rebuild see https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild

Comment 1 Yaakov Selkowitz 2014-06-13 19:25:36 UTC
Created attachment 908688 [details]
Patch for rawhide

Initial problem was specifying tclConfig.sh in %_libdir/tcl8.5 while rawhide now has 8.6.  However, tclConfig.sh has (also) been in %_libdir since July 2008, so this hack can just be dropped.

Once that is out of the way, compiling then fails due to direct accesses of Tcl_Interp->result which are deprecated in tcl8.6 but cannot (AFAICS) be replaced by Tcl_SetResult() calls.

Patch for rawhide attached.