Bug 192192 - net-mgmt/nagios-check_memcached_paranoid fails to build
Summary: net-mgmt/nagios-check_memcached_paranoid fails to build
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Only Me
Assignee: Jun Kuriyama
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-07-28 13:28 UTC by Lukasz Wasikowski
Modified: 2014-11-20 05:56 UTC (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Lukasz Wasikowski 2014-07-28 13:28:43 UTC
net-mgmt/nagios-check_memcached_paranoid fails to build with:

cd /wrkdirs/usr/ports/net-mgmt/nagios-check_memcached_paranoid/work/check_memcached_paranoid-0.20131004;  NDIR=$(cd /usr/ports/net-mgmt/nagios-plugins && make -VWRKSRC);  cc -O2 -pipe -fno-strict-aliasing -DLOCALEDIR=\"/usr/local/share/locale\" -D__need_getopt  -I${NDIR} -I${NDIR}/plugins -I${NDIR}/gl -I${NDIR}/lib -I/usr/local/include  -o check_memcached_paranoid  ${NDIR}/plugins/netutils.o ${NDIR}/plugins/utils.o  ${NDIR}/lib/utils_base.o ${NDIR}/lib/extra_opts.o ${NDIR}/lib/parse_ini.o  ${NDIR}/gl/getopt.o ${NDIR}/gl/getopt1.o  ${NDIR}/gl/sha1.o  -L/usr/local/lib -lintl -lmemcached check_memcached_paranoid.c
/wrkdirs/usr/ports/net-mgmt/nagios-plugins/work/nagios-plugins-2.0.3/lib/parse_ini.o: In function `np_get_defaults':
parse_ini.c:(.text+0x19f): undefined reference to `idpriv_temp_restore'
parse_ini.c:(.text+0x1db): undefined reference to `idpriv_temp_drop'
*** [do-build] Error code 1

# uname -a
FreeBSD ashnazg.cadera.com.pl 9.3-RELEASE FreeBSD 9.3-RELEASE #1 r268981: Tue Jul 22 17:33:49 CEST 2014     root@ashnazg.cadera.com.pl:/usr/obj/usr/src/sys/ASHNAZG  amd64

I'm building it with poudriere-devel-3.0.99.20140626:

poudriere ports -u
poudriere jail -c -j test -v 9.3-RELEASE -a amd64
echo 'WITH_PKGNG=yes' > /usr/local/etc/poudriere.d/test-make.conf
poudriere options -j test net-mgmt/nagios-check_memcached_paranoid
[all options are left default]
poudriere bulk -j test net-mgmt/nagios-check_memcached_paranoid

Build error log is here: http://pastebin.com/us4MpFJs
Comment 1 John Marino freebsd_committer freebsd_triage 2014-07-28 13:50:46 UTC
over to maintainer
Comment 2 commit-hook freebsd_committer freebsd_triage 2014-11-20 05:52:41 UTC
A commit references this bug:

Author: kuriyama
Date: Thu Nov 20 05:52:03 UTC 2014
New revision: 372837
URL: https://svnweb.freebsd.org/changeset/ports/372837

Log:
  Unbreak.

  PR:		ports/192192
  Submitted by:	Lukasz Wasikowski <lukasz@wasikowski.net>

Changes:
  head/net-mgmt/nagios-check_memcached_paranoid/Makefile
  head/net-mgmt/nagios-check_memcached_paranoid/pkg-plist
Comment 3 Jun Kuriyama freebsd_committer freebsd_triage 2014-11-20 05:56:47 UTC
Fix committed, thanks!