Note: This is a public test instance of Red Hat Bugzilla. The data contained within is a snapshot of the live data so any changes you make will not be reflected in the production Bugzilla. Email is disabled so feel free to test any aspect of the site that you want. File any problems you find or give feedback at bugzilla.redhat.com.
Bug 1105932
Summary: | TeXmacs: FTBFS in rawhide | ||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Product: | [Fedora] Fedora | Reporter: | Dennis Gilmore <dennis> | ||||||||||||
Component: | TeXmacs | Assignee: | Jindrich Novy <novyjindrich> | ||||||||||||
Status: | CLOSED RAWHIDE | QA Contact: | Fedora Extras Quality Assurance <extras-qa> | ||||||||||||
Severity: | unspecified | Docs Contact: | |||||||||||||
Priority: | unspecified | ||||||||||||||
Version: | rawhide | CC: | novyjindrich, orion, rdieter, yselkowi | ||||||||||||
Target Milestone: | --- | Keywords: | Reopened | ||||||||||||
Target Release: | --- | ||||||||||||||
Hardware: | Unspecified | ||||||||||||||
OS: | Unspecified | ||||||||||||||
Whiteboard: | |||||||||||||||
Fixed In Version: | Doc Type: | Bug Fix | |||||||||||||
Doc Text: | Story Points: | --- | |||||||||||||
Clone Of: | Environment: | ||||||||||||||
Last Closed: | 2014-12-09 19:24:03 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: | 245418, 1105908 | ||||||||||||||
Attachments: |
|
Description
Dennis Gilmore
2014-06-09 02:06:53 UTC
Created attachment 903396 [details]
build.log
Created attachment 903397 [details]
root.log
Created attachment 903398 [details]
state.log
Created attachment 908260 [details]
Patch for rawhide
configure was enabling ghostscript support based on presence of gs(1), but while it is a Requires, it was not a BR; it's not actually used during the build. Patch for rawhide attached.
Yaakov, thanks for the patch. It's now applied along with the 1.99.1 update. Unfortunately 1.99.1 didn't build successfully: http://koji.fedoraproject.org/koji/taskinfo?taskID=7070145 Looks like you need to add an -lz. OK, comment #6 problem fixed * Thu Jul 31 2014 Yaakov Selkowitz <yselkowi> - 1.99.1-2 - Add missing -lz to link (#1105932) Now, we're down to a failure on arm where the source code is making assumptions that qreal=double (so it fails on arm platforms where qreal is float). Created attachment 928592 [details] Fix qreal-to-double casting error AFAICS this commit is the culprit: http://svn.savannah.gnu.org/viewvc?view=rev&root=texmacs&revision=7394 But this can't just be reverted entirely because other code now uses the 4-argument encode function. The attached patch should fix this without losing the intended functionality, and built successfully in rawhide: http://koji.fedoraproject.org/koji/taskinfo?taskID=7429414 I checked this patch in and built it. |