FreeBSD Port: devel/cmake probably LibreOffice 3.1.1 build error (resolved)

2020-05-12 Thread David Gessel
Adriaan, I ran into a build error with cmake-3.17.2 after updating security/libressl to 3.1.1 and I'm suspicious the two are related as: /usr/local/lib/libcurl.so: undefined reference to `X509_get_pubkey' /usr/local/lib/libcurl.so: undefined reference to `RSA_flags' c++: error: linker com

Re: FreeBSD Port: devel/cmake probably LibreOffice 3.1.1 build error (resolved)

2020-05-12 Thread David Gessel
.   Portmaster users:   portmaster -r libressl   Portupgrade users:   portupgrade -fr security/libressl On 2020-05-12 18:16, Adriaan de Groot wrote: On Tuesday, 12 May 2020 16:52:36 CEST David Gessel wrote: /usr/local/lib/libcurl.so: undefined reference to `X509_get_pubkey' /usr/loca

cmake-3.13.1 build error

2018-12-14 Thread David Gessel
I got on FreeBSD 11.2-RELEASE-p6 #0 r341740 gcc8-8.2.0_4 loading initial cache file /var/ports/usr/ports/devel/cmake/work/cmake-3.13.1/Bootstrap.cmk/InitialCacheFlags.cmake -- The C compiler identification is Clang 6.0.0 -- The CXX compiler identification is Clang 6.0.0 -- Check for working C

Re: cmake-3.13.1 build error

2018-12-15 Thread David Gessel
AGS= -O  -march=barcelona -mtune=barcelona .endif Apparently either Oz or O2 breaks the compiler checks with Clang.  This works fine, and all is right with the world... well, userspace, but close enough. On 14/12/2018 01.26, Tobias C. Berner wrote: > Moin moin > > Cmake is trying to u