From owner-freebsd-ports@FreeBSD.ORG Mon May 6 17:02:49 2013 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 191BDADC for ; Mon, 6 May 2013 17:02:49 +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 01D22187 for ; Mon, 6 May 2013 17:02:48 +0000 (UTC) Received: from [192.168.236.26] (helo=sam.nabble.com) by sam.nabble.com with esmtp (Exim 4.72) (envelope-from ) id 1UZOoK-0005EE-H4 for freebsd-ports@freebsd.org; Mon, 06 May 2013 10:02:48 -0700 Date: Mon, 6 May 2013 10:02:48 -0700 (PDT) From: Beeblebrox To: freebsd-ports@freebsd.org Message-ID: <1367859768520-5809189.post@n5.nabble.com> Subject: lang/spidermonkey185 build breaks 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 17:02:49 -0000 Err Msg is: In file included from jsapi.cpp:1: jsapi.cpp:1641:14: warning: cast from 'char *' to 'JSAtom **' increases required alignment from 1 to 8 [-Wcast-align] atom = (*(JSAtom **)((char*)&(cx->runtime)->atomState + (offset))); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ jsapi.cpp:1646:15: warning: cast from 'char *' to 'JSAtom **' increases required alignment from 1 to 8 [-Wcast-align] (*(JSAtom **)((char*)&(cx->runtime)->atomState + (offset))) = atom; ....... jsapi.cpp:3988:16: warning: initialization of pointer of type 'JSIdArray *' to null from a constant boolean expression [-Wbool-conversion] return false; ^~~~~ In file included from jsapi.cpp:1: In file included from jsapi.cpp:57: In file included from ./jsarray.h:47: In file included from ./jsatom.h:52: ./jsstr.h:525:14: warning: private field 'mDummy' is not used [-Wunused-private-field] JSString mDummy; ^ 87 warnings and 4 errors generated. gmake[1]: *** [jsatom.o] Error 1 gmake[1]: *** [jsapi.o] Error 1 gmake[1]: Leaving directory `/wrkdirs/usr/ports/lang/spidermonkey185/work/js-1.8.5/js/src' gmake: *** [all] Error 2 *** [do-build] Error code 1 Stop in /usr/ports/lang/spidermonkey185. ----- 10-Current-amd64-using ccache-portstree merged with marcuscom.gnome3 & xorg.devel -- View this message in context: http://freebsd.1045724.n5.nabble.com/lang-spidermonkey185-build-breaks-tp5809189.html Sent from the freebsd-ports mailing list archive at Nabble.com.