From owner-freebsd-ports@FreeBSD.ORG Mon May 26 19:12:18 2014 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 140012D0; Mon, 26 May 2014 19:12:18 +0000 (UTC) Received: from mail-qg0-x22b.google.com (mail-qg0-x22b.google.com [IPv6:2607:f8b0:400d:c04::22b]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id B60F8225F; Mon, 26 May 2014 19:12:17 +0000 (UTC) Received: by mail-qg0-f43.google.com with SMTP id 63so12792235qgz.30 for ; Mon, 26 May 2014 12:12:16 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=from:to:reply-to:cc:subject:date:message-id:user-agent:in-reply-to :references:mime-version:content-transfer-encoding:content-type; bh=QR8U0/dCGDBzbBqW5o7w2vfYgDIIwJLeCu6ArHxi6zc=; b=sfmFBNFNC0+LQsqWL3+843l1ZfhDBcZYdZCA8hzmovc3YiAqCtof0+HJqVoD3WBGPg c7bkVIFTwnhXVarNxBjquArztN/YHTaNeis8QCYkDNYgg2S0elB7TOEmCTBxRHWgUa/n FoLTaoBOB1UGQTDLYRZmvmov4mVCwzRsS+ztDKN7acC4p+DVo5UuiEA2NeTmieUKvFIH MsmFUjW+fZM1DhvXOIJE6zBmQcrkwSKUcsvEh6CtGkuh8nm6alKUZSCO+e3wDiGTn18h jab30I+cvONkv00kFi+JFDuxWI1sAAiiY9gAHyNjoxKBWfJYMRaSASgWYykQzEXeK5ze /09g== X-Received: by 10.229.212.196 with SMTP id gt4mr10224228qcb.18.1401131536876; Mon, 26 May 2014 12:12:16 -0700 (PDT) Received: from lumiwa.farms.net (pool-70-105-235-170.port.east.myfairpoint.net. [70.105.235.170]) by mx.google.com with ESMTPSA id j7sm21306401qab.27.2014.05.26.12.12.15 for (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Mon, 26 May 2014 12:12:15 -0700 (PDT) From: Ajtim To: freebsd-ports@freebsd.org Reply-To: lumiwa@gmail.com Subject: Re: net/linphone-base failed compiling Date: Mon, 26 May 2014 15:12:14 -0400 Message-ID: <8776740.EySA0bkcsZ@lumiwa.farms.net> User-Agent: KMail/4.12.5 (FreeBSD/10.0-RELEASE-p3; KDE/4.12.5; amd64; ; ) In-Reply-To: <4607177c0686b16f0caa380a53697a9c.squirrel@www.neelc.org> References: <4607177c0686b16f0caa380a53697a9c.squirrel@www.neelc.org> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Cc: sylvio@freebsd.org, neel@neelc.org X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 26 May 2014 19:12:18 -0000 On Monday 26 May 2014 13:41:52 neel@neelc.org wrote: > Hi, > One of the ports you maintain, net/linphone-base failed to compile. If I > just compile without MAKE_JOBS_UNSAFE, I get: > > fatal error: too many errors emitted, stopping now [-ferror-limit=] > libtool: compile: cc -DHAVE_CONFIG_H -I. -I.. -I.. > -I../mediastreamer2/include -I/usr/local/include -DIN_LINPHONE > -I/usr/local/include -I/usr/local/include -DOSIP_MT -I../oRTP/include > -DENABLE_TRACE -DLOG_DOMAIN=\"LinphoneCore\" -DORTP_INET6 -O2 -pipe > -fno-strict-aliasing -MT enum.lo -MD -MP -MF .deps/enum.Tpo -c enum.c -o > enum.o >/dev/null 2>&1 > 20 errors generated. > gmake[4]: *** [linphonecore.lo] Error 1 > libtool: compile: cc -DHAVE_CONFIG_H -I. -I.. -I.. > -I../mediastreamer2/include -I/usr/local/include -DIN_LINPHONE > -I/usr/local/include -I/usr/local/include -DOSIP_MT -I../oRTP/include > -DENABLE_TRACE -DLOG_DOMAIN=\"LinphoneCore\" -DORTP_INET6 -O2 -pipe > -fno-strict-aliasing -MT misc.lo -MD -MP -MF .deps/misc.Tpo -c misc.c -o > misc.o >/dev/null 2>&1 > mv -f .deps/enum.Tpo .deps/enum.Plo > mv -f .deps/misc.Tpo .deps/misc.Plo > gmake[4]: Leaving directory > `/usr/ports/net/linphone-base/work/linphone-3.2.1/coreapi' > gmake[3]: *** [all-recursive] Error 1 > gmake[3]: Leaving directory > `/usr/ports/net/linphone-base/work/linphone-3.2.1' > gmake[2]: *** [all] Error 2 > gmake[2]: Leaving directory > `/usr/ports/net/linphone-base/work/linphone-3.2.1' > ===> Compilation failed unexpectedly. > Try to set MAKE_JOBS_UNSAFE=yes and rebuild before reporting the failure to > the maintainer. > *** Error code 1 > > Stop. > make[1]: stopped in /usr/ports/net/linphone-base > *** Error code 1 > > Stop. > make: stopped in /usr/ports/net/linphone-base > > If I specify MAKE_JOBS_UNSAFE=yes, I get: > > fatal error: too many errors emitted, stopping now [-ferror-limit=] > 20 errors generated. > gmake[4]: *** [linphonecore.lo] Error 1 > gmake[4]: Leaving directory > `/usr/ports/net/linphone-base/work/linphone-3.2.1/coreapi' > gmake[3]: *** [all-recursive] Error 1 > gmake[3]: Leaving directory > `/usr/ports/net/linphone-base/work/linphone-3.2.1' > gmake[2]: *** [all] Error 2 > gmake[2]: Leaving directory > `/usr/ports/net/linphone-base/work/linphone-3.2.1' > *** Error code 1 > > Stop. > make[1]: stopped in /usr/ports/net/linphone-base > *** Error code 1 > > Stop. > make: stopped in /usr/ports/net/linphone-base > > How would I fix this? > -Neel > > _______________________________________________ > freebsd-ports@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-ports > To unsubscribe, send any mail to "freebsd-ports-unsubscribe@freebsd.org" pkg delete -f net/libexosip2 ne/libosip2 -- ajtiM -------- http://www.redbubble.com/people/lumiwa