pkgsrc-Users archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

FOUNDATION_LIB set to NOTFOUND when building shells/fish



Dear all,

I got the following error message when building shells/fish on x86_64 macOS 15.2. If I recall correctly, the build was successful a few days ago, but yesterday I decided to run “pkg_rolling-replace -suv” and it just broke. This is weird because shells/fish hasn’t been updated recently.

$ bmake install
===> Skipping vulnerability checks.
WARNING: No /opt/pkg/pkgdb/pkg-vulnerabilities file found.
WARNING: To fix run: `/opt/pkg/sbin/pkg_admin -K /opt/pkg/pkgdb fetch-pkg-vulnerabilities'.
===> Configuring for fish-3.7.1
=> Replacing python interpreter in share/tools/create_manpage_completions.py.
INFO: [replace-interpreter] Nothing changed in share/tools/create_manpage_completions.py.
CMake Deprecation Warning at CMakeLists.txt:1 (cmake_minimum_required):
  Compatibility with CMake < 3.10 will be removed from a future version of
  CMake.

  Update the VERSION argument <min> value.  Or, use the <min>...<max> syntax
  to tell CMake that the project requires at least <min> but has been updated
  to work with policies introduced by <max> or earlier.


CMake Deprecation Warning at CMakeLists.txt:4 (cmake_policy):
  The OLD behavior for policy CMP0066 will be removed from a future version
  of CMake.

  The cmake-policies(7) manual explains that the OLD behaviors of all
  policies are deprecated and that a policy should be set to OLD only under
  specific short-term circumstances.  Projects should be ported to the NEW
  behavior and not rely on setting a policy to OLD.


-- Setting build type to default 'RelWithDebInfo'
-- Using system PCRE2 library /Users/qys/Projects/pkgsrc/shells/fish/work/.buildlink/include
CMake Deprecation Warning at cmake/Tests.cmake:48 (cmake_policy):
  The OLD behavior for policy CMP0037 will be removed from a future version
  of CMake.

  The cmake-policies(7) manual explains that the OLD behaviors of all
  policies are deprecated and that a policy should be set to OLD only under
  specific short-term circumstances.  Projects should be ported to the NEW
  behavior and not rely on setting a policy to OLD.
Call Stack (most recent call first):
  CMakeLists.txt:204 (include)


CMake Warning (dev) at cmake/Tests.cmake:82 (add_custom_command):
  Exactly one of PRE_BUILD, PRE_LINK, or POST_BUILD must be given.  Assuming
  POST_BUILD to preserve backward compatibility.

  Policy CMP0175 is not set: add_custom_command() rejects invalid arguments


Home | Main Index | Thread Index | Old Index