Bug 195857 - math/libqalculate fails to build under poudriere (missing dependency on gettext tools?)
Summary: math/libqalculate fails to build under poudriere (missing dependency on gette...
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: Jason E. Hale
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-12-10 17:23 UTC by Mark.Martinec
Modified: 2015-02-16 19:17 UTC (History)
1 user (show)

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


Attachments
poudriere build log (14.84 KB, text/plain)
2014-12-10 17:23 UTC, Mark.Martinec
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
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.