| Summary: | [PATCH] Fix www/lynx build | ||||||
|---|---|---|---|---|---|---|---|
| Product: | Ports & Packages | Reporter: | Mel <Mel> | ||||
| Component: | Individual Port(s) | Assignee: | Dmitry Marakasov <amdmi3> | ||||
| Status: | Closed FIXED | ||||||
| Severity: | Affects Only Me | CC: | jharris | ||||
| Priority: | Normal | ||||||
| Version: | Latest | ||||||
| Hardware: | Any | ||||||
| OS: | Any | ||||||
| Attachments: |
|
||||||
|
Description
Mel
2008-07-16 14:40:03 UTC
Maintainer of www/lynx,
Please note that PR ports/125676 has just been submitted.
If it contains a patch for an upgrade, an enhancement or a bug fix
you agree on, reply to this email stating that you approve the patch
and a committer will take care of it.
The full text of the PR can be found at:
http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/125676
--
Edwin Groothuis via the GNATS Auto Assign Tool
edwin@FreeBSD.org
State Changed From-To: open->feedback Awaiting maintainers feedback (via the GNATS Auto Assign Tool) Responsible Changed From-To: freebsd-ports-bugs->amdmi3 I'll take it. State Changed From-To: feedback->closed Neither me nor pointyhat are able to reproduce the problem; submitter email bno longer exists. The cause seems to be parallel builds. I decided to examine /etc/make.conf on
both machines and this was the culprit:
.if !defined(NO_PARALLEL_BUILD) && !empty(.TARGET:Mdo-build) && \
empty(.CURDIR:M*editors/vim*)
MAKE_FLAGS=-j2 -f
.endif
If I build with -DNO_PARALLEL_BUILD, it builds just fine. Should've thought
about that, but the error message threw me off.
(Apologies about the email address, the portbuild-* part should've been
stripped by postfix, but I didn't set that up right).
--
Mel
|