Re: [E-devel] E SVN: quaker trunk/packaging/debian/extras/entrance

2010-01-24 Thread Albin Tonnerre
On Sun, 24 Jan 2010 09:17 -0800, Enlightenment SVN wrote : > Log: > Entrance - fix deb stuff > DEB_MAKE_CLEAN_TARGET := distclean > -DEB_CONFIGURE_EXTRA_FLAGS := --disable-rpath > +DEB_CONFIGURE_EXTRA_FLAGS := --disable-rpath --with-xbin=/usr/bin > > clean:: > [ ! -f Makefile ] || make

Re: [E-devel] eina mempool review and descriptions?

2010-01-24 Thread Jorge Luis Zapata Muga
On Fri, Jan 22, 2010 at 11:14 AM, Cedric BAIL wrote: > On Thu, Jan 21, 2010 at 11:13 PM, Gustavo Sverzut Barbieri > wrote: >> I'm doing ebuilds for gentoo and I want to make them use configurable >> mempools, however the names are stupidly bad and I have no idea the >> use so I enable or disable

Re: [E-devel] merge ecore job and txt into ecore?

2010-01-24 Thread Gustavo Sverzut Barbieri
On 1/23/10, Albin Tonnerre wrote: > On Sun, 24 Jan 2010 00:02 +0100, Vincent Torri wrote : >> >> to summarize: >> >> * ecore_txt moved in eina > > I think we'll just have to agree to disagree here :) ecore_txt is a single function helper for string conversion. ecore_str is similar, helpers for s

Re: [E-devel] merge ecore job and txt into ecore?

2010-01-24 Thread Gustavo Sverzut Barbieri
On 1/23/10, Carsten Haitzler wrote: > On Sun, 24 Jan 2010 00:13:25 +0100 Albin Tonnerre > said: > >> On Sun, 24 Jan 2010 00:02 +0100, Vincent Torri wrote : >> > >> > to summarize: >> > >> > * ecore_txt moved in eina >> >> I think we'll just have to agree to disagree here :) >> >> > * ecore_job

[E-devel] trac is down

2010-01-24 Thread Vincent Torri
Hey, currently, trac i down. I've asked in the #osuosl chan and it seems that they see a lof of messages: FastCGI: incomplete headers (0 bytes) received from server "/var/www/trac/cgi-bin/trac.fcgi" A fast google search gave me: http://www.hostingrails.com/FastCGI-incomplete-headers-0-bytes-

Re: [E-devel] trac is down (and svn too...)

2010-01-24 Thread Vincent Torri
On Sun, 24 Jan 2010, Vincent Torri wrote: > > Hey, > > currently, trac i down. I've asked in the #osuosl chan and it seems that > they see a lof of messages: > > FastCGI: incomplete headers (0 bytes) received from server > "/var/www/trac/cgi-bin/trac.fcgi" > > A fast google search gave me: > > h

[E-devel] svn downn

2010-01-24 Thread Vincent Torri
here are the errors that osuosl sees: [Sun Jan 24 12:39:13 2010] [error] [client 69.92.230.20] Could not fetch resource information. [403, #0] [Sun Jan 24 12:39:13 2010] [error] [client 69.92.230.20] (2)No such file or directory: The URI does not contain the name of a repository. [403, #19000

Re: [E-devel] svn downn

2010-01-24 Thread Vincent Torri
and more comments : my theory is that 2.5 was in use with trac, and trac worked fine, then python 2.6 got installed, but trac never made it into /usr/lib/python2.6, so when apache got restarted it broke the same thing can happen with subversion if apr gets upgraded and subversion is never

Re: [E-devel] svn downn

2010-01-24 Thread Vincent Torri
On Sun, 24 Jan 2010, Vincent Torri wrote: > > and more comments : > > > my theory is that > 2.5 was in use with trac, and trac worked fine, then python 2.6 > got installed, but trac never made it into /usr/lib/python2.6, so when > apache got restarted it broke > the same thing can happen with

[E-devel] to Inc or Gustavo : about e2

2010-01-24 Thread Vincent Torri
Hey from osuosl So there seems to be a big ol' dpkg running on e2 Owned either by Inc or barbieri Vincent -- Throughout its 18-year history, RSA Conference consistently attracts the world's best and brightest in the

[E-devel] e16-1.0.2

2010-01-24 Thread Kim Woelders
e16-1.0.2 is available for download: http://sourceforge.net/projects/enlightenment/files/ e16-1.0.2: - Fix bogus image cache directory files being written in home directory. - Enable pango by default. - Enable showing mini icon in border part. - Fix stacking order when showing desktop state is set

Re: [E-devel] merge ecore job and txt into ecore?

2010-01-24 Thread The Rasterman
On Sun, 24 Jan 2010 18:17:28 -0200 Gustavo Sverzut Barbieri said: > On 1/23/10, Carsten Haitzler wrote: > > On Sun, 24 Jan 2010 00:13:25 +0100 Albin Tonnerre > > said: > > > >> On Sun, 24 Jan 2010 00:02 +0100, Vincent Torri wrote : > >> > > >> > to summarize: > >> > > >> > * ecore_txt moved in

Re: [E-devel] to Inc or Gustavo : about e2

2010-01-24 Thread The Rasterman
On Sun, 24 Jan 2010 22:58:14 +0100 (CET) Vincent Torri said: > > Hey > > from osuosl > > So there seems to be a big ol' dpkg running on e2 > Owned either by Inc or barbieri hmmm not that i can see - wasnt owned by inc or gustavo - parent process was "init"... "su" ran the apt-get upgrade.

Re: [E-devel] to Inc or Gustavo : about e2

2010-01-24 Thread The Rasterman
On Sun, 24 Jan 2010 22:58:14 +0100 (CET) Vincent Torri said: > > Hey > > from osuosl > > So there seems to be a big ol' dpkg running on e2 > Owned either by Inc or barbieri > > Vincent ok. finished the apt-get upgrade and trac is back. need to know who did the apt-get upgrade, why, and why

Re: [E-devel] to Inc or Gustavo : about e2

2010-01-24 Thread Christopher Michael
On 01/24/2010 05:36 PM, Carsten Haitzler (The Rasterman) wrote: > On Sun, 24 Jan 2010 22:58:14 +0100 (CET) Vincent Torri > said: > >> >> Hey >> >> from osuosl >> >> So there seems to be a big ol' dpkg running on e2 >> Owned either by Inc or barbieri >> >> Vincent > > ok. finished the apt-get up

Re: [E-devel] to Inc or Gustavo : about e2

2010-01-24 Thread Vincent Torri
On Mon, 25 Jan 2010, Carsten Haitzler (The Rasterman) wrote: > On Sun, 24 Jan 2010 22:58:14 +0100 (CET) Vincent Torri > said: > >> >> Hey >> >> from osuosl >> >> So there seems to be a big ol' dpkg running on e2 >> Owned either by Inc or barbieri >> >> Vincent > > ok. finished the apt-get upg

Re: [E-devel] to Inc or Gustavo : about e2

2010-01-24 Thread The Rasterman
On Sun, 24 Jan 2010 23:41:19 +0100 (CET) Vincent Torri said: > > > On Mon, 25 Jan 2010, Carsten Haitzler (The Rasterman) wrote: > > > On Sun, 24 Jan 2010 22:58:14 +0100 (CET) Vincent Torri > > said: > > > >> > >> Hey > >> > >> from osuosl > >> > >> So there seems to be a big ol' dpkg running

Re: [E-devel] to Inc or Gustavo : about e2

2010-01-24 Thread Gustavo Sverzut Barbieri
On Sun, Jan 24, 2010 at 7:58 PM, Vincent Torri wrote: > > Hey > > from osuosl > > So there seems to be a big ol' dpkg running on e2 > Owned either by Inc or barbieri I did not run this, I'm pretty sure. And how it could be one or another?!!? It's either one or another, no? -- Gustavo Sverzut

Re: [E-devel] merge ecore job and txt into ecore?

2010-01-24 Thread Gustavo Sverzut Barbieri
On Sun, Jan 24, 2010 at 8:21 PM, Carsten Haitzler wrote: > On Sun, 24 Jan 2010 18:17:28 -0200 Gustavo Sverzut Barbieri > said: > >> On 1/23/10, Carsten Haitzler wrote: >> > On Sun, 24 Jan 2010 00:13:25 +0100 Albin Tonnerre >> > >> > said: >> > >> >> On Sun, 24 Jan 2010 00:02 +0100, Vincent Tor

Re: [E-devel] merge ecore job and txt into ecore?

2010-01-24 Thread The Rasterman
On Sun, 24 Jan 2010 23:40:16 -0200 Gustavo Sverzut Barbieri said: > On Sun, Jan 24, 2010 at 8:21 PM, Carsten Haitzler > wrote: > > On Sun, 24 Jan 2010 18:17:28 -0200 Gustavo Sverzut Barbieri > > said: > > > >> On 1/23/10, Carsten Haitzler wrote: > >> > On Sun, 24 Jan 2010 00:13:25 +0100 Albin

Re: [E-devel] to Inc or Gustavo : about e2

2010-01-24 Thread David Seikel
On Sun, 24 Jan 2010 23:41:19 +0100 (CET) Vincent Torri wrote: > > > On Mon, 25 Jan 2010, Carsten Haitzler (The Rasterman) wrote: > > > On Sun, 24 Jan 2010 22:58:14 +0100 (CET) Vincent Torri > > said: > > > >> > >> Hey > >> > >> from osuosl > >> > >> So there seems to be a big ol' dpkg runnin

Re: [E-devel] to Inc or Gustavo : about e2

2010-01-24 Thread Michael Jennings
On Sunday, 24 January 2010, at 23:45:49 (-0200), Gustavo Sverzut Barbieri wrote: > > So there seems to be a big ol' dpkg running on e2 > > Owned either by Inc or barbieri > > I did not run this, I'm pretty sure. And how it could be one or > another?!!? It's either one or another, no? I was won

Re: [E-devel] to Inc or Gustavo : about e2

2010-01-24 Thread Tom Haste
This might be a stupid question, but was there any crond jobs that include any apt upgrades or some other automated magic? If it is a stupid question, feel free to give a stupid answer. Toma. On 1/25/10, Michael Jennings wrote: > On Sunday, 24 January 2010, at 23:45:49 (-0200), > Gustavo Sverzut

Re: [E-devel] merge ecore job and txt into ecore?

2010-01-24 Thread Jose Gonzalez
. >>> how is "putting everything in ecore" and moving "everything to eina" any >>> better? you're just shuffling pile of paper from desk a to desk b. >>> >>> >>Ummm, generally that would seem pointless indeed... But there are issues >> of dependencies