From owner-freebsd-ports@FreeBSD.ORG Mon May 6 16:55:03 2013 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id F1BCF6F4 for ; Mon, 6 May 2013 16:55:03 +0000 (UTC) (envelope-from zaphod@berentweb.com) Received: from sam.nabble.com (sam.nabble.com [216.139.236.26]) by mx1.freebsd.org (Postfix) with ESMTP id DA9C1122 for ; Mon, 6 May 2013 16:55:03 +0000 (UTC) Received: from [192.168.236.26] (helo=sam.nabble.com) by sam.nabble.com with esmtp (Exim 4.72) (envelope-from ) id 1UZOgp-0003B2-Cf for freebsd-ports@freebsd.org; Mon, 06 May 2013 09:55:03 -0700 Date: Mon, 6 May 2013 09:55:03 -0700 (PDT) From: Beeblebrox To: freebsd-ports@freebsd.org Message-ID: <1367859303386-5809185.post@n5.nabble.com> Subject: devel/json-c build fails MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 06 May 2013 16:55:04 -0000 Breaks with below Error Message. If ccache is enabled, breaks sooner. WITH CCACHE: ===> Building for json-c-0.9 gmake all-am gmake[1]: Entering directory `/wrkdirs/usr/ports/devel/json-c/work/json-c-0.9' /bin/sh ./libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -Wall -Wwrite-strings -Werror -std=gnu99 -D_GNU_SOURCE -D_REENTRANT -O2 -pipe -march=k8 -fno-strict-aliasing -MT arraylist.lo -MD -MP -MF .deps/arraylist.Tpo -c -o arraylist.lo arraylist.c libtool: compile: cc -DHAVE_CONFIG_H -I. -Wall -Wwrite-strings -Werror -std=gnu99 -D_GNU_SOURCE -D_REENTRANT -O2 -pipe -march=k8 -fno-strict-aliasing -MT arraylist.lo -MD -MP -MF .deps/arraylist.Tpo -c arraylist.c -fPIC -DPIC -o .libs/arraylist.o cc: error: argument unused during compilation: '-I .' gmake[1]: *** [arraylist.lo] Error 1 gmake[1]: Leaving directory `/wrkdirs/usr/ports/devel/json-c/work/json-c-0.9' gmake: *** [all] Error 2 *** [do-build] Error code 1 Stop in /usr/ports/devel/json-c. W/O CCACHE: mv -f .deps/linkhash.Tpo .deps/linkhash.Plo /bin/sh ./libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -Wall -Wwrite-strings -Werror -std=gnu99 -D_GNU_SOURCE -D_REENTRANT -O2 -pipe -march=k8 -fno-strict-aliasing -MT printbuf.lo -MD -MP -MF .deps/printbuf.Tpo -c -o printbuf.lo printbuf.c libtool: compile: cc -DHAVE_CONFIG_H -I. -Wall -Wwrite-strings -Werror -std=gnu99 -D_GNU_SOURCE -D_REENTRANT -O2 -pipe -march=k8 -fno-strict-aliasing -MT printbuf.lo -MD -MP -MF .deps/printbuf.Tpo -c printbuf.c -fPIC -DPIC -o .libs/printbuf.o libtool: compile: cc -DHAVE_CONFIG_H -I. -Wall -Wwrite-strings -Werror -std=gnu99 -D_GNU_SOURCE -D_REENTRANT -O2 -pipe -march=k8 -fno-strict-aliasing -MT printbuf.lo -MD -MP -MF .deps/printbuf.Tpo -c printbuf.c -o printbuf.o >/dev/null 2>&1 mv -f .deps/printbuf.Tpo .deps/printbuf.Plo /bin/sh ./libtool --tag=CC --mode=link cc -Wall -Wwrite-strings -Werror -std=gnu99 -D_GNU_SOURCE -D_REENTRANT -O2 -pipe -march=k8 -fno-strict-aliasing -version-info 0:1:0 -o libjson.la -rpath /usr/local/lib arraylist.lo debug.lo json_object.lo json_tokener.lo json_util.lo linkhash.lo printbuf.lo libtool: link: cc -shared .libs/arraylist.o .libs/debug.o .libs/json_object.o .libs/json_tokener.o .libs/json_util.o .libs/linkhash.o .libs/printbuf.o -march=k8 -Wl,-soname -Wl,libjson.so.0 -o .libs/libjson.so.0 libtool: link: (cd ".libs" && rm -f "libjson.so" && ln -s "libjson.so.0" "libjson.so") libtool: link: (cd ".libs" && rm -f "libjson.so" && ln -s "libjson.so.0" "libjson.so") libtool: link: ar cru .libs/libjson.a arraylist.o debug.o json_object.o json_tokener.o json_util.o linkhash.o printbuf.o libtool: link: ranlib .libs/libjson.a libtool: link: ( cd ".libs" && rm -f "libjson.la" && ln -s "../libjson.la" "libjson.la" ) gmake[1]: Leaving directory `/asp/obj/asp/git/ports/devel/json-c/work/json-c-0.9' ----- 10-Current-amd64-using ccache-portstree merged with marcuscom.gnome3 & xorg.devel -- View this message in context: http://freebsd.1045724.n5.nabble.com/devel-json-c-build-fails-tp5809185.html Sent from the freebsd-ports mailing list archive at Nabble.com.