Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 643162 - sys-devel/crossdev: clean out /usr/bin/${CHOST}-gcov-{dump,tool}
Summary: sys-devel/crossdev: clean out /usr/bin/${CHOST}-gcov-{dump,tool}
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Gentoo Crossdev team
URL:
Whiteboard:
Keywords: PATCH
Depends on:
Blocks:
 
Reported: 2018-01-02 19:08 UTC by hanetzer
Modified: 2018-01-06 18:07 UTC (History)
0 users

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


Attachments
gcov-dump-tool-clean.patch (file_643162.txt,598 bytes, text/plain)
2018-01-02 19:08 UTC, hanetzer
Details

Note You need to log in before you can comment on or make changes to this bug.
Description hanetzer 2018-01-02 19:08:50 UTC
Created attachment 512886 [details]
gcov-dump-tool-clean.patch

These files are left behind after using `crossdev -C ${CHOST}` and should be
cleaned. the files are copies of /usr/$libdir/misc/gcc-config per this script:

(sha1=$(sha1sum /usr/lib64/misc/gcc-config | sed -e 's/ .*$//'); for x in /usr/lib64/misc/gcc-config /usr/bin/*; do [[ -f ${x} ]] && sha1sum "${x}" | grep "${sha1}"; done)

and should be safe to delete.
Comment 1 Larry the Git Cow gentoo-dev 2018-01-05 23:27:00 UTC
The bug has been closed via the following commit(s):

https://gitweb.gentoo.org/proj/crossdev.git/commit/?id=0f5332fd4238765abe37647e70e9adaa09887574

commit 0f5332fd4238765abe37647e70e9adaa09887574
Author:     Sergei Trofimovich <slyfox@gentoo.org>
AuthorDate: 2018-01-05 23:23:55 +0000
Commit:     Sergei Trofimovich <slyfox@gentoo.org>
CommitDate: 2018-01-05 23:23:55 +0000

    crossdev: uninstall gcov-{dump,tool} gprof, bug #643162
    
    What hanetzer writes:
    """
    These files are left behind after using `crossdev -C ${CHOST}` and should be
    cleaned. the files are copies of /usr/$libdir/misc/gcc-config and should be
    safe to delete.
    """
    
    Closes: https://bugs.gentoo.org/643162
    Fixed-by: hanetzer@startmail.com
    Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>

 crossdev | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
Comment 2 Sergei Trofimovich (RETIRED) gentoo-dev 2018-01-05 23:28:04 UTC
Pulled as-is. Thank you!

Will cut new crossdev release over the weekend.
Comment 3 Larry the Git Cow gentoo-dev 2018-01-06 18:07:49 UTC
The bug has been closed via the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fa9f067257d25779630a5818d8fc3702eaf90e62

commit fa9f067257d25779630a5818d8fc3702eaf90e62
Author:     Sergei Trofimovich <slyfox@gentoo.org>
AuthorDate: 2018-01-06 18:07:33 +0000
Commit:     Sergei Trofimovich <slyfox@gentoo.org>
CommitDate: 2018-01-06 18:07:43 +0000

    sys-devel/crossdev: bump up to 20180105
    
    Closes: https://bugs.gentoo.org/643162
    Closes: https://bugs.gentoo.org/553988
    Package-Manager: Portage-2.3.19, Repoman-2.3.6

 sys-devel/crossdev/Manifest                 |  1 +
 sys-devel/crossdev/crossdev-20180105.ebuild | 35 +++++++++++++++++++++++++++++
 2 files changed, 36 insertions(+)