Re: enlightenment-0.17.4 hanging from xdm

2013-09-05 Thread Grzegorz Blach
On 09/05/13 18:16, Baptiste Daroussin wrote:
 On Thu, Sep 05, 2013 at 05:49:51PM +0200, Grzegorz Blach wrote:
 On 09/05/13 17:42, Matthieu Volat wrote:
 Hi e17 users,

 I can't get e17 to start a session from xdm, and it's quite unreliable from 
 startx too... There's no big error message in .xsession, it just seems to 
 hang after :
 RUN INIT: /usr/local/lib/enlightenment/utils/enlightenment_init
 '/usr/local/share/enlightenment/data/themes/default.edj' '0'
 'Enlightenment' '0.17.4'

 There's no problem if I rollback to 0.17.3... I'm in 9.2-RC3 amd64 with 
 clang set as port compiler... (tried to rebuild just enlightenment with gcc 
 with no avail). Does anybody has found this problem and maybe a solution?


 Hi Matthieu,

 You need to rebuild graphics/evas-core using gcc, this should resolve
 your problem.
 
 That means I removed USE_GCC=any by mistake, this is weird, as I am able to 
 run
 e17 on head using clang (meaning clang33)?
 
 did I miss something?
 

I don't tried clang33 yet, but I'm sure that building evas-core using
clang32 at last on amd64 make e17 unusable.

___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to freebsd-ports-unsubscr...@freebsd.org


Re: enlightenment-0.17.4 hanging from xdm

2013-09-05 Thread Baptiste Daroussin
On Thu, Sep 05, 2013 at 06:22:06PM +0200, Grzegorz Blach wrote:
 On 09/05/13 18:16, Baptiste Daroussin wrote:
  On Thu, Sep 05, 2013 at 05:49:51PM +0200, Grzegorz Blach wrote:
  On 09/05/13 17:42, Matthieu Volat wrote:
  Hi e17 users,
 
  I can't get e17 to start a session from xdm, and it's quite unreliable 
  from startx too... There's no big error message in .xsession, it just 
  seems to hang after :
  RUN INIT: /usr/local/lib/enlightenment/utils/enlightenment_init
  '/usr/local/share/enlightenment/data/themes/default.edj' '0'
  'Enlightenment' '0.17.4'
 
  There's no problem if I rollback to 0.17.3... I'm in 9.2-RC3 amd64 with 
  clang set as port compiler... (tried to rebuild just enlightenment with 
  gcc with no avail). Does anybody has found this problem and maybe a 
  solution?
 
 
  Hi Matthieu,
 
  You need to rebuild graphics/evas-core using gcc, this should resolve
  your problem.
  
  That means I removed USE_GCC=any by mistake, this is weird, as I am able to 
  run
  e17 on head using clang (meaning clang33)?
  
  did I miss something?
  
 
 I don't tried clang33 yet, but I'm sure that building evas-core using
 clang32 at last on amd64 make e17 unusable.
 

I'll readd USE_GCC=any for now then and see later how to better handle it.

regards,
Bapt


pgpU_41hhvBue.pgp
Description: PGP signature


Re: enlightenment-0.17.4 hanging from xdm

2013-09-05 Thread Grzegorz Blach
On 09/05/13 19:02, Matthieu Volat wrote:
 On Thu, 05 Sep 2013 18:46:10 +0200
 Grzegorz Blach ma...@roorback.net wrote:
 
 On 09/05/13 18:39, Matthieu Volat wrote:
 On Thu, 05 Sep 2013 17:49:51 +0200
 Grzegorz Blach ma...@roorback.net wrote:

 On 09/05/13 17:42, Matthieu Volat wrote:
 Hi e17 users,

 I can't get e17 to start a session from xdm, and it's quite unreliable 
 from startx too... There's no big error message in .xsession, it just 
 seems to hang after :
 RUN INIT: /usr/local/lib/enlightenment/utils/enlightenment_init
 '/usr/local/share/enlightenment/data/themes/default.edj' '0'
 'Enlightenment' '0.17.4'

 There's no problem if I rollback to 0.17.3... I'm in 9.2-RC3 amd64 with 
 clang set as port compiler... (tried to rebuild just enlightenment with 
 gcc with no avail). Does anybody has found this problem and maybe a 
 solution?


 Hi Matthieu,

 You need to rebuild graphics/evas-core using gcc, this should resolve
 your problem.


 Thanks for the advice, it did not work neither... That's strange since evas 
 were not even updated... I will try to rebuild every e17 port with base gcc 
 to see... maybe try with the vesa driver, too...


 Similar issue was reported on https://phab.enlightenment.org/T308 Please
 rebuild e17 with this patch:
 http://git.enlightenment.org/core/enlightenment.git/commit/?h=enlightenment-0.17id=b17a9b9cc9438b6dfac4402ac4107f08e23a4373
 and write me if it solves your problem
 
 Yes, applying the patch *and* building evas-core with base gcc did the trick!
 
 Thanks a lot for taking time to look into that!
 

Ok, I'll commit this patch to x11-wm/enlightenment port.

___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to freebsd-ports-unsubscr...@freebsd.org


Re: enlightenment-0.17.4 hanging from xdm

2013-09-05 Thread Baptiste Daroussin
On Thu, Sep 05, 2013 at 05:49:51PM +0200, Grzegorz Blach wrote:
 On 09/05/13 17:42, Matthieu Volat wrote:
  Hi e17 users,
  
  I can't get e17 to start a session from xdm, and it's quite unreliable from 
  startx too... There's no big error message in .xsession, it just seems to 
  hang after :
  RUN INIT: /usr/local/lib/enlightenment/utils/enlightenment_init
  '/usr/local/share/enlightenment/data/themes/default.edj' '0'
  'Enlightenment' '0.17.4'
  
  There's no problem if I rollback to 0.17.3... I'm in 9.2-RC3 amd64 with 
  clang set as port compiler... (tried to rebuild just enlightenment with gcc 
  with no avail). Does anybody has found this problem and maybe a solution?
  
 
 Hi Matthieu,
 
 You need to rebuild graphics/evas-core using gcc, this should resolve
 your problem.

That means I removed USE_GCC=any by mistake, this is weird, as I am able to run
e17 on head using clang (meaning clang33)?

did I miss something?

regards,
Bapt


pgpNIpZzlzTrS.pgp
Description: PGP signature


Re: enlightenment-0.17.4 hanging from xdm

2013-09-05 Thread Larry Baird
In article 11385.115016.78583@localhost you wrote:
 On 09/05/13 17:42, Matthieu Volat wrote:
 Hi e17 users,
 
 I can't get e17 to start a session from xdm, and it's quite unreliable from 
 startx too... There's no big error message in .xsession, it just seems to 
 hang after :
 RUN INIT: /usr/local/lib/enlightenment/utils/enlightenment_init
 '/usr/local/share/enlightenment/data/themes/default.edj' '0'
 'Enlightenment' '0.17.4'
 
 There's no problem if I rollback to 0.17.3... I'm in 9.2-RC3 amd64 with 
 clang set as port compiler... (tried to rebuild just enlightenment with gcc 
 with no avail). Does anybody has found this problem and maybe a solution?
 
 
 Hi Matthieu,
 
 You need to rebuild graphics/evas-core using gcc, this should resolve
 your problem.
I also ran into this issue.  If the enlightment directory (.e) exists
enlightment will hange on restart. I am not at my enlightemnt box, but from
memory I did the following:
1) rm -rf .e
2) startx
3) Use enlightment control panel to disable startup banner.
4) Exit enlightment and verify it restarts with startx.

Larry

-- 

Larry Baird
Global Technology Associates, Inc. 1992-2012| http://www.gta.com
Celebrating Twenty Years of Software Innovation | Orlando, FL
Email: l...@gta.com | TEL 407-380-0220
___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to freebsd-ports-unsubscr...@freebsd.org


enlightenment-0.17.4 hanging from xdm

2013-09-05 Thread Matthieu Volat
Hi e17 users,

I can't get e17 to start a session from xdm, and it's quite unreliable from 
startx too... There's no big error message in .xsession, it just seems to hang 
after :
RUN INIT: /usr/local/lib/enlightenment/utils/enlightenment_init
'/usr/local/share/enlightenment/data/themes/default.edj' '0'
'Enlightenment' '0.17.4'

There's no problem if I rollback to 0.17.3... I'm in 9.2-RC3 amd64 with clang 
set as port compiler... (tried to rebuild just enlightenment with gcc with no 
avail). Does anybody has found this problem and maybe a solution?

-- 
Matthieu Volat ma...@alkumuna.eu


signature.asc
Description: PGP signature


Re: enlightenment-0.17.4 hanging from xdm

2013-09-05 Thread Grzegorz Blach
On 09/05/13 17:42, Matthieu Volat wrote:
 Hi e17 users,
 
 I can't get e17 to start a session from xdm, and it's quite unreliable from 
 startx too... There's no big error message in .xsession, it just seems to 
 hang after :
 RUN INIT: /usr/local/lib/enlightenment/utils/enlightenment_init
 '/usr/local/share/enlightenment/data/themes/default.edj' '0'
 'Enlightenment' '0.17.4'
 
 There's no problem if I rollback to 0.17.3... I'm in 9.2-RC3 amd64 with clang 
 set as port compiler... (tried to rebuild just enlightenment with gcc with no 
 avail). Does anybody has found this problem and maybe a solution?
 

Hi Matthieu,

You need to rebuild graphics/evas-core using gcc, this should resolve
your problem.

___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to freebsd-ports-unsubscr...@freebsd.org


Re: enlightenment-0.17.4 hanging from xdm

2013-09-05 Thread Matthieu Volat
On Thu, 05 Sep 2013 17:49:51 +0200
Grzegorz Blach ma...@roorback.net wrote:

 On 09/05/13 17:42, Matthieu Volat wrote:
  Hi e17 users,
  
  I can't get e17 to start a session from xdm, and it's quite unreliable from 
  startx too... There's no big error message in .xsession, it just seems to 
  hang after :
  RUN INIT: /usr/local/lib/enlightenment/utils/enlightenment_init
  '/usr/local/share/enlightenment/data/themes/default.edj' '0'
  'Enlightenment' '0.17.4'
  
  There's no problem if I rollback to 0.17.3... I'm in 9.2-RC3 amd64 with 
  clang set as port compiler... (tried to rebuild just enlightenment with gcc 
  with no avail). Does anybody has found this problem and maybe a solution?
  
 
 Hi Matthieu,
 
 You need to rebuild graphics/evas-core using gcc, this should resolve
 your problem.
 

Thanks for the advice, it did not work neither... That's strange since evas 
were not even updated... I will try to rebuild every e17 port with base gcc to 
see... maybe try with the vesa driver, too...

-- 
Matthieu Volat ma...@alkumuna.eu


signature.asc
Description: PGP signature


Re: enlightenment-0.17.4 hanging from xdm

2013-09-05 Thread Grzegorz Blach
On 09/05/13 18:39, Matthieu Volat wrote:
 On Thu, 05 Sep 2013 17:49:51 +0200
 Grzegorz Blach ma...@roorback.net wrote:
 
 On 09/05/13 17:42, Matthieu Volat wrote:
 Hi e17 users,

 I can't get e17 to start a session from xdm, and it's quite unreliable from 
 startx too... There's no big error message in .xsession, it just seems to 
 hang after :
 RUN INIT: /usr/local/lib/enlightenment/utils/enlightenment_init
 '/usr/local/share/enlightenment/data/themes/default.edj' '0'
 'Enlightenment' '0.17.4'

 There's no problem if I rollback to 0.17.3... I'm in 9.2-RC3 amd64 with 
 clang set as port compiler... (tried to rebuild just enlightenment with gcc 
 with no avail). Does anybody has found this problem and maybe a solution?


 Hi Matthieu,

 You need to rebuild graphics/evas-core using gcc, this should resolve
 your problem.

 
 Thanks for the advice, it did not work neither... That's strange since evas 
 were not even updated... I will try to rebuild every e17 port with base gcc 
 to see... maybe try with the vesa driver, too...
 

Similar issue was reported on https://phab.enlightenment.org/T308 Please
rebuild e17 with this patch:
http://git.enlightenment.org/core/enlightenment.git/commit/?h=enlightenment-0.17id=b17a9b9cc9438b6dfac4402ac4107f08e23a4373
and write me if it solves your problem
___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to freebsd-ports-unsubscr...@freebsd.org


Re: enlightenment-0.17.4 hanging from xdm

2013-09-05 Thread Matthieu Volat
On Thu, 05 Sep 2013 18:46:10 +0200
Grzegorz Blach ma...@roorback.net wrote:

 On 09/05/13 18:39, Matthieu Volat wrote:
  On Thu, 05 Sep 2013 17:49:51 +0200
  Grzegorz Blach ma...@roorback.net wrote:
  
  On 09/05/13 17:42, Matthieu Volat wrote:
  Hi e17 users,
 
  I can't get e17 to start a session from xdm, and it's quite unreliable 
  from startx too... There's no big error message in .xsession, it just 
  seems to hang after :
  RUN INIT: /usr/local/lib/enlightenment/utils/enlightenment_init
  '/usr/local/share/enlightenment/data/themes/default.edj' '0'
  'Enlightenment' '0.17.4'
 
  There's no problem if I rollback to 0.17.3... I'm in 9.2-RC3 amd64 with 
  clang set as port compiler... (tried to rebuild just enlightenment with 
  gcc with no avail). Does anybody has found this problem and maybe a 
  solution?
 
 
  Hi Matthieu,
 
  You need to rebuild graphics/evas-core using gcc, this should resolve
  your problem.
 
  
  Thanks for the advice, it did not work neither... That's strange since evas 
  were not even updated... I will try to rebuild every e17 port with base gcc 
  to see... maybe try with the vesa driver, too...
  
 
 Similar issue was reported on https://phab.enlightenment.org/T308 Please
 rebuild e17 with this patch:
 http://git.enlightenment.org/core/enlightenment.git/commit/?h=enlightenment-0.17id=b17a9b9cc9438b6dfac4402ac4107f08e23a4373
 and write me if it solves your problem

Yes, applying the patch *and* building evas-core with base gcc did the trick!

Thanks a lot for taking time to look into that!

-- 
Matthieu Volat ma...@alkumuna.eu


signature.asc
Description: PGP signature