Date: Sat, 26 Mar 2022 16:21:25 +0000 From: bugzilla-noreply@freebsd.org To: ports-bugs@FreeBSD.org Subject: [Bug 262216] devel/bazel 5.0.0 does not work after successful installation on freebsd 13.0 Message-ID: <bug-262216-7788-P3CRqJG58c@https.bugs.freebsd.org/bugzilla/> In-Reply-To: <bug-262216-7788@https.bugs.freebsd.org/bugzilla/> References: <bug-262216-7788@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=3D262216 --- Comment #22 from Klaus Aehlig <aehlig@linta.de> --- (In reply to Ulas SAYGIN from comment #21) You're right in noting that bazel is just a build tool and its runtime dependencies are just those needed to make the tool run. As with other any other build tool, just the build tool is not enough to build a project; you have additional dependencies on the tool chain (in particular, the compiler) for the language the project is written in, often additional libraries, etc. That's perfectly normal, and I disagree with the suggestion that bazel shou= ld pull in all tools it could possibly be used with; as it is a generic build tool, that would include a compiler and libraries for every programming language ever ported to FreeBSD, which certainly is unreasonable. --=20 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-262216-7788-P3CRqJG58c>