Improving www/chromium build time on arm64

2023-05-23 Thread Nuno Teixeira
Hello all, I'm running 13-STABLE on rpi4 8 and since firefox{-esr} is constantly tab crashing and seg faulting I decided to give chromium a try. chromium pkg isn't available for arm64 and I didn't found error log at https://pkg-status.freebsd.org/ so I decided to build it on poudriere. It fails t

Re: Improving www/chromium build time on arm64

2023-05-23 Thread Nuno Teixeira
(...) But I also found that poudriere: [88:53:28] Failed ports: www/chromium:build/timeout So I will search how do I increase build time to avoid timeout: --- # This defines the max time (in seconds) that a command may run for a build # before it is killed for taking too long. Default: 86400 #MAX

Re: Improving www/chromium build time on arm64

2023-05-23 Thread Ronald Klop
 Van: Nuno Teixeira Datum: dinsdag, 23 mei 2023 09:48 Aan: FreeBSD Mailing List , freebsd-...@freebsd.org Onderwerp: Re: Improving www/chromium build time on arm64 (...)  But I also found that poudriere: [88:53:28] Failed ports: www/chromium:build/timeout  So I will search how do I incre

Re: Improving www/chromium build time on arm64

2023-05-23 Thread Nuno Teixeira
Hello Ronald, With your help I was able to find it in log. I'm building it again and I will upload log when it finished. Thanks! Ronald Klop escreveu no dia terça, 23/05/2023 à(s) 11:23: > Â > > *Van:* Nuno Teixeira > *Datum:* dinsdag, 23 mei 2023 09:48 > *Aan:* FreeBSD Mailing List , > freeb

Unmaintained FreeBSD ports which are out of date

2023-05-23 Thread portscout
Dear port maintainers, The portscout new distfile checker has detected that one or more unmaintained ports appears to be out of date. Please take the opportunity to check each of the ports listed below, and if possible and appropriate, submit/commit an update. Please consider also adopting this po

Re: Improving www/chromium build time on arm64

2023-05-23 Thread Mark Millard
On May 23, 2023, at 03:23, Ronald Klop wrote: > . . . > > My poudriere.conf for building ports on rpi4 contains these two changes: > > # This defines the max time (in seconds) that a command may run for a build > # before it is killed for taking too long. Default: 86400 > #MAX_EXECUTION_TIME=86

Re: Improving www/chromium build time on arm64

2023-05-23 Thread Tatsuki Makino
Hello. Now that there seems to be people who are building chromium and have very fast machines, I'll hang around :) I am building chromium using a 4 threads cpu and limiting MAKE_JOBS_NUMBER to 3. However, there seem to be moments when the load average rises to about 7, even though nothing else

Re: Improving www/chromium build time on arm64

2023-05-23 Thread Mark Millard
On May 23, 2023, at 14:55, Tatsuki Makino wrote: > Now that there seems to be people who are building chromium and have very > fast machines, I'll hang around :) > > I am building chromium using a 4 threads cpu and limiting MAKE_JOBS_NUMBER to > 3. > However, there seem to be moments when the