all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: "Robert J. Chassell" <bob@rattlesnake.com>
Cc: bob@rattlesnake.com
Subject: broken bootstrap build on 2004 Mar 18
Date: Thu, 18 Mar 2004 13:11:51 +0000 (UTC)	[thread overview]
Message-ID: <m1B3xJP-000UMvC@rattlesnake.com> (raw)

Originally, I thought this had to do with the new vc-arch.el file, but
deleting it has no effect.  A newly recreated loaddefs.el file has no
effect either.  I am stumped.

Using today's CVS snapshot, Thu, 2004 Mar 18  12:07 UTC

I was unable to build  GNU Emacs with this command

     (progn
       (cd "/usr/local/src/emacs/")
       (compile
        "./configure --with-type1 \
         --with-x-toolkit=gtk --with-pop \
         --prefix=/usr/local --with-sound=yes \
          && time make bootstrap"))


The configure proceeded without reported error, then after starting
the bootstrap, this appeared:

    Loading vc-cvs...
    Loading vc-arch...
    Wrong type argument: stringp, nil
    make[2]: *** [autoloads] Error 255
    make[2]: Leaving directory `/usr/local/src/emacs/lisp'
    make[1]: *** [bootstrap-prepare] Error 2
    make[1]: Leaving directory `/usr/local/src/emacs/lisp'
    make: *** [bootstrap] Error 2

    real	0m0.814s
    user	0m0.480s
    sys	0m0.250s

    Compilation exited abnormally with code 2 at Thu Mar 18 12:12:20

In case there was some problem with byte compiling (not that I
expected any), I byte compiled vc-arch.el manually, with no trouble.
A second `make bootstrap' failed again.

It looks to me that the bug is not in vc-arch.el directly.

As a third experiment, I removed vc-arch.el and vc-arch.elc and ran
another config && make bootstrap command (as shown in the Lisp
expression above).  That build failed, with the same error messages as
above.

As a fourth experiment, I also removed vc-cvs.el and vc-cvs.elc and
suffered the same problem.

In my fifth try, I updated loaddefs.el but that failed, too, with the
same error report.

For your info, I updated loaddefs.el with this defun and the following
expression:

(defun bobs-update-autoloads ()
  "Update autoloads in loaddefs.el; a hack."
  (interactive)
  (let ((directories '( "."
                        "calc"
                        "calendar"
                        "emacs-lisp"
                        "emulation"
                        "eshell"
                        "gnus"
                        ;; "international"
                        ;; "language"
                        "mail"
                        "mh-e"
                        "net"
                        "obsolete"
                        "play"
                        "progmodes"
                        "term"
                        "textmodes"
                        "toolbar")))
    (while directories
      (update-directory-autoloads
       (concat "/usr/local/src/emacs/lisp/" (car directories)))
      (setq directories (cdr directories)))))

  (bobs-update-autoloads)

[Because of problems with several files in the `lisp/international/'
and `lisp/language/' directories, I commented them out.  The reported
bug was

    (scan-error "Unbalanced parentheses" 8384 14043)
      scan-sexps(8384 1)]

 and referenced
      code-pages.el
      china-util.el
 and at least one other.]


As I said, when I tried the config && make bootstrap expression again,
it stopped with the same error report as before.

-- 
    Robert J. Chassell                         Rattlesnake Enterprises
    http://www.rattlesnake.com                  GnuPG Key ID: 004B4AC8
    http://www.teak.cc                             bob@rattlesnake.com

             reply	other threads:[~2004-03-18 13:11 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2004-03-18 13:11 Robert J. Chassell [this message]
2004-03-21 14:19 ` [SUCCESS] broken bootstrap build on 2004 Mar 18 Robert J. Chassell
2004-03-23  1:13   ` Kenichi Handa
2004-03-23 14:40     ` Robert J. Chassell
2004-03-23 15:12       ` Stefan Monnier
2004-03-23 17:44         ` Robert J. Chassell

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=m1B3xJP-000UMvC@rattlesnake.com \
    --to=bob@rattlesnake.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

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

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.