[tex-live] feynmf query [patch]

Edd Barrett vext01 at gmail.com
Wed Feb 20 20:57:58 CET 2008


Hi,

A user has posted a possible bug in tl-2007 to me. I don't have much information about this, and if it means nothing to you guys I will write a follow up mail to see if I can find out more.

Can you comment on this (apart from it looks like a corrupted diff):

Perl: /usr/local/texlive/2007/texmf-dist/source/latex/feynmf/feynmf.pl
Type of arg 1 to close must be HANDLE (not <HANDLE>) at
/usr/local/texlive/2007/texmf-dist/source/latex/feynmf/feynmf.pl line
376, near "<LOG>)"
/usr/local/texlive/2007/texmf-dist/source/latex/feynmf/feynmf.pl had
compilation errors.

$ diff -u feynmf.pl.orig feynmf.pl
- --- feynmf.pl.orig      Wed Feb 20 23:49:47 2008
+++ feynmf.pl   Wed Feb 20 23:50:08 2008
@@ -373,7 +373,7 @@
~                        maybe_run "$gftopk_prog $gf" if $gftopk_prog;
~                    }
~                }
- -               close (<LOG>);
+               close (LOG);
~            }
~        }
~     }

I have compiled the feynmf example found on ctan (feynmf.tex) without any 
issues, so I don't want to touch it without further input. It does not help 
that I do not know much perl.

Either way it looks trivial.

-- 

Best Regards
Edd

http://students.dec.bmth.ac.uk/ebarrett


More information about the tex-live mailing list