Bug 196903 - sysutils/garcon , x11-wm/xfce4-panel with unset option NLS results in GNU gettext tools not found
Summary: sysutils/garcon , x11-wm/xfce4-panel with unset option NLS results in GNU get...
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Some People
Assignee: Olivier Duchateau
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-01-19 19:35 UTC by Kamil Szczesny
Modified: 2015-03-13 17:42 UTC (History)
1 user (show)

See Also:
bugzilla: maintainer-feedback? (xfce)


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Kamil Szczesny 2015-01-19 19:35:55 UTC
I'm applying devel/poudriere on a 10.1-RELEASE to build packages for my 
desktop.
Important for this is that I have unset the option NLS in my 
corresponding /etc/make.conf.
During package build I noticed the following configure error in 
sysutils/garcon and later in x11-wm/xfce4-panel which are required by x11-fm/thunar:

configure: error: GNU gettext tools not found; required for intltool
===>  Script "configure" failed unexpectedly.
Please report the problem to xfce@FreeBSD.org [maintainer] and attach the
"/wrkdirs/usr/ports/sysutils/garcon/work/garcon-0.2.1/config.log" including
the output of the failure of your make command. Also, it might be a good idea
to provide an overview of all packages installed on your system (e.g. a
/usr/local/sbin/pkg-static info -g -Ea).
*** Error code 1

Is there a clean way to fix this, when NLS is unset?
I guess that many ports that have the NLS option will have this configure error, when NLS is unset.

Currently, I can fix this with
  USES+=	gettext-tools

Please see also:
http://lists.freebsd.org/pipermail/freebsd-ports/2014-December/097073.html
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=195857
Comment 1 Bugzilla Automation freebsd_committer freebsd_triage 2015-01-19 19:35:55 UTC
Auto-assigned to maintainer xfce@FreeBSD.org
Comment 2 Mark Linimon freebsd_committer freebsd_triage 2015-01-20 00:03:36 UTC
(adding a note to potential bugbusters that xfce@ maintains bth of the ports referenced in the Summary line.)
Comment 3 Olivier Duchateau freebsd_committer freebsd_triage 2015-01-20 04:00:41 UTC
I'll take it
Comment 4 Olivier Duchateau freebsd_committer freebsd_triage 2015-03-13 17:42:21 UTC
Fixed since revision r380565, thanks.