Package Details: ryzenadj-git 0.11.0.r0.gf937c16-1

Git Clone URL: https://aur.archlinux.org/ryzenadj-git.git (read-only, click to copy)
Package Base: ryzenadj-git
Description: RyzenAdj tool for adjusting Ryzen Mobile power states
Upstream URL: https://github.com/FlyGoat/RyzenAdj
Keywords: amd clock clocks cpu ryzen tool
Licenses: LGPL3
Conflicts: ryzenadj
Provides: ryzenadj
Submitter: dtubber
Maintainer: Abh15h3k
Last Packager: Abh15h3k
Votes: 24
Popularity: 0.41
First Submitted: 2019-02-12 16:33 (UTC)
Last Updated: 2022-08-05 18:37 (UTC)

Dependencies (4)

Required by (5)

Sources (1)

Latest Comments

1 2 Next › Last »

gigaChad_max commented on 2024-03-02 21:04 (UTC)

@Abh15h3k

Repaired it by deactivating conda enviroment. It seems that the issue was in python package.

Abh15h3k commented on 2024-03-02 20:05 (UTC)

@gigaChad_max

How are you install/building the package? "fatal error: pci/pci.h: No such file or directory 80"

looks like you don't have (or have a corrupted install of) pciutils.

gigaChad_max commented on 2024-03-02 16:27 (UTC)

[ 8%] Building C object CMakeFiles/ryzenadj.dir/lib/osdep_linux.c.o In file included from /home/max/.cache/yay/ryzenadj-git/src/ryzenadj/lib/osdep_linux.c:10: /home/max/.cache/yay/ryzenadj-git/src/ryzenadj/lib/nb_smu_ops.h:80:10: fatal error: pci/pci.h: No such file or directory 80 | #include <pci/pci.h> | ^~~ compilation terminated. make[2]: *** [CMakeFiles/ryzenadj.dir/build.make:76: CMakeFiles/ryzenadj.dir/lib/osdep_linux.c.o] Error 1 make[1]: *** [CMakeFiles/Makefile2:85: CMakeFiles/ryzenadj.dir/all] Error 2 make: *** [Makefile:136: all] Error 2 ==> ERROR: A failure occurred in build(). Aborting... -> error making: ryzenadj-git-exit status 4 -> Failed to install the following packages. Manual intervention is required: ryzenadj-git - exit status 4

jeromedc commented on 2024-01-18 22:02 (UTC)

You should replace

make

at line 28, by

cmake --build .

so that your package works whatever the value of CMAKE_GENERATOR is. Currently, this package fails to build with Ninja for instance.

yochananmarqos commented on 2022-08-05 14:32 (UTC)

@Abh15h3k @slabz: make is part of the base-devel group which is assumed installed. None of the packages in that group need to be added to makedepends(). See https://wiki.archlinux.org/title/Arch_User_Repository#Prerequisites

Abh15h3k commented on 2022-08-05 07:41 (UTC)

@slabz. I've added "make" as makedepend. should build on first try now.

slabz commented on 2022-06-27 22:52 (UTC)

On a fresh install of Manjaro (make not present) this package fails to build with

==> Starting build()...
CMake Error: CMake was unable to find a build program corresponding to "Unix Makefiles".  CMAKE_MAKE_PROGRAM is not set.  You probably need to select a different build tool.
CMake Error: CMAKE_C_COMPILER not set, after EnableLanguage
CMake Error: CMAKE_CXX_COMPILER not set, after EnableLanguage
-- Configuring incomplete, errors occurred!

There are few errors listed, but they're misleading. If I add make to the makedepends= list, then it all seems to work. Also, if make is already installed, it works.

I'm happy to send a PR...but I don't know how that works here.

Kr1ss commented on 2021-04-14 15:51 (UTC)

That's fine, thx for the quick reply.

Abh15h3k commented on 2021-04-14 15:50 (UTC) (edited on 2021-04-14 15:51 (UTC) by Abh15h3k)

@Kr1ss your welcome. I know about the pkgver() function. But the thing is unless I bump the pkgver, yay (or paru) will not catch an update. I don't plan to update for every commit, only the ones that seem to make a lot of changes (linux related).

anyway thanks for the comment :)

Kr1ss commented on 2021-04-14 14:51 (UTC)

Hey @Abh15h3k, thank you for taking care of the package. Just a quick reminder though, that there's no need to push updates when upstreams version was bumped, since there's a pkgver() function that automagically computes the current pkgver.

Cheers !