Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 908110 - [guru] sys-apps/corefreq-1.96.3 USE=systemd corefreq.service file missing
Summary: [guru] sys-apps/corefreq-1.96.3 USE=systemd corefreq.service file missing
Status: RESOLVED FIXED
Alias: None
Product: GURU
Classification: Unclassified
Component: Package issues (show other bugs)
Hardware: All Linux
: Normal minor
Assignee: Vitaly Zdanevich
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2023-06-09 12:47 UTC by Thomas Posch
Modified: 2024-02-28 07:19 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 Thomas Posch 2023-06-09 12:47:54 UTC
sys-apps/corefreq-1.96.3 fails to install with USE=systemd because the `corefreq.service` file is missing.

Reproducible: Always




>>> Install sys-apps/corefreq-1.96.3 into /mnt/tmpfs/portage/sys-apps/corefreq-1.96.3/image
 * Installing corefreqk module
 * Preparing file for modprobe.d ...
 [ ok ]
Traceback (most recent call last):
  File "/usr/lib/portage/python3.11/doins.py", line 609, in <module>
    sys.exit(main(sys.argv[1:]))
             ^^^^^^^^^^^^^^^^^^
  File "/usr/lib/portage/python3.11/doins.py", line 598, in main
    if _doins(
       ^^^^^^^
  File "/usr/lib/portage/python3.11/doins.py", line 441, in _doins
    return install_runner.install_file(source, os.path.dirname(dest))
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/lib/portage/python3.11/doins.py", line 375, in install_file
    return self._ins_runner.run(source, dest_dir)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/lib/portage/python3.11/doins.py", line 183, in run
    sstat = os.stat(source)
            ^^^^^^^^^^^^^^^
FileNotFoundError: [Errno 2] No such file or directory: b'corefreq.service'
 * ERROR: sys-apps/corefreq-1.96.3::guru failed (install phase):
 *   doins failed
Comment 1 Larry the Git Cow gentoo-dev 2024-02-28 07:19:01 UTC
The bug has been closed via the following commit(s):

https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=7da437f9c58f9aab56d4b1392032001088bf18c7

commit 7da437f9c58f9aab56d4b1392032001088bf18c7
Author:     Vitaly Zdanevich <zdanevich.vitaly@ya.ru>
AuthorDate: 2024-02-27 20:26:09 +0000
Commit:     Vitaly Zdanevich <zdanevich.vitaly@ya.ru>
CommitDate: 2024-02-27 20:26:09 +0000

    sys-apps/corefreq: fix installing of systemd service
    
    Closes: https://bugs.gentoo.org/show_bug.cgi?id=908110
    Signed-off-by: Vitaly Zdanevich <zdanevich.vitaly@ya.ru>

 sys-apps/corefreq/corefreq-1.96.3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)