[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
distcheck problem.
From: |
Davy Durham |
Subject: |
distcheck problem. |
Date: |
Mon, 16 Jun 2003 01:58:06 -0500 |
User-agent: |
Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.3) Gecko/20030313 |
Hi, I'm getting an error on distcheck (after tracing through it, it's
actually failing during the 'distdir:' target)...
make[1]: Leaving directory
`/home/ddurham/code/rezound/rezound-0.7.0beta/_build'
make[1]: Entering directory
`/home/ddurham/code/rezound/rezound-0.7.0beta/_build'
make[1]: Leaving directory
`/home/ddurham/code/rezound/rezound-0.7.0beta/_build'
make[1]: Entering directory
`/home/ddurham/code/rezound/rezound-0.7.0beta/_build'
{ test ! -d rezound-0.7.0beta || { find rezound-0.7.0beta -type d !
-perm -200 -exec chmod u+w {} ';' && rm -fr rezound-0.7.0beta; }; }
mkdir rezound-0.7.0beta
/bin/sh ../config/mkinstalldirs rezound-0.7.0beta/././config
rezound-0.7.0beta/./config rezound-0.7.0beta/config rezound-0.7.0beta/po
mkdir -p -- rezound-0.7.0beta/././config rezound-0.7.0beta/./config
rezound-0.7.0beta/config rezound-0.7.0beta/po
cp: cannot create regular file `rezound-0.7.0beta/config/am_include.mk':
Permission denied
cp: cannot create regular file `rezound-0.7.0beta/config/config.h.in':
Permission denied
cp: cannot create regular file `rezound-0.7.0beta/config/config.guess':
Permission denied
cp: cannot create regular file `rezound-0.7.0beta/config/config.rpath':
Permission denied
cp: cannot create regular file `rezound-0.7.0beta/config/config.sub':
Permission denied
cp: cannot create regular file `rezound-0.7.0beta/config/depcomp':
Permission denied
cp: cannot create regular file `rezound-0.7.0beta/config/install-sh':
Permission denied
cp: cannot create regular file `rezound-0.7.0beta/config/ltmain.sh':
Permission denied
cp: cannot create regular file `rezound-0.7.0beta/config/missing':
Permission denied
cp: cannot create regular file `rezound-0.7.0beta/config/mkinstalldirs':
Permission denied
make[1]: *** [distdir] Error 1
make[1]: Leaving directory
`/home/ddurham/code/rezound/rezound-0.7.0beta/_build'
make: *** [distcheck] Error 2
These files are listed in the DIST_COMMON (at least I'm pretty sure
DIST_COMMON is where these files are coming from in the cp commands) so
I'm not explicitly listing them myself anywhere to be distributed. I've
tried several versions between and including 1.6.3 to 1.7.5
The source tree can be obtained from if you want it:
http://sourceforge.net/cvs/?group_id=5056
(and simply run bootstrap after checking out)
I will supply more information if needed. Just let me know. I'm really
at a lose as to the reason this is happening. I've seen a few other
postings on sort-of the same issue, but no information helpful.
-- Davy
- distcheck problem.,
Davy Durham <=