unofficial mirror of emacs-devel@gnu.org 
 help / color / mirror / code / Atom feed
* Unable to build emacs-23 since months now.
@ 2011-07-20  7:49 Thierry Volpiatto
  2011-07-20  8:29 ` Frank Schmitt
  2011-07-20  9:06 ` Giuseppe Scrivano
  0 siblings, 2 replies; 16+ messages in thread
From: Thierry Volpiatto @ 2011-07-20  7:49 UTC (permalink / raw)
  To: emacs-devel

Hi,
i am unable to build emacs-23 since months now.
I have already reported this, but it seem ignored.

--8<---------------cut here---------------start------------->8---
In file included from /usr/include/glib-2.0/glib/galloca.h:34:0,
                 from /usr/include/glib-2.0/glib.h:32,
                 from /usr/include/glib-2.0/gobject/gbinding.h:30,
                 from /usr/include/glib-2.0/glib-object.h:25,
                 from /usr/include/glib-2.0/gio/gioenums.h:30,
                 from /usr/include/glib-2.0/gio/giotypes.h:30,
                 from /usr/include/glib-2.0/gio/gio.h:28,
                 from /usr/include/gtk-2.0/gdk/gdkapplaunchcontext.h:30,
                 from /usr/include/gtk-2.0/gdk/gdk.h:32,
                 from /usr/include/gtk-2.0/gtk/gtk.h:32,
                 from xterm.h:44,
                 from dispnew.c:56:
/usr/include/glib-2.0/glib/gtypes.h:34:24: fatal error: glibconfig.h: Aucun fichier ou dossier de ce type
compilation terminated.
make[1]: *** [dispnew.o] Erreur 1
make[1]: quittant le répertoire « /home/thierry/download/emacs-bzr/emacs-23/src »
make: *** [src] Erreur 2
--8<---------------cut here---------------end--------------->8---

This happen on ubuntu 11.04.

-- 
A+ Thierry
Get my Gnupg key:
gpg --keyserver pgp.mit.edu --recv-keys 59F29997 




^ permalink raw reply	[flat|nested] 16+ messages in thread

* Re: Unable to build emacs-23 since months now.
  2011-07-20  7:49 Unable to build emacs-23 since months now Thierry Volpiatto
@ 2011-07-20  8:29 ` Frank Schmitt
  2011-07-20 10:05   ` Thierry Volpiatto
  2011-07-20  9:06 ` Giuseppe Scrivano
  1 sibling, 1 reply; 16+ messages in thread
From: Frank Schmitt @ 2011-07-20  8:29 UTC (permalink / raw)
  To: emacs-devel

Thierry Volpiatto <thierry.volpiatto@gmail.com> writes:


>                  from xterm.h:44,
>                  from dispnew.c:56:
> /usr/include/glib-2.0/glib/gtypes.h:34:24: fatal error: glibconfig.h: Aucun fichier ou dossier de ce type
> compilation terminated.
> make[1]: *** [dispnew.o] Erreur 1
> make[1]: quittant le répertoire « /home/thierry/download/emacs-bzr/emacs-23/src »
> make: *** [src] Erreur 2

I've seen this happen with my own project after upgrade to Ubuntu
11.04. A make distclean (or whatever this is called with Emacs) or a
fresh checkout should work.

-- 
Have you ever considered how much text can fit in eighty columns?  Given that a
signature typically contains up to four lines of text, this space allows you to
attach a tremendous amount of valuable information to your messages.  Seize the
opportunity and don't waste your signature on bullshit that nobody cares about.




^ permalink raw reply	[flat|nested] 16+ messages in thread

* Re: Unable to build emacs-23 since months now.
  2011-07-20  7:49 Unable to build emacs-23 since months now Thierry Volpiatto
  2011-07-20  8:29 ` Frank Schmitt
@ 2011-07-20  9:06 ` Giuseppe Scrivano
  2011-07-20 10:04   ` Thierry Volpiatto
  1 sibling, 1 reply; 16+ messages in thread
From: Giuseppe Scrivano @ 2011-07-20  9:06 UTC (permalink / raw)
  To: Thierry Volpiatto; +Cc: emacs-devel

Thierry Volpiatto <thierry.volpiatto@gmail.com> writes:

> Hi,
> i am unable to build emacs-23 since months now.
> I have already reported this, but it seem ignored.
>
> In file included from /usr/include/glib-2.0/glib/galloca.h:34:0,
>                  from /usr/include/glib-2.0/glib.h:32,
>                  from /usr/include/glib-2.0/gobject/gbinding.h:30,
>                  from /usr/include/glib-2.0/glib-object.h:25,
>                  from /usr/include/glib-2.0/gio/gioenums.h:30,
>                  from /usr/include/glib-2.0/gio/giotypes.h:30,
>                  from /usr/include/glib-2.0/gio/gio.h:28,
>                  from /usr/include/gtk-2.0/gdk/gdkapplaunchcontext.h:30,
>                  from /usr/include/gtk-2.0/gdk/gdk.h:32,
>                  from /usr/include/gtk-2.0/gtk/gtk.h:32,
>                  from xterm.h:44,
>                  from dispnew.c:56:
> /usr/include/glib-2.0/glib/gtypes.h:34:24: fatal error: glibconfig.h: Aucun fichier ou dossier de ce type
> compilation terminated.
> make[1]: *** [dispnew.o] Erreur 1
> make[1]: quittant le répertoire « /home/thierry/download/emacs-bzr/emacs-23/src »
> make: *** [src] Erreur 2
>
> This happen on ubuntu 11.04.

I think it is related to this:

http://debbugs.gnu.org/cgi/bugreport.cgi?bug=8497

you can try to workaround it by passing the right include path to CFLAGS
at configure time.

Giuseppe



^ permalink raw reply	[flat|nested] 16+ messages in thread

* Re: Unable to build emacs-23 since months now.
  2011-07-20  9:06 ` Giuseppe Scrivano
@ 2011-07-20 10:04   ` Thierry Volpiatto
  2011-07-20 12:19     ` Juanma Barranquero
  2011-07-20 12:45     ` Giuseppe Scrivano
  0 siblings, 2 replies; 16+ messages in thread
From: Thierry Volpiatto @ 2011-07-20 10:04 UTC (permalink / raw)
  To: Giuseppe Scrivano; +Cc: emacs-devel

Giuseppe Scrivano <gscrivano@gnu.org> writes:

> Thierry Volpiatto <thierry.volpiatto@gmail.com> writes:
>
>> Hi,
>> i am unable to build emacs-23 since months now.
>> I have already reported this, but it seem ignored.
>>
>> In file included from /usr/include/glib-2.0/glib/galloca.h:34:0,
>>                  from /usr/include/glib-2.0/glib.h:32,
>>                  from /usr/include/glib-2.0/gobject/gbinding.h:30,
>>                  from /usr/include/glib-2.0/glib-object.h:25,
>>                  from /usr/include/glib-2.0/gio/gioenums.h:30,
>>                  from /usr/include/glib-2.0/gio/giotypes.h:30,
>>                  from /usr/include/glib-2.0/gio/gio.h:28,
>>                  from /usr/include/gtk-2.0/gdk/gdkapplaunchcontext.h:30,
>>                  from /usr/include/gtk-2.0/gdk/gdk.h:32,
>>                  from /usr/include/gtk-2.0/gtk/gtk.h:32,
>>                  from xterm.h:44,
>>                  from dispnew.c:56:
>> /usr/include/glib-2.0/glib/gtypes.h:34:24: fatal error: glibconfig.h: Aucun fichier ou dossier de ce type
>> compilation terminated.
>> make[1]: *** [dispnew.o] Erreur 1
>> make[1]: quittant le répertoire « /home/thierry/download/emacs-bzr/emacs-23/src »
>> make: *** [src] Erreur 2
>>
>> This happen on ubuntu 11.04.
>
> I think it is related to this:
>
> http://debbugs.gnu.org/cgi/bugreport.cgi?bug=8497
Yes it is related.
It seem the decision is to not fix that.
That's sad.

> you can try to workaround it by passing the right include path to CFLAGS
> at configure time.
CFLAGS?? 

Thanks for your answer.

-- 
A+ Thierry
Get my Gnupg key:
gpg --keyserver pgp.mit.edu --recv-keys 59F29997 



^ permalink raw reply	[flat|nested] 16+ messages in thread

* Re: Unable to build emacs-23 since months now.
  2011-07-20  8:29 ` Frank Schmitt
@ 2011-07-20 10:05   ` Thierry Volpiatto
  2011-07-20 11:58     ` Antoine Levitt
  0 siblings, 1 reply; 16+ messages in thread
From: Thierry Volpiatto @ 2011-07-20 10:05 UTC (permalink / raw)
  To: emacs-devel

Frank Schmitt <ich@frank-schmitt.net> writes:

> Thierry Volpiatto <thierry.volpiatto@gmail.com> writes:
>
>
>>                  from xterm.h:44,
>>                  from dispnew.c:56:
>> /usr/include/glib-2.0/glib/gtypes.h:34:24: fatal error: glibconfig.h: Aucun fichier ou dossier de ce type
>> compilation terminated.
>> make[1]: *** [dispnew.o] Erreur 1
>> make[1]: quittant le répertoire « /home/thierry/download/emacs-bzr/emacs-23/src »
>> make: *** [src] Erreur 2
>
> I've seen this happen with my own project after upgrade to Ubuntu
> 11.04. A make distclean (or whatever this is called with Emacs) or a
> fresh checkout should work.
No i already tried that.
Thanks anyway.
-- 
A+ Thierry
Get my Gnupg key:
gpg --keyserver pgp.mit.edu --recv-keys 59F29997 




^ permalink raw reply	[flat|nested] 16+ messages in thread

* Re: Unable to build emacs-23 since months now.
  2011-07-20 10:05   ` Thierry Volpiatto
@ 2011-07-20 11:58     ` Antoine Levitt
  2011-07-21 16:51       ` Thierry Volpiatto
  0 siblings, 1 reply; 16+ messages in thread
From: Antoine Levitt @ 2011-07-20 11:58 UTC (permalink / raw)
  To: emacs-devel

20/07/11 12:05, Thierry Volpiatto
> Frank Schmitt <ich@frank-schmitt.net> writes:
>
>> Thierry Volpiatto <thierry.volpiatto@gmail.com> writes:
>>
>>
>>>                  from xterm.h:44,
>>>                  from dispnew.c:56:
>>> /usr/include/glib-2.0/glib/gtypes.h:34:24: fatal error: glibconfig.h: Aucun fichier ou dossier de ce type
>>> compilation terminated.
>>> make[1]: *** [dispnew.o] Erreur 1
>>> make[1]: quittant le répertoire « /home/thierry/download/emacs-bzr/emacs-23/src »
>>> make: *** [src] Erreur 2
>>
>> I've seen this happen with my own project after upgrade to Ubuntu
>> 11.04. A make distclean (or whatever this is called with Emacs) or a
>> fresh checkout should work.
> No i already tried that.
> Thanks anyway.

That's strange. Can you post the output of "sudo updatedb && locate
glibconfig.h" and the gcc compilation line? My glibconfig.h is in
/usr/lib/x86_64-linux-gnu/glib-2.0/include/glibconfig.h and the gcc line
has -I/usr/lib/x86_64-linux-gnu/glib-2.0/include.

Btw, you can use "LANG=C make" for your bug reports, that'll print the
messages in english.




^ permalink raw reply	[flat|nested] 16+ messages in thread

* Re: Unable to build emacs-23 since months now.
  2011-07-20 10:04   ` Thierry Volpiatto
@ 2011-07-20 12:19     ` Juanma Barranquero
  2011-07-20 15:14       ` Thierry Volpiatto
  2011-07-20 12:45     ` Giuseppe Scrivano
  1 sibling, 1 reply; 16+ messages in thread
From: Juanma Barranquero @ 2011-07-20 12:19 UTC (permalink / raw)
  To: Thierry Volpiatto; +Cc: Giuseppe Scrivano, emacs-devel

On Wed, Jul 20, 2011 at 12:04, Thierry Volpiatto
<thierry.volpiatto@gmail.com> wrote:

>> I think it is related to this:
>>
>> http://debbugs.gnu.org/cgi/bugreport.cgi?bug=8497
> Yes it is related.
> It seem the decision is to not fix that.
> That's sad.

If it *is* 8497, it is fixed, or at least, it does not happen on the
trunk. How is that a "decision [...] to not fix"?

    Juanma



^ permalink raw reply	[flat|nested] 16+ messages in thread

* Re: Unable to build emacs-23 since months now.
  2011-07-20 10:04   ` Thierry Volpiatto
  2011-07-20 12:19     ` Juanma Barranquero
@ 2011-07-20 12:45     ` Giuseppe Scrivano
  2011-07-20 15:16       ` Thierry Volpiatto
  1 sibling, 1 reply; 16+ messages in thread
From: Giuseppe Scrivano @ 2011-07-20 12:45 UTC (permalink / raw)
  To: Thierry Volpiatto; +Cc: emacs-devel

Thierry Volpiatto <thierry.volpiatto@gmail.com> writes:

>> you can try to workaround it by passing the right include path to CFLAGS
>> at configure time.
> CFLAGS?? 

where do you have the "glibconfig.h" file?  Assuming it is under
/usr/include/foo, you can configure emacs as:

./configure CFLAGS="-I/usr/include/foo"

Cheers,
Giuseppe



^ permalink raw reply	[flat|nested] 16+ messages in thread

* Re: Unable to build emacs-23 since months now.
  2011-07-20 12:19     ` Juanma Barranquero
@ 2011-07-20 15:14       ` Thierry Volpiatto
  2011-07-20 15:19         ` Juanma Barranquero
  0 siblings, 1 reply; 16+ messages in thread
From: Thierry Volpiatto @ 2011-07-20 15:14 UTC (permalink / raw)
  To: Juanma Barranquero; +Cc: Giuseppe Scrivano, emacs-devel

Juanma Barranquero <lekktu@gmail.com> writes:

> On Wed, Jul 20, 2011 at 12:04, Thierry Volpiatto
> <thierry.volpiatto@gmail.com> wrote:
>
>>> I think it is related to this:
>>>
>>> http://debbugs.gnu.org/cgi/bugreport.cgi?bug=8497
>> Yes it is related.
>> It seem the decision is to not fix that.
>> That's sad.
>
> If it *is* 8497, it is fixed, or at least, it does not happen on the
> trunk. How is that a "decision [...] to not fix"?
It is fixed on the trunk, but not on emacs-23 branch.

--8<---------------cut here---------------start------------->8---
It no longer does in the development trunk.  However, that change is
not (and probably will not be) in the emacs-23 release branch, only in
Emacs 24 when that is released.
--8<---------------cut here---------------end--------------->8---

So actually it is impossible for people that use Ubuntu 11.04 to build
emacs-23.

-- 
A+ Thierry
Get my Gnupg key:
gpg --keyserver pgp.mit.edu --recv-keys 59F29997 



^ permalink raw reply	[flat|nested] 16+ messages in thread

* Re: Unable to build emacs-23 since months now.
  2011-07-20 12:45     ` Giuseppe Scrivano
@ 2011-07-20 15:16       ` Thierry Volpiatto
  0 siblings, 0 replies; 16+ messages in thread
From: Thierry Volpiatto @ 2011-07-20 15:16 UTC (permalink / raw)
  To: Giuseppe Scrivano; +Cc: emacs-devel

Giuseppe Scrivano <gscrivano@gnu.org> writes:

> Thierry Volpiatto <thierry.volpiatto@gmail.com> writes:
>
>>> you can try to workaround it by passing the right include path to CFLAGS
>>> at configure time.
>> CFLAGS?? 
>
> where do you have the "glibconfig.h" file?  Assuming it is under
> /usr/include/foo, you can configure emacs as:
>
> ./configure CFLAGS="-I/usr/include/foo"

Ok thanks, i will try, however it should be better to fix this on
emacs-23 branch.

> Cheers,
> Giuseppe

-- 
A+ Thierry
Get my Gnupg key:
gpg --keyserver pgp.mit.edu --recv-keys 59F29997 



^ permalink raw reply	[flat|nested] 16+ messages in thread

* Re: Unable to build emacs-23 since months now.
  2011-07-20 15:14       ` Thierry Volpiatto
@ 2011-07-20 15:19         ` Juanma Barranquero
  2011-07-20 15:29           ` Thierry Volpiatto
  2011-07-20 19:34           ` Andreas Röhler
  0 siblings, 2 replies; 16+ messages in thread
From: Juanma Barranquero @ 2011-07-20 15:19 UTC (permalink / raw)
  To: Thierry Volpiatto; +Cc: Giuseppe Scrivano, emacs-devel

On Wed, Jul 20, 2011 at 17:14, Thierry Volpiatto
<thierry.volpiatto@gmail.com> wrote:

> So actually it is impossible for people that use Ubuntu 11.04 to build
> emacs-23.

Well, what to do? Surely if there's a fix in the trunk, and it does
not depend on 24.X changes (which I don't know), packagers for Ubuntu
can fix it locally.

Other than that, you're talking about people who builds their own
Emacs, so I'd suggest switching to the trunk (yes, I know, it is less
stable), or extracting a fix from the trunk, if possible, and
publishing the patch somewhere, like the Emacs Wiki.

Or... pushing for a 23.4 release :-)

    Juanma



^ permalink raw reply	[flat|nested] 16+ messages in thread

* Re: Unable to build emacs-23 since months now.
  2011-07-20 15:19         ` Juanma Barranquero
@ 2011-07-20 15:29           ` Thierry Volpiatto
  2011-07-20 19:34           ` Andreas Röhler
  1 sibling, 0 replies; 16+ messages in thread
From: Thierry Volpiatto @ 2011-07-20 15:29 UTC (permalink / raw)
  To: Juanma Barranquero; +Cc: Giuseppe Scrivano, emacs-devel

Juanma Barranquero <lekktu@gmail.com> writes:

> On Wed, Jul 20, 2011 at 17:14, Thierry Volpiatto
> <thierry.volpiatto@gmail.com> wrote:
>
>> So actually it is impossible for people that use Ubuntu 11.04 to build
>> emacs-23.
>
> Well, what to do? Surely if there's a fix in the trunk, and it does
> not depend on 24.X changes (which I don't know), packagers for Ubuntu
> can fix it locally.
>
> Other than that, you're talking about people who builds their own
> Emacs, so I'd suggest switching to the trunk (yes, I know, it is less
> stable), or extracting a fix from the trunk, if possible, and
> publishing the patch somewhere, like the Emacs Wiki.
>
> Or... pushing for a 23.4 release :-)
I am already using the trunk, and what i am trying to build is the last
version of the bzr emacs-23 branch.
People expect to clone the branch, ./configure && make, that's all. 

-- 
A+ Thierry
Get my Gnupg key:
gpg --keyserver pgp.mit.edu --recv-keys 59F29997 



^ permalink raw reply	[flat|nested] 16+ messages in thread

* Re: Unable to build emacs-23 since months now.
  2011-07-20 15:19         ` Juanma Barranquero
  2011-07-20 15:29           ` Thierry Volpiatto
@ 2011-07-20 19:34           ` Andreas Röhler
  2011-07-20 19:41             ` Juanma Barranquero
  2011-07-21 15:21             ` Andreas Schwab
  1 sibling, 2 replies; 16+ messages in thread
From: Andreas Röhler @ 2011-07-20 19:34 UTC (permalink / raw)
  To: emacs-devel; +Cc: Juanma Barranquero, Chong Yidong, Thierry Volpiatto

Am 20.07.2011 17:19, schrieb Juanma Barranquero:
> On Wed, Jul 20, 2011 at 17:14, Thierry Volpiatto
> <thierry.volpiatto@gmail.com>  wrote:
>
>> So actually it is impossible for people that use Ubuntu 11.04 to build
>> emacs-23.
>
> Well, what to do? Surely if there's a fix in the trunk, and it does
> not depend on 24.X changes (which I don't know), packagers for Ubuntu
> can fix it locally.
>

Hm, and Suse folks? Gentoo - locally?
Please reconsider.

IIRC mentioned the issue during pretest already.

Cheers,

Andreas

> Other than that, you're talking about people who builds their own
> Emacs, so I'd suggest switching to the trunk (yes, I know, it is less
> stable), or extracting a fix from the trunk, if possible, and
> publishing the patch somewhere, like the Emacs Wiki.
>
> Or... pushing for a 23.4 release :-)
>
>      Juanma
>
>




^ permalink raw reply	[flat|nested] 16+ messages in thread

* Re: Unable to build emacs-23 since months now.
  2011-07-20 19:34           ` Andreas Röhler
@ 2011-07-20 19:41             ` Juanma Barranquero
  2011-07-21 15:21             ` Andreas Schwab
  1 sibling, 0 replies; 16+ messages in thread
From: Juanma Barranquero @ 2011-07-20 19:41 UTC (permalink / raw)
  To: Andreas Röhler; +Cc: Chong Yidong, Thierry Volpiatto, emacs-devel

On Wed, Jul 20, 2011 at 21:34, Andreas Röhler <andreas.roehler@online.de> wrote:

> Hm, and Suse folks? Gentoo - locally?
> Please reconsider.

That was just my opinion.

    Juanma



^ permalink raw reply	[flat|nested] 16+ messages in thread

* Re: Unable to build emacs-23 since months now.
  2011-07-20 19:34           ` Andreas Röhler
  2011-07-20 19:41             ` Juanma Barranquero
@ 2011-07-21 15:21             ` Andreas Schwab
  1 sibling, 0 replies; 16+ messages in thread
From: Andreas Schwab @ 2011-07-21 15:21 UTC (permalink / raw)
  To: Andreas Röhler
  Cc: Juanma Barranquero, Chong Yidong, Thierry Volpiatto, emacs-devel

Andreas Röhler <andreas.roehler@online.de> writes:

> Am 20.07.2011 17:19, schrieb Juanma Barranquero:
>> On Wed, Jul 20, 2011 at 17:14, Thierry Volpiatto
>> <thierry.volpiatto@gmail.com>  wrote:
>>
>>> So actually it is impossible for people that use Ubuntu 11.04 to build
>>> emacs-23.
>>
>> Well, what to do? Surely if there's a fix in the trunk, and it does
>> not depend on 24.X changes (which I don't know), packagers for Ubuntu
>> can fix it locally.
>>
>
> Hm, and Suse folks? Gentoo - locally?

They won't have any problems.

Andreas.

-- 
Andreas Schwab, schwab@linux-m68k.org
GPG Key fingerprint = 58CA 54C7 6D53 942B 1756  01D3 44D5 214B 8276 4ED5
"And now for something completely different."



^ permalink raw reply	[flat|nested] 16+ messages in thread

* Re: Unable to build emacs-23 since months now.
  2011-07-20 11:58     ` Antoine Levitt
@ 2011-07-21 16:51       ` Thierry Volpiatto
  0 siblings, 0 replies; 16+ messages in thread
From: Thierry Volpiatto @ 2011-07-21 16:51 UTC (permalink / raw)
  To: emacs-devel

Antoine Levitt <antoine.levitt@gmail.com> writes:

> 20/07/11 12:05, Thierry Volpiatto
>> Frank Schmitt <ich@frank-schmitt.net> writes:
>>
>>> Thierry Volpiatto <thierry.volpiatto@gmail.com> writes:
>>>
>>>
>>>>                  from xterm.h:44,
>>>>                  from dispnew.c:56:
>>>> /usr/include/glib-2.0/glib/gtypes.h:34:24: fatal error: glibconfig.h: Aucun fichier ou dossier de ce type
>>>> compilation terminated.
>>>> make[1]: *** [dispnew.o] Erreur 1
>>>> make[1]: quittant le répertoire « /home/thierry/download/emacs-bzr/emacs-23/src »
>>>> make: *** [src] Erreur 2
>>>
>>> I've seen this happen with my own project after upgrade to Ubuntu
>>> 11.04. A make distclean (or whatever this is called with Emacs) or a
>>> fresh checkout should work.
>> No i already tried that.
>> Thanks anyway.
>
> That's strange. Can you post the output of "sudo updatedb && locate
> glibconfig.h" and the gcc compilation line? My glibconfig.h is in
> /usr/lib/x86_64-linux-gnu/glib-2.0/include/glibconfig.h and the gcc line
> has -I/usr/lib/x86_64-linux-gnu/glib-2.0/include.
>
> Btw, you can use "LANG=C make" for your bug reports, that'll print the
> messages in english.
Thanks for your help, but i give up for this, i think people at
Emacs-dev know exactly what to do for this, so i will not loose more
time with this.
i have actually 3 emacs installed from bzr here, it's enough to check
the compatibility with old emacs for my lisp libraries.

-- 
A+ Thierry
Get my Gnupg key:
gpg --keyserver pgp.mit.edu --recv-keys 59F29997 




^ permalink raw reply	[flat|nested] 16+ messages in thread

end of thread, other threads:[~2011-07-21 16:51 UTC | newest]

Thread overview: 16+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-07-20  7:49 Unable to build emacs-23 since months now Thierry Volpiatto
2011-07-20  8:29 ` Frank Schmitt
2011-07-20 10:05   ` Thierry Volpiatto
2011-07-20 11:58     ` Antoine Levitt
2011-07-21 16:51       ` Thierry Volpiatto
2011-07-20  9:06 ` Giuseppe Scrivano
2011-07-20 10:04   ` Thierry Volpiatto
2011-07-20 12:19     ` Juanma Barranquero
2011-07-20 15:14       ` Thierry Volpiatto
2011-07-20 15:19         ` Juanma Barranquero
2011-07-20 15:29           ` Thierry Volpiatto
2011-07-20 19:34           ` Andreas Röhler
2011-07-20 19:41             ` Juanma Barranquero
2011-07-21 15:21             ` Andreas Schwab
2011-07-20 12:45     ` Giuseppe Scrivano
2011-07-20 15:16       ` Thierry Volpiatto

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).