Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 926816 - x11-misc/safeeyes-2.1.6-r2 installs unexpected files/directories in the site-packages directory
Summary: x11-misc/safeeyes-2.1.6-r2 installs unexpected files/directories in the site-...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal
Assignee: Sebastian Pipping
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: 921650
  Show dependency tree
 
Reported: 2024-03-12 08:13 UTC by Agostino Sarubbo
Modified: 2024-03-14 21:12 UTC (History)
1 user (show)

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


Attachments
build.log (build.log,515.15 KB, text/plain)
2024-03-12 08:13 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-03-12 08:13:07 UTC
https://blogs.gentoo.org/ago/2020/07/04/gentoo-tinderbox/

Issue: x11-misc/safeeyes-2.1.6-r2 installs unexpected files/directories in the site-packages directory.
Discovered on: amd64 (internal ref: clang-lld_tinderbox)
System: CLANG-LLD (https://wiki.gentoo.org/wiki/Project:Tinderbox/Common_Issues_Helper#CLANG-LLD)

Info about the issue:
https://wiki.gentoo.org/wiki/Project:Tinderbox/Common_Issues_Helper#QA0078
Comment 1 Agostino Sarubbo gentoo-dev 2024-03-12 08:13:08 UTC
Created attachment 887445 [details]
build.log

build log and emerge --info
Comment 2 Sebastian Pipping gentoo-dev 2024-03-14 19:43:58 UTC
I confirm, something is off for sure.  It's about these files…

# qlist safeeyes | sed 's,^.\+/usr/,/usr/,' | sort | uniq -c | sort -n -r | grep -vE '^ *1 ' | sort
      3 /usr/share/applications/io.github.slgobinath.SafeEyes.desktop
      3 /usr/share/icons/hicolor/128x128/apps/io.github.slgobinath.SafeEyes.png
      3 /usr/share/icons/hicolor/16x16/apps/io.github.slgobinath.SafeEyes.png
      3 /usr/share/icons/hicolor/16x16/status/io.github.slgobinath.SafeEyes-disabled.png
      3 /usr/share/icons/hicolor/16x16/status/io.github.slgobinath.SafeEyes-enabled.png
      3 /usr/share/icons/hicolor/16x16/status/io.github.slgobinath.SafeEyes-timer.png
      3 /usr/share/icons/hicolor/24x24/apps/io.github.slgobinath.SafeEyes.png
      3 /usr/share/icons/hicolor/24x24/status/io.github.slgobinath.SafeEyes-disabled.png
      3 /usr/share/icons/hicolor/24x24/status/io.github.slgobinath.SafeEyes-enabled.png
      3 /usr/share/icons/hicolor/24x24/status/io.github.slgobinath.SafeEyes-timer.png
      3 /usr/share/icons/hicolor/32x32/apps/io.github.slgobinath.SafeEyes.png
      3 /usr/share/icons/hicolor/32x32/status/io.github.slgobinath.SafeEyes-disabled.png
      3 /usr/share/icons/hicolor/32x32/status/io.github.slgobinath.SafeEyes-enabled.png
      3 /usr/share/icons/hicolor/48x48/apps/io.github.slgobinath.SafeEyes.png
      3 /usr/share/icons/hicolor/48x48/status/io.github.slgobinath.SafeEyes-disabled.png
      3 /usr/share/icons/hicolor/48x48/status/io.github.slgobinath.SafeEyes-enabled.png
      3 /usr/share/icons/hicolor/64x64/apps/io.github.slgobinath.SafeEyes.png

…below each of:

  /usr/lib/python3.10/site-packages/usr
  /usr/lib/python3.11/site-packages/usr
  /usr/lib/python3.12/site-packages/usr
Comment 3 Larry the Git Cow gentoo-dev 2024-03-14 21:12:18 UTC
The bug has been closed via the following commit(s):

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

commit 07a8db8179d87bfb26d091aa2b329d58c31993db
Author:     Sebastian Pipping <sping@gentoo.org>
AuthorDate: 2024-03-14 20:54:48 +0000
Commit:     Sebastian Pipping <sping@gentoo.org>
CommitDate: 2024-03-14 21:11:53 +0000

    x11-misc/safeeyes: Move assets and .desktop file in place
    
    Closes: https://bugs.gentoo.org/926816
    Signed-off-by: Sebastian Pipping <sping@gentoo.org>

 x11-misc/safeeyes/safeeyes-2.1.6-r3.ebuild | 64 ++++++++++++++++++++++++++++++
 1 file changed, 64 insertions(+)