I’m going to re-build the repo by installing a few required packages more accurately in order to confirm this is definitely fixed.
Notice that the build requires Package libebackend-1.2
[giulio@fedora build]$ cmake -G "Unix Makefiles" \
-DCMAKE_INSTALL_PREFIX=/opt/evolution \
-DCMAKE_BUILD_TYPE=Release \
-DWITH_OPENLDAP=OFF \
-S..
-- Checking for modules 'cairo-gobject;gail-3.0>=3.22;gdk-pixbuf-2.0>=2.24.0;gio-2.0>=2.66;gio-unix-2.0;gmodule-2.0>=2.66;gnome-desktop-3.0;gsettings-desktop-schemas>=2.91.92;gtk+-3.0>=3.22;libxml-2.0>=2.7.3;shared-mime-info>=0.22;webkit2gtk-4.1>=2.34.0'
-- Found cairo-gobject, version 1.17.6
-- Found gail-3.0, version 3.24.37
-- Found gdk-pixbuf-2.0, version 2.42.10
-- Found gio-2.0, version 2.74.6
-- Found gio-unix-2.0, version 2.74.6
-- Found gmodule-2.0, version 2.74.6
-- Found gnome-desktop-3.0, version 43.1
-- Found gsettings-desktop-schemas, version 43.0
-- Found gtk+-3.0, version 3.24.37
-- Found libxml-2.0, version 2.10.3
-- Found shared-mime-info, version 2.2
-- Found webkit2gtk-4.1, version 2.38.5
-- Checking for modules 'camel-1.2>=3.46.4;libebook-1.2>=3.46.4;libecal-2.0>=3.46.4;libedataserver-1.2>=3.46.4;libedataserverui-1.2>=3.46.4;libebackend-1.2>=3.46.4'
-- Package 'camel-1.2', required by 'virtual:world', not found
-- Package 'libebook-1.2', required by 'virtual:world', not found
-- Package 'libecal-2.0', required by 'virtual:world', not found
-- Package 'libedataserver-1.2', required by 'virtual:world', not found
-- Package 'libedataserverui-1.2', required by 'virtual:world', not found
-- Package 'libebackend-1.2', required by 'virtual:world', not found
CMake Error at /usr/share/cmake/Modules/FindPkgConfig.cmake:607 (message):
A required package was not found
Call Stack (most recent call first):
/usr/share/cmake/Modules/FindPkgConfig.cmake:829 (_pkg_check_modules_internal)
CMakeLists.txt:269 (pkg_check_modules)
which is included in evolution-data-server-devel
dnf repoquery --archlist=x86_64 --whatprovides '*/libebackend*'
Last metadata expiration check: 0:02:05 ago on Sat 11 Mar 2023 12:17:36 PM CET.
evolution-data-server-0:3.46.1-1.fc37.x86_64
evolution-data-server-0:3.46.4-1.fc37.x86_64
evolution-data-server-devel-0:3.46.1-1.fc37.x86_64
evolution-data-server-devel-0:3.46.4-1.fc37.x86_64
so I have to install it again…
sudo dnf in evolution-data-server-devel
[sudo] password for giulio:
ookla_speedtest-cli 426 B/s | 951 B 00:02
ookla_speedtest-cli-source 443 B/s | 951 B 00:02
Dependencies resolved.
========================================================================================================================================================================
Package Architecture Version Repository Size
========================================================================================================================================================================
Installing:
evolution-data-server-devel x86_64 3.46.4-1.fc37 updates 775 k
Installing dependencies:
geocode-glib x86_64 3.26.4-1.fc37 fedora 62 k
geocode-glib2-devel x86_64 3.26.4-1.fc37 fedora 75 k
json-glib-devel x86_64 1.6.6-3.fc37 fedora 224 k
libgcrypt-devel x86_64 1.10.1-4.fc37 fedora 142 k
libgpg-error-devel x86_64 1.46-1.fc37 updates 65 k
libgweather4-devel x86_64 4.2.0-1.fc37 fedora 30 k
libical-devel x86_64 3.0.16-1.fc37 updates 101 k
libical-glib-devel x86_64 3.0.16-1.fc37 updates 46 k
libsecret-devel x86_64 0.20.5-2.fc37 fedora 226 k
Transaction Summary
========================================================================================================================================================================
Install 10 Packages
Total download size: 1.7 M
Installed size: 20 M
Is this ok [y/N]: