Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 15 Apr 2016 16:21:49 -0700
From:      Kevin Oberman <rkoberman@gmail.com>
To:        Dewayne Geraghty <dewaynegeraghty@gmail.com>
Cc:        Frank Seltzer <frank_s@bellsouth.net>, Timur Bakeyev <timur@freebsd.org>,  ports-list freebsd <freebsd-ports@freebsd.org>
Subject:   Re: Samba 4.3 compile fails with CUPS option set
Message-ID:  <CAN6yY1vQMuj6rN2QKbqSTUHo0kJWUymy46O9w=XhhS%2ByxGYuwg@mail.gmail.com>
In-Reply-To: <CAGnMC6roqv91iWnAKEyB=e7Qhotf%2BbLKAC%2BZMtxdxt7ob5szsg@mail.gmail.com>
References:  <alpine.BSF.2.20.1604151003020.869@Ace.nina.org> <CAGnMC6roqv91iWnAKEyB=e7Qhotf%2BbLKAC%2BZMtxdxt7ob5szsg@mail.gmail.com>

next in thread | previous in thread | raw e-mail | index | archive | help
On Fri, Apr 15, 2016 at 8:16 AM, Dewayne Geraghty <dewaynegeraghty@gmail.com
> wrote:

> Thanks for posting Frank; I also have this problem which O.Hartman has
> created the PR
> https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=208767
>
> And MAKE_JOBS_UNSAFE makes no difference.
>
>
Most people don't understand the purpose of building with MAKE_JOBS_UNSAFE.
It is not that it will make the build work, though, on rare occasion, it
does. It is to serialize the build so that the actual error is shown at the
time that the build fails.

Most modern ports build in parallel with multiple compiles running at the
same time. An unfortunate side effects is that the details of the error are
at some seemingly random point in the output of the build, even hundreds of
lines from the failure and termination of the build. Attempting to build
with MAKE_JOBS_UNSAFE makes it much easier to determine exactly what failed
and the output of that build is what should be provided in report like
this. While a PR should include the full log, even here it is better to use
the serial build to make life easier on whoever works on the PR.
--
Kevin Oberman, Part time kid herder and retired Network Engineer
E-mail: rkoberman@gmail.com
PGP Fingerprint: D03FB98AFA78E3B78C1694B318AB39EF1B055683



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?CAN6yY1vQMuj6rN2QKbqSTUHo0kJWUymy46O9w=XhhS%2ByxGYuwg>