From Fedora Project Wiki
< Architectures | AArch64
(flow-tools) |
(removed all fixed packages) |
||
(33 intermediate revisions by 3 users not shown) | |||
Line 1: | Line 1: | ||
This page lists packages which failed to build for AArch64 (so called FTBFS which means 'Failed To Build From Source'). | This page lists packages which failed to build for AArch64 (so called FTBFS which means 'Failed To Build From Source'). | ||
= Failures = | |||
== | == High priority == | ||
* openbabel | * openbabel | ||
Line 34: | Line 10: | ||
*** reported upstream: https://sourceforge.net/p/openbabel/bugs/927/ | *** reported upstream: https://sourceforge.net/p/openbabel/bugs/927/ | ||
== Have patches == | |||
* trafficserver | * trafficserver | ||
** https://bugzilla.redhat.com/show_bug.cgi?id=1102559 | ** https://bugzilla.redhat.com/show_bug.cgi?id=1102559 | ||
** https://issues.apache.org/jira/browse/TS-2860 | ** https://issues.apache.org/jira/browse/TS-2860 | ||
** https://issues.apache.org/jira/browse/TS-2859 | ** https://issues.apache.org/jira/browse/TS-2859 | ||
== Affecting other architectures == | |||
== Need porting == | |||
* | * gccxml | ||
** | ** fails to build for aarch64 | ||
** | ** code is based on gcc 4.2.1 ;( | ||
** reported upstream: http://www.gccxml.org/Bug/view.php?id=14919 | |||
*** no need to worry about it for now | |||
*** blocks: CableSwig, InsightToolkit | |||
*** gcc aarch64 config does not cleanly backport to 4.2; upstream will likely need to forward-port to 4.8+ (yselkowitz has a diff of the gccxml-specific changes on top of 4.2.1) | |||
* | * luajit | ||
** | ** port needed | ||
== Unsorted == | |||
* | * coq | ||
** | ** documentation generation fails | ||
DEBUG: sh: line 1: 6265 Segmentation fault (core dumped) '/builddir/build/BUILD/coq-8.4pl4/bin/coqtop' -boot < /tmp/coq_texbce448.v > /tmp/coq_tex297040.coq_output 2>&1 | |||
* lttng-ust | * lttng-ust | ||
Line 92: | Line 43: | ||
* flint | * flint | ||
** | ** test failure: https://bugzilla.redhat.com/show_bug.cgi?id=1120432 | ||
= Useful hints = | = Useful hints = | ||
Line 117: | Line 51: | ||
[alias] | [alias] | ||
fpaste = !sh -c 'git format-patch -1 -C -M1 --patience --stdout $1 | fpaste -l diff' - | fpaste = !sh -c 'git format-patch -1 -C -M1 --patience --stdout $1 | fpaste -l diff' - | ||
[[Category:AArch64]] | [[Category:AArch64]] |
Latest revision as of 15:42, 6 November 2014
This page lists packages which failed to build for AArch64 (so called FTBFS which means 'Failed To Build From Source').
Failures
High priority
- openbabel
- 3 tests fail
- same on ppc64: https://bugzilla.redhat.com/show_bug.cgi?id=1094513
- reported upstream: https://sourceforge.net/p/openbabel/bugs/927/
- 3 tests fail
Have patches
- trafficserver
Affecting other architectures
Need porting
- gccxml
- fails to build for aarch64
- code is based on gcc 4.2.1 ;(
- reported upstream: http://www.gccxml.org/Bug/view.php?id=14919
- no need to worry about it for now
- blocks: CableSwig, InsightToolkit
- gcc aarch64 config does not cleanly backport to 4.2; upstream will likely need to forward-port to 4.8+ (yselkowitz has a diff of the gccxml-specific changes on top of 4.2.1)
- luajit
- port needed
Unsorted
- coq
- documentation generation fails
DEBUG: sh: line 1: 6265 Segmentation fault (core dumped) '/builddir/build/BUILD/coq-8.4pl4/bin/coqtop' -boot < /tmp/coq_texbce448.v > /tmp/coq_tex297040.coq_output 2>&1
- lttng-ust
- koji-shadow weirdness
- flint
- test failure: https://bugzilla.redhat.com/show_bug.cgi?id=1120432
Useful hints
Useful GIT alias (paste into ~/.gitconfig):
[alias] fpaste = !sh -c 'git format-patch -1 -C -M1 --patience --stdout $1 | fpaste -l diff' -