Details
Description
There is a large need of backporting to make FreeBSD downstream packing easier.
Currently ports is this:
Now that we have a https://buildbot.mariadb.org/#/builders/amd64-freebsd-14, lets try to make it build/test correctly.
FYI spil
Attachments
Issue Links
- relates to
-
MDEV-33091 pcre2 headers aren't found on Solaris
-
- Closed
-
-
MDEV-34567 unit.my_apc always failing on FreeBSD-14
-
- Closed
-
[ 49%] Linking CXX executable mariadb-check
[ 49%] Building CXX object storage/innobase/CMakeFiles/innobase.dir/lock/lock0iter.cc.o
ld: error: unable to find library -lpcre2-posix
ld: error: unable to find library -lpcre2-8
clang++: error: linker command failed with exit code 1 (use -v to see invocation)
[ 49%] Building C object client/CMakeFiles/mariadb-import.dir/mysqlimport.c.o
[ 49%] Linking CXX executable mariadb
*** [all] Error code 6
This is /usr/local/lib not being in the path.
10.5 looks like its succeeded, but its just reverting to the bundled version.