Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 922206 - app-misc/hyfetch-1.4.11 installs unexpected files/directories in the site-packages directory (GCC-14-SYSTEM)
Summary: app-misc/hyfetch-1.4.11 installs unexpected files/directories in the site-pac...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Bailey Kasin
URL:
Whiteboard:
Keywords: PullRequest
Depends on:
Blocks: 921650
  Show dependency tree
 
Reported: 2024-01-16 09:59 UTC by Agostino Sarubbo
Modified: 2024-05-13 18:42 UTC (History)
1 user (show)

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


Attachments
build.log (build.log,457.88 KB, text/plain)
2024-01-16 09:59 UTC, Agostino Sarubbo
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Agostino Sarubbo gentoo-dev 2024-01-16 09:59:49 UTC
https://blogs.gentoo.org/ago/2020/07/04/gentoo-tinderbox/

Issue: app-misc/hyfetch-1.4.11 installs unexpected files/directories in the site-packages directory (GCC-14-SYSTEM).
Discovered on: amd64 (internal ref: gcc14_tinderbox)

NOTE:
(GCC-14-SYSTEM) in the summary means that the bug was found on a machine that runs gcc-14 but this bug MAY or MAY NOT BE related to the new compiler
Comment 1 Agostino Sarubbo gentoo-dev 2024-01-16 09:59:52 UTC
Created attachment 882399 [details]
build.log

build log and emerge --info
Comment 2 Larry the Git Cow gentoo-dev 2024-05-13 18:42:17 UTC
The bug has been closed via the following commit(s):

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

commit c54f3d3ea841308bf0b11594f43d08ca330417a1
Author:     Bailey Kasin <baileykasin@gmail.com>
AuthorDate: 2024-05-05 23:06:42 +0000
Commit:     Joonas Niilola <juippis@gentoo.org>
CommitDate: 2024-05-13 18:42:09 +0000

    app-misc/hyfetch: remove unexpected directory in site-packages
    
    Closes: https://bugs.gentoo.org/922206
    Removes site-packages/tools which wasn't supposed to be included at all,
    installs the contents of site-packages/hyfetch/scripts to the proper
    locations and deletes the folder. This has the addded benefit of
    bringing this version of the package more inline with how other distros
    package this project.
    
    Signed-off-by: Bailey Kasin <baileykasin@gmail.com>
    Closes: https://github.com/gentoo/gentoo/pull/36577
    Signed-off-by: Joonas Niilola <juippis@gentoo.org>

 .../hyfetch/files/hyfetch-1.4.11-neofetch.patch    |  22 ++++
 .../hyfetch/files/hyfetch-1.4.11-pyproject.patch   | 116 ++++++++++++++++++++
 .../hyfetch/files/hyfetch-9999-pyproject.patch     | 117 +++++++++++++++++++++
 ...etch-1.4.11.ebuild => hyfetch-1.4.11-r1.ebuild} |  22 +++-
 app-misc/hyfetch/hyfetch-9999.ebuild               |  24 ++++-
 5 files changed, 296 insertions(+), 5 deletions(-)