Re: [QGIS-Developer] QGIS 3.8.0 on FreeBSD: build takes several hours

2019-08-21 Thread Loïc Bartoletti
Hi Rainer, Le 17/08/2019 à 20:07, Rainer Hurling a écrit : Hi Loïc, Sorry for the late answer, I had been on vacation for some days. And it's my turn now ;) I tested again on a recent HEAD amd64 (r351113) and it fails with clang 8.0.1, but builds with clang 9.0rc2! So this really seems to

Re: [QGIS-Developer] QGIS 3.8.0 on FreeBSD: build takes several hours

2019-08-17 Thread Rainer Hurling
Hi Loïc, Sorry for the late answer, I had been on vacation for some days. I tested again on a recent HEAD amd64 (r351113) and it fails with clang 8.0.1, but builds with clang 9.0rc2! So this really seems to be a special problem of clang and should be solved until 9.0x. In the next days, I will

Re: [QGIS-Developer] QGIS 3.8.0 on FreeBSD: build takes several hours

2019-08-10 Thread Loïc Bartoletti
Hi Mathias, Hi Rainer, Rainer, I update all ports and I cannot reproduce the issue... Tested on FreeBSD 12 (jail) with clang 8.0.1 and clang 9.0rc1. Do you still have this problem? Best regards. Loïc Le 12/07/2019 à 22:44, Matthias Kuhn a écrit : Hi Loïc, Thanks for the feedback. Any

Re: [QGIS-Developer] QGIS 3.8.0 on FreeBSD: build takes several hours

2019-07-13 Thread Rainer Hurling
Hi Matthias, sorry for the late answer, but I was busy at work My skill on C++ and CMAKE are very limited. The following steps should show, what I did and hopefully understood right: - create a local directory 'qmap_initializer_compile_time' - download your files into the dir - create a second

Re: [QGIS-Developer] QGIS 3.8.0 on FreeBSD: build takes several hours

2019-07-12 Thread Matthias Kuhn
Hi Loïc, Thanks for the feedback. Any idea what else could be tried? Unfortunately I do not have a system where I could quickly try, so I am out of possibilities and ideas for now ... Best regards Matthias On 7/12/19 9:47 PM, lbartoletti wrote: Hi Matthias, Rainer, Matthias, I tested

Re: [QGIS-Developer] QGIS 3.8.0 on FreeBSD: build takes several hours

2019-07-12 Thread lbartoletti
Hi Matthias, Rainer, Matthias, I tested but unfortunately I can't reproduce the problem with this code. Tested with llvm 6, 7 and 8 on FreeBSD 12 and 13 amd64. But, of course :), the problem is still present for QGIS with llvm 8.0.1 on FreeBSD 13. For information, I created a CI on Cirrus for

Re: [QGIS-Developer] QGIS 3.8.0 on FreeBSD: build takes several hours

2019-07-11 Thread Matthias Kuhn
Hi Rainer, There has been a question for a minimal example to reproduce the problem on the bugreport. I have come up with https://github.com/m-kuhn/qmap_initializer_compile_time but don't easily have an environment available to reproduce the problem. Are you able to verify the issue with

Re: [QGIS-Developer] QGIS 3.8.0 on FreeBSD: build takes several hours

2019-07-06 Thread Rainer Hurling
Hi Matthias, Thanks for keeping this up. It sounds like OSX hits the same problem with LLVM 8.0.0. Rainer Am 05.07.19 um 10:45 schrieb Matthias Kuhn: > FYI, > > An upstream bug has been closed on Qt side > > https://bugreports.qt.io/browse/QTBUG-57672 > > I didn't find a matching one on

Re: [QGIS-Developer] QGIS 3.8.0 on FreeBSD: build takes several hours

2019-07-05 Thread Matthias Kuhn
FYI, An upstream bug has been closed on Qt side https://bugreports.qt.io/browse/QTBUG-57672 I didn't find a matching one on LLVM side so I opened one https://bugs.llvm.org/show_bug.cgi?id=42515 Matthias On 6/26/19 11:50 AM, Loïc Bartoletti wrote: Hi rainer, Le 26/06/2019 à 11:23, Rainer

Re: [QGIS-Developer] QGIS 3.8.0 on FreeBSD: build takes several hours

2019-06-26 Thread Loïc Bartoletti
Hi rainer, Le 26/06/2019 à 11:23, Rainer Hurling a écrit : - can you try with llvm 6 or 7 from ports (I think that FreeBSD 13 have llvm 8 by default)? Loïc, this seems to be the right approach. With llvm 8 and 7 the build fails, with llvm 6 all builts fine! As a fallback (workaround), I

Re: [QGIS-Developer] QGIS 3.8.0 on FreeBSD: build takes several hours

2019-06-26 Thread Rainer Hurling
Hi Loïc, Am 25.06.19 um 22:52 schrieb Loïc Bartoletti: Hi, Personally on my build machine [1] I've never had a problem to build QGIS master. Rainer, some questions:  - did you compile from scratch or via our infrastructure (ports/poudriere/synth?)? I build from the ports system, with

Re: [QGIS-Developer] QGIS 3.8.0 on FreeBSD: build takes several hours

2019-06-25 Thread Loïc Bartoletti
Hi, Personally on my build machine [1] I've never had a problem to build QGIS master. Rainer, some questions:  - did you compile from scratch or via our infrastructure (ports/poudriere/synth?)? - did you have the same problem with FreeBSD 11 or 12? - can you try with llvm 6 or 7 from

Re: [QGIS-Developer] QGIS 3.8.0 on FreeBSD: build takes several hours

2019-06-24 Thread Rainer Hurling
Am 24.06.19 um 13:02 schrieb Nyall Dawson: > On Mon, 24 Jun 2019 at 20:48, Rainer Hurling wrote: >> >> Hi Nyall, >> >> Am 24.06.19 um 01:33 schrieb Nyall Dawson: >>> On Sat, 22 Jun 2019 at 16:55, Rainer Hurling wrote: As the maintainer of the QGIS port for FreeBSD, I am preparing a

Re: [QGIS-Developer] QGIS 3.8.0 on FreeBSD: build takes several hours

2019-06-24 Thread Nyall Dawson
On Mon, 24 Jun 2019 at 20:48, Rainer Hurling wrote: > > Hi Nyall, > > Am 24.06.19 um 01:33 schrieb Nyall Dawson: > > On Sat, 22 Jun 2019 at 16:55, Rainer Hurling wrote: > >> > >> As the maintainer of the QGIS port for FreeBSD, I am preparing a port > >> for the recent update to QGIS 3.8.0. > >>

Re: [QGIS-Developer] QGIS 3.8.0 on FreeBSD: build takes several hours

2019-06-24 Thread Rainer Hurling
Hi Nyall, Am 24.06.19 um 01:33 schrieb Nyall Dawson: > On Sat, 22 Jun 2019 at 16:55, Rainer Hurling wrote: >> >> As the maintainer of the QGIS port for FreeBSD, I am preparing a port >> for the recent update to QGIS 3.8.0. >> >> >> This seems to happen since #18fb3f2 [1] (committed 2019-05-13,

Re: [QGIS-Developer] QGIS 3.8.0 on FreeBSD: build takes several hours

2019-06-23 Thread Nyall Dawson
On Sat, 22 Jun 2019 at 16:55, Rainer Hurling wrote: > > As the maintainer of the QGIS port for FreeBSD, I am preparing a port > for the recent update to QGIS 3.8.0. > > > This seems to happen since #18fb3f2 [1] (committed 2019-05-13, submitted > 2019-04-30). Before the commit, the build process

[QGIS-Developer] QGIS 3.8.0 on FreeBSD: build takes several hours

2019-06-22 Thread Rainer Hurling
As the maintainer of the QGIS port for FreeBSD, I am preparing a port for the recent update to QGIS 3.8.0. The build process takes a very long pause of several hours(!) at about 21% of the code, before it proceeds: [..snip..] [ 21%] Building CXX object