[E-devel] evas_list_free API change

2007-07-27 Thread Sebastian Dransfeld
Does someone mind if I change
   evas_list_free(list);
to
   evas_list_free(list, free_cb);

We would save a lot of lines in E if we could do
   evas_list_free(list, e_object_del);

Sebastian

-
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now   http://get.splunk.com/
___
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel


Re: [E-devel] Worldmap with Devs - GPS Coords in info.txt

2007-07-27 Thread Sebastian Dransfeld
Dave wrote:
 Sebastian Dransfeld ha scritto:
 And PLEASE honor the '-' in front of the e-mail addresses! They are 
 there for a reason.

   
 fixed: all the e-mail now have the trailing ' - '
 It's a spam protection?

Those with '-' in front of their e-mail addresses do not want the 
address on the net. So if there is a '-' in front, don't show the address.

Sebastian

-
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now   http://get.splunk.com/
___
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel


Re: [E-devel] evas_list_free API change

2007-07-27 Thread Simon TRENY
Instead of this, I would prefer to have:
   evas_list_free_cb_set(Evas_List *list, void (*free_cb)(void *data, void 
user_data), void *user_data);

This way, you don't break the API and the free-callback could be called
also when an item is removed from the list with evas_list_remove().

Simon


On Fri, 27 Jul 2007 08:08:55 +0200,
Sebastian Dransfeld [EMAIL PROTECTED] wrote :

 Does someone mind if I change
evas_list_free(list);
 to
evas_list_free(list, free_cb);
 
 We would save a lot of lines in E if we could do
evas_list_free(list, e_object_del);
 
 Sebastian
 
 -
 This SF.net email is sponsored by: Splunk Inc.
 Still grepping through log files to find problems?  Stop.
 Now Search log events and configuration files using AJAX and a
 browser. Download your FREE copy of Splunk now 
 http://get.splunk.com/ ___
 enlightenment-devel mailing list
 enlightenment-devel@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/enlightenment-devel
 

-
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now   http://get.splunk.com/
___
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel


Re: [E-devel] Nightly build log for E17

2007-07-27 Thread Sebastian Dransfeld
 Packages skipped:
 camE, embrace, enotes, enscribe, epbb, eplay, erss, etk_server, etox, evoak, 
 gfx_routines, lvs-gui, med, notgame, webcam, 

embrace should build again. As it is a nice standalone mail-checker, I 
see no reason not to have it working.

Sebastian

-
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now   http://get.splunk.com/
___
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel


Re: [E-devel] Nightly build log for E17

2007-07-27 Thread Hazen Valliant-Saunders
G'day all,
I'm just curious anyone doing daily builds on Gentoo? Viper?

Regards,
Hazen.
P.S. where's the IRC Chan I should be on?

On 7/27/07, Sebastian Dransfeld [EMAIL PROTECTED] wrote:

 And, BTW, shouldn't the build script also do 'make distcheck'?

 Sebastian

 -
 This SF.net email is sponsored by: Splunk Inc.
 Still grepping through log files to find problems?  Stop.
 Now Search log events and configuration files using AJAX and a browser.
 Download your FREE copy of Splunk now   http://get.splunk.com/
 ___
 enlightenment-devel mailing list
 enlightenment-devel@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/enlightenment-devel




-- 
Hazen Valliant-Saunders
IT/IS Consultant
(613) 355-5977
-
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now   http://get.splunk.com/
___
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel


Re: [E-devel] Worldmap with Devs - GPS Coords in info.txt

2007-07-27 Thread Hisham Mardam Bey
On 7/27/07, Dave [EMAIL PROTECTED] wrote:
 Hi hisham :)

  While looking at the page, I noticed you had an Insert Yourself
  link, how about Add Yourself or Get Listed instead? (=
 
 Thanks, changed to Get Listed.
 please help me with this kind of thing as my english skill are very bad  ;)


Sure, no problem.

-- 
Hisham Mardam Bey
http://hisham.cc/
+9613609386
Codito Ergo Sum (I Code Therefore I Am)

-
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now   http://get.splunk.com/
___
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel


Re: [E-devel] Worldmap with Devs - GPS Coords in info.txt

2007-07-27 Thread Dave
Hi hisham :)

 While looking at the page, I noticed you had an Insert Yourself
 link, how about Add Yourself or Get Listed instead? (=
   
Thanks, changed to Get Listed.
please help me with this kind of thing as my english skill are very bad  ;)

Have you see the etk_test patch I have committed to bugzilla?
I have other etk improvement (for the text_view) to send...are bugzilla 
the right place?
Thanks
DaveMDS


-
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now   http://get.splunk.com/
___
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel


Re: [E-devel] Worldmap with Devs - GPS Coords in info.txt

2007-07-27 Thread Hisham Mardam Bey
While looking at the page, I noticed you had an Insert Yourself
link, how about Add Yourself or Get Listed instead? (=

-- 
Hisham Mardam Bey
http://hisham.cc/
+9613609386
Codito Ergo Sum (I Code Therefore I Am)

-
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now   http://get.splunk.com/
___
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel


Re: [E-devel] Nightly build log for E17

2007-07-27 Thread David Seikel
Ignore this, it was a test.


signature.asc
Description: PGP signature
-
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now   http://get.splunk.com/___
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel


[E-devel] Nightly build log for E17

2007-07-27 Thread Nightly build system
Build log for Enlightenment DR 0.17 on 2007-07-27 04:53:01 -0700
Build logs are available at http://download.enlightenment.org/tests/logs

Packages that failed to build:

Packages with no supported build system:


Packages skipped:


Packages that build OK:


Debian GNU/Linux 4.0 \n \l

Linux enlightenment2 2.6.18-4-686 #1 SMP Wed May 9 23:03:12 UTC 2007 i686 
GNU/Linux

Autoconf version 2.13
automake (GNU automake) 1.10
ltmain.sh (GNU libtool) 1.5.22 Debian 1.5.22-4 (1.1220.2.365 2005/12/18 
22:14:06)
gettext (GNU gettext-runtime) 0.16.1

See http://download.enlightenment.org/tests/ for details.


-
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now   http://get.splunk.com/
___
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel


Re: [E-devel] Nightly builds - Was: Is this a community project?

2007-07-27 Thread The Rasterman
On Fri, 27 Jul 2007 15:32:31 +1000 David Seikel [EMAIL PROTECTED] babbled:

 On Fri, 27 Jul 2007 15:21:47 +1000 David Seikel [EMAIL PROTECTED]
 wrote:
 
  Guess I could install it as a root cron job, that leaves out the
  initial sudo command at least.
 
 Speaking of cron jobs, since it needs to run as root anyway if we are
 to use ionice, I propose sticking a suitable named script
 into /etc/cron.daily.  It should run last, after all the useful system
 cron jobs have finished.  Calling it zz_nightly_build should do the
 trick.
 
 What do the people that actually maintain the server think?

you can run the build script - sleep for 10 seconds then sudo ionice the PID

we probably should set up a user called ebuild that runs this stuff actually -
not run as root or as onefang :)


-- 
- Codito, ergo sum - I code, therefore I am --
The Rasterman (Carsten Haitzler)[EMAIL PROTECTED]
裸好多
Tokyo, Japan (東京 日本)

-
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now   http://get.splunk.com/
___
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel


Re: [E-devel] Worldmap with Devs - GPS Coords in info.txt

2007-07-27 Thread Dave
I have done the merge.
Now the two maps and the form seems quite ready:
http://www.gurumeditation.it/eweb/p.php?p=about/people

If we don't have other good solution I will add the image recognition 
blocker.

There are also another security problem: anyone can change all the 
information
of all the other users...
do we have to add a password field and then ask for it before edit or 
delete?

Thanks
dave


 I think the maps are great.  However
 The user map concerns me a tiny bit.  I think the concept is great.
 Would be fun for a user to add themselves to the list.  Would be nice
 for us to see some sample of user distribution... but (and maybe I'm
 just pessimistic).. it seems like this is an opportunity for someone to
 abuse the system.  I mean... there's always someone who has the time and
 energy to ruin cool things like this.  So, what keeps someone from
 writing a script to say... make a marker at every minute of every degree?
   
   
 yes, we must find a secure way
 
 Maybe an image recognition requirement before accepting the user data
 would help prevent this?
   
   
 should be a solution but ... Grr... as user I really **HATE**
 the image recognition system
 

 hmm.  IMHO I don't find them bothersome.  Unless the image is sooo
 obfuscated as to be unrecognizable, thus requiring a human to make
 multiple tries.  But I would think something is needed here.

   
 I don't want to over complicate the user map.  I think its nice.  Just
 worried about that one jerk (who runs kde/gnome/*box) who would like to
 kick E in the crotch for no good reason.

   
   
 The only think that comes to my mind is to accept only people
 that is in the e-user list.
 

 Well, I would think there are many more people out there who might like
 to be on the map than are actually subscribed to the ML.  Lots of folks
 will take the time to google for info, and thus land on e.org... but
 they may not all be on the ML.

   
 In other world you must subscribe to the list to enter your geodata.
 But I don't know how to know (from php) if an address is in the list.
 It is possible to query the list in some way? or is there an accessible
 list of all the member?

 Regards
 Dave


 

 [snip]

   


-
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now   http://get.splunk.com/
___
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel


Re: [E-devel] Nightly build log for E17

2007-07-27 Thread David Seikel
On Fri, 27 Jul 2007 17:02:20 +0200 Koen Kooi
[EMAIL PROTECTED] wrote:

 -BEGIN PGP SIGNED MESSAGE-
 Hash: SHA1
 
 Nightly build system schreef:
  Build log for Enlightenment DR 0.17 on 2007-07-27 07:55:55 -0700
  Build logs are available at
  http://download.enlightenment.org/tests/logs
  
  Packages that failed to build:
 
  epdf  http://download.enlightenment.org/tests/logs/epdf.log
 
 checking for EPDF... configure: error: Package requirements (poppler
 = 0.5.9 evas = 0.9.9 ecore = 0.9.9) were not met:
 
 No package 'poppler' found
 
 It looks like the buildhost needs to install the 0.6.0rc of poppler.

I know that, several other packages also failed due to missing
dependencies.  At the moment I only installed things that could be
found in the debian repos that e2.enlightenment.org has configured.  I
don't want to go and mess with the E web server by installing random
tarballs or cvs snapshots.


signature.asc
Description: PGP signature
-
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now   http://get.splunk.com/___
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel


Re: [E-devel] Nightly build log for E17

2007-07-27 Thread David Seikel
On Fri, 27 Jul 2007 18:00:34 +0300 Chady Kassouf
[EMAIL PROTECTED] wrote:

 Dunno if others agree too, but isn't it good to have the date in the
 subject of the email?
 gmail for one merges all these emails into one conversation, which
 makes it hard later on to find a certain build log.

Couldn't hurt.  Done.


signature.asc
Description: PGP signature
-
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now   http://get.splunk.com/___
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel


Re: [E-devel] evas_list_free API change

2007-07-27 Thread Sebastian Dransfeld
Carsten Haitzler (The Rasterman) wrote:
 On Fri, 27 Jul 2007 09:13:55 +0200 Simon TRENY [EMAIL PROTECTED] babbled:
 
 that can't really be done - as an empty list has NO data or information - thus
 it can't store a free callback :(
 
 i think we should ADD a call evas_list_callback_free() that does it - and thus
 doesn't break anything. this is a case where we could change the api - but i 
 am
 not sure the break is worth it when we can do it without a break.
 
 opinions?

Fine by me. If no one objects I might do the change this weekend. But 
speak up quickly as I don't have internet access after tonight :)

Sebastian

-
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now   http://get.splunk.com/
___
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel


Re: [E-devel] Nightly build log for E17

2007-07-27 Thread Chady Kassouf
One request,

Dunno if others agree too, but isn't it good to have the date in the subject
of the email?
gmail for one merges all these emails into one conversation, which makes it
hard later on to find a certain build log.


On 7/27/07, Nightly build system [EMAIL PROTECTED] wrote:

 Build log for Enlightenment DR 0.17 on 2007-07-27 07:55:55 -0700
 Build logs are available at http://download.enlightenment.org/tests/logs

 Packages that failed to build:
 bling  http://download.enlightenment.org/tests/logs/bling.log
 edvi  http://download.enlightenment.org/tests/logs/edvi.log
 eflpp  http://download.enlightenment.org/tests/logs/eflpp.log
 elapse  http://download.enlightenment.org/tests/logs/elapse.log
 elation  http://download.enlightenment.org/tests/logs/elation.log
 envision  http://download.enlightenment.org/tests/logs/envision.log
 epdf  http://download.enlightenment.org/tests/logs/epdf.log
 Evas_Perl  http://download.enlightenment.org/tests/logs/Evas_Perl.log
 evolve  http://download.enlightenment.org/tests/logs/evolve.log
 express  http://download.enlightenment.org/tests/logs/express.log
 feh  http://download.enlightenment.org/tests/logs/feh.log
 iconbar  http://download.enlightenment.org/tests/logs/iconbar.log
 imlib2_tools
 http://download.enlightenment.org/tests/logs/imlib2_tools.log
 language  http://download.enlightenment.org/tests/logs/language.log

 Packages with no supported build system:
 eflame, enthrall, esmart_rsvg, euphoria, exorcist, nexus, ruby-efl,

 Packages skipped:
 camE, embrace, enotes, enscribe, epbb, eplay, erss, etk_server, etox,
 evoak,
 gfx_routines, lvs-gui, med, notgame, webcam,

 Packages that build OK:
 alarm, cpu, deskshow, eclair, ecore, edb, e_dbus, edje_editor, edje,
 edje_viewer,
 eet, efreet, elicit, elitaire, e, embryo, emotion, emphasis, empower, emu,
 engage, engrave, engycad, enhance, enity, enterminus, entice,
 entrance_edit_gui,
 entrance, entropy, epeg, ephoto, e_phys, epsilon, equate, esmart,
 estickies,
 etk_extra, etk, etk-perl, e_utils, evas, evfs, ewl, examine, exhibit,
 exml,
 expedite, extrackt, flame, forecasts, imlib2_loaders, imlib2, Imlib2_Perl,
 mail, mem, mixer, moon, net, news, pesh, photo, rage, rain, screenshot,
 scrot, slideshow, snow, taskbar, tclock, uptime, weather, winselector,
 wlan,


 Debian GNU/Linux 4.0 \n \l

 Linux enlightenment2 2.6.18-4-686 #1 SMP Wed May 9 23:03:12 UTC 2007 i686
 GNU/Linux

 Autoconf version 2.13
 automake (GNU automake) 1.10
 ltmain.sh (GNU libtool) 1.5.22 Debian 1.5.22-4 (1.1220.2.365 2005/12/18
 22:14:06)
 gettext (GNU gettext-runtime) 0.16.1

 See http://download.enlightenment.org/tests/ for details.


 -
 This SF.net email is sponsored by: Splunk Inc.
 Still grepping through log files to find problems?  Stop.
 Now Search log events and configuration files using AJAX and a browser.
 Download your FREE copy of Splunk now   http://get.splunk.com/
 ___
 enlightenment-devel mailing list
 enlightenment-devel@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/enlightenment-devel




-- 
Chady 'Leviathan' Kassouf
http://chady.net/
-
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now   http://get.splunk.com/
___
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel


Re: [E-devel] Nightly build log for E17

2007-07-27 Thread Sebastian Dransfeld
And, BTW, shouldn't the build script also do 'make distcheck'?

Sebastian

-
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now   http://get.splunk.com/
___
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel


Re: [E-devel] Nightly build log for E17

2007-07-27 Thread Koen Kooi
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Nightly build system schreef:
 Build log for Enlightenment DR 0.17 on 2007-07-27 07:55:55 -0700
 Build logs are available at http://download.enlightenment.org/tests/logs
 
 Packages that failed to build:

 epdf  http://download.enlightenment.org/tests/logs/epdf.log

checking for EPDF... configure: error: Package requirements (poppler = 0.5.9 
evas =
0.9.9 ecore = 0.9.9) were not met:

No package 'poppler' found

It looks like the buildhost needs to install the 0.6.0rc of poppler.

regards,

Koen
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.5 (Darwin)

iD8DBQFGqgj8MkyGM64RGpERAhkwAJ0eIIU+1ZimDl9pcfgtqjBY8S3w1wCcDEYW
culMtDfvEMoK7v9DsIbktX0=
=anau
-END PGP SIGNATURE-


-
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now   http://get.splunk.com/
___
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel


Re: [E-devel] Worldmap with Devs - GPS Coords in info.txt

2007-07-27 Thread Ravenlock
On 07/27/2007 10:17, Dave wrote:
 I have done the merge.
 Now the two maps and the form seems quite ready:
 http://www.gurumeditation.it/eweb/p.php?p=about/people
 
 If we don't have other good solution I will add the image recognition
 blocker.
 
 There are also another security problem: anyone can change all the
 information
 of all the other users...
 do we have to add a password field and then ask for it before edit or
 delete?

I like the idea of a users map.  I really do.  But I'm wondering what
the real return on [y]our investment is here.  I mean your efforts to
write it, make it secure, keep it secure, maintain it when some user has
a problem of some sort with it, etc. might be more than it is worth.  If
you can change anyones entry we are certainly going to have problems and
complaints about why does my info keep getting changed from users.
Here's an example:  I want to be on the list.  I, like several hundred
other E users, reside in Dallas, Tx.  Now when I view the list, at its
default zoom level, I wanna see *my* name.  not some glob of text I cant
read.  so...well, I'm just gonna move a few (hundred) people out of my
way. So I can be seen.

So now it appears we need a password.  A password no one will ever use
again.  Once you have your pin on the map (in the right loc) you will
never need to login again.  Unless you move of course.  And what if you
do move, or have some desire to log back in... and have forgotten your
password.

Aside from the Cool Factor (TM)... what are we getting out of this.  I
really do think its cool.  But this might quickly snowball.  I am a bit
of a pessimist at times its true. So if I'm blowing this out of
proportion just disregard my mail.

 
 Thanks
 dave
 
 
 I think the maps are great.  However
 The user map concerns me a tiny bit.  I think the concept is great.
 Would be fun for a user to add themselves to the list.  Would be nice
 for us to see some sample of user distribution... but (and maybe I'm
 just pessimistic).. it seems like this is an opportunity for someone to
 abuse the system.  I mean... there's always someone who has the time
 and
 energy to ruin cool things like this.  So, what keeps someone from
 writing a script to say... make a marker at every minute of every
 degree?
 
 yes, we must find a secure way

 Maybe an image recognition requirement before accepting the user data
 would help prevent this?
 
 should be a solution but ... Grr... as user I really **HATE**
 the image recognition system
 

 hmm.  IMHO I don't find them bothersome.  Unless the image is sooo
 obfuscated as to be unrecognizable, thus requiring a human to make
 multiple tries.  But I would think something is needed here.

  
 I don't want to over complicate the user map.  I think its nice.  Just
 worried about that one jerk (who runs kde/gnome/*box) who would like to
 kick E in the crotch for no good reason.

 
 The only think that comes to my mind is to accept only people
 that is in the e-user list.
 

 Well, I would think there are many more people out there who might like
 to be on the map than are actually subscribed to the ML.  Lots of folks
 will take the time to google for info, and thus land on e.org... but
 they may not all be on the ML.

  
 In other world you must subscribe to the list to enter your geodata.
 But I don't know how to know (from php) if an address is in the list.
 It is possible to query the list in some way? or is there an accessible
 list of all the member?

 Regards
 Dave


 

 [snip]

   
 
 
 


-- 
Regards,
Ravenlock





signature.asc
Description: OpenPGP digital signature
-
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now   http://get.splunk.com/___
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel


Re: [E-devel] E CVS: elapse englebass

2007-07-27 Thread Vincent Torri


On Fri, 27 Jul 2007, Enlightenment CVS wrote:

 -AC_PATH_GENERIC(edje, 0.0.1, [
 - AC_SUBST(edje_libs)
 - AC_SUBST(edje_cflags) ],
 - AC_MSG_ERROR(Cannot find edje: Is edje-config in path?))
 -edje_libs=`edje-config --libs`
 -edje_cflags=`edje-config --cflags`
 -
 -AC_SUBST(edje_libs)
 -AC_SUBST(edje_cflags)
 -
 -AC_PATH_GENERIC(esmart, 0.0.1, [
 - AC_SUBST(esmart_libs)
 - AC_SUBST(esmart_cflags) ],
 - AC_MSG_ERROR(Cannot find esmart: Is esmart-config in path?))
 -esmart_libs=`esmart-config --libs`
 -esmart_cflags=`esmart-config --cflags`

shouldn't the m4 dir be freed ?

Vincent

-
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now   http://get.splunk.com/
___
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel


Re: [E-devel] E CVS: proto davemds

2007-07-27 Thread Michael Jennings
On Thursday, 26 July 2007, at 21:59:48 (-0400),
Enlightenment CVS wrote:

 Log Message:
  don't know really what this means...  

Then DON'T TOUCH IT.  CVS commit access should not be viewed as carte
blanche to go screwing around with things one does not understand.

Michael

-- 
Michael Jennings (a.k.a. KainX)  http://www.kainx.org/  [EMAIL PROTECTED]
Linux Server/Cluster Admin, LBL.gov   Author, Eterm (www.eterm.org)
---
 This is how the world ends: swallowed in fire, but not in darkness.
  You will live on.  The voice of all our ancestors, the voice of our
  fathers and our mothers to the last generation.  We created the
  world we think you would have wished for us, and now we leave the
  cradle for the last time.   -- Babylon Five

-
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now   http://get.splunk.com/
___
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel


Re: [E-devel] Worldmap with Devs - GPS Coords in info.txt

2007-07-27 Thread Morten Nilsen
Dave wrote:
 I have done the merge.
 Now the two maps and the form seems quite ready:
 http://www.gurumeditation.it/eweb/p.php?p=about/people

Looking good, but somebody ought to fix those errors.. add some ifs 
around the code in question, at the very least.

 If we don't have other good solution I will add the image recognition 
 blocker.
 
 There are also another security problem: anyone can change all the 
 information
 of all the other users...
 do we have to add a password field and then ask for it before edit or 
 delete?

You would get an added benefit of using passwords.. no more iffy access 
on name/nick to edit the data would be needed..

I thought about using passwords earlier, but I nixed it on account of 
the implementation being meant for testing only..

If you do add a password, make it so those without a password need to 
fill it in the next time they edit, rather than deleting or making them 
ineditable..

-- 
Cheers,
Morten
:wq

-
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now   http://get.splunk.com/
___
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel


Re: [E-devel] [PATCH] Update e_dbus NetworkManager functions to current API

2007-07-27 Thread Chetan Reddy
 Ross Vandegrift schrieb:
  Hello everyone,
 
  As I mentioned earlier, I've been playing a bit with getting
  NetworkManager support to do good stuff in E.  This patch updates
  e_dbus to use the most accurate NM interface that I could find.
 
  The patch adds all the functionality required, but I am too dumb to
  figure out how to get cvs diff -N to work like diff -N and
  actually include the new file.  Instead, I've attached the missing
  file which will need to go into src/lib/nm/ for e_dbus.
 

I'm not able to apply this patch cleanly. Which is surprising, as
viewvc shows no changes have to been made to e_dbus/src/lib/nm in 4
months.

Here's what a dry run shows me:
patching file src/lib/nm/E_Nm.h
patching file src/lib/nm/Makefile.am
Hunk #1 FAILED at 12.
1 out of 1 hunk FAILED -- saving rejects to file src/lib/nm/Makefile.am.rej
patching file src/lib/nm/e_nm_device.c
Hunk #1 FAILED at 1.
1 out of 1 hunk FAILED -- saving rejects to file src/lib/nm/e_nm_device.c.rej
patching file src/lib/nm/e_nm_manager.c
Hunk #1 succeeded at 1 with fuzz 1.
Hunk #2 FAILED at 9.
Hunk #3 FAILED at 20.
2 out of 3 hunks FAILED -- saving rejects to file src/lib/nm/e_nm_manager.c.rej
patching file src/lib/nm/e_nm_private.h
patching file src/lib/nm/e_nm_util.c
Hunk #1 FAILED at 1.
Hunk #2 FAILED at 135.
2 out of 2 hunks FAILED -- saving rejects to file src/lib/nm/e_nm_util.c.rej

Could you please do a cvs add e_nm_network.c and attach the output of
cvs diff -uN.

Thanks

-
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now   http://get.splunk.com/
___
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel


[E-devel] e17 and intel c compiler

2007-07-27 Thread Юрий Сергейчик
Hello! I am impressed. Just try to build e17 - eet evas ecore efreet  
embryo edje e - with Intel C Compiler and all built successfully without  
errors and works fine. Fantastic! Too litle big projects builts without  
any hacks with compilers other then gcc.

-
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now   http://get.splunk.com/
___
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel


Re: [E-devel] Worldmap with Devs - GPS Coords in info.txt

2007-07-27 Thread Ravenlock
On 07/27/2007 11:07, Dave wrote:
 Ravenlock ha scritto:
 On 07/27/2007 10:17, Dave wrote:
  
 I have done the merge.
 Now the two maps and the form seems quite ready:
 http://www.gurumeditation.it/eweb/p.php?p=about/people

 If we don't have other good solution I will add the image recognition
 blocker.

 There are also another security problem: anyone can change all the
 information
 of all the other users...
 do we have to add a password field and then ask for it before edit or
 delete?
 

 I like the idea of a users map.  I really do.  But I'm wondering what
 the real return on [y]our investment is here.  I mean your efforts to
 write it, make it secure, keep it secure, maintain it when some user has
 a problem of some sort with it, etc. might be more than it is worth. 
 
 
 simple answer: it's not an 'investment', it's just my coders monkey  :)
 
 
 
  If
 you can change anyones entry we are certainly going to have problems and
 complaints about why does my info keep getting changed from users.
 Here's an example:  I want to be on the list.  I, like several hundred
 other E users, reside in Dallas, Tx.  Now when I view the list, at its
 default zoom level, I wanna see *my* name.  not some glob of text I cant
 read.  so...well, I'm just gonna move a few (hundred) people out of my
 way. So I can be seen.
   
 
 Ok surely we need a password.
 
 
 So now it appears we need a password.  A password no one will ever use
 again.  Once you have your pin on the map (in the right loc) you will
 never need to login again.  Unless you move of course.  And what if you
 do move, or have some desire to log back in... and have forgotten your
 password.
   
 
 ...and we need 10 lines of code that send you a mail with your
 password, in case you forgot it
 
 Aside from the Cool Factor (TM)... what are we getting out of this.  I
 really do think its cool.  But this might quickly snowball.  I am a bit
 of a pessimist at times its true. So if I'm blowing this out of
 proportion just disregard my mail.

   
 I'm am a coder and for me the Cool Factor (TM) is all  :))
 

  Fair enough.  :)

 
 
 


-- 
Regards,
Ravenlock




signature.asc
Description: OpenPGP digital signature
-
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now   http://get.splunk.com/___
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel


Re: [E-devel] [PATCH] Update e_dbus NetworkManager functions to current API

2007-07-27 Thread Sebastian Dransfeld
Chetan Reddy wrote:
 Ross Vandegrift schrieb:
 Hello everyone,

 As I mentioned earlier, I've been playing a bit with getting
 NetworkManager support to do good stuff in E.  This patch updates
 e_dbus to use the most accurate NM interface that I could find.

 The patch adds all the functionality required, but I am too dumb to
 figure out how to get cvs diff -N to work like diff -N and
 actually include the new file.  Instead, I've attached the missing
 file which will need to go into src/lib/nm/ for e_dbus.

 
 I'm not able to apply this patch cleanly. Which is surprising, as
 viewvc shows no changes have to been made to e_dbus/src/lib/nm in 4
 months.

patch applies fine, I'll commit.

Sebastian

-
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now   http://get.splunk.com/
___
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel


Re: [E-devel] Nightly build log for E17

2007-07-27 Thread David Seikel
On Fri, 27 Jul 2007 18:14:38 +0200 Sebastian Dransfeld
[EMAIL PROTECTED] wrote:

  Packages skipped:
  camE, embrace, enotes, enscribe, epbb, eplay, erss, etk_server,
  etox, evoak, gfx_routines, lvs-gui, med, notgame, webcam, 
 
 embrace should build again. As it is a nice standalone mail-checker,
 I see no reason not to have it working.

Embrace has been taken off the skip list.


signature.asc
Description: PGP signature
-
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now   http://get.splunk.com/___
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel


Re: [E-devel] Nightly build log for E17

2007-07-27 Thread David Seikel
On Fri, 27 Jul 2007 18:23:47 +0200 Sebastian Dransfeld
[EMAIL PROTECTED] wrote:

 And, BTW, shouldn't the build script also do 'make distcheck'?

Other checks can be added once the basics are taken care of.  The
basics are almost taken care of.  B-)

Building test RPM and DEB packages will also help test out more stuff.
Turning on more .configure --enable-* things will test more code.
There are plenty of things that can be added in the future.


signature.asc
Description: PGP signature
-
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now   http://get.splunk.com/___
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel


Re: [E-devel] Enna 0.2.0 released

2007-07-27 Thread Michael Jennings
On Tuesday, 10 July 2007, at 23:30:31 (+0200),
Nicolas Aguirre wrote:

 I know that you have rage as media center, and in the first stages
 of enna, I were inspired by it, but today, enna is mature for every
 day use. If you think that it's not redundant with rage, we could
 maybe adding enna to E CVS ?

If you would like it added, just say so.  It would certainly be no
more redundant than Etk is.  :-)

Michael

-- 
Michael Jennings (a.k.a. KainX)  http://www.kainx.org/  [EMAIL PROTECTED]
Linux Server/Cluster Admin, LBL.gov   Author, Eterm (www.eterm.org)
---
 Only time will tell if our love is scratched in sand, 
  Or if it's etched in stone.-- Poison, Only Time Will Tell

-
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now   http://get.splunk.com/
___
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel


Re: [E-devel] [PATCH] Update e_dbus NetworkManager functions to current API

2007-07-27 Thread Ross Vandegrift
On Fri, Jul 27, 2007 at 09:25:24PM +0200, Sebastian Dransfeld wrote:
 Chetan Reddy wrote:
  Ross Vandegrift schrieb:
  Hello everyone,
 
  As I mentioned earlier, I've been playing a bit with getting
  NetworkManager support to do good stuff in E.  This patch updates
  e_dbus to use the most accurate NM interface that I could find.
 
  The patch adds all the functionality required, but I am too dumb to
  figure out how to get cvs diff -N to work like diff -N and
  actually include the new file.  Instead, I've attached the missing
  file which will need to go into src/lib/nm/ for e_dbus.
 
  
  I'm not able to apply this patch cleanly. Which is surprising, as
  viewvc shows no changes have to been made to e_dbus/src/lib/nm in 4
  months.
 
 patch applies fine, I'll commit.

Thanks Sebastian!  I haven't had time to work any more functionality
into the client yet, but am hoping to this coming week.  Found a crash
bug in NM that I might have to squash first, but we're definitely
coming along.

Ross

-- 
Ross Vandegrift
[EMAIL PROTECTED]

The good Christian should beware of mathematicians, and all those who
make empty prophecies. The danger already exists that the mathematicians
have made a covenant with the devil to darken the spirit and to confine
man in the bonds of Hell.
--St. Augustine, De Genesi ad Litteram, Book II, xviii, 37

-
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now   http://get.splunk.com/
___
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel


Re: [E-devel] evas_list_free API change

2007-07-27 Thread The Rasterman
On Fri, 27 Jul 2007 17:28:01 +0200 Sebastian Dransfeld
[EMAIL PROTECTED] babbled:

 Carsten Haitzler (The Rasterman) wrote:
  On Fri, 27 Jul 2007 09:13:55 +0200 Simon TRENY [EMAIL PROTECTED]
  babbled:
  
  that can't really be done - as an empty list has NO data or information -
  thus it can't store a free callback :(
  
  i think we should ADD a call evas_list_callback_free() that does it - and
  thus doesn't break anything. this is a case where we could change the api -
  but i am not sure the break is worth it when we can do it without a break.
  
  opinions?
 
 Fine by me. If no one objects I might do the change this weekend. But 
 speak up quickly as I don't have internet access after tonight :)

go for it - though note - i am working on moving e_int_confg_*.[ch] files
around into modules.

 Sebastian
 
 -
 This SF.net email is sponsored by: Splunk Inc.
 Still grepping through log files to find problems?  Stop.
 Now Search log events and configuration files using AJAX and a browser.
 Download your FREE copy of Splunk now   http://get.splunk.com/
 ___
 enlightenment-devel mailing list
 enlightenment-devel@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/enlightenment-devel
 


-- 
- Codito, ergo sum - I code, therefore I am --
The Rasterman (Carsten Haitzler)[EMAIL PROTECTED]
裸好多
Tokyo, Japan (東京 日本)

-
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now   http://get.splunk.com/
___
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel


Re: [E-devel] Nightly build log for E17

2007-07-27 Thread The Rasterman
On Sat, 28 Jul 2007 01:21:04 +1000 David Seikel [EMAIL PROTECTED] babbled:

it does have poppler - just the version is too old. that is a direct bi-product
of us being conservative for the server(s) and running debian stable.

 On Fri, 27 Jul 2007 17:02:20 +0200 Koen Kooi
 [EMAIL PROTECTED] wrote:
 
  -BEGIN PGP SIGNED MESSAGE-
  Hash: SHA1
  
  Nightly build system schreef:
   Build log for Enlightenment DR 0.17 on 2007-07-27 07:55:55 -0700
   Build logs are available at
   http://download.enlightenment.org/tests/logs
   
   Packages that failed to build:
  
   epdf  http://download.enlightenment.org/tests/logs/epdf.log
  
  checking for EPDF... configure: error: Package requirements (poppler
  = 0.5.9 evas = 0.9.9 ecore = 0.9.9) were not met:
  
  No package 'poppler' found
  
  It looks like the buildhost needs to install the 0.6.0rc of poppler.
 
 I know that, several other packages also failed due to missing
 dependencies.  At the moment I only installed things that could be
 found in the debian repos that e2.enlightenment.org has configured.  I
 don't want to go and mess with the E web server by installing random
 tarballs or cvs snapshots.
 


-- 
- Codito, ergo sum - I code, therefore I am --
The Rasterman (Carsten Haitzler)[EMAIL PROTECTED]
裸好多
Tokyo, Japan (東京 日本)

-
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now   http://get.splunk.com/
___
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel


Re: [E-devel] Nightly build log for E17

2007-07-27 Thread The Rasterman
On Fri, 27 Jul 2007 18:23:47 +0200 Sebastian Dransfeld
[EMAIL PROTECTED] babbled:

 And, BTW, shouldn't the build script also do 'make distcheck'?

absolutely it should - in addition to a make and install.

 Sebastian
 
 -
 This SF.net email is sponsored by: Splunk Inc.
 Still grepping through log files to find problems?  Stop.
 Now Search log events and configuration files using AJAX and a browser.
 Download your FREE copy of Splunk now   http://get.splunk.com/
 ___
 enlightenment-devel mailing list
 enlightenment-devel@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/enlightenment-devel
 


-- 
- Codito, ergo sum - I code, therefore I am --
The Rasterman (Carsten Haitzler)[EMAIL PROTECTED]
裸好多
Tokyo, Japan (東京 日本)

-
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now   http://get.splunk.com/
___
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel


Re: [E-devel] Nightly build log for E17

2007-07-27 Thread The Rasterman
On Sat, 28 Jul 2007 09:13:05 +1000 David Seikel [EMAIL PROTECTED] babbled:

 On Fri, 27 Jul 2007 12:25:23 -0400 Hazen Valliant-Saunders
 [EMAIL PROTECTED] wrote:
 
  I'm just curious anyone doing daily builds on Gentoo? Viper?
 
 The intention is to add more OS/CPU variants in the future, either via
 qemu or volunteers.  There is only so many variants that the current
 build box can check without compromising the performance of the rest of
 the server.  Can't test them all, haven't decided which ones to test
 yet.
 
 Baby steps people, still figuring out some of the basics.  B-)

though in practice - what does that really buy us? as long as an existing
distro HAS the requirements - then non-builds on others are most likely due to
not having the requirements (versions of libs etc.). a nightly build + report
on 1 distro buys us a fair bit - what has broken and how. multiple distro
builds are mostly only useful for making packages (mostly i say - there are
cases where 1 distro does strange things compared to another).

in the end though - this is where the users come in. we can't go maintaining N
distro chroots ourselves - there is a point where we stop and users do their
bit. i personally say that we should only maintain a distro chroot tree *IF* we
are going to build PACKAGES for that distro/architecture.

-- 
- Codito, ergo sum - I code, therefore I am --
The Rasterman (Carsten Haitzler)[EMAIL PROTECTED]
裸好多
Tokyo, Japan (東京 日本)

-
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now   http://get.splunk.com/
___
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel


Re: [E-devel] e17 and intel c compiler

2007-07-27 Thread The Rasterman
On Fri, 27 Jul 2007 22:36:59 +0400 Юрий Сергейчик [EMAIL PROTECTED] babbled:

 Hello! I am impressed. Just try to build e17 - eet evas ecore efreet  
 embryo edje e - with Intel C Compiler and all built successfully without  
 errors and works fine. Fantastic! Too litle big projects builts without  
 any hacks with compilers other then gcc.

:)

-- 
- Codito, ergo sum - I code, therefore I am --
The Rasterman (Carsten Haitzler)[EMAIL PROTECTED]
裸好多
Tokyo, Japan (東京 日本)

-
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now   http://get.splunk.com/
___
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel


Re: [E-devel] Nightly build log for E17

2007-07-27 Thread David Seikel
On Sat, 28 Jul 2007 10:09:46 +0900 Carsten Haitzler (The Rasterman)
[EMAIL PROTECTED] wrote:

 On Sat, 28 Jul 2007 01:21:04 +1000 David Seikel [EMAIL PROTECTED]
 babbled:
 
  On Fri, 27 Jul 2007 17:02:20 +0200 Koen Kooi
  [EMAIL PROTECTED] wrote:
  
   
   Nightly build system schreef:
Build log for Enlightenment DR 0.17 on 2007-07-27 07:55:55 -0700
Build logs are available at
http://download.enlightenment.org/tests/logs

Packages that failed to build:
   
epdf  http://download.enlightenment.org/tests/logs/epdf.log
   
   checking for EPDF... configure: error: Package requirements
   (poppler
   = 0.5.9 evas = 0.9.9 ecore = 0.9.9) were not met:
   
   No package 'poppler' found
   
   It looks like the buildhost needs to install the 0.6.0rc of
   poppler.
  
  I know that, several other packages also failed due to missing
  dependencies.  At the moment I only installed things that could be
  found in the debian repos that e2.enlightenment.org has
  configured.  I don't want to go and mess with the E web server by
  installing random tarballs or cvs snapshots.
 
 it does have poppler - just the version is too old. that is a direct
 bi-product of us being conservative for the server(s) and running
 debian stable.

Stability and conservatism is good when running a public facing server.

So the real question is, does epdf really need the latest, bleeding
edge, release candidate of poppler?  Is the API of poppler so
unstable that older versions wont work?  Should I add epdf to the skip
list as always requires bleeding edge version of poppler?


signature.asc
Description: PGP signature
-
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now   http://get.splunk.com/___
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel


Re: [E-devel] Nightly build log for E17

2007-07-27 Thread The Rasterman
On Sat, 28 Jul 2007 11:50:04 +1000 David Seikel [EMAIL PROTECTED] babbled:

 On Sat, 28 Jul 2007 10:09:46 +0900 Carsten Haitzler (The Rasterman)
 [EMAIL PROTECTED] wrote:
 
  On Sat, 28 Jul 2007 01:21:04 +1000 David Seikel [EMAIL PROTECTED]
  babbled:
  
   On Fri, 27 Jul 2007 17:02:20 +0200 Koen Kooi
   [EMAIL PROTECTED] wrote:
   

Nightly build system schreef:
 Build log for Enlightenment DR 0.17 on 2007-07-27 07:55:55 -0700
 Build logs are available at
 http://download.enlightenment.org/tests/logs
 
 Packages that failed to build:

 epdf  http://download.enlightenment.org/tests/logs/epdf.log

checking for EPDF... configure: error: Package requirements
(poppler
= 0.5.9 evas = 0.9.9 ecore = 0.9.9) were not met:

No package 'poppler' found

It looks like the buildhost needs to install the 0.6.0rc of
poppler.
   
   I know that, several other packages also failed due to missing
   dependencies.  At the moment I only installed things that could be
   found in the debian repos that e2.enlightenment.org has
   configured.  I don't want to go and mess with the E web server by
   installing random tarballs or cvs snapshots.
  
  it does have poppler - just the version is too old. that is a direct
  bi-product of us being conservative for the server(s) and running
  debian stable.
 
 Stability and conservatism is good when running a public facing server.
 
 So the real question is, does epdf really need the latest, bleeding
 edge, release candidate of poppler?  Is the API of poppler so
 unstable that older versions wont work?  Should I add epdf to the skip
 list as always requires bleeding edge version of poppler?

quite possibly skip it - nightly builds just check that things build- if we
have to skip some things because of dependencies - so be it.

-- 
- Codito, ergo sum - I code, therefore I am --
The Rasterman (Carsten Haitzler)[EMAIL PROTECTED]
裸好多
Tokyo, Japan (東京 日本)

-
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now   http://get.splunk.com/
___
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel


Re: [E-devel] Nightly build log for E17

2007-07-27 Thread David Seikel
On Sat, 28 Jul 2007 11:20:35 +0900 Carsten Haitzler (The Rasterman)
[EMAIL PROTECTED] wrote:

 On Sat, 28 Jul 2007 11:50:04 +1000 David Seikel [EMAIL PROTECTED]
 babbled:
 
  On Sat, 28 Jul 2007 10:09:46 +0900 Carsten Haitzler (The Rasterman)
  [EMAIL PROTECTED] wrote:
  
   On Sat, 28 Jul 2007 01:21:04 +1000 David Seikel
   [EMAIL PROTECTED] babbled:
   
On Fri, 27 Jul 2007 17:02:20 +0200 Koen Kooi
[EMAIL PROTECTED] wrote:
 It looks like the buildhost needs to install the 0.6.0rc of
 poppler.

I know that, several other packages also failed due to missing
dependencies.  At the moment I only installed things that could
be found in the debian repos that e2.enlightenment.org has
configured.  I don't want to go and mess with the E web server
by installing random tarballs or cvs snapshots.
   
   it does have poppler - just the version is too old. that is a
   direct bi-product of us being conservative for the server(s) and
   running debian stable.
  
  Stability and conservatism is good when running a public facing
  server.
  
  So the real question is, does epdf really need the latest, bleeding
  edge, release candidate of poppler?  Is the API of poppler so
  unstable that older versions wont work?  Should I add epdf to the
  skip list as always requires bleeding edge version of poppler?
 
 quite possibly skip it - nightly builds just check that things build-
 if we have to skip some things because of dependencies - so be it.

I should leave for the HUMBUG meeting shortly, that will take the rest
of the day.  Looks like people have been fixing things in response to
these build logs, so I expect the next run will mostly have failures
due to missing or old dependencies.  I'll go through those carefully
tomorrow and either install what I can (only via apt-get) or modify the
skip list.


signature.asc
Description: PGP signature
-
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now   http://get.splunk.com/___
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel


Re: [E-devel] Nightly build log for E17

2007-07-27 Thread vtorri
Quoting David Seikel [EMAIL PROTECTED]:

 So the real question is, does epdf really need the latest, bleeding
 edge, release candidate of poppler?  Is the API of poppler so
 unstable that older versions wont work?  Should I add epdf to the skip
 list as always requires bleeding edge version of poppler?

I can add support for older versions of poppler, if this can help.

Vincent



This message was sent using IMP, the Internet Messaging Program.



-
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now   http://get.splunk.com/
___
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel