Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 886985

Summary: app-shells/pdsh-2.26-r1 does not build
Product: Gentoo Linux Reporter: Jocelyn Mayer <l_indien>
Component: Current packagesAssignee: Gentoo Cluster Team <cluster>
Status: UNCONFIRMED ---    
Severity: normal CC: l_indien
Priority: Normal Keywords: EBUILD
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---
Attachments: output from emerge --info =app-shells/pdsh-2.26-r1
Build log with failure
Ebuild patch proposal to fix the build

Description Jocelyn Mayer 2022-12-18 14:04:57 UTC
Emerge of pdsh-2.26-r1 fails with multiple errors during ltdl.c compilation.
This seems to be due to deprecated configure / Makefile / m4 macros.
Adding a src_prepare function which would remove the deprecated files, patch two of the remaining ones and calling eautoreconf seems to solve this issue.

Reproducible: Always

Steps to Reproduce:
1. Try to emerge pdsh-2.26-r1

Actual Results:  
Build stops with compilation errors.

Expected Results:  
Build to succeed
Comment 1 Jocelyn Mayer 2022-12-18 14:05:51 UTC
Created attachment 843401 [details]
output from emerge --info =app-shells/pdsh-2.26-r1
Comment 2 Jocelyn Mayer 2022-12-18 14:06:23 UTC
Created attachment 843403 [details]
Build log with failure
Comment 3 Jocelyn Mayer 2022-12-18 14:07:01 UTC
Created attachment 843405 [details, diff]
Ebuild patch proposal to fix the build