From Fedora Project Wiki
(create wiki page with ftbfs)
 
mNo edit summary
Line 18: Line 18:
** image done, need to discuss with upstream
** image done, need to discuss with upstream
** upstream response:
** upstream response:
*** Thanks for the offer! If we need that I'll let you know. Hopefully we can get access to this platform.  
    Thanks for the offer! If we need that I'll let you know.
    Hopefully we can get access to this platform.  


* gccxml
* gccxml

Revision as of 09:55, 23 June 2014

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


Failures

  • 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)
  • 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
  • luajit
    • port needed
  • pl
    • unable to find libjvm
    • openjdk 7 -> 8 transition
  • sunpinyin
    • DONE
    • need to upstream
  • xosview
    • DONE
    • need to upstream
  • libgda
    • DONE, merged
  • ogre
    • 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)
  • gnome-abrt
    • 0.3.7-1 succeeded
  • community-mysql
    • ICE

Useful hints

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

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