Re: current long build time

2019-04-28 Thread Paul Goyette

On Sun, 28 Apr 2019, Riccardo Mottola wrote:


Hi,

after a long build time I see

 end of 37 extra files 

*** Failed target: checkflist

I did build using "./build.sh -U -x distribution" so it was not an update 
build.



What can I do? just delete the files? if there is a command to get this list 
I can try...


The list of extra files should immediately preceed the above messages.
(You did log your build command output in a file, right?)  This usually
indicated that there are files in the $DESTDIR left over from a previous
build.

Remove them, and then rerun the build.sh with -u (and save the output in
a log file!)


++--+---+
| Paul Goyette   | PGP Key fingerprint: | E-mail addresses: |
| (Retired)  | FA29 0E3B 35AF E8AE 6651 | p...@whooppee.com |
| Software Developer | 0786 F758 55DE 53BA 7731 | pgoye...@netbsd.org   |
++--+---+


Re: current long build time

2019-04-28 Thread Riccardo Mottola

Hi,

after a long build time I see

 end of 37 extra files 

*** Failed target: checkflist

I did build using "./build.sh -U -x distribution" so it was not an 
update build.



What can I do? just delete the files? if there is a command to get this 
list I can try...


Riccardo


Re: current long build time

2019-04-26 Thread Riccardo Mottola

Hi,

On 4/25/19 10:34 PM, Paul Goyette wrote:


If you are building in-tree X then we are now building a bunch of LLVM 
stuff (needed for the new mesa).  It takes a LONG time to build.




yes that it is then... a real pity this LLVM stuff :( I hope that 
further subsequent "updates" will be quicker.


Riccardo



Re: current long build time

2019-04-26 Thread Martin Husemann
See also PR toolchain/54136.

Martin


Re: current long build time

2019-04-25 Thread Paul Goyette

On Thu, 25 Apr 2019, Riccardo Mottola wrote:


Hi all,

I am in the process updating (thus to test) my laptop (HP620 - dual core 
amd64) to current.


My first attempt failed, in userland because I used "-u" flag and clearly 
something broke.


Now I went the "Long" route

1) build tools, build kernel

2) reboot new kernel (works!)

3) rebuild tools to match kernel

4) build & install modules

5) build userland (-U -x)


I notice that 5) is running since yesterday evening, almost 24hrs now - I was 
accustomed to it to finish in a couple of hours, usually I was able to update 
during business hours. Is this expected, like are we compiling lots of new 
stuff... or is something going wrong that considerably slows down the 
process.


If you are building in-tree X then we are now building a bunch of LLVM 
stuff (needed for the new mesa).  It takes a LONG time to build.




++--+---+
| Paul Goyette   | PGP Key fingerprint: | E-mail addresses: |
| (Retired)  | FA29 0E3B 35AF E8AE 6651 | p...@whooppee.com |
| Software Developer | 0786 F758 55DE 53BA 7731 | pgoye...@netbsd.org   |
++--+---+