Date: Tue, 3 Apr 2018 19:34:26 +0200 From: Michael Grimm <trashcan@ellael.org> To: Mailing List FreeBSD Ports <freebsd-ports@FreeBSD.org> Cc: Dimitry Andric <dim@FreeBSD.org> Subject: Re: FreeBSD 11.1-STABLE #0 r331865: mariadb102-server-10.2.14 compilation fails Message-ID: <9709968F-8BDF-4112-BBC4-ADDEE533B00A@ellael.org> In-Reply-To: <ECC7E629-235D-4AFA-8676-A0A02F5961B4@FreeBSD.org> References: <CA5E5ED5-23BC-4F2F-B204-A55A8115AEB9@ellael.org> <ECC7E629-235D-4AFA-8676-A0A02F5961B4@FreeBSD.org>
next in thread | previous in thread | raw e-mail | index | archive | help
Dimitry Andric <dim@FreeBSD.org> wrote: > On 2 Apr 2018, at 21:40, Michael Grimm <trashcan@ellael.org> wrote: >> since the recent upgrade of llvm et al in STABLE-11.1 = mariadb102-server-10.2.14 fails to compile (poudriere): >>=20 >> --- storage/connect/CMakeFiles/connect.dir/all --- >> --- storage/connect/CMakeFiles/connect.dir/table.cpp.o --- >> --- storage/connect/CMakeFiles/connect.dir/tabjson.cpp.o --- >> = /wrkdirs/usr/ports/databases/mariadb102-server/work/mariadb-10.2.14/storag= e/connect/tabjson.cpp:198:10: error: cannot initialize return object of = type 'int' with an rvalue of type 'nullptr_t' >> return NULL; >> ^~~~ >=20 > The code is likely buggy, but you can try adding USE_CXXSTD=3Dgnu++98 = in > the port Makefile as a workaround. With "USE_CXXSTD=3Dgnu++98" added into that port's Makefile poudriere = has been able to compile that port. Thank you. Regards, Michael
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?9709968F-8BDF-4112-BBC4-ADDEE533B00A>