Hi
I did a fresh CVS checkout, same result.
So somehow "xemacs -batch --no-site-file -l grammar-make-script -f semantic-
grammar- batch-build-packages c.by make.by scheme.by erlang.by" exits with
return code 1. The "Symbol's function definition is void: nil", apparently
once for each .by file, look suspicious to me. I just don't know how to find
out where they come from (grepping for "nil" is not really helpful in this
case;). Can I somehow generate a backtrace for the error?
Michael
On Tuesday 14 July 2009 14:37:53 Eric M. Ludlam wrote:
> Hi,
>
> I tried rebuilding my CEDET from scratch, and did not reproduce this.
> Try a make clean-all, then building again. If you were building from
> scratch, I am not certain what the problem might be. In the past, I've
> heard from people for whom CVS only pulled 1/2 a file in some cases.
> Perhaps you have the same problem?
>
> Eric
>
> On Tue, 2009-07-14 at 02:20 +0200, Michael Reiher wrote:
> > Hi
> >
> > I just updated Cedet CVS, but can't get it to compile... after doing a
> > clean- all I get [1]. I tried removing the erlang stuff, but then i get
> > [2] (again after a clean-all). Any hints?
> >
> > I'm using XEmacs 21.4.21.
> >
> > Greets Michael
> >
> >
> > [1]
> >
> > make[2]: Entering directory `/home/michael/Scripts/site-lisp/cedet-
> > cvs/semantic/bovine'
> > "xemacs" -batch --no-site-file -l grammar-make-script -f
> > semantic-grammar- batch-build-packages c.by make.by scheme.by erlang.by
> > Loading /usr/share/emacs/site-lisp/debian-startup...
> > Loading 00debian...
> > Loading site-start...
> > Loading 00debian-vars...
> > No /etc/mailname. Reverting to default...
> > Loading 50cmake...
> > Loading 50dictionaries-common...
> > Loading debian-ispell...
> > Loading /var/cache/dictionaries-common/emacsen-ispell-default.el...
> > Loading /var/cache/dictionaries-common/emacsen-ispell-dicts.el...
> > Loading 50psvn...
> > Compiling Grammars from: /home/michael/Scripts/site-lisp/cedet-
> > cvs/semantic/semantic-grammar.elc
> > Compiling Grammars from: /home/michael/Scripts/site-lisp/cedet-
> > cvs/semantic/semantic-grammar.elc
> > Symbol's function definition is void: nil
> > Symbol's function definition is void: nil
> > Wrote
> > /home/michael/Scripts/site-lisp/cedet-cvs/semantic/bovine/semantic-make-
> > by.el
> > Compiling
> > /home/michael/Scripts/site-lisp/cedet-cvs/semantic/bovine/semantic-
> > make-by.el...
> > Wrote
> > /home/michael/Scripts/site-lisp/cedet-cvs/semantic/bovine/semantic-make-
> > by.elc
> > Wrote
> > /home/michael/Scripts/site-lisp/cedet-cvs/semantic/bovine/semantic-make-
> > by.elc
> > Symbol's function definition is void: nil
> > Symbol's function definition is void: nil
> > Wrote /home/michael/Scripts/site-lisp/cedet-cvs/semantic/bovine/semantic-
> > erlang-by.el
> > Compiling
> > /home/michael/Scripts/site-lisp/cedet-cvs/semantic/bovine/semantic-
> > erlang-by.el...
> > While compiling toplevel forms in file
> > /home/michael/Scripts/site-lisp/cedet-
> > cvs/semantic/bovine/semantic-erlang-by.el:
> > ** reference to free variable module-attr-name
> > ** reference to free variable import-name-list
> > ** reference to free variable function-name-list
> > ** reference to free variable record-def
> > ** reference to free variable record-field-decl
> > ** reference to free variable clause-pattern-list
> > ** reference to free variable macro-def-list
> > ** reference to free variable include-file-name
> > While compiling the end of the data:
> > ** The following functions are not known to be defined: EXPAND,
> > EXPANDFULL
> > Wrote /home/michael/Scripts/site-lisp/cedet-cvs/semantic/bovine/semantic-
> > erlang-by.elc
> > make[2]: *** [by] Error 1
> > make[2]: Leaving directory `/home/michael/Scripts/site-lisp/cedet-
> > cvs/semantic/bovine'
> > make[1]: *** [bovinator] Error 2
> > make[1]: Leaving directory `/home/michael/Scripts/site-lisp/cedet-
> > cvs/semantic'
> > make: *** [semantic] Error 2
> >
> >
> >
> > [2]
> >
> > make[2]: Entering directory `/home/michael/Scripts/site-lisp/cedet-
> > cvs/semantic/bovine'
> > "xemacs" -batch --no-site-file -l grammar-make-script -f
> > semantic-grammar- batch-build-packages c.by make.by scheme.by
> > Loading /usr/share/emacs/site-lisp/debian-startup...
> > Loading 00debian...
> > Loading site-start...
> > Loading 00debian-vars...
> > No /etc/mailname. Reverting to default...
> > Loading 50cmake...
> > Loading 50dictionaries-common...
> > Loading debian-ispell...
> > Loading /var/cache/dictionaries-common/emacsen-ispell-default.el...
> > Loading /var/cache/dictionaries-common/emacsen-ispell-dicts.el...
> > Loading 50psvn...
> > Compiling Grammars from: /home/michael/Scripts/site-lisp/cedet-
> > cvs/semantic/semantic-grammar.elc
> > Compiling Grammars from: /home/michael/Scripts/site-lisp/cedet-
> > cvs/semantic/semantic-grammar.elc
> > Symbol's function definition is void: nil
> > Symbol's function definition is void: nil
> > Wrote
> > /home/michael/Scripts/site-lisp/cedet-cvs/semantic/bovine/semantic-make-
> > by.el
> > Compiling
> > /home/michael/Scripts/site-lisp/cedet-cvs/semantic/bovine/semantic-
> > make-by.el...
> > Wrote
> > /home/michael/Scripts/site-lisp/cedet-cvs/semantic/bovine/semantic-make-
> > by.elc
> > Wrote
> > /home/michael/Scripts/site-lisp/cedet-cvs/semantic/bovine/semantic-make-
> > by.elc
> > Symbol's function definition is void: nil
> > make[2]: *** [by] Error 1
> > make[2]: Leaving directory `/home/michael/Scripts/site-lisp/cedet-
> > cvs/semantic/bovine'
> > make[1]: *** [bovinator] Error 2
> > make[1]: Leaving directory `/home/michael/Scripts/site-lisp/cedet-
> > cvs/semantic'
> > make: *** [semantic] Error 2
> >
> >
> >
> > -------------------------------------------------------------------------
> >----- Enter the BlackBerry Developer Challenge
> > This is your chance to win up to $100,000 in prizes! For a limited time,
> > vendors submitting new applications to BlackBerry App World(TM) will have
> > the opportunity to enter the BlackBerry Developer Challenge. See full
> > prize details at: http://p.sf.net/sfu/Challenge
> > _______________________________________________
> > cedet-semantic mailing list
> > cedet-semantic@...
> > https://lists.sourceforge.net/lists/listinfo/cedet-semantic
>
> ---------------------------------------------------------------------------
>--- Enter the BlackBerry Developer Challenge
> This is your chance to win up to $100,000 in prizes! For a limited time,
> vendors submitting new applications to BlackBerry App World(TM) will have
> the opportunity to enter the BlackBerry Developer Challenge. See full prize
> details at: http://p.sf.net/sfu/Challenge
> _______________________________________________
> cedet-semantic mailing list
> cedet-semantic@...
> https://lists.sourceforge.net/lists/listinfo/cedet-semantic
|