Hi Steve, | > And I installed grace6 again ("aptitude install grace6"). | > I still have this: | | > $ grace6 | > Broken or incomplete installation - read the FAQ! | > $ | | Well, this is not reproducible at all for me on a from-scratch | install, so I don't see how we can treat this is a grave bug. | | > I have grace (version 5) installed, by the way. | | Installing the grace package makes no difference, the bug is still | unreproducible here.
So, do you have any ideas on where to look? For example, $ strace -f grace6 tells me that grace6 tries to read /usr/share/grace6/fonts/type1/bchb.pfa which is a symlink $ ls -l /usr/share/grace6/fonts/type1/bchb.pfa lrwxrwxrwx 1 root root 34 Feb 12 17:42 /usr/share/grace6/fonts/type1/bchb.pfa -> /usr/share/AbiSuite/fonts/bchb.pfa but its target doesn't exist: $ ls /usr/share/AbiSuite/fonts/bchb.pfa ls: /usr/share/AbiSuite/fonts/bchb.pfa: No such file or directory $ So, the grace6 package creates a wrong symlink . The attached session proves that. Is this a bug in the grace6 package? or somebody else's? Regards, Ryo --------------------------------- $ sudo aptitude purge grace6 Password: . . . . . . Removing grace6 ... Purging font configuration of grace6... Purging category type1.. Purging configuration files for grace6 ... $ ls /usr/share/grace6/ ls: /usr/share/grace6/: No such file or directory $ ls -l /usr/share/grace6/fonts/type1/bchb.pfa ls: /usr/share/grace6/fonts/type1/bchb.pfa: No such file or directory $ sudo aptitude install grace6 . . . . . . Setting up grace6 (5.99.1+dev4-3) ... Updating font configuration of grace6... Cleaning up category type1.. Updating category type1.. $ ls -l /usr/share/grace6/fonts/type1/bchb.pfa lrwxrwxrwx 1 root root 34 Feb 12 22:23 /usr/share/grace6/fonts/type1/bchb.pfa -> /usr/share/AbiSuite/fonts/bchb.pfa $ ls -l /usr/share/AbiSuite/fonts/bchb.pfa ls: /usr/share/AbiSuite/fonts/bchb.pfa: No such file or directory $ -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]