Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 504754 - sys-process/procps - migrate to multilib
Summary: sys-process/procps - migrate to multilib
Status: RESOLVED WONTFIX
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Core system (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Gentoo's Team for Core System packages
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: gx86-multilib
  Show dependency tree
 
Reported: 2014-03-16 02:39 UTC by David Heidelberg (okias)
Modified: 2019-07-10 17:32 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments
procps-3.3.9-r2-RFC.ebuild (procps-3.3.9-r2.ebuild,1.80 KB, patch)
2014-03-16 02:51 UTC, David Heidelberg (okias)
Details | Diff
procps-3.3.9-multilibutize.patch (procps-3.3.9-multilibutize.patch,1.58 KB, patch)
2014-03-18 13:47 UTC, Greg Turner
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
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.