Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 504120 - sys-devel/binutils-config: binutils-config should source functions.sh from /lib/gentoo/functions.sh
Summary: sys-devel/binutils-config: binutils-config should source functions.sh from /l...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Core system (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Gentoo Toolchain Maintainers
URL:
Whiteboard:
Keywords: QAcanfix
: 524582 (view as bug list)
Depends on:
Blocks: init.d_functions.sh
  Show dependency tree
 
Reported: 2014-03-10 20:36 UTC by Kirill Elagin
Modified: 2014-12-30 15:31 UTC (History)
4 users (show)

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 Kirill Elagin 2014-03-10 20:36:05 UTC
See bug 504116.
Comment 1 Mart Raudsepp gentoo-dev 2014-10-06 03:04:43 UTC
*** Bug 524582 has been marked as a duplicate of this bug. ***
Comment 2 Michał Górny archtester Gentoo Infrastructure gentoo-dev Security 2014-12-21 19:12:59 UTC
<QA hat>

This is a trivial fix that doesn't come with any real backwards compatibility dangers. In fact, it improves safety of packages through replacing implicit dependency on private API of a medium-sized package by explicit dependency on small, dedicated package.

That said, 9 months (1.5yr in case of glibc) to apply the fix is definitely too long. Therefore, I'm setting a deadline on fixing the remaining bugs to 2014-12-27. If the bugs aren't fixed till that point, I will be committing simple 'sed' statements to replace the inherits.

</QA hat>
Comment 3 Anthony Basile gentoo-dev 2014-12-30 15:31:41 UTC
This should be fixed in binutils-config-4-r1 and above.

@vapier, please take a look at:

http://sources.gentoo.org/cgi-bin/viewvc.cgi/gentoo-x86/sys-devel/binutils-config/files/binutils-config-4?r1=1.1&r2=1.2

and 

http://sources.gentoo.org/cgi-bin/viewvc.cgi/gentoo-x86/sys-devel/binutils-config/binutils-config-4-r1.ebuild?revision=1.1&view=markup

BTW, neat trick with cvsver and $Header.  We'll probably need a git hook if you want to keep doing something like that after the git migration.