VM

availability of 8.1.3?

Asked by Robert Huff

Hello:
        I have just been bitten by the Emacs 24.x+make-local-hook bug and - as far as I can tell - VM 8.1.3 is the only version which has a fix. (Is this true?)
        However, I can't seem to find a way to access the code, either by tarball or code checkout. How do I do this?

Question information

Language:
English Edit question
Status:
Solved
For:
VM Edit question
Assignee:
No assignee Edit question
Solved by:
Uday Reddy
Solved:
Last query:
Last reply:
Revision history for this message
Best Uday Reddy (reddyuday) said :
#1

Can you use the public version vm-8.2.0b? It won't have this problem.

Revision history for this message
Robert Huff (roberthuff) said :
#2

Hello:

 >Can you use the public version vm-8.2.0b? It won't have this problem.

     When I do this with Xemacs 21.4, this happens:

Root>> make install

/bin/mkdir -p "/usr/local/lib/doc/vm"
/bin/mkdir -p "/usr/local/lib/xemacs/site-packages/etc/vm"
for i in NEWS CHANGES README TODO COPYING ; do echo "Installing $i in '/usr/local/lib/doc/vm' and '/usr/local/lib/xemacs/site-packages/etc/vm'" ; /usr/bin/install -c -m 644 $i "/usr/local/lib/doc/vm" ; /usr/bin/install -c -m 644 $i "/usr/local/lib/xemacs/site-packages/etc/vm" ; done ;
Installing NEWS in '/usr/local/lib/doc/vm' and '/usr/local/lib/xemacs/site-packages/etc/vm'
Installing CHANGES in '/usr/local/lib/doc/vm' and '/usr/local/lib/xemacs/site-packages/etc/vm'
Installing README in '/usr/local/lib/doc/vm' and '/usr/local/lib/xemacs/site-packages/etc/vm'
Installing TODO in '/usr/local/lib/doc/vm' and '/usr/local/lib/xemacs/site-packages/etc/vm'
Installing COPYING in '/usr/local/lib/doc/vm' and '/usr/local/lib/xemacs/site-packages/etc/vm'
make[1]: "/usr/ports/vm-8.2.0b/lisp/Makefile" line 66: Missing dependency operator
make[1]: "/usr/ports/vm-8.2.0b/lisp/Makefile" line 68: Need an operator
make[1]: "/usr/ports/vm-8.2.0b/lisp/Makefile" line 70: Need an operator
make[1]: "/usr/ports/vm-8.2.0b/lisp/Makefile" line 149: Missing dependency operator
make[1]: "/usr/ports/vm-8.2.0b/lisp/Makefile" line 152: Need an operator
make[1]: Fatal errors encountered -- cannot continue
make[1]: stopped in /usr/ports/vm-8.2.0b/lisp
*** Error code 1

Stop.
make: stopped in /usr/ports/vm-8.2.0b

 "config.log" is available on request.

 Respectfully,

   Robert Huff

Revision history for this message
John Hein (xpqheqdvq4) said :
#3

What OS?

Revision history for this message
John Hein (xpqheqdvq4) said :
#4

I should have added that the 'Need an operator' signature is a classic sign of running a bsd make on a non-portable gmake makefile. Hence the question about the OS.

Revision history for this message
Robert Huff (roberthuff) said :
#5

Thanks Uday Reddy, that solved my question.

Revision history for this message
Robert Huff (roberthuff) said :
#6

     That was it; I'm on FreeBSD, and using gmake made everything work.
     Thanks to both, and I am now running 8.2.0b and all seems well.

     Respectfully,

                 Robert Huff