Re: QT5-DECLARATIVE FreeBSD compile issues

2021-03-02 Thread Bengt Ahlgren
Jason Naughton writes: > Well I am using openssl in the ports tree and also do have the line in my > make.conf: > > DEFAULT_VERSIONS+= ssl=openssl > > I doubt that the error is to do with openssl. Bengt what are the > following two compile options that you've identified? > > OPTIONS_UNSET+=

Re: QT5-DECLARATIVE FreeBSD compile issues

2021-03-01 Thread Jason Naughton
I pushed the server from 11.4 to 12.2. Virtualbox-ose is now fully operational. So you can close the bug report as I’m operational with 12.2. Cheers Jason Naughton M.E.Sc, P.Eng, Lead Engineer, Electrical, Computer, and BioMedical Engineering, Ryerson University 245 Church St., Toronto,

Re: QT5-DECLARATIVE FreeBSD compile issues

2021-03-01 Thread Adriaan de Groot
On Monday, 1 March 2021 10:03:56 CET Tobias C. Berner wrote: While Tobias correctly points out that 11.x is not really on our (KDE@) support-list anymore even if it is supported by the FreeBSD project, the problem in your compile lies elsewhere: > > -I../../include/QtQmlModels

Re: QT5-DECLARATIVE FreeBSD compile issues

2021-03-01 Thread Tobias C. Berner
On Mon, 1 Mar 2021 at 17:49, Jason Naughton wrote: > > Well I am using openssl in the ports tree and also do have the line in my > make.conf: > > DEFAULT_VERSIONS+= ssl=openssl > > I doubt that the error is to do with openssl. Bengt what are the following > two compile options that you've

Re: QT5-DECLARATIVE FreeBSD compile issues

2021-03-01 Thread Jason Naughton
Well I am using openssl in the ports tree and also do have the line in my make.conf: DEFAULT_VERSIONS+= ssl=openssl I doubt that the error is to do with openssl. Bengt what are the following two compile options that you've identified? OPTIONS_UNSET+= GSSAPI_BASE OPTIONS_SET+= GSSAPI_NONE

Re: QT5-DECLARATIVE FreeBSD compile issues

2021-03-01 Thread Bengt Ahlgren
Hi Tobias, All, I regularly build kf5 and virtualbox-ose on 11.4-REL without too much hassle using: DEFAULT_VERSIONS+= ssl=openssl There are some other ports that need option tweaks in addition to this. A common one is: OPTIONS_UNSET+= GSSAPI_BASE OPTIONS_SET+= GSSAPI_NONE For git I

Re: QT5-DECLARATIVE FreeBSD compile issues

2021-03-01 Thread Tobias C. Berner
Moin moin Unfortunately we cannot really support FreeBSD 11.x anymore for Qt -- with the switch to Qt5 5.15 we had to drop support for it, due to its outdated OpenSSL version in base, which does not work with qt5-networks requirements. As qt5-declarative also depends on qt5-network, this is

Re: QT5-DECLARATIVE FreeBSD compile issues

2021-03-01 Thread Graham Perrin
On 01/03/2021 01:12, Jason Naughton wrote: … Any Idea how to resolve this? MAKE_JOBS_UNSAFE=yes – have you tried it?

QT5-DECLARATIVE FreeBSD compile issues

2021-03-01 Thread Jason Naughton
Hi all, I'm attempting to compile virtualbox-ose on FreeBSD 11.4 but it fails to compile due to a dependency on qt5-declarative. I'm compiling 5.15.2 The compile stops at: c++ -c -O2 -pipe -fstack-protector-strong -fno-strict-aliasing -std=c++1z -fvisibility=hidden -fvisibility-inlines-hidden