From Fedora Project Wiki
(pl fixed in rawhide)
(add links)
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 =
= Failures =


== High priority ==
== High priority ==


* hdf:
* hdf:
Line 13: Line 11:
* python3-cairo
* python3-cairo
** issue is rather in cairo itself as it fails in testsuite
** issue is rather in cairo itself as it fails in testsuite


* openbabel
* openbabel
Line 27: Line 24:
** still fails on all rawhide architectures due to openjdk 1.8
** still fails on all rawhide architectures due to openjdk 1.8
***  https://bugzilla.redhat.com/show_bug.cgi?id=1099873
***  https://bugzilla.redhat.com/show_bug.cgi?id=1099873


* trafficserver
* trafficserver
Line 33: Line 29:
** 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


* xdaliclock
* xdaliclock
** old friend: config.{guess,sub}
** old friend: config.{guess,sub}
** https://bugzilla.redhat.com/show_bug.cgi?id=926760
** https://bugzilla.redhat.com/show_bug.cgi?id=926760


* sockperf
* sockperf
** upstream: https://code.google.com/p/sockperf/issues/detail?id=53
** upstream: https://code.google.com/p/sockperf/issues/detail?id=53


* synthv1
* synthv1
** configure thinks /usr/lib64 is only for x86_64, also affects ppc64
** configure thinks /usr/lib64 is only for x86_64, also affects ppc64
** patch: https://bugzilla.redhat.com/show_bug.cgi?id=1110892
** patch: https://bugzilla.redhat.com/show_bug.cgi?id=1110892


* magic
* magic
Line 61: Line 53:
** package fails on all rawhide architectures due to openjdk 1.8
** package fails on all rawhide architectures due to openjdk 1.8
***  https://bugzilla.redhat.com/show_bug.cgi?id=1099873
***  https://bugzilla.redhat.com/show_bug.cgi?id=1099873


== Need porting ==
== Need porting ==


* gccxml
* gccxml
Line 79: Line 68:


== Unsorted ==
== Unsorted ==


* eclipse
* eclipse
Line 87: Line 75:


     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
     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


* pl
* pl
** unable to find libjvm
** unable to find libjvm
** fixed in rawhide
** https://bugzilla.redhat.com/show_bug.cgi?id=1112012
** fixed in rawhide:


* xosview
* xosview
Line 105: Line 92:


* community-mysql
* community-mysql
** ICE
** ICE: http://arm.koji.fedoraproject.org/koji/taskinfo?taskID=2450897


= Useful hints =
= Useful hints =
Line 113: Line 100:
   [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]]

Revision as of 14:39, 25 June 2014

This page lists packages which failed to build for AArch64 (so called FTBFS which means 'Failed To Build From Source').

Failures

High priority

  • python3-cairo
    • issue is rather in cairo itself as it fails in testsuite

Have patches

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
      • 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

  • eclipse
  • 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
  • xosview
    • DONE
    • need to upstream
  • lttng-ust
    • koji-shadow weirdness
  • flint
    • koji-shadow weirdness, but did expose that perl-Tk was quietly disabling Xft support due to freetype-2.5 header rearrangement (filed patch in bug 1110872)

Useful hints

Useful GIT alias (paste into ~/.gitconfig):

  [alias]
       fpaste = !sh -c 'git format-patch -1 -C -M1 --patience --stdout $1 | fpaste -l diff' -