From Fedora Project Wiki
Line 11: Line 11:
* (s390) mozc - segfault during build, looks like the code is not big-endian safe (some suspicious pointers in traceback) - converter/sparse_connector.cc is one candidate for unsafe type conversions
* (s390) mozc - segfault during build, looks like the code is not big-endian safe (some suspicious pointers in traceback) - converter/sparse_connector.cc is one candidate for unsafe type conversions
* (s390) protobuf - missing protobuf-java subpackage blocks a lot of other stuff
* (s390) protobuf - missing protobuf-java subpackage blocks a lot of other stuff
* (s390, ppc) ykpers - a test failing on assertions (expecting char is signed, expecting little endian order)
* (s390, ppc) <del>ykpers</del> - a test failing on assertions (expecting char is signed, expecting little endian order)

Revision as of 21:17, 29 April 2011

Packages with known build issues

These package have known issues during build in rawhide, but they are expected to be solved in the foreseeable future. They are now listed in the temporary "ignorelist" in koji-shadow.

  • syncevolution - fails on s390 because size_t != unsigned int there, reported as https://bugs.meego.com/show_bug.cgi?id=13201
  • stage <- player - dependency on FireWire pkgs is removed in rawhide in dist-git, now waits on opencv FTBFS due gcc 4.6
  • meego-panel-zones <- mutter-mbl - not compatible with gtk3
  • shotwell - not compatible with vala 0.11, was built with vala 0.10 in primary koji
  • lush - FPU HW control code not compatible with non-x86 (patch exists) + overflow during relocation
  • (s390, ppc) ClanLib06 - tolua++ crashes with segfault on 32-bit in the lua interpreter (*pc is set to 0x11, dereferencing fails)
  • (s390, ppc) suricata - can't find pcre headers during configure run => -march=native was used in compiler flags
  • (s390) mozc - segfault during build, looks like the code is not big-endian safe (some suspicious pointers in traceback) - converter/sparse_connector.cc is one candidate for unsafe type conversions
  • (s390) protobuf - missing protobuf-java subpackage blocks a lot of other stuff
  • (s390, ppc) ykpers - a test failing on assertions (expecting char is signed, expecting little endian order)