Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 355461 - make preserve_old_lib_notify* optionally no-op
Summary: make preserve_old_lib_notify* optionally no-op
Status: RESOLVED DUPLICATE of bug 326275
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Eclasses (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Gentoo Linux bug wranglers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-02-18 18:06 UTC by Łukasz Michalik
Modified: 2011-02-18 20:22 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 Łukasz Michalik 2011-02-18 18:06:31 UTC
I would make keeping linkage in binaries correct a lot easier.  DISABLE_PRESERVE_OLD_LIB=yes in the env or such.
Comment 1 Jeremy Olexa (darkside) (RETIRED) archtester gentoo-dev Security 2011-02-18 18:10:50 UTC
I do something like:

% cat /etc/portage/bashrc 
preserve_old_lib() {
        einfo "Overriding preserve_old_lib because it is useless"
}

I assume it is working as I want, but haven't actually verified.
Comment 2 Łukasz Michalik 2011-02-18 18:23:34 UTC
Thought about it too, but bashrc is way too early to be able to overwrite an eclass.
Comment 3 Jeremy Olexa (darkside) (RETIRED) archtester gentoo-dev Security 2011-02-18 19:59:32 UTC
(In reply to comment #2)
> Thought about it too, but bashrc is way too early to be able to overwrite an
> eclass.

Nope, it works. I just verified with the dev-portage team. :)
Comment 4 Łukasz Michalik 2011-02-18 20:22:55 UTC
That is exactly what I mean.  Sorry for not finding it before.

*** This bug has been marked as a duplicate of bug 326275 ***