I am getting this same error with past versions of elementary on my ARM system. It builds fine my my x86 machine.
Any ideas how I can get past/work around it? On Sat, Jan 11, 2014 at 7:22 PM, Carsten Haitzler <[email protected]>wrote: > On Sat, 11 Jan 2014 11:06:33 -0600 Jeff Hoogland <[email protected]> > said: > > what "did it"? > > as for the below. never seen that before on anything i have. and embryo_cc > source has barely/not changed. it has NOT changed in the 1.8 stable branch > at > all since 1.8.0 - so how can it start barfing like this suddenly? what has > changed on your end? > > > That did it Raster thanks. > > > > Getting this error with elementary now though: > > > > /usr/bin/edje_cc \ > > -fastdecomp \ > > -id ../../data/themes/img -fd ../../data/themes/fnt -sd > > ../../data/themes/snd \ > > ../../data/themes/default.edc \ > > ../../data/themes/default.edj > > embryo_cc: bin/embryo/embryo_cc_sc1.c:1093: declglb: Assertion `litidx == > > 0' failed. > > embryo_cc: bin/embryo/embryo_cc_sc6.c:205: write_encoded: Assertion > > `(sc_lengthbin(fbin) % sizeof(cell)) == 0' failed. > > embryo_cc: bin/embryo/embryo_cc_sc6.c:205: write_encoded: Assertion > > `(sc_lengthbin(fbin) % sizeof(cell)) == 0' failed. > > embryo_cc: bin/embryo/embryo_cc_sc6.c:205: write_encoded: Assertion > > `(sc_lengthbin(fbin) % sizeof(cell)) == 0' failed. > > /tmp/edje_cc.sma-tmp-XAHcXJ(623) : fatal error 104: invalid assembler > > instruction "load." > > Compilation aborted.*** glibc detected *** /usr/bin/embryo_cc: double > free > > or corruption (!prev): 0x001750e8 *** > > /tmp/edje_cc.sma-tmp-tex3OM(639) : fatal error 104: invalid assembler > > instruction "load." > > Compilation aborted.*** glibc detected *** /usr/bin/embryo_cc: double > free > > or corruption (!prev): 0x001750e8 *** > > /tmp/edje_cc.sma-tmp-ExCwmO(1) : error 013: no entry point (no public > > functions) > > > > 1 Error. > > /tmp/edje_cc.sma-tmp-wduFVF(1) : error 013: no entry point (no public > > functions) > > > > 1 Error. > > /tmp/edje_cc.sma-tmp-qOOGaH(1) : error 013: no entry point (no public > > functions) > > > > 1 Error. > > /tmp/edje_cc.sma-tmp-GsBg7P(1) : error 013: no entry point (no public > > functions) > > > > 1 Error. > > /tmp/edje_cc.sma-tmp-mKH9v7(1) : error 013: no entry point (no public > > functions) > > > > 1 Error. > > edje_cc: Critical. Compiling script code not clean. > > make[3]: *** [default.edj] Error 255 > > > > > > > > On Fri, Jan 10, 2014 at 8:53 PM, Carsten Haitzler <[email protected] > >wrote: > > > > > On Fri, 10 Jan 2014 20:37:03 -0600 Jeff Hoogland > <[email protected]> > > > said: > > > > > > don't you have a typedef for GLchar in your gl headers. a quick grep of > > > mine > > > from /usr/include (filtering out the unrelated typedefs): > > > > > > 11:50AM /usr/include > grep -r GLchar . | grep typedef > > > ./GLES3/gl3.h:typedef char GLchar; > > > ./GL/glext.h:typedef char GLchar; > > > ./GLES/gl.h:typedef char GLchar; > > > ./GLES2/gl2.h:typedef char GLchar; > > > > > > do you not have that in glext.h ? i assume building for desktop gl? or > if > > > for > > > gles2. gl2.h there has it... ? > > > > > > > Getting a compile error with the 1.8.4 EFL Tarbal: > > > > > > > > CC > > > > > > > > modules/emotion/gstreamer/modules_emotion_gstreamer_module_la-emotion_sink.lo > > > > modules/emotion/gstreamer/emotion_sink.c: In function > > > > '_emotion_gstreamer_cancel': > > > > modules/emotion/gstreamer/emotion_sink.c:869: warning: suggest braces > > > > around empty body in an 'if' statement > > > > modules/emotion/gstreamer/emotion_sink.c: In function > > > > '_emotion_gstreamer_end': > > > > modules/emotion/gstreamer/emotion_sink.c:888: warning: suggest braces > > > > around empty body in an 'if' statement > > > > modules/emotion/gstreamer/emotion_sink.c: In function > > > > 'gstreamer_video_sink_new': > > > > modules/emotion/gstreamer/emotion_sink.c:1430: warning: suggest > braces > > > > around empty body in an 'if' statement > > > > CCLD modules/emotion/gstreamer/module.la > > > > CC > > > > > > > > modules/evas/engines/gl_x11/modules_evas_engines_gl_x11_module_la-evas_engine.lo > > > > In file included from > > > > ../src/modules/evas/engines/gl_common/evas_gl_api_ext.h:26, > > > > from > > > > ../src/modules/evas/engines/gl_common/evas_gl_core_private.h:5, > > > > from modules/evas/engines/gl_x11/evas_engine.c:3: > > > > ../src/modules/evas/engines/gl_common/evas_gl_api_ext_def.h:208: > error: > > > > expected declaration specifiers or '...' before 'GLchar' > > > > modules/evas/engines/gl_x11/evas_engine.c: In function > 'gl_extn_veto': > > > > modules/evas/engines/gl_x11/evas_engine.c:737: warning: pointer > targets > > > in > > > > passing argument 1 of 'strstr' differ in signedness > > > > /usr/include/string.h:340: note: expected 'const char *' but > argument is > > > of > > > > type 'const GLubyte *' > > > > modules/evas/engines/gl_x11/evas_engine.c:738: warning: pointer > targets > > > in > > > > passing argument 1 of 'strstr' differ in signedness > > > > /usr/include/string.h:340: note: expected 'const char *' but > argument is > > > of > > > > type 'const GLubyte *' > > > > modules/evas/engines/gl_x11/evas_engine.c:739: warning: pointer > targets > > > in > > > > passing argument 1 of 'strstr' differ in signedness > > > > /usr/include/string.h:340: note: expected 'const char *' but > argument is > > > of > > > > type 'const GLubyte *' > > > > make[4]: *** > > > > > > > > [modules/evas/engines/gl_x11/modules_evas_engines_gl_x11_module_la-evas_engine.lo] > > > > Error 1 > > > > make[3]: *** [all-recursive] Error 1 > > > > make[2]: *** [all] Error 2 > > > > make[1]: *** [all-recursive] Error 1 > > > > make: *** [all] Error 2 > > > > > > > > Any ideas? > > > > > > > > > > > > On Thu, Jan 9, 2014 at 8:12 AM, Stefan Schmidt > > > > <[email protected]>wrote: > > > > > > > > > We are pleased to announce that our forth set of stable updates for > > > > > the 1.8 series are now available for download at: > > > > > > > > > > http://download.enlightenment.org/rel > > > > > > > > > > The relevant components are: > > > > > > > > > > http://download.enlightenment.org/rel/libs/efl/efl-1.8.4.tar.gz > > > > > > > > > > > > > > http://download.enlightenment.org/rel/libs/elementary/elementary-1.8.3.tar.gz > > > > > > > > > > If you are compiling the above, please compile them in the > following > > > > > order: > > > > > > > > > > efl > > > > > elementary > > > > > > > > > > If you have an existing EFL or Elementary install, you may wish to > > > > > delete its header files and libraries before building the above. > > > > > > > > > > Besides the usual bug fixes this release contains a fix for a > > > > > temporary ABI break we had in ecore_evas external. Some symbols > had by > > > > > accident been moved into a module but are now restored. > > > > > > > > > > Please file bug tasks on http://phab.enlightenment.org and we will > > > > > address them as best as possible for release. > > > > > > > > > > SHA256 checksums: > > > > > > > > > > 785250179fd9f3ec6809169a9596a7c4f6226fa608288af2d1980e39f1151906 > > > > > efl-1.8.4.tar.bz2 > > > > > c24dc307f16d7e7f5c140db14c1efe89545188e0282724e36171fc2858fa3796 > > > > > efl-1.8.4.tar.gz > > > > > > > > > > 1b3941fc1be5606bdc4c00e659ea905c1bc18688e7b49e76389a6fd7c71ede1b > > > > > elementary-1.8.3.tar.bz2 > > > > > c479fb82c6e0de7b6598e8946c979424765215ab38caae573549beb293240270 > > > > > elementary-1.8.3.tar.gz > > > > > > > > > > Enjoy! > > > > > > > > > > > > > > > > > > > > > > > > > > > > > ------------------------------------------------------------------------------ > > > > > CenturyLink Cloud: The Leader in Enterprise Cloud Services. > > > > > Learn Why More Businesses Are Choosing CenturyLink Cloud For > > > > > Critical Workloads, Development Environments & Everything In > Between. > > > > > Get a Quote or Start a Free Trial Today. > > > > > > > > > > > > > > http://pubads.g.doubleclick.net/gampad/clk?id=119420431&iu=/4140/ostg.clktrk > > > > > _______________________________________________ > > > > > enlightenment-users mailing list > > > > > [email protected] > > > > > https://lists.sourceforge.net/lists/listinfo/enlightenment-users > > > > > > > > > > > > > > > > > > > > > -- > > > > ~Jeff Hoogland <http://jeffhoogland.com/> > > > > Thoughts on Technology <http://jeffhoogland.blogspot.com/>, Tech > Blog > > > > Bodhi Linux <http://bodhilinux.com/>, Enlightenment for your Desktop > > > > > > > > ------------------------------------------------------------------------------ > > > > CenturyLink Cloud: The Leader in Enterprise Cloud Services. > > > > Learn Why More Businesses Are Choosing CenturyLink Cloud For > > > > Critical Workloads, Development Environments & Everything In Between. > > > > Get a Quote or Start a Free Trial Today. > > > > > > > > http://pubads.g.doubleclick.net/gampad/clk?id=119420431&iu=/4140/ostg.clktrk > > > > _______________________________________________ > > > > enlightenment-users mailing list > > > > [email protected] > > > > https://lists.sourceforge.net/lists/listinfo/enlightenment-users > > > > > > > > > > > > > -- > > > ------------- Codito, ergo sum - "I code, therefore I am" > -------------- > > > The Rasterman (Carsten Haitzler) [email protected] > > > > > > > > > > > > -- > > ~Jeff Hoogland <http://jeffhoogland.com/> > > Thoughts on Technology <http://jeffhoogland.blogspot.com/>, Tech Blog > > Bodhi Linux <http://bodhilinux.com/>, Enlightenment for your Desktop > > > ------------------------------------------------------------------------------ > > CenturyLink Cloud: The Leader in Enterprise Cloud Services. > > Learn Why More Businesses Are Choosing CenturyLink Cloud For > > Critical Workloads, Development Environments & Everything In Between. > > Get a Quote or Start a Free Trial Today. > > > http://pubads.g.doubleclick.net/gampad/clk?id=119420431&iu=/4140/ostg.clktrk > > _______________________________________________ > > enlightenment-users mailing list > > [email protected] > > https://lists.sourceforge.net/lists/listinfo/enlightenment-users > > > > > -- > ------------- Codito, ergo sum - "I code, therefore I am" -------------- > The Rasterman (Carsten Haitzler) [email protected] > > -- ~Jeff Hoogland <http://jeffhoogland.com/> Thoughts on Technology <http://jeffhoogland.blogspot.com/>, Tech Blog Bodhi Linux <http://bodhilinux.com/>, Enlightenment for your Desktop ------------------------------------------------------------------------------ CenturyLink Cloud: The Leader in Enterprise Cloud Services. Learn Why More Businesses Are Choosing CenturyLink Cloud For Critical Workloads, Development Environments & Everything In Between. Get a Quote or Start a Free Trial Today. http://pubads.g.doubleclick.net/gampad/clk?id=119420431&iu=/4140/ostg.clktrk _______________________________________________ enlightenment-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/enlightenment-users
