Dear All,

With the webpage down (or I not knowing where it moved...) I'm not sure who to 
send this to.

I have ROOT installed using the root5 package. I recently discovered an issue 
with it. The "genreflex" command from it doesn't work. :-( I expect that nobody 
noticed it because it's not a too often used feature. (One needs to install 
gccxml in addition to make any use of the genreflex script, and unfortunately 
Fink doesn't provide gccxml. So I installed it under /usr/local by hand.)

So, the /sw/bin/genreflex script currently holds this content:

#!/bin/bash
if [ "x${ROOTSYS}" = "x" ]; then
    THIS=$(dirname $0)
    ROOTSYS=$(cd ${THIS}/..;pwd); export ROOTSYS
fi
python ${ROOTSYS}/lib/python/genreflex/genreflex.py "$@"

But the last line should instead read:

python ${ROOTSYS}/lib/root/python/genreflex/genreflex.py "$@"

It's clearly just a typo, the script works fine after I make this fix by hand. 
Could it be fixed in the Fink package?

Cheers,
              Attila


------------------------------------------------------------------------------
Get 100% visibility into Java/.NET code with AppDynamics Lite!
It's a free troubleshooting tool designed for production.
Get down to code-level detail for bottlenecks, with <2% overhead. 
Download for free and get started troubleshooting in minutes. 
http://pubads.g.doubleclick.net/gampad/clk?id=48897031&iu=/4140/ostg.clktrk
_______________________________________________
Fink-users mailing list
[email protected]
List archive:
http://news.gmane.org/gmane.os.macosx.fink.user
Subscription management:
https://lists.sourceforge.net/lists/listinfo/fink-users

Reply via email to