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

Bug 504754

Summary: sys-process/procps - migrate to multilib
Product: Gentoo Linux Reporter: David Heidelberg (okias) <david>
Component: [OLD] Core systemAssignee: Gentoo's Team for Core System packages <base-system>
Status: RESOLVED WONTFIX    
Severity: normal    
Priority: Normal    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---
Bug Depends on:    
Bug Blocks: 454644    
Attachments: procps-3.3.9-r2-RFC.ebuild
procps-3.3.9-multilibutize.patch

Description David Heidelberg (okias) 2014-03-16 02:39:10 UTC
$TODO, needed for apitrace-git

Reproducible: Always
Comment 1 David Heidelberg (okias) 2014-03-16 02:51:40 UTC
Created attachment 372780 [details, diff]
procps-3.3.9-r2-RFC.ebuild

 # ldd /usr/lib32/libprocps.so.3.0.0
        linux-gate.so.1 (0xf775d000)
        libdl.so.2 => /lib32/libdl.so.2 (0xf7705000)
        libc.so.6 => /lib32/libc.so.6 (0xf7559000)
        /lib/ld-linux.so.2 (0xf775e000)

I guess could be add if ! build_native_binaries ; then "build without everyting"..
Comment 2 Greg Turner 2014-03-18 13:47:09 UTC
Created attachment 372934 [details, diff]
procps-3.3.9-multilibutize.patch

Here's a multilib-minimal-based implementation, expressed as a patch relative to gx86's version.
Comment 3 David Heidelberg (okias) 2014-10-04 20:46:04 UTC
https://github.com/okias/ixit/blob/master/sys-process/procps/procps-3.3.10-r2.ebuild updated multilib

P.S. add REQUIRED_USE, this missing in gx86 version: https://github.com/okias/ixit/commit/8c742056b7b3952133f48287e39a51ae5e00f017
Comment 4 Matt Turner gentoo-dev 2019-07-10 17:32:35 UTC
The gui/cli apps in apitrace are only built for the native ABI, so procps is only needed for the native ABI.