You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
-- Running vcpkg install - done
-- The C compiler identification is GNU 11.4.0
-- The CXX compiler identification is GNU 11.4.0
-- Detecting C compiler ABI info
-- Detecting C compiler ABI info - done
-- Check for working C compiler: /usr/bin/cc - skipped
-- Detecting C compile features
-- Detecting C compile features - done
-- Detecting CXX compiler ABI info
-- Detecting CXX compiler ABI info - done
-- Check for working CXX compiler: /usr/bin/c++ - skipped
-- Detecting CXX compile features
-- Detecting CXX compile features - done
-- Looking for pthread.h
-- Looking for pthread.h - found
-- Performing Test CMAKE_HAVE_LIBC_PTHREAD
-- Performing Test CMAKE_HAVE_LIBC_PTHREAD - Success
-- Found Threads: TRUE
-- Found OpenSSL: /home/devuser/code/vcpkg_troubleshoot/build/vcpkg_installed/x64-linux/debug/lib/libcrypto.a (found version "3.4.0")
CMake Error at build/vcpkg_installed/x64-linux/share/fastdds/fast-discovery-server-targets.cmake:78 (message):
The imported target "fastdds::fast-discovery-server" references the file
"/home/devuser/code/vcpkg_troubleshoot/build/vcpkg_installed/x64-linux/tools/fastdds/fast-discovery-serverd-1.0.1"
but this file does not exist. Possible reasons include:
* The file was deleted, renamed, or moved to another location.
* An install or uninstall procedure did not complete successfully.
* The installation package was faulty and contained
"/home/devuser/code/vcpkg_troubleshoot/build/vcpkg_installed/x64-linux/share/fastdds/fast-discovery-server-targets.cmake"
but not all the files it references.
Call Stack (most recent call first):
build/vcpkg_installed/x64-linux/share/fastdds/fastdds-config.cmake:117 (include)
vcpkg/scripts/buildsystems/vcpkg.cmake:859 (_find_package)
CMakeLists.txt:2 (find_package)
CMake Error in CMakeLists.txt:
No cmake_minimum_required command is present. A line of code such as
cmake_minimum_required(VERSION 3.22)
should be added at the top of the file. The version specified may be lower
if you wish to support older CMake versions for this project. For more
information run "cmake --help-policy CMP0000".
-- Configuring incomplete, errors occurred!
See also "/home/devuser/code/vcpkg_troubleshoot/build/CMakeFiles/CMakeOutput.log".
The issue has been reported before but on the prior port (fastrtps) before rename to fastdds: #39375. There is a PR here #39482 for that old port however it stalled in July 2024.
I had a look at changes on that PR and it applies also to latest port. Patch attached. Is there a port maintainer who can look at this (e.g. consider what is the best approach) or should I attempt a PR?
Operating system
Ubuntu 22.04.5 LTS in a VM
Compiler
GCC 11.4.0
Steps to reproduce the behavior
Failure logs
CMakeOutput.log
Additional context
The issue has been reported before but on the prior port (fastrtps) before rename to fastdds: #39375. There is a PR here #39482 for that old port however it stalled in July 2024.
I had a look at changes on that PR and it applies also to latest port. Patch attached. Is there a port maintainer who can look at this (e.g. consider what is the best approach) or should I attempt a PR?
Changes-On-cf035d.patch
The text was updated successfully, but these errors were encountered: