Re: Compile Failure 4.8 Branch

2016-10-14 Thread Brendan Coupe
By the way, my desktop has the same version of gcc and it compiles fine. *Brendan* On Fri, Oct 14, 2016 at 7:26 PM, Brendan Coupe wrote: > I re-ran make with -d > > I've attached the output and copied the console errors below. > > Thanks for your help. > > make -j

Re: Compile Failure 4.8 Branch

2016-10-14 Thread Jack Ostroff
I'm still not sure what the underlying issue is, but I do see some things that smell suspicious to me. These comments are as I read through the log. gcc is 6.2.1. I have no idea if anyone else is using this recent a gcc. I don't think it should be a problem, but there have certainly been

Re: Compile Failure 4.8 Branch

2016-10-14 Thread Thomas Baumgart
Hi, I don't see the forest for the trees, but that is probably due to the fact that your build environment runs multiple compilers in parallel. Can you somehow force it to use just one compile job at a time (that might even solve the problem which would be interesting too). Anyway, it fails

Re: Compile Failure 4.8 Branch

2016-10-14 Thread Brendan Coupe
I've attached the full log. Thanks, *Brendan* On Fri, Oct 14, 2016 at 8:29 AM, Jack wrote: > On 2016.10.14 08:55, Brendan Coupe wrote: > >> ​I compared the output from the 2 systems. The line that happen right >> before it crashes​: >> >> [ 26%] Built

Re: Compile Failure 4.8 Branch

2016-10-14 Thread Jack
On 2016.10.14 08:55, Brendan Coupe wrote: ​I compared the output from the 2 systems. The line that happen right before it crashes​: [ 26%] Built target kmm_kdchart happens at 44% on the systems that completes the compile process. Not sure if that helps but it appears to be skipping something.

Re: Compile Failure 4.8 Branch

2016-10-14 Thread aga
On 14/10/16 13:55, Brendan Coupe wrote: ​I compared the output from the 2 systems. The line that happen right before it crashes​: [ 26%] Built target kmm_kdchart happens at 44% on the systems that completes the compile process. Not sure if that helps but it appears to be skipping something.

Re: Compile Failure 4.8 Branch

2016-10-14 Thread Brendan Coupe
​I compared the output from the 2 systems. The line that happen right before it crashes​: [ 26%] Built target kmm_kdchart happens at 44% on the systems that completes the compile process. Not sure if that helps but it appears to be skipping something. *Brendan* On Fri, Oct 14, 2016 at

Re: Compile Failure 4.8 Branch

2016-10-14 Thread Brendan Coupe
Doug, Thanks for your quick reply. All kdepimlibs are installed on both systems. Any other ideas? *Brendan* On Fri, Oct 14, 2016 at 1:23 AM, Doug Lytle wrote: > On 10/14/2016 01:28 AM, Brendan Coupe wrote: > > Both systems are running Fedora 24 64 bit. I assume I'm

Re: Compile Failure 4.8 Branch

2016-10-14 Thread Doug Lytle
On 10/14/2016 01:28 AM, Brendan Coupe wrote: Both systems are running Fedora 24 64 bit. I assume I'm missing a dependency. Can anyone tell what is wrong? If I recall correctly, you'll need kdepimlibs development libraries Doug