You are not logged in.
For over a week I have been dealing with 'wine-gui' failing to make during a "yay -Syyu" upgrade command.
I receive this:
CMake Error at /usr/share/cmake/Modules/FindPkgConfig.cmake:1093 (message):
The following required packages were not found:
- gtkmm-4.0>=4.10
Call Stack (most recent call first):
/usr/share/cmake/Modules/FindPkgConfig.cmake:1166 (_pkg_check_modules_internal)
CMakeLists.txt:70 (PKG_CHECK_MODULES)
I have been searching for a solution with no luck.
Suggestions on what I should do would be greatly appreciated??
Anyone?
(Administrators, if this is the incorrect forum please move to appropiate forum subject.)
Offline
Mod note: moving to AUR Issues.
Sakura:-
Mobo: MSI MAG X570S TORPEDO MAX // Processor: AMD Ryzen 9 5950X @4.9GHz // GFX: AMD Radeon RX 5700 XT // RAM: 32GB (4x 8GB) Corsair DDR4 (@ 3000MHz) // Storage: 1x 3TB HDD, 6x 1TB SSD, 2x 120GB SSD, 1x 275GB M2 SSD
Making lemonade from lemons since 2015.
Offline
Are you talking about this package? https://aur.archlinux.org/packages/wine-gui-git
It builds fine in a clean chroot. Try that or build it directly with makepkg (and post the full output within [ code ][ /code ] tags)
Offline
Thanks for the response a821.
No, I am not talking about 'wine-gui-git' rather I am talking about "winegui". Review the following:
:: 1 package to upgrade/install.
1 aur/winegui 3.1.0-1 -> 4.1.0-1 [25d20h]
==> Packages to exclude: (eg: "1 2 3", "1-3", "^4" or repo name)
-> Excluding packages may cause partial upgrades and break systems
==> As far as
....builds fine in a clean chroot. Try that or build it directly with makepkg.....
I have no experience in "clean chroot". I am uncertain how would I do this?
Offline
Disliking systemd intensely, but not satisfied with alternatives so focusing on taming systemd.
clean chroot building not flexible enough ?
Try clean chroot manager by graysky
Offline
Thanks for the response a821.
No, I am not talking about 'wine-gui-git' rather I am talking about "winegui". Review the following:
OK, I was misled by a dash and wine-gui-git was the only package that matched.
Anyway, `winegui` also builds fine in a clean chroot. And I see
-- Checking for module 'gtkmm-4.0>=4.10'
-- Found gtkmm-4.0, version 4.22.0which is the version of gtkmm-4.0 in extra (4.22.0-2). Maybe your system is out-of-date. What does
pacman -Q gtkmm-4.0 say?
Offline