[E-devel] Segfault in equate using scientific mode

2006-09-22 Thread Landry, Marc-Andre
I got it by a segfault testing equate. Backtrace attached (really). I think it something ewl don't like. Not sure 100%. Have fun tracking the bug. Marc-André Landry lma1980...gmail.com $ gdb equate -directory /usr/portage/distfiles/cvs-src/misc/equate/src/ -directory /usr/portage/distfiles/cvs

Re: [E-devel] Segfault in equate using scientific mode

2006-09-22 Thread Landry, Marc-Andre
Adding a valgrind test : `valgrind --tool=memcheck --trace-children=yes --track-fds=yes --log-file=equate.valgrind --error-limit=no --leak-check=full equate -s`. Attached the log file. Hope will help. Again, Marc-André Landry lma1980...gmail.com ==28400== Memcheck, a memory error detector. ==2840

Re: [E-devel] building with automake-1.10

2006-10-20 Thread Landry, Marc-Andre
Mike Russo wrote: > I tried setting WANT_AUTOMAKE=1.9 and doing an 'emerge e' but I'm still > getting the same errors. Does emerge clear out my env's and not respect > this? Should I unmerge automake-1.10 instead? Have you try to `WANT_AUTOMAKE=1.9 emerge e` or `WANT_AUTOMAKE=1.9;export WANT_AUTO

[E-devel] [Fwd: Re: building with automake-1.10] Patch proposal

2006-10-23 Thread Landry, Marc-Andre
I based on Kim post made a few change to be able to use automake-1.10 on some autogen.sh. I haven't touch all the modules and look forward solving warning : I only added two line maybe I hadded too much but couldn't be sure of what to clean out to not force autopoint. I also had to touch one config

[E-devel] Patch proposal for automake-1.10

2006-10-23 Thread Landry, Marc-Andre
This is a little proposal to let at least fully execute automake-1.10. Divide into 2 file one for e17 repos and another for e_modules (I haven't test all e_modules just those I install : cpu doc mem net nls screenshot tclock uptime weather. This is my second email to the e17-devel list as I got t

Re: [E-devel] [Fwd: Re: building with automake-1.10] Patch proposal

2006-10-24 Thread Landry, Marc-Andre
Mike Frysinger wrote: > autopoint isnt really dependant on automake version at all ... it comes from > the gettext package > > i would drop the `rm` from all of your patches and instead invoke > `autopoint -f` > -mike Hello Mike & all, I rather prefer not to force anything but else take care of th

Re: [E-devel] automake 1.10 again

2006-10-31 Thread Landry, Marc-Andre
Mike Frysinger wrote: > On Tuesday 31 October 2006 12:09, David Seikel wrote: >> Most stick with >> autoconf 2.59 and automenu 1.9, as they have been quite stable for a >> long time. > > that's just being lazy :p > > the issue here isnt incompatibles, it's that older automake versions didnt > er

Re: [E-devel] E CVS: apps/e raster

2006-11-02 Thread Landry, Marc-Andre
Michael Jennings wrote: > On Thursday, 02 November 2006, at 19:03:32 (+0100), > Kim Woelders wrote: > >> +if cvs -v >/dev/null 2>&1; then >> + echo "Running autopoint..." ; autopoint -f || exit 1 >> +else >> # no more autopoint. cuases too many hassles. too bad gentoo users - go back >> # to au

[E-devel] ETerm configure.in patch for automake-1.10 that ask the addition of AM_PROG_AS

2006-11-05 Thread Landry, Marc-Andre
The error : /usr/share/automake-1.10/am/depend2.am: am__fastdepCCAS does not appear in AM_CONDITIONAL /usr/share/automake-1.10/am/depend2.am: The usual way to define `am__fastdepCCAS' is to add `AM_PROG_AS' /usr/share/automake-1.10/am/depend2.am: to `configure.in' and run `aclocal' and `autocon

Re: [E-devel] RFC: Proposed Config Panel Refactoring

2006-11-28 Thread Landry, Marc-Andre
Christopher Michael wrote: > Mooo :) > > Based on some recent discussion in the ml about the new Config Panel and > the order of items listed, I am offering a "first stab" at this for > review/reorder: > > Appearance > Wallpaper > Theme > Colors > Fonts > Borders >

[E-devel] WBoD when I try accessing E Menu>Application>(sub menu)

2006-12-19 Thread Landry, Marc-Andre
White Box of Death when I try accessing E Menu>Application>(sub menu) or to execute a command from 'Run Command'. Attach a log from a gdb backtrace, I may add more information but I use a batch file to generate this log so if you have request on some command I may had to the batch file. It will be

[E-devel] Patch for e_modules to add support to gettext with automake-1.10

2007-02-13 Thread Landry, Marc-Andre
Hello all, great work, I would say amazing work! All the pieces are so great. Not only that you will been able to raise the money for the servers. Beside, I know, it was a long time ago I made a contribution to help on all the project to support automake-1.10 and is 'caprice'. I took a day off las

Re: [E-devel] Patch for e_modules to add support to gettext with automake-1.10

2007-02-13 Thread Landry, Marc-Andre
Jesse Luehrs wrote: > > You might want to take a look at the diff for net/autogen.sh again... > Done! New and working patch attach. Thank you Jesse, I am not used to do so big patch and not having time to send it before other change append. LMA ? autogen-4-automake-1.10.patch Index: alarm/auto

Re: [E-devel] Patch for e_modules to add support to gettext with automake-1.10

2007-02-13 Thread Landry, Marc-Andre
Michael Jennings wrote: > On Tuesday, 13 February 2007, at 09:17:51 (-0500), > Landry, Marc-Andre wrote: > >> +echo "Running autopoint..."; autopoint -f || exit 1 > > No. > > Michael > I will work on this for my self. I had lost track of this subjec

Re: [E-devel] Patch for e_modules to add support to gettext with automake-1.10

2007-02-13 Thread Landry, Marc-Andre
> Kim Woelders wrote: >> Landry, Marc-Andre wrote: >>> Michael Jennings wrote: >>>> On Tuesday, 13 February 2007, at 09:17:51 (-0500), >>>> Landry, Marc-Andre wrote: >>>> >>>>> +echo "Running autopoint..."; autopoint -f || e

[E-devel] Forecasts font overlapping

2007-02-26 Thread Landry, Marc-Andre
I have just install the newly add forecasts e-modules to see a little bug. Nothing that much anoying else that I can't read is beginning. http://picasaweb.google.fr/lma1980/EnlightenmentDR17Screenshot/photo#5035991375881178274 Keep on good work, LMA --

Re: [E-devel] Forecasts font overlapping

2007-02-28 Thread Landry, Marc-Andre
uot;Rising" and alike for a little icon. Виктор Кожухаров wrote: > Could you try updating the module from cvs and see whether this > overlapping still persists? > > В пн, 2007-02-26 в 19:13 -0500, Landry, Marc-Andre написа: >> I have just install the newly add forecasts e-m

Re: [E-devel] Screen[saver/lock/etc] stuff

2007-03-17 Thread Landry, Marc-Andre
Ravenlock wrote: > On 03/16/2007 13:47, Luchezar Petkov wrote: >> And by the way, most end users don't know what "DMPS" is... Even I >> didn't knew before checking out Wikipedia. :-) >> > > I agree. Many/Most do not. "Power Management" might be better? Or > "Display Power Management"? "Power

Re: [E-devel] Patch for e_modules to add support to gettext with automake-1.10

2007-03-17 Thread Landry, Marc-Andre
Kim Woelders wrote: > You may not like autopoint and there have been people claiming that > building e17 (e17/apps/e) is broken, but in my opinion nobody has yet > provided any serious "proof" like logs showing what fails when > building from a clean checkout using the current setup. > I may tr

[E-devel] [Fwd: E CVS: www andreas]

2007-04-27 Thread Landry, Marc-Andre
Am I wrong or there is no more eet-config? If so there is an error with this addition. Feel little lost with all the last month change. LMA Original Message To: [EMAIL PROTECTED] Subject: E CVS: www andreas From: Enlightenment CVS <[EMAIL PROTECTED]> Message-Id: <[EMAIL PROTECT

[E-devel] Patch for bling

2006-08-14 Thread Landry, Marc-Andre
This little patch correct the e_config_dialog_new too much parameter error. LMA1980 *** e_mod_config.c Mon Aug 14 19:57:28 2006 --- /root/e_modules/bling/e_mod_config.cMon Aug 14 19:05:14 2006 *** _config_bling_module(E_Container *con, B *** 44,50 v->advanced.cre

Re: [E-devel] Patch for bling

2006-08-14 Thread Landry, Marc-Andre
HERE IS THE working patch... Désolé! Regards, LMA1980 *** bling/e_mod_config.cMon Aug 14 16:55:44 2006 --- /root/e_modules/bling/e_mod_config.cMon Aug 14 22:09:28 2006 *** _config_bling_module(E_Container *con, B *** 44,50 v->advanced.create_widgets = _advance

[E-devel] Patch for module calendar

2006-08-14 Thread Landry, Marc-Andre
First time I work with diff... If someone could show me the way to build only one file for all those modification. At least, those patch let me compile calendar module. LMA1980 *** calendar/src/add_event_dialog.c Mon Aug 14 18:05:35 2006 --- /root/e_modules/calendar/src/add_event_dialog.c

Re: [E-devel] cvs, servers and stuff.

2006-08-14 Thread Landry, Marc-Andre
Carsten Haitzler (The Rasterman) wrote: > On Tue, 15 Aug 2006 09:01:06 +1000 David Seikel <[EMAIL PROTECTED]> babbled: > >> Strangely enough, another large, old open source project I am involved >> in is having exactly the same conversation. One of them came up with >> this - >> >> http://wiki.me

[E-devel] ecore-config segmentation fault

2006-08-18 Thread Landry, Marc-Andre
Hello, I know it won't be use full but I could easily reproduce it using "ecore_config -c /etc/entrance_config.cfg -d -k /entrance/session/2/icon" this command which return "Segmentation fault". I found after ward that my entrance_config.cfg was (seems) broken. I would like to gived a dump but