Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[ompl] Build failure on arm64-osx #39863

Closed
autoantwort opened this issue Jul 11, 2024 · 2 comments · Fixed by #40080
Closed

[ompl] Build failure on arm64-osx #39863

autoantwort opened this issue Jul 11, 2024 · 2 comments · Fixed by #40080
Assignees
Labels
category:port-bug The issue is with a library, which is something the port should already support

Comments

@autoantwort
Copy link
Contributor

Package: ompl:arm64-osx -> 1.6.0#1

Host Environment

  • Host: arm64-osx
  • Compiler: AppleClang 15.0.0.15000309
  • vcpkg-tool version: 2999-12-31-unknownhash
    vcpkg-scripts version: 3d72d8c 2024-07-10 (20 hours ago)

To Reproduce

vcpkg x-set-installed --enforce-port-checks --allow-unsupported ompl[core]
Failure logs

-- Note: ompl only supports dynamic library linkage. Building dynamic library.
-- Using cached ompl-ompl-1.6.0.tar.gz.
-- Cleaning sources at /Users/leanderSchulten/git_projekte/vcpkg/buildtrees/ompl/src/1.6.0-cd8a0faa0e.clean. Use --editable to skip cleaning for the packages you specify.
-- Extracting source /Users/leanderSchulten/git_projekte/vcpkg/downloads/ompl-ompl-1.6.0.tar.gz
-- Applying patch 0001_Export_targets.patch
-- Applying patch 0002_Fix_config.patch
-- Using source at /Users/leanderSchulten/git_projekte/vcpkg/buildtrees/ompl/src/1.6.0-cd8a0faa0e.clean
-- Found external ninja('1.12.1').
-- Configuring arm64-osx-dbg
-- Configuring arm64-osx-rel
-- Building arm64-osx-dbg
-- Building arm64-osx-rel
-- Fixing pkgconfig file: /Users/leanderSchulten/git_projekte/vcpkg/packages/ompl_arm64-osx/lib/pkgconfig/ompl.pc
CMake Error at scripts/cmake/vcpkg_fixup_pkgconfig.cmake:134 (message):
  /opt/homebrew/bin/pkg-config --exists ompl failed with error code: 1

      ENV{PKG_CONFIG_PATH}: "/Users/leanderSchulten/git_projekte/vcpkg/packages/ompl_arm64-osx/lib/pkgconfig:/Users/leanderSchulten/git_projekte/vcpkg/packages/ompl_arm64-osx/share/pkgconfig:/Users/leanderSchulten/git_projekte/vcpkg/vcpkg_installed/arm64-osx/lib/pkgconfig:/Users/leanderSchulten/git_projekte/vcpkg/vcpkg_installed/arm64-osx/share/pkgconfig"
      output: Package Boost::serialization was not found in the pkg-config search path.

  Perhaps you should add the directory containing `Boost::serialization.pc'

  to the PKG_CONFIG_PATH environment variable

  Package 'Boost::serialization', required by 'ompl', not found
Call Stack (most recent call first):
  scripts/cmake/vcpkg_fixup_pkgconfig.cmake:196 (z_vcpkg_fixup_pkgconfig_check_files)
  ports/ompl/portfile.cmake:40 (vcpkg_fixup_pkgconfig)
  scripts/ports.cmake:192 (include)



@WangWeiLin-MV WangWeiLin-MV added requires:repro The issue is not currently repro-able category:port-bug The issue is with a library, which is something the port should already support and removed requires:repro The issue is not currently repro-able labels Jul 12, 2024
@WangWeiLin-MV
Copy link
Contributor

Known port bug record in #12884

@dg0yt
Copy link
Contributor

dg0yt commented Jul 12, 2024

Known port bug record in #12884

No.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
category:port-bug The issue is with a library, which is something the port should already support
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants