Bug 195857

Summary: math/libqalculate fails to build under poudriere (missing dependency on gettext tools?)
Product: Ports & Packages Reporter: Mark.Martinec
Component: Individual Port(s)Assignee: Jason E. Hale <jhale>
Status: Closed FIXED    
Severity: Affects Some People CC: pi
Priority: --- Flags: bugzilla: maintainer-feedback? (jhale)
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
poudriere build log none

Description Mark.Martinec 2014-12-10 17:23:11 UTC
Created attachment 150435 [details]
poudriere build log

Building math/libqalculate (0.9.7_4) under poudriere
fails at the config stage (configure_error):

[...]
checking for xgettext... no
checking for msgmerge... no
checking for msgfmt... no
configure: error: GNU gettext tools not found; required for intltool
===>  Script "configure" failed unexpectedly.


Failed libqalculate causes its dependent ports to be skipped,
among others KDE (x11/kde4-workspace, x11-themes/kdeartwork4,
misc/kdeedu4, ...).

Btw, I wonder why kde4-workspace has to depend on libqalculate.


Full log is attached.
Comment 1 Bugzilla Automation freebsd_committer freebsd_triage 2014-12-10 17:23:11 UTC
Auto-assigned to maintainer jhale@FreeBSD.org
Comment 2 commit-hook freebsd_committer freebsd_triage 2015-02-16 19:17:00 UTC
A commit references this bug:

Author: pi
Date: Mon Feb 16 19:16:37 UTC 2015
New revision: 379103
URL: https://svnweb.freebsd.org/changeset/ports/379103

Log:
  math/libqalculate: fix build in poudriere if NLS is not selected

  PR:		195908, 195857
  Submitted by:	Kevin Zheng <kevinz5000@gmail.com>
  Approved by:	jhale (maintainer timeout)

Changes:
  head/math/libqalculate/Makefile
Comment 3 Kurt Jaeger freebsd_committer freebsd_triage 2015-02-16 19:17:55 UTC
Fixed.