unofficial mirror of bug-gnu-emacs@gnu.org 
 help / color / mirror / code / Atom feed
* bug#1211: Compilation fails on latest cvs
@ 2008-10-20 14:08 Marco Pessotto
  2008-10-20 15:00 ` Eli Zaretskii
  2008-10-20 23:50 ` bug#1211: marked as done (Compilation fails on latest cvs) Emacs bug Tracking System
  0 siblings, 2 replies; 12+ messages in thread
From: Marco Pessotto @ 2008-10-20 14:08 UTC (permalink / raw)
  To: gnu-emacs-bug


Compilation fails on the latest cvs

CFLAGS='-O2 -march=i486 -mtune=i686'
CXXFLAGS='-O2 -march=i486 -mtune=i686'
./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var --program-prefix= --program-suffix= --mandir=/usr/man --infodir=/usr/info --enable-static=no --enable-shared=yes --with-x-toolkit=gtk


  Where should the build process find the source code?    /tmp/emacs-20081020cvs
  What operating system and machine description files should Emacs use?
        `s/gnu-linux.h' and `m/intel386.h'
  What compiler should emacs be built with?               gcc -O2 -march=i486 -mtune=i686
  Should Emacs use the GNU version of malloc?             yes
      (Using Doug Lea's new malloc from the GNU C Library.)
  Should Emacs use a relocating allocator for buffers?    yes
  Should Emacs use mmap(2) for buffer allocation?         no
  What window system should Emacs use?                    x11
  What toolkit should Emacs use?                          GTK
  Where do we find X Windows header files?                Standard dirs
  Where do we find X Windows libraries?                   Standard dirs
  Does Emacs use -lXaw3d?                                 no
  Does Emacs use -lXpm?                                   yes
  Does Emacs use -ljpeg?                                  yes
  Does Emacs use -ltiff?                                  yes
  Does Emacs use a gif library?                           yes -lgif
  Does Emacs use -lpng?                                   yes
  Does Emacs use -lrsvg-2?                                yes
  Does Emacs use -lgpm?                                   yes
  Does Emacs use -ldbus?                                  yes
  Does Emacs use -lfreetype?                              yes
  Does Emacs use -lm17n-flt?                              yes
  Does Emacs use -lotf?                                   yes
  Does Emacs use -lxft?                                   yes
  Does Emacs use toolkit scroll bars?                     yes



make[3]: Entering directory `/tmp/emacs-20081020cvs/lisp'
wd=/tmp/emacs-20081020cvs/lisp; subdirs=`(cd $wd; find . -type d -print)`; for file in $subdirs; do case $file in */Old | */RCS | */CVS | */CVS/* | */.* | */.*/* | */=* ) ;; *) wins="$wins $wd/$file" ;; esac; done; \
        for file in $wins; do \
           /tmp/emacs-20081020cvs/lisp/../update-subdirs $file; \
        done;
make[3]: Leaving directory `/tmp/emacs-20081020cvs/lisp'
`/bin/pwd`/temacs --batch --load loadup bootstrap
Loading loadup.el (source)...
Using load-path (/tmp/emacs-20081020cvs/lisp /tmp/emacs-20081020cvs/lisp/emacs-lisp /tmp/emacs-20081020cvs/lisp/language /tmp/emacs-20081020cvs/lisp/international /tmp/emacs-20081020cvs/lisp/textmodes)
Loading emacs-lisp/byte-run (source)...
Loading emacs-lisp/backquote (source)...
Loading subr (source)...
Symbol's function definition is void: declare-function
make[2]: *** [bootstrap-emacs] Error 255
make[2]: Leaving directory `/tmp/emacs-20081020cvs/src'
make[1]: *** [src] Error 2
make[1]: Leaving directory `/tmp/emacs-20081020cvs'
make: *** [bootstrap] Error 2

Regards

Marco Pessotto







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

* bug#1211: Compilation fails on latest cvs
  2008-10-20 14:08 bug#1211: Compilation fails on latest cvs Marco Pessotto
@ 2008-10-20 15:00 ` Eli Zaretskii
  2008-10-20 15:11   ` Marco Pessotto
  2008-10-20 23:50 ` bug#1211: marked as done (Compilation fails on latest cvs) Emacs bug Tracking System
  1 sibling, 1 reply; 12+ messages in thread
From: Eli Zaretskii @ 2008-10-20 15:00 UTC (permalink / raw)
  To: Marco Pessotto, 1211; +Cc: bug-gnu-emacs

> From: Marco Pessotto <melmothx@gmail.com>
> Date: Mon, 20 Oct 2008 16:08:27 +0200
> Cc: 
> 
> Using load-path (/tmp/emacs-20081020cvs/lisp /tmp/emacs-20081020cvs/lisp/emacs-lisp /tmp/emacs-20081020cvs/lisp/language /tmp/emacs-20081020cvs/lisp/international /tmp/emacs-20081020cvs/lisp/textmodes)
> Loading emacs-lisp/byte-run (source)...
> Loading emacs-lisp/backquote (source)...
> Loading subr (source)...
> Symbol's function definition is void: declare-function
> make[2]: *** [bootstrap-emacs] Error 255

When did you synch your sandbox with the repository?  If that was
before 9:35 UTC this morning, please resync and try again.






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

* bug#1211: Compilation fails on latest cvs
  2008-10-20 15:00 ` Eli Zaretskii
@ 2008-10-20 15:11   ` Marco Pessotto
  2008-10-20 16:14     ` Eli Zaretskii
  0 siblings, 1 reply; 12+ messages in thread
From: Marco Pessotto @ 2008-10-20 15:11 UTC (permalink / raw)
  To: Eli Zaretskii; +Cc: bug-gnu-emacs, 1211

Eli Zaretskii <eliz@gnu.org> writes:

>> From: Marco Pessotto <melmothx@gmail.com>
>> Date: Mon, 20 Oct 2008 16:08:27 +0200
>> Cc: 
>> 
>> Using load-path (/tmp/emacs-20081020cvs/lisp /tmp/emacs-20081020cvs/lisp/emacs-lisp /tmp/emacs-20081020cvs/lisp/language /tmp/emacs-20081020cvs/lisp/international /tmp/emacs-20081020cvs/lisp/textmodes)
>> Loading emacs-lisp/byte-run (source)...
>> Loading emacs-lisp/backquote (source)...
>> Loading subr (source)...
>> Symbol's function definition is void: declare-function
>> make[2]: *** [bootstrap-emacs] Error 255
>
> When did you synch your sandbox with the repository?  If that was
> before 9:35 UTC this morning, please resync and try again.

I checkout the cvs some minutes before the post. I did make
maintainer-clean before the make bootstrap. 

I tried again with the same results.

Regards







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

* bug#1211: Compilation fails on latest cvs
  2008-10-20 15:11   ` Marco Pessotto
@ 2008-10-20 16:14     ` Eli Zaretskii
  2008-10-20 16:36       ` Marco Pessotto
  0 siblings, 1 reply; 12+ messages in thread
From: Eli Zaretskii @ 2008-10-20 16:14 UTC (permalink / raw)
  To: Marco Pessotto; +Cc: bug-gnu-emacs, 1211

> From: Marco Pessotto <melmothx@gmail.com>
> Cc: 1211@emacsbugs.donarmstrong.com,  bug-gnu-emacs@gnu.org
> Date: Mon, 20 Oct 2008 17:11:31 +0200
> 
> Eli Zaretskii <eliz@gnu.org> writes:
> 
> >> From: Marco Pessotto <melmothx@gmail.com>
> >> Date: Mon, 20 Oct 2008 16:08:27 +0200
> >> Cc: 
> >> 
> >> Using load-path (/tmp/emacs-20081020cvs/lisp /tmp/emacs-20081020cvs/lisp/emacs-lisp /tmp/emacs-20081020cvs/lisp/language /tmp/emacs-20081020cvs/lisp/international /tmp/emacs-20081020cvs/lisp/textmodes)
> >> Loading emacs-lisp/byte-run (source)...
> >> Loading emacs-lisp/backquote (source)...
> >> Loading subr (source)...
> >> Symbol's function definition is void: declare-function
> >> make[2]: *** [bootstrap-emacs] Error 255
> >
> > When did you synch your sandbox with the repository?  If that was
> > before 9:35 UTC this morning, please resync and try again.
> 
> I checkout the cvs some minutes before the post. I did make
> maintainer-clean before the make bootstrap. 
> 
> I tried again with the same results.

Sorry, my bad.  I think I fixed this now, please try again.







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

* bug#1211: Compilation fails on latest cvs
  2008-10-20 16:14     ` Eli Zaretskii
@ 2008-10-20 16:36       ` Marco Pessotto
  2008-10-20 18:28         ` Stefan Monnier
  2008-10-20 19:04         ` Eli Zaretskii
  0 siblings, 2 replies; 12+ messages in thread
From: Marco Pessotto @ 2008-10-20 16:36 UTC (permalink / raw)
  To: Eli Zaretskii; +Cc: bug-gnu-emacs, 1211

Eli Zaretskii <eliz@gnu.org> writes:

>> From: Marco Pessotto <melmothx@gmail.com>
>> Cc: 1211@emacsbugs.donarmstrong.com,  bug-gnu-emacs@gnu.org
>> Date: Mon, 20 Oct 2008 17:11:31 +0200
>> 
>> Eli Zaretskii <eliz@gnu.org> writes:
>> 
>> >> From: Marco Pessotto <melmothx@gmail.com>
>> >> Date: Mon, 20 Oct 2008 16:08:27 +0200
>> >> Cc: 
>> >> 
>> >> Using load-path (/tmp/emacs-20081020cvs/lisp /tmp/emacs-20081020cvs/lisp/emacs-lisp /tmp/emacs-20081020cvs/lisp/language /tmp/emacs-20081020cvs/lisp/international /tmp/emacs-20081020cvs/lisp/textmodes)
>> >> Loading emacs-lisp/byte-run (source)...
>> >> Loading emacs-lisp/backquote (source)...
>> >> Loading subr (source)...
>> >> Symbol's function definition is void: declare-function
>> >> make[2]: *** [bootstrap-emacs] Error 255
>> >
>> > When did you synch your sandbox with the repository?  If that was
>> > before 9:35 UTC this morning, please resync and try again.
>> 
>> I checkout the cvs some minutes before the post. I did make
>> maintainer-clean before the make bootstrap. 
>> 
>> I tried again with the same results.
>
> Sorry, my bad.  I think I fixed this now, please try again.


Sorry, still fails, but with a different error
Same configure as the original post. 

make[3]: Entering directory `/tmp/emacs-20081020cvs/lisp'
wd=/tmp/emacs-20081020cvs/lisp; subdirs=`(cd $wd; find . -type d -print)`; for file in $subdirs; do case $file in */Old | */RCS | */CVS | */CVS/* | */.* | */.*/* | */=* ) ;; *) wins="$wins $wd/$file" ;; esac; done; \
        for file in $wins; do \
           /tmp/emacs-20081020cvs/lisp/../update-subdirs $file; \
        done;
make[3]: Leaving directory `/tmp/emacs-20081020cvs/lisp'
`/bin/pwd`/temacs --batch --load loadup bootstrap
Loading loadup.el (source)...
Using load-path (/tmp/emacs-20081020cvs/lisp /tmp/emacs-20081020cvs/lisp/emacs-lisp /tmp/emacs-20081020cvs/lisp/language /tmp/emacs-20081020cvs/lisp/international /tmp/emacs-20081020cvs/lisp/textmodes)
Loading emacs-lisp/byte-run (source)...
Loading emacs-lisp/backquote (source)...
Loading subr (source)...
Symbol's function definition is void: unless
make[2]: *** [bootstrap-emacs] Error 255
make[2]: Leaving directory `/tmp/emacs-20081020cvs/src'
make[1]: *** [src] Error 2
make[1]: Leaving directory `/tmp/emacs-20081020cvs'
make: *** [bootstrap] Error 2




Regards






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

* bug#1211: Compilation fails on latest cvs
  2008-10-20 16:36       ` Marco Pessotto
@ 2008-10-20 18:28         ` Stefan Monnier
  2008-10-20 23:39           ` Eli Zaretskii
  2008-10-20 19:04         ` Eli Zaretskii
  1 sibling, 1 reply; 12+ messages in thread
From: Stefan Monnier @ 2008-10-20 18:28 UTC (permalink / raw)
  To: Marco Pessotto; +Cc: 1211, bug-gnu-emacs

>> Sorry, my bad.  I think I fixed this now, please try again.
> Sorry, still fails, but with a different error
> Same configure as the original post. 

It's probably better to leave apply-partially in some other file than
subr.el, for bootstrap reasons.  E.g. you can move it back to where it
was before, and just add a comment explaining why it's not in subr.el.


        Stefan






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

* bug#1211: Compilation fails on latest cvs
  2008-10-20 16:36       ` Marco Pessotto
  2008-10-20 18:28         ` Stefan Monnier
@ 2008-10-20 19:04         ` Eli Zaretskii
  2008-10-20 20:04           ` Marco Pessotto
  1 sibling, 1 reply; 12+ messages in thread
From: Eli Zaretskii @ 2008-10-20 19:04 UTC (permalink / raw)
  To: Marco Pessotto; +Cc: bug-gnu-emacs, 1211

> From: Marco Pessotto <melmothx@gmail.com>
> Cc: 1211@emacsbugs.donarmstrong.com,  bug-gnu-emacs@gnu.org
> Date: Mon, 20 Oct 2008 18:36:57 +0200
> 
> Sorry, still fails, but with a different error
> Same configure as the original post. 
> 
> make[3]: Entering directory `/tmp/emacs-20081020cvs/lisp'
> wd=/tmp/emacs-20081020cvs/lisp; subdirs=`(cd $wd; find . -type d -print)`; for file in $subdirs; do case $file in */Old | */RCS | */CVS | */CVS/* | */.* | */.*/* | */=* ) ;; *) wins="$wins $wd/$file" ;; esac; done; \
>         for file in $wins; do \
>            /tmp/emacs-20081020cvs/lisp/../update-subdirs $file; \
>         done;
> make[3]: Leaving directory `/tmp/emacs-20081020cvs/lisp'
> `/bin/pwd`/temacs --batch --load loadup bootstrap
> Loading loadup.el (source)...
> Using load-path (/tmp/emacs-20081020cvs/lisp /tmp/emacs-20081020cvs/lisp/emacs-lisp /tmp/emacs-20081020cvs/lisp/language /tmp/emacs-20081020cvs/lisp/international /tmp/emacs-20081020cvs/lisp/textmodes)
> Loading emacs-lisp/byte-run (source)...
> Loading emacs-lisp/backquote (source)...
> Loading subr (source)...
> Symbol's function definition is void: unless
> make[2]: *** [bootstrap-emacs] Error 255
> make[2]: Leaving directory `/tmp/emacs-20081020cvs/src'
> make[1]: *** [src] Error 2
> make[1]: Leaving directory `/tmp/emacs-20081020cvs'
> make: *** [bootstrap] Error 2

How about now?







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

* bug#1211: Compilation fails on latest cvs
  2008-10-20 19:04         ` Eli Zaretskii
@ 2008-10-20 20:04           ` Marco Pessotto
  2008-10-20 23:40             ` Eli Zaretskii
  0 siblings, 1 reply; 12+ messages in thread
From: Marco Pessotto @ 2008-10-20 20:04 UTC (permalink / raw)
  To: Eli Zaretskii; +Cc: bug-gnu-emacs, 1211

Eli Zaretskii <eliz@gnu.org> writes:

>> From: Marco Pessotto <melmothx@gmail.com>
>> Cc: 1211@emacsbugs.donarmstrong.com,  bug-gnu-emacs@gnu.org
>> Date: Mon, 20 Oct 2008 18:36:57 +0200
>> 
>> Sorry, still fails, but with a different error
>> Same configure as the original post. 
>> 
>> make[3]: Entering directory `/tmp/emacs-20081020cvs/lisp'
>> wd=/tmp/emacs-20081020cvs/lisp; subdirs=`(cd $wd; find . -type d -print)`; for file in $subdirs; do case $file in */Old | */RCS | */CVS | */CVS/* | */.* | */.*/* | */=* ) ;; *) wins="$wins $wd/$file" ;; esac; done; \
>>         for file in $wins; do \
>>            /tmp/emacs-20081020cvs/lisp/../update-subdirs $file; \
>>         done;
>> make[3]: Leaving directory `/tmp/emacs-20081020cvs/lisp'
>> `/bin/pwd`/temacs --batch --load loadup bootstrap
>> Loading loadup.el (source)...
>> Using load-path (/tmp/emacs-20081020cvs/lisp /tmp/emacs-20081020cvs/lisp/emacs-lisp /tmp/emacs-20081020cvs/lisp/language /tmp/emacs-20081020cvs/lisp/international /tmp/emacs-20081020cvs/lisp/textmodes)
>> Loading emacs-lisp/byte-run (source)...
>> Loading emacs-lisp/backquote (source)...
>> Loading subr (source)...
>> Symbol's function definition is void: unless
>> make[2]: *** [bootstrap-emacs] Error 255
>> make[2]: Leaving directory `/tmp/emacs-20081020cvs/src'
>> make[1]: *** [src] Error 2
>> make[1]: Leaving directory `/tmp/emacs-20081020cvs'
>> make: *** [bootstrap] Error 2
>
> How about now?

*Maybe* you should revert the patch applied yesterday
http://lists.gnu.org/archive/html/emacs-commit/2008-10/msg00486.html

I'm sure yesterday the make bootstrap worked.








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

* bug#1211: Compilation fails on latest cvs
  2008-10-20 18:28         ` Stefan Monnier
@ 2008-10-20 23:39           ` Eli Zaretskii
  2008-10-21  1:11             ` Stefan Monnier
  0 siblings, 1 reply; 12+ messages in thread
From: Eli Zaretskii @ 2008-10-20 23:39 UTC (permalink / raw)
  To: Stefan Monnier; +Cc: bug-gnu-emacs, 1211

> From: Stefan Monnier <monnier@iro.umontreal.ca>
> Cc: 1211@emacsbugs.donarmstrong.com,  Eli Zaretskii <eliz@gnu.org>,  bug-gnu-emacs@gnu.org
> Date: Mon, 20 Oct 2008 14:28:33 -0400
> 
> >> Sorry, my bad.  I think I fixed this now, please try again.
> > Sorry, still fails, but with a different error
> > Same configure as the original post. 
> 
> It's probably better to leave apply-partially in some other file than
> subr.el, for bootstrap reasons.

I moved it to simple.el instead.






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

* bug#1211: Compilation fails on latest cvs
  2008-10-20 20:04           ` Marco Pessotto
@ 2008-10-20 23:40             ` Eli Zaretskii
  0 siblings, 0 replies; 12+ messages in thread
From: Eli Zaretskii @ 2008-10-20 23:40 UTC (permalink / raw)
  To: 1211-done, bug-gnu-emacs

Fixed by moving apply-partially to simple.el.

Tested by bootstrapping both on Windows and on GNU/Linux (the latter
included one bootstrap with -j4 and one without -j).







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

* bug#1211: marked as done (Compilation fails on latest cvs)
  2008-10-20 14:08 bug#1211: Compilation fails on latest cvs Marco Pessotto
  2008-10-20 15:00 ` Eli Zaretskii
@ 2008-10-20 23:50 ` Emacs bug Tracking System
  1 sibling, 0 replies; 12+ messages in thread
From: Emacs bug Tracking System @ 2008-10-20 23:50 UTC (permalink / raw)
  To: Eli Zaretskii

[-- Attachment #1: Type: text/plain, Size: 829 bytes --]


Your message dated Tue, 21 Oct 2008 01:40:43 +0200
with message-id <u3aiqj0n8.fsf@gnu.org>
and subject line Re: bug#1211: Compilation fails on latest cvs
has caused the Emacs bug report #1211,
regarding Compilation fails on latest cvs
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact don@donarmstrong.com
immediately.)


-- 
1211: http://emacsbugs.donarmstrong.com/cgi-bin/bugreport.cgi?bug=1211
Emacs Bug Tracking System
Contact don@donarmstrong.com with problems

[-- Attachment #2: Type: message/rfc822, Size: 6426 bytes --]

From: Marco Pessotto <melmothx@gmail.com>
To: gnu-emacs-bug@moderators.isc.org
Subject: Compilation fails on latest cvs
Date: Mon, 20 Oct 2008 16:08:27 +0200
Message-ID: <87d4hve4v8.fsf@gmail.com>


Compilation fails on the latest cvs

CFLAGS='-O2 -march=i486 -mtune=i686'
CXXFLAGS='-O2 -march=i486 -mtune=i686'
./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var --program-prefix= --program-suffix= --mandir=/usr/man --infodir=/usr/info --enable-static=no --enable-shared=yes --with-x-toolkit=gtk


  Where should the build process find the source code?    /tmp/emacs-20081020cvs
  What operating system and machine description files should Emacs use?
        `s/gnu-linux.h' and `m/intel386.h'
  What compiler should emacs be built with?               gcc -O2 -march=i486 -mtune=i686
  Should Emacs use the GNU version of malloc?             yes
      (Using Doug Lea's new malloc from the GNU C Library.)
  Should Emacs use a relocating allocator for buffers?    yes
  Should Emacs use mmap(2) for buffer allocation?         no
  What window system should Emacs use?                    x11
  What toolkit should Emacs use?                          GTK
  Where do we find X Windows header files?                Standard dirs
  Where do we find X Windows libraries?                   Standard dirs
  Does Emacs use -lXaw3d?                                 no
  Does Emacs use -lXpm?                                   yes
  Does Emacs use -ljpeg?                                  yes
  Does Emacs use -ltiff?                                  yes
  Does Emacs use a gif library?                           yes -lgif
  Does Emacs use -lpng?                                   yes
  Does Emacs use -lrsvg-2?                                yes
  Does Emacs use -lgpm?                                   yes
  Does Emacs use -ldbus?                                  yes
  Does Emacs use -lfreetype?                              yes
  Does Emacs use -lm17n-flt?                              yes
  Does Emacs use -lotf?                                   yes
  Does Emacs use -lxft?                                   yes
  Does Emacs use toolkit scroll bars?                     yes



make[3]: Entering directory `/tmp/emacs-20081020cvs/lisp'
wd=/tmp/emacs-20081020cvs/lisp; subdirs=`(cd $wd; find . -type d -print)`; for file in $subdirs; do case $file in */Old | */RCS | */CVS | */CVS/* | */.* | */.*/* | */=* ) ;; *) wins="$wins $wd/$file" ;; esac; done; \
        for file in $wins; do \
           /tmp/emacs-20081020cvs/lisp/../update-subdirs $file; \
        done;
make[3]: Leaving directory `/tmp/emacs-20081020cvs/lisp'
`/bin/pwd`/temacs --batch --load loadup bootstrap
Loading loadup.el (source)...
Using load-path (/tmp/emacs-20081020cvs/lisp /tmp/emacs-20081020cvs/lisp/emacs-lisp /tmp/emacs-20081020cvs/lisp/language /tmp/emacs-20081020cvs/lisp/international /tmp/emacs-20081020cvs/lisp/textmodes)
Loading emacs-lisp/byte-run (source)...
Loading emacs-lisp/backquote (source)...
Loading subr (source)...
Symbol's function definition is void: declare-function
make[2]: *** [bootstrap-emacs] Error 255
make[2]: Leaving directory `/tmp/emacs-20081020cvs/src'
make[1]: *** [src] Error 2
make[1]: Leaving directory `/tmp/emacs-20081020cvs'
make: *** [bootstrap] Error 2

Regards

Marco Pessotto




[-- Attachment #3: Type: message/rfc822, Size: 1509 bytes --]

From: Eli Zaretskii <eliz@gnu.org>
To: 1211-done@emacsbugs.donarmstrong.com, bug-gnu-emacs@gnu.org
Subject: Re: bug#1211: Compilation fails on latest cvs
Date: Tue, 21 Oct 2008 01:40:43 +0200
Message-ID: <u3aiqj0n8.fsf@gnu.org>

Fixed by moving apply-partially to simple.el.

Tested by bootstrapping both on Windows and on GNU/Linux (the latter
included one bootstrap with -j4 and one without -j).


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

* bug#1211: Compilation fails on latest cvs
  2008-10-20 23:39           ` Eli Zaretskii
@ 2008-10-21  1:11             ` Stefan Monnier
  0 siblings, 0 replies; 12+ messages in thread
From: Stefan Monnier @ 2008-10-21  1:11 UTC (permalink / raw)
  To: Eli Zaretskii; +Cc: bug-gnu-emacs, 1211

>> >> Sorry, my bad.  I think I fixed this now, please try again.
>> > Sorry, still fails, but with a different error
>> > Same configure as the original post. 
>> 
>> It's probably better to leave apply-partially in some other file than
>> subr.el, for bootstrap reasons.

> I moved it to simple.el instead.

Good, thanks,


        Stefan







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

end of thread, other threads:[~2008-10-21  1:11 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-10-20 14:08 bug#1211: Compilation fails on latest cvs Marco Pessotto
2008-10-20 15:00 ` Eli Zaretskii
2008-10-20 15:11   ` Marco Pessotto
2008-10-20 16:14     ` Eli Zaretskii
2008-10-20 16:36       ` Marco Pessotto
2008-10-20 18:28         ` Stefan Monnier
2008-10-20 23:39           ` Eli Zaretskii
2008-10-21  1:11             ` Stefan Monnier
2008-10-20 19:04         ` Eli Zaretskii
2008-10-20 20:04           ` Marco Pessotto
2008-10-20 23:40             ` Eli Zaretskii
2008-10-20 23:50 ` bug#1211: marked as done (Compilation fails on latest cvs) Emacs bug Tracking System

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).