Make bootstrap fails because of missing cl-loaddefs.el

2007-07-30 Thread Tassilo Horn

Please write in English if possible, because the Emacs maintainers
usually do not have translators to read other languages for them.

Your bug report will be posted to the emacs-pretest-bug@gnu.org mailing list.

Please describe exactly what actions triggered the bug
and the precise symptoms of the bug:

Here's the compile output.

--8---cut here---start-8---
(cd lisp; make -w --jobserver-fds=3,4 - --jobserver-fds=3,4 -j
bootstrap-prepare)
make[2]: Entering directory
`/var/tmp/portage/app-editors/emacs-cvs-22.1.50/work/emacs/man'
cd /var/tmp/portage/app-editors/emacs-cvs-22.1.50/work/emacs/man;
makeinfo --force emacs.texi
cd /var/tmp/portage/app-editors/emacs-cvs-22.1.50/work/emacs/man;
makeinfo --force cc-mode.texi
make[2]: Entering directory
`/var/tmp/portage/app-editors/emacs-cvs-22.1.50/work/emacs/lisp'
if test -x ../src/emacs; then   \
  make -w --jobserver-fds=3,4 - --jobserver-fds=3,4 -
  --jobserver-fds=3,4 - --jobserver-fds=3,4 -j autoloads;
  \
else\
  cp
  
/var/tmp/portage/app-editors/emacs-cvs-22.1.50/work/emacs/lisp/ldefs-boot.el
  
/var/tmp/portage/app-editors/emacs-cvs-22.1.50/work/emacs/lisp/loaddefs.el;
  \
fi
chmod +w
/var/tmp/portage/app-editors/emacs-cvs-22.1.50/work/emacs/lisp/loaddefs.el
\
  
/var/tmp/portage/app-editors/emacs-cvs-22.1.50/work/emacs/lisp/ps-print.el
  \
  
/var/tmp/portage/app-editors/emacs-cvs-22.1.50/work/emacs/lisp/emacs-lisp/cl-loaddefs.el
chmod: cannot access
`/var/tmp/portage/app-editors/emacs-cvs-22.1.50/work/emacs/lisp/emacs-lisp/cl-loaddefs.el':
No such file or directory
make[2]: *** [bootstrap-prepare] Error 1
make[2]: Leaving directory
`/var/tmp/portage/app-editors/emacs-cvs-22.1.50/work/emacs/lisp'
make[1]: *** [bootstrap-build] Error 2
make[1]: *** Waiting for unfinished jobs
--8---cut here---end---8---

In GNU Emacs 22.1.50.1 (i686-pc-linux-gnu, GTK+ Version 2.10.14)
 of 2007-07-30 on baldur
configured using `configure  '--prefix=/usr' '--host=i686-pc-linux-gnu' 
'--mandir=/usr/share/man' '--infodir=/usr/share/info' '--datadir=/usr/share' 
'--sysconfdir=/etc' '--localstatedir=/var/lib' '--program-suffix=-emacs-22-cvs' 
'--infodir=/usr/share/info/emacs-22-cvs' '--without-carbon' '--with-sound' 
'--with-x' '--with-xpm' '--with-toolkit-scroll-bars' '--with-jpeg' 
'--with-tiff' '--with-gif' '--with-png' '--with-x-toolkit=gtk' 
'--without-hesiod' '--with-gpm' '--build=i686-pc-linux-gnu' 
'build_alias=i686-pc-linux-gnu' 'host_alias=i686-pc-linux-gnu' 
'CFLAGS=-march=i686 -mtune=prescott -O2 -pipe''

Important settings:
  value of $LC_ALL: en_US.UTF-8
  value of $LC_COLLATE: nil
  value of $LC_CTYPE: nil
  value of $LC_MESSAGES: nil
  value of $LC_MONETARY: nil
  value of $LC_NUMERIC: nil
  value of $LC_TIME: nil
  value of $LANG: en_US.UTF-8
  locale-coding-system: utf-8
  default-enable-multibyte-characters: t

Major mode: Group

Minor modes in effect:
  gnus-topic-mode: t
  gnus-undo-mode: t
  desktop-save-mode: t
  recentf-mode: t
  window-number-meta-mode: t
  window-number-mode: t
  savehist-mode: t
  exec-abbrev-cmd-mode: t
  show-paren-mode: t
  global-hl-line-mode: t
  encoded-kbd-mode: t
  menu-bar-mode: t
  file-name-shadow-mode: t
  global-font-lock-mode: t
  font-lock-mode: t
  unify-8859-on-encoding-mode: t
  utf-translate-cjk-mode: t
  auto-compression-mode: t
  column-number-mode: t
  line-number-mode: t
  transient-mark-mode: t

Recent input:
ESC x g n u s RET RET SPC RET RET RET RET RET RET RET 
RET RET RET RET RET RET RET RET RET RET c RET SPC c 
ESC x r e p o r TAB b u TAB RET

Recent messages:
20070730T090056.690 Opening nntp server on Uni...
20070730T090056.691 Opening nntp server on Uni...done
20070730T090056.715 Fetching headers for nntp+Uni:gnu.emacs.help...
20070730T090056.947 Fetching headers for nntp+Uni:gnu.emacs.help...done
20070730T090057.068 Scoring...
20070730T090057.077 Scoring...done
20070730T090057.078 Generating summary...
20070730T090057.078 Generating summary...done
20070730T090059.611 No more unread articles
Loading emacsbug...done


___
emacs-pretest-bug mailing list
emacs-pretest-bug@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-pretest-bug


Re: Emacs trunk needs to increase PURESIZE

2007-07-30 Thread Tassilo Horn
Katsumi Yamaoka [EMAIL PROTECTED] writes:

 The value of PURESIZE needs to be increased for at least the
 Fedora 7 system:

 [...]
 Dumping under names emacs and emacs-22.1.50.1
 emacs:0:Pure Lisp storage overflow (approx. 1120140 bytes needed)
 144 pure bytes used
 [...]

It's the same for my Gentoo GNU/Linux box.

Bye,
Tassilo



___
emacs-pretest-bug mailing list
emacs-pretest-bug@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-pretest-bug


Re: Emacs trunk needs to increase PURESIZE

2007-07-30 Thread Jan Djärv



Tassilo Horn skrev:

Katsumi Yamaoka [EMAIL PROTECTED] writes:


The value of PURESIZE needs to be increased for at least the
Fedora 7 system:

[...]
Dumping under names emacs and emacs-22.1.50.1
emacs:0:Pure Lisp storage overflow (approx. 1120140 bytes needed)
144 pure bytes used
[...]


It's the same for my Gentoo GNU/Linux box.



Ditto Fedora 7.

Jan D.


___
emacs-pretest-bug mailing list
emacs-pretest-bug@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-pretest-bug


Evaluating (global-set-key \C- 'ding) in emacs buffer leads to a error invalid modifier in string

2007-07-30 Thread Glauber Prado


Please write in English if possible, because the Emacs maintainers
usually do not have translators to read other languages for them.

Your bug report will be posted to the emacs-pretest-bug@gnu.org mailing 
list.


Please describe exactly what actions triggered the bug
and the precise symptoms of the bug:

the subject says it all, contact me for more info if needed be.

If Emacs crashed, and you have the Emacs process in the gdb debugger,
please include the output from the following gdb commands:
   `bt full' and `xbacktrace'.
If you would like to further debug the crash, please read the file
/usr/local/share/emacs/23.0.0/etc/DEBUG for instructions.


In GNU Emacs 23.0.0.1 (x86_64-unknown-linux-gnu, GTK+ Version 2.10.13)
of 2007-07-29 on gredesk
Windowing system distributor `The X.Org Foundation', version 11.0.1030
configured using `configure  '--with-gtk' '--enable-font-backend' 
'--with-xft' '--with-png' '--with-gif' '--with-jpeg' '--with-tiff' 
'--with-xpm' '--with-x''


Important settings:
 value of $LC_ALL: pt_BR.UTF-8
 value of $LC_COLLATE: nil
 value of $LC_CTYPE: nil
 value of $LC_MESSAGES: nil
 value of $LC_MONETARY: nil
 value of $LC_NUMERIC: nil
 value of $LC_TIME: nil
 value of $LANG: pt_BR.UTF-8
 value of $XMODIFIERS: nil
 locale-coding-system: utf-8-unix
 default-enable-multibyte-characters: t

Major mode: Emacs-Lisp

Minor modes in effect:
 lazy-lock-mode: t
 highlight-tail-mode: t
 display-time-mode: t
 erc-list-mode: t
 erc-menu-mode: t
 erc-autojoin-mode: t
 erc-ring-mode: t
 erc-pcomplete-mode: t
 erc-track-mode: t
 erc-track-minor-mode: t
 erc-match-mode: t
 erc-button-mode: t
 erc-fill-mode: t
 erc-stamp-mode: t
 erc-netsplit-mode: t
 minibuffer-indicate-depth-mode: t
 icicle-mode: t
 shell-dirtrack-mode: t
 erc-smiley-mode: t
 erc-irccontrols-mode: t
 erc-noncommands-mode: t
 erc-readonly-mode: t
 tooltip-mode: t
 tool-bar-mode: t
 mouse-wheel-mode: t
 menu-bar-mode: t
 file-name-shadow-mode: t
 global-font-lock-mode: t
 font-lock-mode: t
 blink-cursor-mode: t
 global-auto-composition-mode: t
 auto-composition-mode: t
 auto-compression-mode: t
 line-number-mode: t

Recent input:
C-x C-e q M-x r e p o r tab
b tab return



___
emacs-pretest-bug mailing list
emacs-pretest-bug@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-pretest-bug


Re: Evaluating (global-set-key \C- 'ding) in emacs buffer leads to a error invalid modifier in string

2007-07-30 Thread Stefan Monnier
 the subject says it all, contact me for more info if needed be.

I see no problem here: C- is not a character, so it can't be placed inside
a string.  Some control sequences are characters for historical reasons
(they correspond to ASCII chars 0-31), but most aren't.  I recommend to stay
away from strings and use arrays when specifying key sequences:

(global-set-key [?\C-] 'ding)
or
(global-set-key [(control )] 'ding)


-- Stefan


___
emacs-pretest-bug mailing list
emacs-pretest-bug@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-pretest-bug


Re: Emacs trunk needs to increase PURESIZE (was Re: [2007-07-24] Unicode2 -- Building Emacs overflowed pure space)

2007-07-30 Thread Richard Stallman
The following change solves it, however it seems to become
insufficient sooner or later.

Please add 1 to the value.


___
emacs-pretest-bug mailing list
emacs-pretest-bug@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-pretest-bug


Re: bootstrap fails due to missing cl-loaddefs.el

2007-07-30 Thread Glenn Morris
Michael Olson wrote:

 I removed it mistakenly, thinking that it was autogenerated by the build
 system. 

No problem. Looks like Miles already restored it in CVS too.


___
emacs-pretest-bug mailing list
emacs-pretest-bug@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-pretest-bug