Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 14 Feb 2015 09:12:37 +0000 (UTC)
From:      Antoine Brodin <antoine@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r378954 - head/net/ntopng
Message-ID:  <201502140912.t1E9CbsL038404@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: antoine
Date: Sat Feb 14 09:12:36 2015
New Revision: 378954
URL: https://svnweb.freebsd.org/changeset/ports/378954
QAT: https://qat.redports.org/buildarchive/r378954/

Log:
  Mark BROKEN: Fails to link
  
  /usr/bin/clang++  Ntop.o  ParserInterface.o  Prefs.o  HTTPBL.o  Categorization.o  EthStats.o  HTTPserver.o  ActivityStats.o  Lua.o  ProtoStats.o  NetworkInterface.o  PcapInterface.o  GenericHost.o  StringHash.o  Trace.o  PacketStats.o  StringHost.o  Utils.o  SimpleStringHost.o  GenericHashEntry.o  DnsStats.o  Flow.o  Redis.o  main.o  PeriodicActivities.o  AddressResolution.o  HostContacts.o  HistoricalInterface.o  Mutex.o  NdpiStats.o  ExportInterface.o  EppStats.o  AlertCounter.o  Host.o  IpAddress.o  DB.o  GenericHash.o  RuntimePrefs.o  FlowHash.o  TrafficStats.o  PF_RINGInterface.o  Geolocation.o  NtopGlobals.o  CollectorInterface.o  HostHash.o -Wall -L/usr/local/lib -lndpi   -lpcap -L/usr/local/lib -lluajit-5.1   -L/usr/local/lib -lrrd   /usr/local/lib/libzmq.a -L/usr/local/lib -ljson-c    -lsqlite3  -lGeoIP  -fstack-protector -L/usr/local/lib -lrt -lm -lpthread -o ntopng
  /usr/local/lib/libzmq.a(libzmq_la-ipc_listener.o): In function `zmq::ipc_listener_t::set_address(char const*)':
  (.text+0x7d0): warning: warning: tempnam() possibly used unsafely; consider using mkstemp()
  /usr/local/lib/libzmq.a(libzmq_la-zmq.o): In function `zmq_ctx_new':
  (.text+0x58): undefined reference to `pgm_init'
  /usr/local/lib/libzmq.a(libzmq_la-zmq.o): In function `zmq_ctx_new':
  (.text+0x79): undefined reference to `pgm_error_free'
  
  Reported by:	pkg-fallout

Modified:
  head/net/ntopng/Makefile

Modified: head/net/ntopng/Makefile
==============================================================================
--- head/net/ntopng/Makefile	Sat Feb 14 09:00:55 2015	(r378953)
+++ head/net/ntopng/Makefile	Sat Feb 14 09:12:36 2015	(r378954)
@@ -12,6 +12,8 @@ COMMENT=	Network monitoring tool with co
 
 LICENSE=	GPLv3
 
+BROKEN=		Fails to link
+
 LIB_DEPENDS=	librrd.so:${PORTSDIR}/databases/rrdtool \
 		libluajit-5.1.so:${PORTSDIR}/lang/luajit \
 		libndpi.so:${PORTSDIR}/net/ndpi \



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201502140912.t1E9CbsL038404>