savannah-hackers
[Top][All Lists]
Advanced

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

[Savannah-hackers] Returned mail: Can't create output


From: Mail Delivery Subsystem
Subject: [Savannah-hackers] Returned mail: Can't create output
Date: Sat, 19 Jan 2002 12:35:12 -0500 (EST)

The original message was received at Sat, 19 Jan 2002 12:35:08 -0500 (EST)
from subversions.gnu.org [199.232.41.2]

Host apakabar.cc.columbia.edu reports the errors below

   ----- The following addresses had permanent fatal errors -----
<address@hidden>

   ----- Transcript of session follows -----
procmail: Couldn't create "/var/spool/mail/mcb54"
procmail: Lock failure on "/var/spool/mail/mcb54.lock"
procmail: Error while writing to "/var/spool/mail/mcb54"
550 <address@hidden>... Can't create output
Reporting-MTA: dns; apakabar.cc.columbia.edu
Received-From-MTA: DNS; subversions.gnu.org
Arrival-Date: Sat, 19 Jan 2002 12:35:08 -0500 (EST)

Final-Recipient: RFC822; <mcb54@columbia.edu>
Action: failed
Status: 5.3.0
Last-Attempt-Date: Sat, 19 Jan 2002 12:35:12 -0500 (EST)
--- Begin Message --- Subject: classpath: GIF files Date: Sat, 19 Jan 2002 12:35:08 -0500
    Hi,

    Could you please remove the following GIF files from the project
classpath hosted on the GNU machines ? 

    For an explanation on why there are not GIF files on the GNU
machines read http://www.gnu.org/philosophy/gif.html. This policy was
established years ago by the GNU project and is an integral part of
the requirements for every project registering on savannah.gnu.org
(see http://savannah.gnu.org/register/requirements.php).

    The home page of your project is 
      http://savannah.gnu.org/projects/classpath/

    You can convert GIF files to PNG using the gif2png program.
      http://www.tuxedo.org/~esr/gif2png/gif2png-2.4.2.tar.gz

    Here is a sample script to convert the GIF files that are in
the sources of classpath to PNG.

    export CVS_RSH=ssh
    mkdir tmp 
    cd tmp
    cvs -d address@hidden:/cvsroot/classpath co .

    while read file 
    do
        gif2png -O $file.gif
        cvs delete -f $file.gif
        cvs add $file.png
    done <<'EOF'
classpath/gnu/javax/swing/plaf/gtk/icons/Error
classpath/gnu/javax/swing/plaf/gtk/icons/Inform
classpath/gnu/javax/swing/plaf/gtk/icons/JavaCup
classpath/gnu/javax/swing/plaf/gtk/icons/JavaCupLarge
classpath/gnu/javax/swing/plaf/gtk/icons/Question
classpath/gnu/javax/swing/plaf/gtk/icons/TreeClosed
classpath/gnu/javax/swing/plaf/gtk/icons/TreeLeaf-normal
classpath/gnu/javax/swing/plaf/gtk/icons/TreeLeaf
classpath/gnu/javax/swing/plaf/gtk/icons/TreeOpen
classpath/gnu/javax/swing/plaf/gtk/icons/Warn
classpath/gnu/javax/swing/plaf/gtk/icons/file-folders
classpath/gnu/javax/swing/plaf/gtk/icons/slider
EOF
    cvs commit -m 'Convert GIF to PNG'


        Thanks for your help,

        The GNU volunteers, address@hidden

--- End Message ---

reply via email to

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