Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 6 May 2013 10:02:48 -0700 (PDT)
From:      Beeblebrox <zaphod@berentweb.com>
To:        freebsd-ports@freebsd.org
Subject:   lang/spidermonkey185 build breaks
Message-ID:  <1367859768520-5809189.post@n5.nabble.com>

next in thread | raw e-mail | index | archive | help
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;
.......<OTHER ERR MSGS>
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.



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