From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on polar.synack.me X-Spam-Level: * X-Spam-Status: No, score=1.3 required=5.0 tests=BAYES_00,INVALID_MSGID, MSGID_RANDY autolearn=no autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 1012a6,99b504ff94bf4d72 X-Google-Attributes: gid1012a6,public X-Google-Thread: 103376,99b504ff94bf4d72 X-Google-Attributes: gid103376,public From: mooreron@my-deja.com Subject: Re: getwd: read error in .. Date: 2000/01/18 Message-ID: <8626eh$e0i$1@nnrp1.deja.com>#1/1 X-Deja-AN: 574258789 References: <85o1js$esk$1@nnrp1.deja.com> <0dMf4.79$%%2.252@burlma1-snr2> X-Http-Proxy: 1.1 x30.deja.com:80 (Squid/1.1.22) for client 198.206.203.130 Organization: Deja.com - Before you buy. X-Article-Creation-Date: Tue Jan 18 17:04:29 2000 GMT X-MyDeja-Info: XMYDJUIDmooreron Newsgroups: comp.unix.shell,comp.lang.ada X-Http-User-Agent: Mozilla/4.0 (compatible; MSIE 5.0; Windows NT; DigExt) Date: 2000-01-18T00:00:00+00:00 List-Id: Allow me to clarify what I have attempted. If I create a very long subdirectory name, i.e. "abcdefghijklmnopqrstuvwxyz", and populate it with my source code and build my library there (a.mklib), I SUCCESSFULLY compile and link. If, however, a create a long subdirectory pathname, i.e. "abcd/efgh/ijkl/mnop", and populate it with my source code and build my library there (a.mklib), I was UNABLE to compile the source. The error in question, "getwd: read error in .." results. That is what led me to believe that the problem lies with the number of subdirectories in the pathname. Permissions were checked on the ancestor directories and appeared acceptable (drwxr-xr-x). I am not familiar with the phrase "underlying mount points". Could you clarify, please? Thank you. Ron Moore In article <0dMf4.79$%%2.252@burlma1-snr2>, Barry Margolin wrote: > In article <85o1js$esk$1@nnrp1.deja.com>, wrote: > >I need to make a trivial modification to existing configured simulation > >software. It was built under Rational VADS 623.53.3 on IRIX 5.3. We > >have since upgraded our OS to IRIX 6.5.5 and installed VADS 623.53.7 to > >make this change. However, when I issue the "a.make" command, it > >results in the error message "a.make: getwd: read error in .." being > >issued prior to compilation. I tried to shorten the file pathname of > >the Ada source code and was able to compile the code. But, I still get > >the message "a.ld fatal: getwd: read error in .." during link time. It > >appears to me that some file pathname environment variable may need to > >be increased. Is that the case and, if so, which one(s)? > > It appears to me that you have a permissions problem, not an environment > variable problem -- the pwd command is failing because it can't read one of > the ancestor directories. > > If you can't find an ancestor directory that's lacking read and execute > permissions, check the permissions on the underlying mount points -- these > sometimes bleed through (although I thought this was only on Suns). > > -- > Barry Margolin, barmar@bbnplanet.com > GTE Internetworking, Powered by BBN, Burlington, MA > *** DON'T SEND TECHNICAL QUESTIONS DIRECTLY TO ME, post them to newsgroups. > Please DON'T copy followups to me -- I'll assume it wasn't posted to the group. > Sent via Deja.com http://www.deja.com/ Before you buy.