bootstrap fails due to missing cl-loaddefs.el

View: New views
3 Messages — Rating Filter:   Alert me  

bootstrap fails due to missing cl-loaddefs.el

by Glenn Morris-3 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message


make bootstrap fails in a fresh cvs checkout of the trunk, due to
the absence of cl-loaddefs.el:

make[2]: Entering directory `/home/gmorris/foo/lisp'
if test -x ../src/emacs; then                           \
          make -w autoloads;                            \
        else                                                    \
          cp /home/gmorris/foo/lisp/ldefs-boot.el
          /home/gmorris/foo/lisp/loaddefs.el;           \
        fi
chmod +w /home/gmorris/foo/lisp/loaddefs.el             \
          /home/gmorris/foo/lisp/ps-print.el                    \
          /home/gmorris/foo/lisp/emacs-lisp/cl-loaddefs.el
chmod: cannot access `/home/gmorris/foo/lisp/emacs-lisp/cl-loaddefs.el': No such file or directory
make[2]: *** [bootstrap-prepare] Error 1


There is no ChangeLog entry for the deletion of this file from CVS,
just a log entry synced from arch:

  * lisp/emacs-lisp/cl-loaddefs.el: Don't track this.  It is autogenerated.

  Revision: emacs@.../emacs--devo--0--patch-833
  Creator:  Michael Olson <mwolson@...>


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

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

by Michael Olson-2 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Glenn Morris <rgm@...> writes:

> make bootstrap fails in a fresh cvs checkout of the trunk, due to
> the absence of cl-loaddefs.el:
>
> [snip]
>
> There is no ChangeLog entry for the deletion of this file from CVS,
> just a log entry synced from arch:
>
>   * lisp/emacs-lisp/cl-loaddefs.el: Don't track this.  It is autogenerated.

I removed it mistakenly, thinking that it was autogenerated by the build
system.  After a second look, it turns out that it was not
autogenerated.  I will not have access to the source tree until tomorrow
night due to being in a different location, so please reinstate the
file, if you could.  I will be more careful in the future about removing
files.  I've also asked Miles to restore it on the Arch side.

--
       Michael Olson -- FSF Associate Member #652     |
 http://mwolson.org/ -- Jabber: mwolson_at_hcoop.net  |  /` |\ | | |
            Sysadmin -- Hobbies: Lisp, GP2X, HCoop    | |_] | \| |_|
Projects: Emacs, Muse, ERC, EMMS, ErBot, DVC, Planner |


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

attachment0 (194 bytes) Download Attachment

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

by Glenn Morris-3 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

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@...
http://lists.gnu.org/mailman/listinfo/emacs-pretest-bug