Re: Problem compiling Chromium

2020-06-07 Thread Kevin Oberman
On Sun, Jun 7, 2020 at 9:49 AM bob prohaska  wrote:

> Don't know about AMD, but on ARM failures that resemble this are
> common. In some cases the actual error message is tens or a hundred
> lines prior to the last make output.
>
> If you search for the string Error: or maybe error: does anything
> show up? Including the colon : helps to reduce irrelevant hits.
>
> Good luck,
>
> bob prohaska
>

The correct way to do this is to build aagain without doing a make clean
and with MAKE_JOBS_UNSAFE. This will use only a single build stream and the
error(s) will be at the end. The instructions after the failure mention
this, but not why. (Actually there are a couple of reasons.) Doing a make
clean will result in a build from the beginning and will take a very, very
long time in a single stream.
--
Kevin Oberman, Part time kid herder and retired Network Engineer
E-mail: rkober...@gmail.com
PGP Fingerprint: D03FB98AFA78E3B78C1694B318AB39EF1B055683

>
> On Sun, Jun 07, 2020 at 04:27:24PM +, Filippo Moretti wrote:
> > Good evening, FreeBSD
> sting 13.0-CURRENT FreeBSD 13.0-CURRENT #2 r361787: Sun Jun?? 7 15:02:09
> CEST 2020 root@sting:/usr/obj/usr/src/amd64.amd64/sys/STING??
> amd64
> >
> > the build fails with the following
> message/common/extensions/api/action.json
> ../../chrome/common/extensions/api/browser_action.json
> ../../chrome/common/extensions/api/browsing_data.json
> ../../chrome/common/extensions/api/extension.json
> ../../chrome/common/extensions/api/idltest.idl
> ../../chrome/common/extensions/api/page_action.json
> ../../chrome/common/extensions/api/top_sites.json
> > ninja: build stopped: subcommand failed.
> > ===> Compilation failed unexpectedly.
> > Try to set MAKE_JOBS_UNSAFE=yes and rebuild before reporting the failure
> to
> > the maintainer.
> > *** Error code 1
> >
> > Stop.
> > make: stopped in /usr/ports/www/chromium
> >
> > ===>>> make build failed for www/chromium
> > ===>>> Aborting update
> >
> > I enclose the list of packages installedsincerelyFilippo
>
>
> > ___
> > freebsd-current@freebsd.org mailing list
> > https://lists.freebsd.org/mailman/listinfo/freebsd-current
> > To unsubscribe, send any mail to "
> freebsd-current-unsubscr...@freebsd.org"
>
> ___
> freebsd-current@freebsd.org mailing list
> https://lists.freebsd.org/mailman/listinfo/freebsd-current
> To unsubscribe, send any mail to "freebsd-current-unsubscr...@freebsd.org"
>
___
freebsd-current@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-current
To unsubscribe, send any mail to "freebsd-current-unsubscr...@freebsd.org"


new mbuf functions to allocate and copy into ext_pgs mbufs with anonymous pages

2020-06-07 Thread Rick Macklem
Hi,

I just put a patch that has a couple of new mbuf handling functions here:
https://reviews.freebsd.org/D25182
I listed glebius@, gallatin@ and jhb@ as possible reviewers, but if anyone
else wants to review or comment on these, please feel free to do so.

rick
___
freebsd-current@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-current
To unsubscribe, send any mail to "freebsd-current-unsubscr...@freebsd.org"


Problem compiling Chromium

2020-06-07 Thread Filippo Moretti
Good evening, FreeBSD sting 13.0-CURRENT FreeBSD 
13.0-CURRENT #2 r361787: Sun JunĀ  7 15:02:09 CEST 2020 
root@sting:/usr/obj/usr/src/amd64.amd64/sys/STINGĀ  amd64

the build fails with the following message/common/extensions/api/action.json 
../../chrome/common/extensions/api/browser_action.json 
../../chrome/common/extensions/api/browsing_data.json 
../../chrome/common/extensions/api/extension.json 
../../chrome/common/extensions/api/idltest.idl 
../../chrome/common/extensions/api/page_action.json 
../../chrome/common/extensions/api/top_sites.json
ninja: build stopped: subcommand failed.
===> Compilation failed unexpectedly.
Try to set MAKE_JOBS_UNSAFE=yes and rebuild before reporting the failure to
the maintainer.
*** Error code 1

Stop.
make: stopped in /usr/ports/www/chromium

===>>> make build failed for www/chromium
===>>> Aborting update

I enclose the list of packages installedsincerelyFilippo


pkg_list
Description: Binary data
___
freebsd-current@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-current
To unsubscribe, send any mail to "freebsd-current-unsubscr...@freebsd.org"


Re: Problem compiling Chromium

2020-06-07 Thread bob prohaska
Don't know about AMD, but on ARM failures that resemble this are
common. In some cases the actual error message is tens or a hundred
lines prior to the last make output. 

If you search for the string Error: or maybe error: does anything
show up? Including the colon : helps to reduce irrelevant hits.

Good luck,

bob prohaska

On Sun, Jun 07, 2020 at 04:27:24PM +, Filippo Moretti wrote:
> Good evening, FreeBSD sting 
> 13.0-CURRENT FreeBSD 13.0-CURRENT #2 r361787: Sun Jun?? 7 15:02:09 CEST 
> 2020 root@sting:/usr/obj/usr/src/amd64.amd64/sys/STING?? amd64
> 
> the build fails with the following message/common/extensions/api/action.json 
> ../../chrome/common/extensions/api/browser_action.json 
> ../../chrome/common/extensions/api/browsing_data.json 
> ../../chrome/common/extensions/api/extension.json 
> ../../chrome/common/extensions/api/idltest.idl 
> ../../chrome/common/extensions/api/page_action.json 
> ../../chrome/common/extensions/api/top_sites.json
> ninja: build stopped: subcommand failed.
> ===> Compilation failed unexpectedly.
> Try to set MAKE_JOBS_UNSAFE=yes and rebuild before reporting the failure to
> the maintainer.
> *** Error code 1
> 
> Stop.
> make: stopped in /usr/ports/www/chromium
> 
> ===>>> make build failed for www/chromium
> ===>>> Aborting update
> 
> I enclose the list of packages installedsincerelyFilippo


> ___
> freebsd-current@freebsd.org mailing list
> https://lists.freebsd.org/mailman/listinfo/freebsd-current
> To unsubscribe, send any mail to "freebsd-current-unsubscr...@freebsd.org"

___
freebsd-current@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-current
To unsubscribe, send any mail to "freebsd-current-unsubscr...@freebsd.org"


Re: rc.d services started twice

2020-06-07 Thread David Wolfskill
On Sun, Jun 07, 2020 at 04:44:12PM +0200, Andreas Nilsson wrote:
> Hello,
> 
> for quite a while I've been noticing that rc-services seems to be start
> twice on -CURRENT. Why is this? Is anyone else seeing this?
> 
> I see 'Starting cron' twice, as well as ntpd, loading of modules mounting
> of filesystems.
> 

I see that Kyle posted a suggestion; I'll note that I do not see this --
I just cross-checked log entries from console.log with those of messages
from when I smoke-tested the just-built head (& stable/12) on my laptop:
just single invocations.  (FWIW, I am not using pkgbase.)

Peace,
david
-- 
David H. Wolfskill  da...@catwhisker.org
"... we distance ourselves from the incendiary language of this President."
 -- Bishop Mariann Edgar Budde of the Episcopal Diocese of Washington

See http://www.catwhisker.org/~david/publickey.gpg for my public key.


signature.asc
Description: PGP signature


Re: rc.d services started twice

2020-06-07 Thread Andreas Nilsson
On Sun, Jun 7, 2020, 16:46 Kyle Evans  wrote:

> On Sun, Jun 7, 2020 at 9:44 AM Andreas Nilsson  wrote:
> >
> > Hello,
> >
> > for quite a while I've been noticing that rc-services seems to be start
> > twice on -CURRENT. Why is this? Is anyone else seeing this?
> >
> > I see 'Starting cron' twice, as well as ntpd, loading of modules mounting
> > of filesystems.
> >
>
> I seem to recall that you use or experiment with pkgbase -- double
> check that pkg hasn't left *.pkgnew in your /etc/rc.d. These will
> cause double processing.
>
> Thanks,
>
> Kyle Evans
>

Good memory!

Indeed, there were a bunch of .pkgnew there. I removed them and now it
works as expected!

Thank you very much!
Best regards
Andreas

>
___
freebsd-current@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-current
To unsubscribe, send any mail to "freebsd-current-unsubscr...@freebsd.org"


Re: rc.d services started twice

2020-06-07 Thread Kyle Evans
On Sun, Jun 7, 2020 at 9:44 AM Andreas Nilsson  wrote:
>
> Hello,
>
> for quite a while I've been noticing that rc-services seems to be start
> twice on -CURRENT. Why is this? Is anyone else seeing this?
>
> I see 'Starting cron' twice, as well as ntpd, loading of modules mounting
> of filesystems.
>

I seem to recall that you use or experiment with pkgbase -- double
check that pkg hasn't left *.pkgnew in your /etc/rc.d. These will
cause double processing.

Thanks,

Kyle Evans
___
freebsd-current@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-current
To unsubscribe, send any mail to "freebsd-current-unsubscr...@freebsd.org"


rc.d services started twice

2020-06-07 Thread Andreas Nilsson
Hello,

for quite a while I've been noticing that rc-services seems to be start
twice on -CURRENT. Why is this? Is anyone else seeing this?

I see 'Starting cron' twice, as well as ntpd, loading of modules mounting
of filesystems.

Best regards
Andreas
___
freebsd-current@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-current
To unsubscribe, send any mail to "freebsd-current-unsubscr...@freebsd.org"