Bug 201754 - ccache enabled leads to "CONFIGURE_ENV is recursive"
Summary: ccache enabled leads to "CONFIGURE_ENV is recursive"
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Ports Framework (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Some People
Assignee: Jason Unovitch
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-07-22 11:11 UTC by Dmitry Morozovsky
Modified: 2015-11-08 08:24 UTC (History)
2 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Dmitry Morozovsky freebsd_committer freebsd_triage 2015-07-22 11:11:50 UTC
some ports are broken if system-wide ccache building is
enabled:

root@briareus:/usr/ports# env __MAKE_CONF=/dev/null WITH_CCACHE_BUILD=yes make
-C databases/levigo/ && make describe
Variable CONFIGURE_ENV is recursive.

make: stopped in /usr/ports/databases/levigo
Comment 1 Bryan Drewery freebsd_committer freebsd_triage 2015-07-22 16:47:48 UTC
Is this a new regression? I am surprised to not have heard of this yet.
Comment 2 Dmitry Morozovsky freebsd_committer freebsd_triage 2015-07-23 00:33:55 UTC
(In reply to Bryan Drewery from comment #1)

I'm not sure, but at least my poudriere build from July 20th failed -- maybe earlier.
Comment 3 Bryan Drewery freebsd_committer freebsd_triage 2015-11-06 20:24:27 UTC
This was fixed in databases/levigo:

r393507 | junovitch | 2015-08-03 19:27:33 -0700 (Mon, 03 Aug 2015) | 6 lines

Trim spurious slash that caused recursive CONFIGURE_ENV warning

PR:             201733
Submitted by:   tremere@cainites.net
Approved by:    cheffo@freebsd-bg.org (maintainer), pgollucci (mentor)
Comment 4 Kubilay Kocak freebsd_committer freebsd_triage 2015-11-08 08:24:34 UTC
Assign to committer that resolved