all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* Build failure of the latest arch version
@ 2007-09-26 20:05 Manoj Srivastava
  2007-09-26 20:22 ` Dan Nicolaescu
  0 siblings, 1 reply; 3+ messages in thread
From: Manoj Srivastava @ 2007-09-26 20:05 UTC (permalink / raw)
  To: emacs-devel

Hi,

        I checked out the latest arch revision today, and tried to build
 it, and I get this failure:
--8<---------------cut here---------------start------------->8---
make[2]: Leaving directory `/usr/local/src/arch/others/emacs/build/src'
(cd lisp; make -w bootstrap EMACS=../src/bootstrap-emacs)
make[2]: Entering directory `/usr/local/src/arch/others/emacs/build/lisp'
wd=/usr/local/src/arch/others/emacs/myemacs--devel--23.0/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 \
           /usr/local/src/arch/others/emacs/myemacs--devel--23.0/lisp/../update-subdirs $file; \
        done;
wd=/usr/local/src/arch/others/emacs/myemacs--devel--23.0/lisp; subdirs=`(cd $wd; find . -type d -print)`; for file in $subdirs; do case $file in */Old | */RCS | */CVS | */CVS/* | */.* | */.*/* | */=* | */obsolete | */term ) ;; *) wins="$wins $wd/$file" ;; esac; done; \
        echo Directories: $wins; \
        EMACSLOADPATH=/usr/local/src/arch/others/emacs/myemacs--devel--23.0/lisp ../src/bootstrap-emacs -batch --no-site-file --multibyte -l autoload --eval '(setq generated-autoload-file "/usr/local/src/arch/others/emacs/myemacs--devel--23.0/lisp/loaddefs.el")' -f batch-update-autoloads $wins
Directories: /usr/local/src/arch/others/emacs/myemacs--devel--23.0/lisp/. /usr/local/src/arch/others/emacs/myemacs--devel--23.0/lisp/./calc /usr/local/src/arch/others/emacs/myemacs--devel--23.0/lisp/./mail /usr/local/src/arch/others/emacs/myemacs--devel--23.0/lisp/./url /usr/local/src/arch/others/emacs/myemacs--devel--23.0/lisp/./language /usr/local/src/arch/others/emacs/myemacs--devel--23.0/lisp/./progmodes /usr/local/src/arch/others/emacs/myemacs--devel--23.0/lisp/./textmodes /usr/local/src/arch/others/emacs/myemacs--devel--23.0/lisp/./mh-e /usr/local/src/arch/others/emacs/myemacs--devel--23.0/lisp/./eshell /usr/local/src/arch/others/emacs/myemacs--devel--23.0/lisp/./international /usr/local/src/arch/others/emacs/myemacs--devel--23.0/lisp/./calendar /usr/local/src/arch/others/emacs/myemacs--devel--23.0/lisp/./net /usr/local/src/arch/others/emacs/myemacs--devel--23.0/lisp/./emulation /usr/local/src/arch/others/emacs/myemacs--devel--23.0/lisp/./emacs-lisp /usr/local/src/arch/others/emacs/myemacs--devel--23.0/lisp/./gnus /usr/local/src/arch/others/emacs/myemacs--devel--23.0/lisp/./erc /usr/local/src/arch/others/emacs/myemacs--devel--23.0/lisp/./play
Symbol's function definition is void: terminal-id
make[2]: *** [autoloads] Error 255
make[2]: Leaving directory `/usr/local/src/arch/others/emacs/build/lisp'
make[1]: *** [bootstrap-build] Error 2
make[1]: Leaving directory `/usr/local/src/arch/others/emacs/build'
make: *** [bootfast] Error 2
--8<---------------cut here---------------end--------------->8---

        manoj
-- 
"Tell the truth and run." Yugoslav proverb
Manoj Srivastava <srivasta@acm.org> <http://www.golden-gryphon.com/>
1024D/BF24424C print 4966 F272 D093 B493 410B  924B 21BA DABB BF24 424C

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

* Re: Build failure of the latest arch version
  2007-09-26 20:05 Build failure of the latest arch version Manoj Srivastava
@ 2007-09-26 20:22 ` Dan Nicolaescu
  2007-09-27  6:40   ` Manoj Srivastava
  0 siblings, 1 reply; 3+ messages in thread
From: Dan Nicolaescu @ 2007-09-26 20:22 UTC (permalink / raw)
  To: emacs-devel

Manoj Srivastava <srivasta@ieee.org> writes:

  > Hi,
  > 
  >         I checked out the latest arch revision today, and tried to build
  >  it, and I get this failure:
  > --8<---------------cut here---------------start------------->8---
  > make[2]: Leaving directory `/usr/local/src/arch/others/emacs/build/src'
  > (cd lisp; make -w bootstrap EMACS=../src/bootstrap-emacs)
  > make[2]: Entering directory `/usr/local/src/arch/others/emacs/build/lisp'
  > wd=/usr/local/src/arch/others/emacs/myemacs--devel--23.0/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 \
  >            /usr/local/src/arch/others/emacs/myemacs--devel--23.0/lisp/../update-subdirs $file; \
  >         done;
  > wd=/usr/local/src/arch/others/emacs/myemacs--devel--23.0/lisp; subdirs=`(cd $wd; find . -type d -print)`; for file in $subdirs; do case $file in */Old | */RCS | */CVS | */CVS/* | */.* | */.*/* | */=* | */obsolete | */term ) ;; *) wins="$wins $wd/$file" ;; esac; done; \
  >         echo Directories: $wins; \
  >         EMACSLOADPATH=/usr/local/src/arch/others/emacs/myemacs--devel--23.0/lisp ../src/bootstrap-emacs -batch --no-site-file --multibyte -l autoload --eval '(setq generated-autoload-file "/usr/local/src/arch/others/emacs/myemacs--devel--23.0/lisp/loaddefs.el")' -f batch-update-autoloads $wins
  > Directories: /usr/local/src/arch/others/emacs/myemacs--devel--23.0/lisp/. /usr/local/src/arch/others/emacs/myemacs--devel--23.0/lisp/./calc /usr/local/src/arch/others/emacs/myemacs--devel--23.0/lisp/./mail /usr/local/src/arch/others/emacs/myemacs--devel--23.0/lisp/./url /usr/local/src/arch/others/emacs/myemacs--devel--23.0/lisp/./language /usr/local/src/arch/others/emacs/myemacs--devel--23.0/lisp/./progmodes /usr/local/src/arch/others/emacs/myemacs--devel--23.0/lisp/./textmodes /usr/local/src/arch/others/emacs/myemacs--devel--23.0/lisp/./mh-e /usr/local/src/arch/others/emacs/myemacs--devel--23.0/lisp/./eshell /usr/local/src/arch/others/emacs/myemacs--devel--23.0/lisp/./international /usr/local/src/arch/others/emacs/myemacs--devel--23.0/lisp/./calendar /usr/local/src/arch/others/emacs/myemacs--devel--23.0/lisp/./net /usr/local/src/arch/others/emacs/myemacs--devel--23.0/lisp/./emulation /usr/local/src/arch/others/emacs/myemacs--devel--23.0/lisp/./emacs-lisp /usr/local/src/arch/others/emacs/myemacs--devel--23.0/lisp/./gnus /usr/local/src/arch/others/emacs/myemacs--devel--23.0/lisp/./erc /usr/local/src/arch/others/emacs/myemacs--devel--23.0/lisp/./play
  > Symbol's function definition is void: terminal-id

terminal-id does not exist anymore. Is the arch archive in sync with
CVS trunk? 

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

* Re: Build failure of the latest arch version
  2007-09-26 20:22 ` Dan Nicolaescu
@ 2007-09-27  6:40   ` Manoj Srivastava
  0 siblings, 0 replies; 3+ messages in thread
From: Manoj Srivastava @ 2007-09-27  6:40 UTC (permalink / raw)
  To: emacs-devel

On Wed, 26 Sep 2007 13:22:29 -0700, Dan Nicolaescu <dann@ics.uci.edu> said: 

> Manoj Srivastava <srivasta@ieee.org> writes:
>> Hi,
>> 
>> I checked out the latest arch revision today, and tried to build it,
>> and I get this failure:

> terminal-id does not exist anymore. Is the arch archive in sync with
> CVS trunk?

        It might not be. I think miles is having connectivity issues.
 For the record, the build failure was from the arch version:
   emacs@sv.gnu.org/emacs--devo--0--patch-872
    2007-09-25 22:01:38 GMT      Miles Bader <miles@gnu.org>
    Update from CVS

        I'll just wait for the next sync.

        manoj
-- 
You will be audited by the Internal Revenue Service.
Manoj Srivastava <srivasta@acm.org> <http://www.golden-gryphon.com/>
1024D/BF24424C print 4966 F272 D093 B493 410B  924B 21BA DABB BF24 424C

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

end of thread, other threads:[~2007-09-27  6:40 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-09-26 20:05 Build failure of the latest arch version Manoj Srivastava
2007-09-26 20:22 ` Dan Nicolaescu
2007-09-27  6:40   ` Manoj Srivastava

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.