ports/185197: net-mgmt/zabbix22-server (and friends) fail to find iconv in alternate path

Erick Turnquist jhujhiti at adjectivism.org
Thu Dec 26 05:40:00 UTC 2013


>Number:         185197
>Category:       ports
>Synopsis:       net-mgmt/zabbix22-server (and friends) fail to find iconv in alternate path
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Thu Dec 26 05:40:00 UTC 2013
>Closed-Date:
>Last-Modified:
>Originator:     Erick Turnquist
>Release:        9.1-RELEASE
>Organization:
>Environment:
FreeBSD rhea 9.1-RELEASE-p7 FreeBSD 9.1-RELEASE-p7 #4: Sat Sep 14 03:52:41 UTC 2013     root at rhea:/usr/obj/usr/src/sys/CUSTOM  amd64
>Description:
The zabbix22 ports fail to find the installation of iconv I have because I use a non-default LOCALBASE/PREFIX setup.

A patch for zabbix22-server/Makefile is attached to this PR that explicitly sets --with-iconv=${ICONV_PREFIX) in the configure arguments.

I suspect that the zabbix2 ports have the same problem, but have not checked.
>How-To-Repeat:

>Fix:


Patch attached with submission follows:

--- Makefile.orig       2013-12-26 00:03:16.558058742 -0500
+++ Makefile.patched    2013-12-26 00:19:14.423059352 -0500
@@ -59,7 +59,8 @@
 GNU_CONFIGURE= yes
 CONFIGURE_ARGS+=       --enable-${ZABBIX_BUILD} \
                        --sysconfdir=${ETCDIR} \
-                       --datadir=${ETCDIR}
+                       --datadir=${ETCDIR} \
+                       --with-iconv=${ICONV_PREFIX}
 
 .if ${ZABBIX_BUILD} != "agent"
 LIB_DEPENDS=   netsnmp:${PORTSDIR}/net-mgmt/net-snmp \


>Release-Note:
>Audit-Trail:
>Unformatted:


More information about the freebsd-ports-bugs mailing list