Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 916097 - app-admin/ryzen_smu-0.1.5: version bump
Summary: app-admin/ryzen_smu-0.1.5: version bump
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal
Assignee: No maintainer - Look at https://wiki.gentoo.org/wiki/Project:Proxy_Maintainers if you want to take care of it
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2023-10-22 03:15 UTC by Gary E. Miller
Modified: 2023-10-23 20:34 UTC (History)
2 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 Gary E. Miller 2023-10-22 03:15:29 UTC
Gentoo has version 0.1.2 from github:


claire ~ # eix  ryzen_smu
[I] app-admin/ryzen_smu
     Available versions:  (~)0.1.2 (~)0.1.2_p20210627 0.1.2_p20211205 0.1.2_p20211205-r1 {dist-kernel modules-sign +strip}
     Installed versions:  0.1.2_p20211205-r1(08:00:50 PM 10/21/2023)(strip -dist-kernel -modules-sign)
     Homepage:            https://github.com/leogx9r/ryzen_smu
     Description:         Kernel driver for AMD Ryzen's System Management Unit



But the latest is 0.1.5 on gitlab:

https://gitlab.com/leogx9r/ryzen_smu

I need an update so my "AMD Ryzen 7 7735U" will work.
Comment 1 Larry the Git Cow gentoo-dev 2023-10-22 16:41:44 UTC
The bug has been closed via the following commit(s):

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

commit 64cb5946d3ffd59181b4a09e0cff32ca148ee2e8
Author:     Jonas Stein <jstein@gentoo.org>
AuthorDate: 2023-10-22 16:39:41 +0000
Commit:     Jonas Stein <jstein@gentoo.org>
CommitDate: 2023-10-22 16:40:47 +0000

    app-admin/ryzen_smu: add 0.1.5
    
    Closes: https://bugs.gentoo.org/916097
    Signed-off-by: Jonas Stein <jstein@gentoo.org>

 app-admin/ryzen_smu/Manifest               |  1 +
 app-admin/ryzen_smu/ryzen_smu-0.1.5.ebuild | 28 ++++++++++++++++++++++++++++
 2 files changed, 29 insertions(+)
Comment 2 Gary E. Miller 2023-10-22 19:45:59 UTC
Thanks!
Comment 3 Gary E. Miller 2023-10-23 02:56:48 UTC
Broken:

kong ~ # emerge -uDNa world

[...]

>>> Unpacking source...
>>> Unpacking ryzen_smu-v0.1.5.tar.bz2 to /var/tmp/portage/app-admin/ryzen_smu-0.1.5/work
>>> Source unpacked in /var/tmp/portage/app-admin/ryzen_smu-0.1.5/work
 * ERROR: app-admin/ryzen_smu-0.1.5::gentoo failed (prepare phase):
 *   The source directory '/var/tmp/portage/app-admin/ryzen_smu-0.1.5/work/ryzen_smu-0.1.5' doesn't exist

Looks like a typo in the ebuild:

kong ~ # ls /var/tmp/portage/app-admin/ryzen_smu-0.1.5/work/ryzen_smu-0.1.5
ls: cannot access '/var/tmp/portage/app-admin/ryzen_smu-0.1.5/work/ryzen_smu-0.1.5': No such file or directory

kong ~ # ls /var/tmp/portage/app-admin/ryzen_smu-0.1.5/work/
ryzen_smu-v0.1.5
Comment 4 Joonas Niilola gentoo-dev 2023-10-23 06:00:13 UTC
5d339918669b81adb7d9a3e67bf1a0b1b170ca60
Comment 5 Gary E. Miller 2023-10-23 20:34:44 UTC
It builds now, but still fails silently on AMD Ryzen 7 7735U.

claire ~ # modprobe  ryzen_smu 
claire ~ # ryzen_monitor 
SMU Driver Not Present Or Fault


Seems like upstream can't keep up with AMD changing an undocumented feature.

Thanks for the bump.