Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 509244 - dev-util/patchelf-0.8 version bump
Summary: dev-util/patchelf-0.8 version bump
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Development (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Justin Lecher (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-05-01 09:23 UTC by Joakim Tjernlund
Modified: 2014-05-01 15:13 UTC (History)
0 users

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


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Joakim Tjernlund 2014-05-01 09:23:36 UTC
There is a new release of patchelf:

http://releases.nixos.org/patchelf/patchelf-0.8/

Reproducible: Always
Comment 1 Justin Lecher (RETIRED) gentoo-dev 2014-05-01 13:44:12 UTC
*patchelf-0.8 (01 May 2014)
+
+  01 May 2014; Justin Lecher <jlec@gentoo.org> patchelf-0.6.ebuild,
+  patchelf-0.6-r1.ebuild, +patchelf-0.8.ebuild:
+  Verison Bump, #509244
+
Comment 2 Joakim Tjernlund 2014-05-01 14:43:15 UTC
That was fast! :)

FYI, I noticed two new options from the README in the src:
* Add a declared dependency on a dynamic library (DT_NEEDED):
  $ patchelf --add-needed libfoo.so.1 my-program
  
  This option can be give multiple times.

* Replace a declared dependency on a dynamic library with another one (DT_NEEDED):
  $ patchelf --replace-needed liboriginal.so.1 libreplacement.so.1 my-program
  
  This option can be give multiple times.

I don't see these documented in the manual.
Comment 3 Justin Lecher (RETIRED) gentoo-dev 2014-05-01 15:03:03 UTC
(In reply to Joakim Tjernlund from comment #2)
> That was fast! :)
> 
> FYI, I noticed two new options from the README in the src:
> * Add a declared dependency on a dynamic library (DT_NEEDED):
>   $ patchelf --add-needed libfoo.so.1 my-program
>   
>   This option can be give multiple times.
> 
> * Replace a declared dependency on a dynamic library with another one
> (DT_NEEDED):
>   $ patchelf --replace-needed liboriginal.so.1 libreplacement.so.1 my-program
>   
>   This option can be give multiple times.
> 
> I don't see these documented in the manual.

could you report this upstream?
Comment 4 Joakim Tjernlund 2014-05-01 15:13:47 UTC
I did, stuck in the mail list moderator currently. I guess they will let me out
eventually.