From Fedora Project Wiki
< Architectures | PowerPC
(→Tasks) |
No edit summary |
||
(57 intermediate revisions by 6 users not shown) | |||
Line 1: | Line 1: | ||
== Koji shadow logs and comparisons and configs == | |||
* http://fedora.roving-it.com/shadow/ | |||
* https://pagure.io/koji-shadow-configs | |||
== Failed builds == | == Failed builds == | ||
* To do... | * To do... | ||
Line 12: | Line 16: | ||
! Package !! Problem !! Who !! Bugzilla !! Notes !! Resolved in build | ! Package !! Problem !! Who !! Bugzilla !! Notes !! Resolved in build | ||
|- | |- | ||
| | | emacs || emacs-25.0.95-1.fc25 || sinnykumari || [https://bugzilla.redhat.com/show_bug.cgi?id=1356919 1356919] || http://ppc.koji.fedoraproject.org/koji/taskinfo?taskID=3532204 - intentional change in glibc, needs more memory (16G) on the builders, https://sourceware.org/ml/libc-alpha/2016-07/msg00371.html || emacs-25.0.95-3.fc25 | ||
|- | |||
| postgresql-odbc || N/A || pkg owner || [https://bugzilla.redhat.com/show_bug.cgi?id=1350486 1350486] || affects all secondaries || | |||
|- | |||
| mpi4py || N/A || menantea || || relative to: https://github.com/open-mpi/ompi/issues/1446 - corrected with OpenMPI-1.10.3 - mpi4py-2.0.0-4 build ok http://ppc.koji.fedoraproject.org/koji/taskinfo?taskID=3512284 || openMPI-1.10.3-1 | |||
|- | |||
| pypy || pypy-5.0.1-2 f24/25 : testsuite || menantea || || both pypy-5.0.1-2.fc2[45] - pypy needs bootstrap - change spec with: "%global use_self_when_building 0", build and install pypy bootstraped and rebuild pypy with "%global use_self_when_building 1" (tested on ppc64 with gcc-6.1.1-3 and glibc-2.23.90-27) || needs bootstrap | |||
|- | |- | ||
| | | skopeo || golang, potentially just needs macros updated || || || looks as ppc64 golang deficiency, ppc64le doesn't have the problem ... || | ||
|- | |- | ||
| | | pioneer || x86-specific asm || rfonseca || [https://bugzilla.redhat.com/show_bug.cgi?id=1369169 1369169] || Proposed to ExcludeArch for Power and s390 || | ||
|- | |- | ||
| | | mariadb || encryption test failures: [[ http://ppc.koji.fedoraproject.org/koji/taskinfo?taskID=3543064 ]] || || menantea || exclude of the 4 tests failing in ppc64 - build underway - if problem is on s390 also, bug [https://bugzilla.redhat.com/show_bug.cgi?id=1149647 1149647] can be used (s390 exclude list used also for ppc64) - check on ppc64le needs to be done too || | ||
|- | |- | ||
| | | git || emacs memory exhaustion [[ http://ppc.koji.fedoraproject.org/koji/taskinfo?taskID=3545166 ]] || sinnykumari || || N/A || git-2.9.1-1.fc25 | ||
|- | |- | ||
| | | ruby || tests fail [[ http://ppc.koji.fedoraproject.org/koji/taskinfo?taskID=3545175 ]] || || || N/A || | ||
|- | |- | ||
| | | Field3D || failure on ppc64 [[ http://ppc.koji.fedoraproject.org/koji/taskinfo?taskID=3616323 ]] || rfonseca || [https://bugzilla.redhat.com/show_bug.cgi?id=1369162 1369162] || endianness issues on unit tests || | ||
|- | |- | ||
| | | ocaml-tplib || failure on ppc64le [[ http://ppc.koji.fedoraproject.org/koji/taskinfo?taskID=3642666 ]] || || [https://bugzilla.redhat.com/show_bug.cgi?id=1292969 1292969] || || | ||
|- | |- | ||
| python-matplotlib || failure on Power64 (other AltArch too) [[ http://ppc.koji.fedoraproject.org/koji/taskinfo?taskID=3642450 ]] || || || || | |||
|- | |||
| rust || engage with maintainer to enable on all Tier 2 arches (alt arches)|| || || || | |||
|- | |||
| rubygem-kgio || looks like a TCP fast start test failure, could be some other failure || || [https://bugzilla.redhat.com/show_bug.cgi?id=1326250 1326250] || || | |||
|- | |||
| python-blosc || Exception("py-cpuinfo currently only works on X86 and some ARM CPUs.") - since 1.3.3 || || || || | |||
|- | |||
| v8 || error around "src/base/atomicops_internals_x86_gcc.cc" || || AltArches || || | |||
|- | |||
| || || || || || | |||
|- | |||
|} | |} | ||
Latest revision as of 12:38, 16 September 2016
Koji shadow logs and comparisons and configs
Failed builds
- To do...
Tracker bugs
- ppc64/ppc64le = https://bugzilla.redhat.com/show_bug.cgi?id=1071880
Tasks
- Higher on list mean higher priority
Package | Problem | Who | Bugzilla | Notes | Resolved in build |
---|---|---|---|---|---|
emacs | emacs-25.0.95-1.fc25 | sinnykumari | 1356919 | http://ppc.koji.fedoraproject.org/koji/taskinfo?taskID=3532204 - intentional change in glibc, needs more memory (16G) on the builders, https://sourceware.org/ml/libc-alpha/2016-07/msg00371.html | emacs-25.0.95-3.fc25 |
postgresql-odbc | N/A | pkg owner | 1350486 | affects all secondaries | |
mpi4py | N/A | menantea | relative to: https://github.com/open-mpi/ompi/issues/1446 - corrected with OpenMPI-1.10.3 - mpi4py-2.0.0-4 build ok http://ppc.koji.fedoraproject.org/koji/taskinfo?taskID=3512284 | openMPI-1.10.3-1 | |
pypy | pypy-5.0.1-2 f24/25 : testsuite | menantea | both pypy-5.0.1-2.fc2[45] - pypy needs bootstrap - change spec with: "%global use_self_when_building 0", build and install pypy bootstraped and rebuild pypy with "%global use_self_when_building 1" (tested on ppc64 with gcc-6.1.1-3 and glibc-2.23.90-27) | needs bootstrap | |
skopeo | golang, potentially just needs macros updated | looks as ppc64 golang deficiency, ppc64le doesn't have the problem ... | |||
pioneer | x86-specific asm | rfonseca | 1369169 | Proposed to ExcludeArch for Power and s390 | |
mariadb | encryption test failures: [[ http://ppc.koji.fedoraproject.org/koji/taskinfo?taskID=3543064 ]] | menantea | exclude of the 4 tests failing in ppc64 - build underway - if problem is on s390 also, bug 1149647 can be used (s390 exclude list used also for ppc64) - check on ppc64le needs to be done too | ||
git | emacs memory exhaustion [[ http://ppc.koji.fedoraproject.org/koji/taskinfo?taskID=3545166 ]] | sinnykumari | N/A | git-2.9.1-1.fc25 | |
ruby | tests fail [[ http://ppc.koji.fedoraproject.org/koji/taskinfo?taskID=3545175 ]] | N/A | |||
Field3D | failure on ppc64 [[ http://ppc.koji.fedoraproject.org/koji/taskinfo?taskID=3616323 ]] | rfonseca | 1369162 | endianness issues on unit tests | |
ocaml-tplib | failure on ppc64le [[ http://ppc.koji.fedoraproject.org/koji/taskinfo?taskID=3642666 ]] | 1292969 | |||
python-matplotlib | failure on Power64 (other AltArch too) [[ http://ppc.koji.fedoraproject.org/koji/taskinfo?taskID=3642450 ]] | ||||
rust | engage with maintainer to enable on all Tier 2 arches (alt arches) | ||||
rubygem-kgio | looks like a TCP fast start test failure, could be some other failure | 1326250 | |||
python-blosc | Exception("py-cpuinfo currently only works on X86 and some ARM CPUs.") - since 1.3.3 | ||||
v8 | error around "src/base/atomicops_internals_x86_gcc.cc" | AltArches | |||
Detailed plans
- To do...
Various notes
- To do...