Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 26 Feb 2015 03:41:43 +0000
From:      bugzilla-noreply@freebsd.org
To:        freebsd-ports-bugs@FreeBSD.org
Subject:   [Bug 198045] Build tools hiding dependency issues
Message-ID:  <bug-198045-13-PdhA6MDM1F@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-198045-13@https.bugs.freebsd.org/bugzilla/>
References:  <bug-198045-13@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=198045

Bryan Drewery <bdrewery@FreeBSD.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |bdrewery@FreeBSD.org

--- Comment #1 from Bryan Drewery <bdrewery@FreeBSD.org> ---
Yes 'make install' is still supported, though it is very dangerous and
bug-prone since it does find all of this stuff on your system that may not be
expected. Yes the issues you mention are problems. They need to be fixed
case-by-case.

Most of these problems are handled by building in a sandbox, which is what
Poudriere does.

As for dependency tree, all of the tools use what ports give them:
BUILD_DEPENDS LIB_DEPENDS RUN_DEPENDS, etc. They don't make up their own
dependencies.

-- 
You are receiving this mail because:
You are the assignee for the bug.



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-198045-13-PdhA6MDM1F>