|
Bugzilla – Full Text Bug Listing |
| Summary: | FTBFS: valgrind fails to build on ppc64 | ||
|---|---|---|---|
| Product: | [openSUSE] openSUSE Tumbleweed | Reporter: | Dominique Leuenberger <dimstar> |
| Component: | Other | Assignee: | Dirk Mueller <dmueller> |
| Status: | RESOLVED FIXED | QA Contact: | E-mail List <qa-bugs> |
| Severity: | Normal | ||
| Priority: | P3 - Medium | CC: | dleuenberger |
| Version: | Current | ||
| Target Milestone: | --- | ||
| Hardware: | Other | ||
| OS: | Other | ||
| Whiteboard: | |||
| Found By: | --- | Services Priority: | |
| Business Priority: | Blocker: | --- | |
| Marketing QA Status: | --- | IT Deployment: | --- |
| Bug Depends on: | |||
| Bug Blocks: | 1205401 | ||
|
Description
Dominique Leuenberger
2022-12-01 10:28:17 UTC
I filed this upstream https://bugs.kde.org/show_bug.cgi?id=469049 I think I'll just disable ppc64 for now. (In reply to Dominique Leuenberger from comment #0) > The issue was identified while debugging > https://bugzilla.opensuse.org/show_bug.cgi?id=1205401 > > https://build.opensuse.org/package/show/openSUSE:Factory:PowerPC/valgrind > fails to build on ppc64 > > Build log available at > https://build.opensuse.org/package/live_build_log/openSUSE:Factory:PowerPC/ > valgrind/standard/ppc64 Thake this into account then: > osc whatdependson openSUSE:Factory:PowerPC valgrind standard ppc64 valgrind : Bear anjuta coreutils:testsuite efl gssproxy gtksourceview4 gtksourceview5 installation-images:MicroOS installation-images:openSUSE jq libcdada libinsane libratbag notmuch petsc:gnu-mpich-hpc petsc:gnu-mvapich2-hpc petsc:gnu-openmpi-hpc petsc:gnu-openmpi2-hpc petsc:gnu-openmpi3-hpc petsc:gnu-openmpi4-hpc petsc:openmpi2 petsc:openmpi3 petsc:openmpi4 petsc:serial yubico-piv-tool (In reply to Dominique Leuenberger from comment #2) > Thake this into account then: > > osc whatdependson openSUSE:Factory:PowerPC valgrind standard ppc64 > valgrind : right, but those are not able to build currently either? I agree ideally it would be be fixed. (In reply to Dirk Mueller from comment #3) > (In reply to Dominique Leuenberger from comment #2) > > > Thake this into account then: > > > osc whatdependson openSUSE:Factory:PowerPC valgrind standard ppc64 > > valgrind : > > right, but those are not able to build currently either? I agree ideally it > would be be fixed. Most of them have binaries left - but indeed do not manage to rebuild. e.g. gtksourceview5: unresolvable: nothing provides glibc < 2.36 needed by valgrind, (got version 2.37-3.1) (last successful build was 2022-05-10 16:13:45 UTC 12 months ago ) disabled LTO on ppc64 which works around the build/link failure. |