Opened 5 years ago

Closed 5 years ago

#57631 closed defect (fixed)

zabbix3-agent @3.4.15 Failed to configure

Reported by: vvaznais Owned by: eborisch (Eric A. Borisch)
Priority: Normal Milestone:
Component: ports Version: 2.5.4
Keywords: Cc: overhacked (Ross Williams)
Port: zabbix3-agent

Description (last modified by jmroot (Joshua Root))

Failed to install port

sh-3.2# port clean zabbix3-agent  
--->  Cleaning zabbix3-agent
sh-3.2# port install zabbix3-agent
--->  Computing dependencies for zabbix3-agent
--->  Fetching archive for zabbix3-agent
--->  Attempting to fetch zabbix3-agent-3.4.15_0.darwin_18.x86_64.tbz2 from http://lil.fr.packages.macports.org/zabbix3-agent
--->  Attempting to fetch zabbix3-agent-3.4.15_0.darwin_18.x86_64.tbz2 from https://packages.macports.org/zabbix3-agent
--->  Attempting to fetch zabbix3-agent-3.4.15_0.darwin_18.x86_64.tbz2 from http://mse.uk.packages.macports.org/sites/packages.macports.org/zabbix3-agent
--->  Fetching distfiles for zabbix3-agent
--->  Verifying checksums for zabbix3-agent
--->  Extracting zabbix3-agent
--->  Applying patches to zabbix3-agent
--->  Configuring zabbix3-agent

Attachments (2)

main.log.zip (11.3 KB) - added by vvaznais 5 years ago.
main.log
config.log.zip (16.8 KB) - added by vvaznais 5 years ago.
config.log

Download all attachments as: .zip

Change History (7)

Changed 5 years ago by vvaznais

Attachment: main.log.zip added

main.log

Changed 5 years ago by vvaznais

Attachment: config.log.zip added

config.log

comment:1 Changed 5 years ago by jmroot (Joshua Root)

Description: modified (diff)
Owner: set to eborisch
Status: newassigned
Summary: zabbix3-agent-3.4.15_0.darwin_18.x86_64 Failed to configure zabbix3-agentzabbix3-agent @3.4.15 Failed to configure

comment:2 Changed 5 years ago by jmroot (Joshua Root)

main.log:

:info:configure checking for ICONV support... no
:info:configure configure: error: Unable to use iconv (libiconv check failed)

config.log only has those same messages unfortunately.

comment:3 Changed 5 years ago by overhacked (Ross Williams)

Cc: overhacked added

comment:4 Changed 5 years ago by overhacked (Ross Williams)

Fix is to add

--with-iconv=${prefix}

to the configure.args in the Portfile.

Opened PR: https://github.com/macports/macports-ports/pull/3332

Last edited 5 years ago by overhacked (Ross Williams) (previous) (diff)

comment:5 Changed 5 years ago by overhacked (Ross Williams)

Resolution: fixed
Status: assignedclosed

In 8e3ea220dbc9bdd5421b519a5f344b3b99de3af7/macports-ports (master):

zabbix3-agent: Fix iconv configure failure

Fixes: #57631

Note: See TracTickets for help on using tickets.