Bug 1106295
Summary: | ngspice: FTBFS in rawhide | ||||||
---|---|---|---|---|---|---|---|
Product: | [Fedora] Fedora | Reporter: | Dennis Gilmore <dennis> | ||||
Component: | ngspice | Assignee: | Chitlesh GOORAH <chitlesh> | ||||
Status: | CLOSED RAWHIDE | QA Contact: | Fedora Extras Quality Assurance <extras-qa> | ||||
Severity: | unspecified | Docs Contact: | |||||
Priority: | unspecified | ||||||
Version: | rawhide | CC: | 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
Dennis Gilmore
2014-06-09 04:14:46 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.
|