From Fedora Project Wiki
No edit summary
(removed all fixed packages)
 
(35 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 =


== Failures ==
== High priority ==
 
* libcap-ng
**  https://arm.koji.fedoraproject.org/koji/taskinfo?taskID=2392804
*** python bindings test fails
*** https://bugzilla.redhat.com/show_bug.cgi?id=1108925
*** optimizer reorders insns across TLS call, fixed by -O2 -fno-schedule-insns{,2}
**** rth posted a fix to clobber the conditional by the TLS call, so it acts as a barrier. http://arm.koji.fedoraproject.org/koji/taskinfo?taskID=2427123
 
* python3-cairo
** issue is rather in cairo itself as it fails in testsuite
*** Peter told that will take care of it
 
* hdf:
** image done, need to discuss with upstream
** upstream response:
    Thanks for the offer! If we need that I'll let you know.
    Hopefully we can get access to this platform.
 
* 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)


* openbabel
* openbabel
Line 34: Line 10:
*** reported upstream: https://sourceforge.net/p/openbabel/bugs/927/
*** reported upstream: https://sourceforge.net/p/openbabel/bugs/927/


* eclipse
== Have patches ==
 
* 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
 
* ice
** lack of aarch64 support fixed with nice patch from Ubuntu
** still fails anyway but on other thing
** package fails on all rawhide architectures due to openjdk 1.8
***  https://bugzilla.redhat.com/show_bug.cgi?id=1099873
 
* luajit
** port needed


* trafficserver
* trafficserver
** patched, reported in Fedora and upstream
** 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


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


* tremulous
== Need porting ==
**  https://bugzilla.icculus.org/show_bug.cgi?id=6161


* pl
* gccxml
** unable to find libjvm
** fails to build for aarch64
** openjdk 7 -> 8 transition
** 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)


* sunpinyin
* luajit
** https://github.com/sunpinyin/sunpinyin/pull/46
** port needed


* xosview
== Unsorted ==
** DONE
** need to upstream


* sockperf
* coq
** DONE
** documentation generation fails
** upstream: https://code.google.com/p/sockperf/issues/detail?id=53


* libgda
    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
** DONE, merged
 
* ogre
** DONE
** need to upstream
 
* flow-tools
** https://bugzilla.redhat.com/1037064
** DONE
** need to upstream


* lttng-ust
* lttng-ust
Line 94: Line 43:


* flint
* 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)
** test failure: https://bugzilla.redhat.com/show_bug.cgi?id=1120432
 
* gnome-abrt
** 0.3.7-1 succeeded
 
* synthv1
** configure thinks /usr/lib64 is only for x86_64, also affects ppc64
** patch: https://bugzilla.redhat.com/show_bug.cgi?id=1110892
 
* community-mysql
** ICE
 
* magic
** 64-bit patch also needed on aarch64
** patch: https://bugzilla.redhat.com/show_bug.cgi?id=1037190#c2
 
* podofo
** patch: https://bugzilla.redhat.com/show_bug.cgi?id=1111745


= Useful hints =
= Useful hints =
Line 119: 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

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

Useful hints

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

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