FS#9036 - fig2ps doesn't work
Attached to Project:
Arch Linux
Opened by Martin B. (borx) - Friday, 28 December 2007, 17:43 GMT
Last edited by Ronald van Haren (pressh) - Monday, 29 December 2008, 14:55 GMT
Opened by Martin B. (borx) - Friday, 28 December 2007, 17:43 GMT
Last edited by Ronald van Haren (pressh) - Monday, 29 December 2008, 14:55 GMT
|
Details
Description: fig2ps (texmacs package) doesn't work
Additional info: * package version: texmacs 1.0.6.12-1 Steps to reproduce: Bash script /usr/bin/fig2ps doesn't work since in the code there is undefined variable $prefix. Problem can be fixed by adding line: [ ${prefix:-none} == "none" ] && prefix="/usr" |
This task depends upon
Closed by Ronald van Haren (pressh)
Monday, 29 December 2008, 14:55 GMT
Reason for closing: Fixed
Additional comments about closing: fixed in texmacs 1.0.7-2. please also file a bug report upstream.
Monday, 29 December 2008, 14:55 GMT
Reason for closing: Fixed
Additional comments about closing: fixed in texmacs 1.0.7-2. please also file a bug report upstream.
because I didn't use this software for a long time.
I looked for string "$prefix" in source code and it seems to be a upstream mistake in a
configure script, because the variable $prefix is not used in other files (btw prefix
is initialized by passing --prefix=/usr to a configure script so archlinux packagers imho didn't make
any mistake).
Please write back if you agree with my conclusion for me to post a bug report to texmacs developers.
BTW in Arch, this can be easily fixed by patching the resulting script /usr/bin/fig2ps (I know, it _is_ ugly, but
then it will work until someone fix this in upstream :-)