Bug 1205923

Summary: FTBFS: valgrind fails to build on ppc64
Product: [openSUSE] openSUSE Tumbleweed Reporter: Dominique Leuenberger <dimstar>
Component: OtherAssignee: 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    

Comment 1 Dirk Mueller 2023-04-27 12:14:34 UTC
I filed this upstream https://bugs.kde.org/show_bug.cgi?id=469049

I think I'll just disable ppc64 for now.
Comment 2 Dominique Leuenberger 2023-04-27 12:16:11 UTC
(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
Comment 3 Dirk Mueller 2023-04-27 12:28:51 UTC
(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.
Comment 4 Dominique Leuenberger 2023-04-27 13:35:59 UTC
(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 )
Comment 5 Dirk Mueller 2023-05-18 13:11:12 UTC
disabled LTO on ppc64 which works around the build/link failure.