GNU bug report logs -
#4905
Bzr head doesn't compile
Previous Next
To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 4905 in the body.
You can then email your comments to 4905 AT debbugs.gnu.org in the normal way.
Toggle the display of automated, internal messages from the tracker.
Report forwarded
to
bug-submit-list <at> lists.donarmstrong.com, Emacs Bugs <bug-gnu-emacs <at> gnu.org>
:
bug#4905
; Package
emacs
.
(Wed, 11 Nov 2009 07:30:04 GMT)
Full text and
rfc822 format available.
Acknowledgement sent
to
Torsten Bronger <bronger <at> physik.rwth-aachen.de>
:
New bug report received and forwarded. Copy sent to
Emacs Bugs <bug-gnu-emacs <at> gnu.org>
.
(Wed, 11 Nov 2009 07:30:04 GMT)
Full text and
rfc822 format available.
Message #5 received at submit <at> emacsbugs.donarmstrong.com (full text, mbox):
Hallöchen!
I pulled from http://bzr.notengoamigos.org/emacs/trunk/ and called
"configure" "make bootstrap", however it says
make[2]: *** Keine Regel vorhanden, um das Target »/home/bronger/temp/emacs-cvs/emacs/lisp/obsolete/levents.elc«,
benötigt von »compile-main«, zu erstellen. Schluss.
["No rule for making target .../levents.elc, needed by
compile-main"]
The bzr revno is 96885. I assume that the bzr branch is not
official, so the latest entries in the log are
96885: dann 2009-11-11 * net/eudc.el (eudc-tools-menu):
96884: dann 2009-11-11 * subr.el (menu-bar-separator): New defconst.
Tschö,
Torsten.
--
Torsten Bronger, aquisgrana, europa vetus
Jabber ID: torsten.bronger <at> jabber.rwth-aachen.de
or http://bronger-jmp.appspot.com
Information forwarded
to
bug-submit-list <at> lists.donarmstrong.com, Emacs Bugs <bug-gnu-emacs <at> gnu.org>
:
bug#4905
; Package
emacs
.
(Wed, 11 Nov 2009 14:30:05 GMT)
Full text and
rfc822 format available.
Acknowledgement sent
to
Torsten Bronger <bronger <at> physik.rwth-aachen.de>
:
Extra info received and forwarded to list. Copy sent to
Emacs Bugs <bug-gnu-emacs <at> gnu.org>
.
(Wed, 11 Nov 2009 14:30:06 GMT)
Full text and
rfc822 format available.
Message #10 received at submit <at> emacsbugs.donarmstrong.com (full text, mbox):
Hallöchen!
Torsten Bronger writes:
> I pulled from http://bzr.notengoamigos.org/emacs/trunk/ and called
> "configure" "make bootstrap", however it says
>
> make[2]: *** Keine Regel vorhanden, um das Target
> »/home/bronger/temp/emacs-cvs/emacs/lisp/obsolete/levents.elc«,
> benötigt von »compile-main«, zu erstellen. Schluss.
>
> ["No rule for making target .../levents.elc, needed by
> compile-main"]
This makes it at least compile:
=== modified file 'lisp/Makefile.in'
*** lisp/Makefile.in 2009-11-11 13:30:38 +0000
--- lisp/Makefile.in 2009-11-11 14:09:44 +0000
***************
*** 1072,1079 ****
$(lisp)/obsolete/iso-insert.elc \
$(lisp)/obsolete/iso-swed.elc \
$(lisp)/obsolete/lazy-lock.elc \
- $(lisp)/obsolete/levents.elc \
- $(lisp)/obsolete/lucid.elc \
$(lisp)/obsolete/old-whitespace.elc \
$(lisp)/obsolete/options.elc \
$(lisp)/obsolete/resume.elc \
--- 1072,1077 ----
Any idea why is this?
Tschö,
Torsten.
--
Torsten Bronger, aquisgrana, europa vetus
Jabber ID: torsten.bronger <at> jabber.rwth-aachen.de
or http://bronger-jmp.appspot.com
Information forwarded
to
bug-submit-list <at> lists.donarmstrong.com, Emacs Bugs <bug-gnu-emacs <at> gnu.org>
:
bug#4905
; Package
emacs
.
(Wed, 11 Nov 2009 14:30:08 GMT)
Full text and
rfc822 format available.
Acknowledgement sent
to
Torsten Bronger <bronger <at> physik.rwth-aachen.de>
:
Extra info received and forwarded to list. Copy sent to
Emacs Bugs <bug-gnu-emacs <at> gnu.org>
.
(Wed, 11 Nov 2009 14:30:09 GMT)
Full text and
rfc822 format available.
Information forwarded
to
bug-submit-list <at> lists.donarmstrong.com, Emacs Bugs <bug-gnu-emacs <at> gnu.org>
:
bug#4905
; Package
emacs
.
(Thu, 12 Nov 2009 07:30:24 GMT)
Full text and
rfc822 format available.
Message #18 received at 4905 <at> emacsbugs.donarmstrong.com (full text, mbox):
Torsten Bronger wrote:
> Any idea why is this?
If you don't have files lisp/obsolete/levents.el and lucid.el, then
either your checkout or the bzr repository is broken.
I suggest either using the official CVS repository, which builds fine,
or reporting it to the creator of the bzr repo. (The bzr repo may be
in flux at the moment, I don't know.
http://lists.gnu.org/archive/html/emacs-devel/2009-11/msg00314.html )
bug reassigned from package 'emacs' to 'notemacs'.
Request was from
Glenn Morris <rgm <at> gnu.org>
to
control <at> emacsbugs.donarmstrong.com
.
(Thu, 12 Nov 2009 07:30:48 GMT)
Full text and
rfc822 format available.
Information forwarded
to
bug-submit-list <at> lists.donarmstrong.com, owner <at> emacsbugs.donarmstrong.com
:
bug#4905
; Package
notemacs
.
(Sat, 14 Nov 2009 11:55:05 GMT)
Full text and
rfc822 format available.
Acknowledgement sent
to
Torsten Bronger <bronger <at> physik.rwth-aachen.de>
:
Extra info received and forwarded to list. Copy sent to
owner <at> emacsbugs.donarmstrong.com
.
(Sat, 14 Nov 2009 11:55:07 GMT)
Full text and
rfc822 format available.
Message #25 received at submit <at> emacsbugs.donarmstrong.com (full text, mbox):
Hallöchen!
Glenn Morris writes:
> Torsten Bronger wrote:
>
>> Any idea why is this?
>
> If you don't have files lisp/obsolete/levents.el and lucid.el,
> then either your checkout or the bzr repository is broken.
Yes, this must be the reason. I thought that the bzr repo was a 1:1
copy of the CVS. Apparently, this is not the case, so please close
this.
Tschö,
Torsten.
--
Torsten Bronger, aquisgrana, europa vetus
Jabber ID: torsten.bronger <at> jabber.rwth-aachen.de
or http://bronger-jmp.appspot.com
bug closed, send any further explanations to
4905 <at> debbugs.gnu.org and Torsten Bronger <bronger <at> physik.rwth-aachen.de>
Request was from
Glenn Morris <rgm <at> gnu.org>
to
control <at> debbugs.gnu.org
.
(Sat, 26 Feb 2011 21:58:02 GMT)
Full text and
rfc822 format available.
bug archived.
Request was from
Debbugs Internal Request <help-debbugs <at> gnu.org>
to
internal_control <at> debbugs.gnu.org
.
(Sun, 27 Mar 2011 11:24:04 GMT)
Full text and
rfc822 format available.
This bug report was last modified 14 years and 89 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.