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 964423
Summary: | Singular is FTBFS on ARM due to tex error when building docs | ||
---|---|---|---|
Product: | [Fedora] Fedora | Reporter: | Peter Robinson <pbrobinson> |
Component: | Singular | Assignee: | Paulo Andrade <paulo.cesar.pereira.de.andrade> |
Status: | CLOSED CURRENTRELEASE | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
Severity: | unspecified | Docs Contact: | |
Priority: | unspecified | ||
Version: | rawhide | CC: | paulo.cesar.pereira.de.andrade, rdieter |
Target Milestone: | --- | Keywords: | FutureFeature |
Target Release: | --- | ||
Hardware: | Unspecified | ||
OS: | Unspecified | ||
Whiteboard: | |||
Fixed In Version: | Doc Type: | Enhancement | |
Doc Text: | Story Points: | --- | |
Clone Of: | Environment: | ||
Last Closed: | 2014-05-05 13:56:20 UTC | Type: | Bug |
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 |
Description
Peter Robinson
2013-05-18 13:07:17 UTC
Ditto failure on f20 too, seen today trying to fix broken deps. will probably have to make the makefile/perl-scripts more verbose to see exactly what's going on there. I think it is required to debug what is going on by executing perl with the proper arguments in the armv7hl build chroot. That is, somewhat like: ---%<--- $ pwd /some/where/rpmbuild/BUILD/Singular-3-1-5/doc $ perl ./doc2tex.pl -docdir ./d2t_singular -Singular /bin/true -verbose 1 -make make -exdir ./examples -o general.tex general.doc ---%<--- and from there add debug options to the perl command line, run in the perl -d "debugger", possibly add some print statements to doc2tex.pl to binsearch what is going wrong. Sorry for not following closely fedora armv7hl now, but if you could give me some link to a qemu image I can try to debug it. A chroot tarball may be enough, I should be able to chroot to it in some old qemu images of when I did port Mandriva to armv7hl (but it is an almost 2 year old port). adding arm tracker for the perl/tex borkage. |