automake
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

cannot create directory `.am2128': Permission denied


From: Bruce Korb
Subject: cannot create directory `.am2128': Permission denied
Date: Fri, 19 Feb 2010 15:04:44 -0800
User-agent: Thunderbird 2.0.0.23 (X11/20090817)

Hi,

Looking through my own thread from 5 years ago doesn't lead
anywhere:  http://www.mail-archive.com/address@hidden/msg10373.html
There are other bug reports:
   http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=456632
   http://sources.redhat.com/cgi-bin/gnatsweb.pl?cmd=view 
audit-trail&database=automake&pr=486

I still see this message, but the build doesn't stop (mercifully).
Should this be listed as a known problem that won't be fixed?
I'm asking 'cuz I've googled the automake docs, too.

Thank you - Bruce

Output from a makeinfo rule:


make  all-am
make[4]: Entering directory 
`/old-home/bkorb/ag/ag/autogen-5.10.1pre4/_build/doc'
restore=: && backupdir=".am$$" && \
        am__cwd=`pwd` && CDPATH="${ZSH_VERSION+.}:" && cd ../../doc && \
        rm -rf $backupdir && mkdir $backupdir && \
        if (/bin/sh /old-home/bkorb/ag/ag/autogen-5.10.1pre4/config/missing 
--run makeinfo --version) >/dev/null 2>&1; then \
          for f in ../../doc/autogen.info ../../doc/autogen.info-[0-9] 
../../doc/autogen.info-[0-9][0-9] ../../doc/autogen.i[0-9] 
../../doc/autogen.i[0-9][0-9]; do \
            if test -f $f; then mv $f $backupdir; restore=mv; else :; fi; \
          done; \
        else :; fi && \
        cd "$am__cwd"; \
        if /bin/sh /old-home/bkorb/ag/ag/autogen-5.10.1pre4/config/missing 
--run makeinfo  -I../../autoopts -I../autoopts -I ../../doc \
         -o ../../doc/autogen.info ../../doc/autogen.texi; \
        then \
          rc=0; \
          CDPATH="${ZSH_VERSION+.}:" && cd ../../doc; \
        else \
          rc=$?; \
          CDPATH="${ZSH_VERSION+.}:" && cd ../../doc && \
          $restore $backupdir/* `echo "./../../doc/autogen.info" | sed 
's|[^/]*$||'`; \
        fi; \
        rm -rf $backupdir; exit $rc
mkdir: cannot create directory `.am2128': Permission denied




reply via email to

[Prev in Thread] Current Thread [Next in Thread]