Date: Sun, 7 Jun 2020 23:40:29 -0700 From: Kevin Oberman <rkoberman@gmail.com> To: bob prohaska <fbsd@www.zefox.net> Cc: Filippo Moretti <filippomore@yahoo.com>, FreeBSD Current <current@freebsd.org>, "flz@FreeBSD.org" <flz@freebsd.org> Subject: Re: Problem compiling Chromium Message-ID: <CAN6yY1v2%2BTOzCvn-cnzHgp7JGG4uzK73spQUYJbndyJ2BGUjOw@mail.gmail.com> In-Reply-To: <20200607164941.GA40966@www.zefox.net> References: <672857244.542446.1591547244573.ref@mail.yahoo.com> <672857244.542446.1591547244573@mail.yahoo.com> <20200607164941.GA40966@www.zefox.net>
next in thread | previous in thread | raw e-mail | index | archive | help
On Sun, Jun 7, 2020 at 9:49 AM bob prohaska <fbsd@www.zefox.net> 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: rkoberman@gmail.com PGP Fingerprint: D03FB98AFA78E3B78C1694B318AB39EF1B055683 > > On Sun, Jun 07, 2020 at 04:27:24PM +0000, 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-unsubscribe@freebsd.org" > > _______________________________________________ > freebsd-current@freebsd.org mailing list > https://lists.freebsd.org/mailman/listinfo/freebsd-current > To unsubscribe, send any mail to "freebsd-current-unsubscribe@freebsd.org" >
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?CAN6yY1v2%2BTOzCvn-cnzHgp7JGG4uzK73spQUYJbndyJ2BGUjOw>