Opened 18 months ago

Closed 18 months ago

Last modified 18 months ago

#66029 closed defect (fixed)

poco @1.12.2: Could NOT find PCRE2

Reported by: ryandesign (Ryan Carsten Schmidt) Owned by: arjanvandervelde (Arjan van der Velde)
Priority: Normal Milestone:
Component: ports Version: 2.7.2
Keywords: Cc: ra1nb0w
Port: poco

Description

poco fails to build on all systems:

https://build.macports.org/builders/ports-12_arm64-builder/builds/66072/steps/install-port/logs/stdio

-- Using external sqlite, zlib, pcre2, expat, ...
CMake Error at /opt/local/share/cmake-3.23/Modules/FindPackageHandleStandardArgs.cmake:230 (message):
  Could NOT find PCRE2 (missing: PCRE2_LIBRARY PCRE2_INCLUDE_DIR)
Call Stack (most recent call first):
  /opt/local/share/cmake-3.23/Modules/FindPackageHandleStandardArgs.cmake:594 (_FPHSA_FAILURE_MESSAGE)
  cmake/FindPCRE2.cmake:81 (find_package_handle_standard_args)
  Foundation/CMakeLists.txt:38 (find_package)


-- Configuring incomplete, errors occurred!

After the update to poco 1.12.2, all ports using poco were revbumped, and fail to build. After this is fixed (by changing the pcre dependency to pcre2?) all the dependents that were revbumped will need to be manually rescheduled on all buildbot builders.

Change History (2)

comment:1 Changed 18 months ago by Davide Gerhard <ra1nb0w@…>

Resolution: fixed
Status: assignedclosed

In 19aaa181d68ec39306857aec6f04a50fde2cb799/macports-ports (master):

poco: use pcre2 as dependency

Closes: #66029

comment:2 Changed 18 months ago by ra1nb0w

PothosCore fails to build; upstream report https://github.com/pothosware/PothosCore/issues/241

Leave here for now without opening a new issue.

Last edited 18 months ago by ra1nb0w (previous) (diff)
Note: See TracTickets for help on using tickets.