At 01:26 PM 3/15/00 -0500, Carl Friedberg wrote:
>Oh, I think I hit a problem in one of Dan's extensions, but that's not
>relevant here.
VMS::User, I bet. :)
>So, you are saying that because you do a
>
>$ mount /system $1$DKB100: USER
>
>you get the systme logical disk$user (translates to _$1$DKB100:), and that
>you have the concealed logical
>
>$ DEFINE /SYSTEM /TRANSLATION_ATTRIBUTES=(CONCEAL,TERMINAL) USER
>DKB100:[u.]
>
> somehow lib$fid_to_name is confusing disk$user with the concealed logical
>user? That's a VMS bug...
I can't picture it confusing disk$user with user--that'd just be wrong. I
can see it thinking the drive volume was USER, though, and getting that
mixed up with the system-level logical USER.
If that's it, I don't know that I'd class it as either a VMS or perl
bug--more a "don't do that" sort of thing. (Like deassigning SYS$COMMON,
say...) We ought to see if there's some way to detect that, though. Maybe
have configure check the name of the volume it's mounted on and look for a
logical with the same name and yell if its found.
Dan
----------------------------------------------------------------------------
Dan Sugalski General and VMS-specific perl training
[EMAIL PROTECTED]
Mail me for more details