[e-users] build problem

2015-10-28 Thread Conrad Knight
Hi all,

I'm having trouble building the EFL, etc. libraries... I typically
download the tarballs and compile from those, but i've also now tried
following the directions on:

https://www.enlightenment.org/docs-efl-start

Compiling all the libraries (in the order specified) still results in
the same problem. Since the last time i had a successful build, the
instructions have been updated to include (or maybe they were there
before, but i just missed them)

To ensure your code is compiled with decent optimzations you should
also set this up in your environment:
export CFLAGS="-O3 -ffast-math -march=native"

efl, emotion_generic_players, and evas_generic_loaders all build fine,
but when it comes to elementary i get the following error towards the
end:

make[2]: Entering directory '/home/conrad/src/e19/elementary/data'
Making all in themes
make[3]: Entering directory '/home/conrad/src/e19/elementary/data/themes'
  EDJ  default.edj
/bin/bash: line 3:  9778 Segmentation fault  (core dumped)
/usr/local/bin/edje_cc -fastdecomp -id . -fd . -id
../../data/themes/img -fd ../../data/themes/fnt -sd
../../data/themes/snd -l ../../COPYING -a ../../AUTHORS -fastdecomp
../../data/themes/default.edc ../../data/themes/default.edj
Makefile:1545: recipe for target 'default.edj' failed
make[3]: *** [default.edj] Error 139

If i start over (make clean, run configure again, etc.) and don't set
those optimization CFLAGS, all goes well.

What could be causing this? Is there any way to track down the
problem? There is a work-around, but that means everything is built
without the aforementioned "decent optimzations".

Thanks,
-Conrad.

-- 
Whenever and  wherever you want.

--
___
enlightenment-users mailing list
enlightenment-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-users


Re: [e-users] build problem

2015-10-28 Thread Daniel Juyung Seo
Hi,

I have no problem with that.
Can you try it again after 'git clean -dfx'?
Or remove '-march=native' from CFLAGS.

Thanks,
Daniel Juyung Seo (SeoZ)


On Thu, Oct 29, 2015 at 1:25 AM, Conrad Knight  wrote:
> Hi all,
>
> I'm having trouble building the EFL, etc. libraries... I typically
> download the tarballs and compile from those, but i've also now tried
> following the directions on:
>
> https://www.enlightenment.org/docs-efl-start
>
> Compiling all the libraries (in the order specified) still results in
> the same problem. Since the last time i had a successful build, the
> instructions have been updated to include (or maybe they were there
> before, but i just missed them)
>
> To ensure your code is compiled with decent optimzations you should
> also set this up in your environment:
> export CFLAGS="-O3 -ffast-math -march=native"
>
> efl, emotion_generic_players, and evas_generic_loaders all build fine,
> but when it comes to elementary i get the following error towards the
> end:
>
> make[2]: Entering directory '/home/conrad/src/e19/elementary/data'
> Making all in themes
> make[3]: Entering directory '/home/conrad/src/e19/elementary/data/themes'
>   EDJ  default.edj
> /bin/bash: line 3:  9778 Segmentation fault  (core dumped)
> /usr/local/bin/edje_cc -fastdecomp -id . -fd . -id
> ../../data/themes/img -fd ../../data/themes/fnt -sd
> ../../data/themes/snd -l ../../COPYING -a ../../AUTHORS -fastdecomp
> ../../data/themes/default.edc ../../data/themes/default.edj
> Makefile:1545: recipe for target 'default.edj' failed
> make[3]: *** [default.edj] Error 139
>
> If i start over (make clean, run configure again, etc.) and don't set
> those optimization CFLAGS, all goes well.
>
> What could be causing this? Is there any way to track down the
> problem? There is a work-around, but that means everything is built
> without the aforementioned "decent optimzations".
>
> Thanks,
> -Conrad.
>
> --
> Whenever and  wherever you want.
>
> --
> ___
> enlightenment-users mailing list
> enlightenment-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/enlightenment-users

--
___
enlightenment-users mailing list
enlightenment-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-users


Re: [e-users] build problem

2015-10-28 Thread Jérémy Zurcher
Hi,

is
> /usr/local/bin/edje_cc
the result of latest efl installation or is it the remain of a previous one ?

On Wednesday 28 October 2015  12:25, Conrad Knight wrote :
> Hi all,
> 
> I'm having trouble building the EFL, etc. libraries... I typically
> download the tarballs and compile from those, but i've also now tried
> following the directions on:
> 
> https://www.enlightenment.org/docs-efl-start
> 
> Compiling all the libraries (in the order specified) still results in
> the same problem. Since the last time i had a successful build, the
> instructions have been updated to include (or maybe they were there
> before, but i just missed them)
> 
> To ensure your code is compiled with decent optimzations you should
> also set this up in your environment:
> export CFLAGS="-O3 -ffast-math -march=native"
> 
> efl, emotion_generic_players, and evas_generic_loaders all build fine,
> but when it comes to elementary i get the following error towards the
> end:
> 
> make[2]: Entering directory '/home/conrad/src/e19/elementary/data'
> Making all in themes
> make[3]: Entering directory '/home/conrad/src/e19/elementary/data/themes'
>   EDJ  default.edj
> /bin/bash: line 3:  9778 Segmentation fault  (core dumped)
> /usr/local/bin/edje_cc -fastdecomp -id . -fd . -id
> ../../data/themes/img -fd ../../data/themes/fnt -sd
> ../../data/themes/snd -l ../../COPYING -a ../../AUTHORS -fastdecomp
> ../../data/themes/default.edc ../../data/themes/default.edj
> Makefile:1545: recipe for target 'default.edj' failed
> make[3]: *** [default.edj] Error 139
> 
> If i start over (make clean, run configure again, etc.) and don't set
> those optimization CFLAGS, all goes well.
> 
> What could be causing this? Is there any way to track down the
> problem? There is a work-around, but that means everything is built
> without the aforementioned "decent optimzations".
> 
> Thanks,
> -Conrad.
> 
> -- 
> Whenever and  wherever you want.
> 
> --
> ___
> enlightenment-users mailing list
> enlightenment-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/enlightenment-users
--- Hell'O from Yverdoom

Jérémy (jeyzu)

--
___
enlightenment-users mailing list
enlightenment-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-users


[e-users] Test

2015-10-28 Thread Yomi Ogunwumi
Can you read this?

-- 
*Yomi*
--
___
enlightenment-users mailing list
enlightenment-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-users


Re: [e-users] build problem

2015-10-28 Thread Philippe Jean Guillaumie
Same error building elm on Ubuntu 15.10.
As a workaround use this: CFLAGS="-O2 -ffast-math -march=native"


On 10/28/2015 09:11 PM, Jérémy Zurcher wrote:
> Hi,
>
> is
>> /usr/local/bin/edje_cc
> the result of latest efl installation or is it the remain of a previous one ?
>
> On Wednesday 28 October 2015  12:25, Conrad Knight wrote :
>> Hi all,
>>
>> I'm having trouble building the EFL, etc. libraries... I typically
>> download the tarballs and compile from those, but i've also now tried
>> following the directions on:
>>
>> https://www.enlightenment.org/docs-efl-start
>>
>> Compiling all the libraries (in the order specified) still results in
>> the same problem. Since the last time i had a successful build, the
>> instructions have been updated to include (or maybe they were there
>> before, but i just missed them)
>>
>> To ensure your code is compiled with decent optimzations you should
>> also set this up in your environment:
>> export CFLAGS="-O3 -ffast-math -march=native"
>>
>> efl, emotion_generic_players, and evas_generic_loaders all build fine,
>> but when it comes to elementary i get the following error towards the
>> end:
>>
>> make[2]: Entering directory '/home/conrad/src/e19/elementary/data'
>> Making all in themes
>> make[3]: Entering directory '/home/conrad/src/e19/elementary/data/themes'
>>EDJ  default.edj
>> /bin/bash: line 3:  9778 Segmentation fault  (core dumped)
>> /usr/local/bin/edje_cc -fastdecomp -id . -fd . -id
>> ../../data/themes/img -fd ../../data/themes/fnt -sd
>> ../../data/themes/snd -l ../../COPYING -a ../../AUTHORS -fastdecomp
>> ../../data/themes/default.edc ../../data/themes/default.edj
>> Makefile:1545: recipe for target 'default.edj' failed
>> make[3]: *** [default.edj] Error 139
>>
>> If i start over (make clean, run configure again, etc.) and don't set
>> those optimization CFLAGS, all goes well.
>>
>> What could be causing this? Is there any way to track down the
>> problem? There is a work-around, but that means everything is built
>> without the aforementioned "decent optimzations".
>>
>> Thanks,
>> -Conrad.
>>
>> -- 
>> Whenever and  wherever you want.
>>
>> --
>> ___
>> enlightenment-users mailing list
>> enlightenment-users@lists.sourceforge.net
>> https://lists.sourceforge.net/lists/listinfo/enlightenment-users
> --- Hell'O from Yverdoom
>
> Jérémy (jeyzu)
>
> --
> ___
> enlightenment-users mailing list
> enlightenment-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/enlightenment-users

--
___
enlightenment-users mailing list
enlightenment-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-users


Re: [e-users] Test

2015-10-28 Thread Daniel Kolesa
On Wed, Oct 28, 2015 at 8:45 PM, Yomi Ogunwumi  wrote:
> Can you read this?

aye.

D5

>
> --
> *Yomi*
> --
> ___
> enlightenment-users mailing list
> enlightenment-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/enlightenment-users

--
___
enlightenment-users mailing list
enlightenment-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-users


Re: [e-users] build problem

2015-10-28 Thread The Rasterman
On Wed, 28 Oct 2015 21:36:24 +0100 Philippe Jean Guillaumie 
said:

> Same error building elm on Ubuntu 15.10.
> As a workaround use this: CFLAGS="-O2 -ffast-math -march=native"

that ... smells of an optimizer bug (-O3 crashes, -O2 is fine), but of course
it's a tall order to blame gcc. this would need deep down serious debugging ...
but i have found compiler bugs before... it does happen.

> On 10/28/2015 09:11 PM, Jérémy Zurcher wrote:
> > Hi,
> >
> > is
> >> /usr/local/bin/edje_cc
> > the result of latest efl installation or is it the remain of a previous
> > one ?
> >
> > On Wednesday 28 October 2015  12:25, Conrad Knight wrote :
> >> Hi all,
> >>
> >> I'm having trouble building the EFL, etc. libraries... I typically
> >> download the tarballs and compile from those, but i've also now tried
> >> following the directions on:
> >>
> >> https://www.enlightenment.org/docs-efl-start
> >>
> >> Compiling all the libraries (in the order specified) still results in
> >> the same problem. Since the last time i had a successful build, the
> >> instructions have been updated to include (or maybe they were there
> >> before, but i just missed them)
> >>
> >> To ensure your code is compiled with decent optimzations you should
> >> also set this up in your environment:
> >> export CFLAGS="-O3 -ffast-math -march=native"
> >>
> >> efl, emotion_generic_players, and evas_generic_loaders all build fine,
> >> but when it comes to elementary i get the following error towards the
> >> end:
> >>
> >> make[2]: Entering directory '/home/conrad/src/e19/elementary/data'
> >> Making all in themes
> >> make[3]: Entering directory '/home/conrad/src/e19/elementary/data/themes'
> >>EDJ  default.edj
> >> /bin/bash: line 3:  9778 Segmentation fault  (core dumped)
> >> /usr/local/bin/edje_cc -fastdecomp -id . -fd . -id
> >> ../../data/themes/img -fd ../../data/themes/fnt -sd
> >> ../../data/themes/snd -l ../../COPYING -a ../../AUTHORS -fastdecomp
> >> ../../data/themes/default.edc ../../data/themes/default.edj
> >> Makefile:1545: recipe for target 'default.edj' failed
> >> make[3]: *** [default.edj] Error 139
> >>
> >> If i start over (make clean, run configure again, etc.) and don't set
> >> those optimization CFLAGS, all goes well.
> >>
> >> What could be causing this? Is there any way to track down the
> >> problem? There is a work-around, but that means everything is built
> >> without the aforementioned "decent optimzations".
> >>
> >> Thanks,
> >> -Conrad.
> >>
> >> -- 
> >> Whenever and  wherever you want.
> >>
> >> --
> >> ___
> >> enlightenment-users mailing list
> >> enlightenment-users@lists.sourceforge.net
> >> https://lists.sourceforge.net/lists/listinfo/enlightenment-users
> > --- Hell'O from Yverdoom
> >
> > Jérémy (jeyzu)
> >
> > --
> > ___
> > enlightenment-users mailing list
> > enlightenment-users@lists.sourceforge.net
> > https://lists.sourceforge.net/lists/listinfo/enlightenment-users
> 
> --
> ___
> enlightenment-users mailing list
> enlightenment-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/enlightenment-users


-- 
- Codito, ergo sum - "I code, therefore I am" --
The Rasterman (Carsten Haitzler)ras...@rasterman.com


--
___
enlightenment-users mailing list
enlightenment-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-users


Re: [e-users] Test

2015-10-28 Thread Stefano M.
Yomi Ogunwumi  writes:

> Can you read this?
yup

--
___
enlightenment-users mailing list
enlightenment-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-users


Re: [e-users] Test

2015-10-28 Thread Yomi Ogunwumi
Hm. Okay. So it is working.

It's just that an acquaintance of mine sent an email here and it never
showed up in my inbox but, it shows up on sourceforge's web interface. So
I'm just not sure what happened to it.
On Oct 28, 2015 5:48 PM, "Daniel Kolesa"  wrote:

> On Wed, Oct 28, 2015 at 8:45 PM, Yomi Ogunwumi  wrote:
> > Can you read this?
>
> aye.
>
> D5
>
> >
> > --
> > *Yomi*
> >
> --
> > ___
> > enlightenment-users mailing list
> > enlightenment-users@lists.sourceforge.net
> > https://lists.sourceforge.net/lists/listinfo/enlightenment-users
>
>
> --
> ___
> enlightenment-users mailing list
> enlightenment-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/enlightenment-users
>
--
___
enlightenment-users mailing list
enlightenment-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-users