Bug 257109 - net/kpeoplevcard fails configure
Summary: net/kpeoplevcard fails configure
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Only Me
Assignee: freebsd-kde (group)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2021-07-11 13:04 UTC by tech-lists
Modified: 2021-07-11 21:12 UTC (History)
1 user (show)

See Also:
bugzilla: maintainer-feedback? (kde)


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description tech-lists 2021-07-11 13:04:46 UTC
Hi,

net/kpeoplevcard fails configure

context:
poudriere-devel-3.3.99.20210617 on stable/13-n246143-6aee7855180 (amd64) host
qt5-testlib-5.15.2_1

portstree last updated: Sun Jul 11 13:16:31 2021 +0100 version: 551553

error:

[...snip...]
[00:00:27] CMake Warning at autotests/CMakeLists.txt:1 (find_package):
[00:00:27]   By not providing "FindQt5Test.cmake" in CMAKE_MODULE_PATH this project has
[00:00:27]   asked CMake to find a package configuration file provided by "Qt5Test", but
[00:00:27]   CMake did not find one.
[00:00:27] 
[00:00:27]   Could not find a package configuration file provided by "Qt5Test" with any
[00:00:27]   of the following names:
[00:00:27] 
[00:00:27]     Qt5TestConfig.cmake
[00:00:27]     qt5test-config.cmake
[00:00:27] 
[00:00:27]   Add the installation prefix of "Qt5Test" to CMAKE_PREFIX_PATH or set
[00:00:27]   "Qt5Test_DIR" to a directory containing one of the above files.  If
[00:00:27]   "Qt5Test" provides a separate development package or SDK, be sure it has
[00:00:27]   been installed.
[00:00:27] 
[00:00:27] 
[00:00:27] -- Configuring done
[00:00:28] CMake Error at /usr/local/share/ECM/modules/ECMAddTests.cmake:89 (add_executable):
[00:00:28]   Target "kpeoplevcardtest" links to target "Qt5::Test" but the target was
[00:00:28]   not found.  Perhaps a find_package() call is missing for an IMPORTED
[00:00:28]   target, or an ALIAS target is missing?
[00:00:28] Call Stack (most recent call first):
[00:00:28]   autotests/CMakeLists.txt:3 (ecm_add_test)
[00:00:28] 
[00:00:28] 
[00:00:28] -- Generating done
[00:00:28] CMake Warning:
[00:00:28]   Manually-specified variables were not used by the project:
[00:00:28] 
[00:00:28]     CMAKE_COLOR_MAKEFILE
[00:00:28]     CMAKE_CXX_FLAGS_DEBUG
[00:00:28]     CMAKE_C_FLAGS_DEBUG
[00:00:28]     CMAKE_C_FLAGS_RELEASE
[00:00:28]     CMAKE_VERBOSE_MAKEFILE
[00:00:28]     THREADS_HAVE_PTHREAD_ARG
[00:00:28] 
[00:00:28] 
[00:00:28] CMake Generate step failed.  Build files cannot be regenerated correctly.
[00:00:28] *** Error code 1
[00:00:28] 
[00:00:28] Stop.
[00:00:28] make: stopped in /usr/ports/net/kpeoplevcard
[00:00:28] =>> Cleaning up wrkdir
[00:00:28] ===>  Cleaning for kpeoplevcard-0.1
[00:00:28] build of net/kpeoplevcard | kpeoplevcard-0.1 ended at Sun Jul 11 13:56:02 BST 2021
[00:00:28] build time: 00:00:28

[...]
Comment 1 Adriaan de Groot freebsd_committer freebsd_triage 2021-07-11 21:12:25 UTC
This is fallout of the reduction in implicit dependencies in KDE Frameworks packaging and already fixed.