Created attachment 157816 [details] Patch Guile build requires gettext-tools to be present even if NLS disabled, so add corresponding dependency.
Created attachment 157817 [details] Failure log
Poudriere is building with the patch however one small query. As LGPL21 is in the LICENSE framework is there any requirements for LICENSE_FILE?
(In reply to Muhammad Moinur Rahman from comment #2) > Poudriere is building with the patch however one small query. As LGPL21 is > in the LICENSE framework is there any requirements for LICENSE_FILE? Yes, it was decided that LICENSE_FILE is mandatory even for known licenses. Unfortunately it doesn't seem to be documented, but here's irc (EFNet #bsdports, May 15 2014) log excerpt: 00:19 <@mat__> what should be done is say LICENSE=GPLv2, and LICENSE_FILE=${WRKSRC}/... so that the actual license text is there 00:19 < AMDmi3> I though we don't specify LICENSE_FILE for known licenses 00:20 <@mat__> AMDmi3, it doesn't *do* anything, the license is GPLv2, and the text of the license says that it is this one or later 00:20 <@mat__> and that's a mistake, we should always specify LICENSE_FILE, because everybody edits it to set name, year, and things like that 00:21 <@mat__> so the sample we have and put in the package is not the actual license
A commit references this bug: Author: bofh Date: Thu Jun 18 11:36:51 UTC 2015 New revision: 390026 URL: https://svnweb.freebsd.org/changeset/ports/390026 Log: lang/guile: Fix build with NLS disabled - Add LICENSE_FILE PR: 200923 Submitted by: amdmi3@FreeBSD.org Changes: head/lang/guile/Makefile
Thanks.