help-gnu-music
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

re: More problems with ly2dvi


From: Rune Zedeler
Subject: re: More problems with ly2dvi
Date: Thu, 15 Mar 2001 18:32:29 +0100

Again: Sorry for not replying properly - why isn't there a "reply" or
"send this message to..." function on homepage?

Jan wrote:
>> Ly2dvi (1.3.137) has problems with cleaning up the temp dir... Some
>> permission thingies... Maybe it has to do with our setup - since it
>> works on linux...
>
>this is strange.  could you try:
>
>-               os.mkdir (temp_dir)
>+               os.mkdir (temp_dir, 0777)

Didn't work.

>or maybe:
>
>-               system ('rm -rf %s' % temp_dir)
>+               system ('rm -rf "%s"' % temp_dir)

didn't work either :(

[...]
Invoking `cp *.midi /users/rz/lilypond/ly'
*** Cleaning up `/usr/tmp/@27167.1ly2dvi'
Invoking `rm -rf "/usr/tmp/@27167.1ly2dvi"'
rm: cannot remove current directory `/usr/tmp/@27167.1ly2dvi'
error: command exited with value 256Traceback (innermost last):
  File "/users/rz/usr/sparc/bin/ly2dvi", line 545, in ?
    cleanup_temp ()
  File "/users/rz/usr/sparc/bin/ly2dvi", line 247, in cleanup_temp
    system ('rm -rf "%s"' % temp_dir)
  File "/users/rz/usr/sparc/bin/ly2dvi", line 240, in system
    error (msg)
  File "/users/rz/usr/sparc/bin/ly2dvi", line 103, in error
    raise _ ("Exiting ... ")
Exiting ... 


-Rune



reply via email to

[Prev in Thread] Current Thread [Next in Thread]