Re: EDE Locate Dominating File branch merged to trunk

David Engster <[email protected]>
Newsgroups gmane.emacs.cedet
Message-ID <[email protected]>
Eric M. Ludlam writes:
> buildbot had a couple problems I was able to resolve but it is still 
> having a little trouble I'm not sure how to resolve.

First problem is that there is no .emacs.d/semanticdb directory in the
buildbot home, and Semantic was asking whether to create it. I now
created that directory, but am a little unsure whether that was
necessary before your changes. Didn't the tests ran with a disabled
persistent database?

The seconds problem is in the Automake test suite, where the
'elisp-comp' file changes on the file system while it is in an Emacs
buffer, and Emacs asks whether to "really edit" the file. The difference
between the buffer contents and the file on disk is this:

diff -c -L /tmp/CEDET_INTEG-23328Di/edeproj/elisp-comp -L \#\<buffer\ elisp-comp\> /tmp/CEDET_INTEG-23328Di/edeproj/elisp-comp /tmp/buffer-content-2332KAU
*** /tmp/CEDET_INTEG-23328Di/edeproj/elisp-comp
--- #<buffer elisp-comp>
***************
*** 77,82 ****
--- 77,84 ----
  (
    cd $tempdir
    echo "(setq load-path (cons nil load-path))" > script
+    echo "(setq load-path (cons \"../../../var/lib/buildbot/slaves/debian-stable/build-emacs24.3/build/lisp/eieio/\" load-path))" >> script
+    echo "(setq load-path (cons \"..\" load-path))" >> script
    $EMACS -batch -q -l script -f batch-byte-compile *.el || exit $?
    mv *.elc ..
  ) || exit $?

I've never seen this elisp-comp thing before, but I'm not familiar with
the automake tests.

-David

------------------------------------------------------------------------------
Slashdot TV.  
Video for Nerds.  Stuff that matters.
http://tv.slashdot.org/
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.