Date: Sun, 30 Mar 2014 11:06:17 +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: r349613 - head/net/asterisk14 Message-ID: <201403301106.s2UB6HCM029869@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: antoine Date: Sun Mar 30 11:06:17 2014 New Revision: 349613 URL: http://svnweb.freebsd.org/changeset/ports/349613 QAT: https://qat.redports.org/buildarchive/r349613/ Log: Mark broken: Fails to configure or build Fails to configure on 8 and 9: checking if OpenH323 version 1.19.0 is compatible with chan_h323... yes checking OpenH323 build option... opt checking OpenH323 installation validity... no configure: *** configure: *** The OPENH323 installation on this system appears to be broken. configure: *** Either correct the installation, or run configure configure: *** including --without-h323 ===> Script "configure" failed unexpectedly. Fails to build on 10: g++47 -o asterisk -Wl,--export-dynamic -Wl,--version-script,asterisk.exports -D_THREAD_SAFE -pthread -L/usr/local/lib -pipe -O2 -pipe -Wl,-rpath=/usr/local/lib/gcc47 -fno-strict-aliasing -Wl,-rpath=/usr/local/lib/gcc47 -L/usr/local/lib -Wl,-rpath=/usr/local/lib/gcc47 -L/usr/local/lib/gcc47 -L/usr/local/lib -L/usr/local/lib -L/usr/local/lib -Wl,-rpath=/usr/local/lib/gcc47 -L/usr/local/lib/gcc47 -L/usr/local/lib -Wl,-rpath,/usr/lib:/usr/local/lib -Wl,-rpath=/usr/local/lib/gcc47 -L/usr/local/lib/gcc47 -L/usr/local/lib -L/usr/local/share/pwlib//lib -L/usr/local/lib abstract_jb.o acl.o aescrypt.o aeskey.o aestab.o alaw.o app.o ast_expr2.o ast_expr2f.o asterisk.o astfd.o astmm.o astobj2.o audiohook.o autoservice.o callerid.o cdr.o channel.o chanvars.o cli.o config.o cryptostub.o db.o devicestate.o dial.o dns.o dnsmgr.o dsp.o enum.o file.o fixedjitterbuf.o frame.o fskmodem.o global_datastores.o http.o image.o indications.o io.o jitterbuf.o loader.o logger.o manager.o md5.o netsock.o pbx .o plc.o poll.o privacy.o rtp.o say.o sched.o sha1.o slinfactory.o srv.o stdtime/localtime.o strcompat.o tdd.o term.o test.o threadstorage.o translate.o udptl.o ulaw.o utils.o editline/libedit.a buildinfo.o -ltermcap -lm -lcrypto -lh323_r -lpt_r -lldap -llber -lldap_r -lpthread -lssl -lcrypto -lexpat -pthread -L/usr/local/lib /usr/local/bin/ld: asterisk: local symbol `__progname' in /usr/lib/crt1.o is referenced by DSO /usr/local/bin/ld: final link failed: Bad value collect2: error: ld returned 1 exit status gmake[2]: *** [asterisk] Error 1 Reported by: pkg-fallout Modified: head/net/asterisk14/Makefile Modified: head/net/asterisk14/Makefile ============================================================================== --- head/net/asterisk14/Makefile Sun Mar 30 10:59:46 2014 (r349612) +++ head/net/asterisk14/Makefile Sun Mar 30 11:06:17 2014 (r349613) @@ -12,6 +12,8 @@ PKGNAMESUFFIX= 14 MAINTAINER= bamby@sippysoft.com COMMENT= An Open Source PBX and telephony toolkit +BROKEN= Fails to configure or build + BUILD_DEPENDS= mpg123:${PORTSDIR}/audio/mpg123 LIB_DEPENDS= speex.1:${PORTSDIR}/audio/speex \ newt.52:${PORTSDIR}/devel/newt \
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201403301106.s2UB6HCM029869>