[Mono-devel-list] make distcheck problems

IT2003_1: Morenz, Tino TinoMorenz at ba-glauchau.de
Tue Aug 2 03:05:36 EDT 2005


Hi everyone,

I am new to this list so as short introduction: I am currently working on the port of mono to QNX. 
I try to get make distcheck work on the QNX box.
But 'make distcheck'seem to stops with gzip problem (I can not figure out the exact error however).

Here is the output:

*****************************************************************************************

make[1]: Leaving directory `/home/smee/src/mono-1.1.8.1'
find mono-1.1.8.1 -type d ! -perm -777 -exec chmod a+rwx {} \; -o \
  ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \
  ! -type d ! -perm -400 -exec chmod a+r {} \; -o \
  ! -type d ! -perm -444 -exec /bin/sh /home/smee/src/mono-1.1.8.1/install-sh -c -m a+r {} {} \; \
|| chmod -R a+r mono-1.1.8.1
tardir=mono-1.1.8.1 && false | GZIP=--best gzip -c >mono-1.1.8.1.tar.gz
{ test ! -d mono-1.1.8.1 || { find mono-1.1.8.1 -type d ! -perm -200 -exec chmod u+w {} ';' && rm -fr mono-1.1.8.1; }; }
case 'mono-1.1.8.1.tar.gz' in \
*.tar.gz*) \
  GZIP=--best gunzip -c mono-1.1.8.1.tar.gz | false ;;\
*.tar.bz2*) \
  bunzip2 -c mono-1.1.8.1.tar.bz2 | false ;;\
*.tar.Z*) \
  uncompress -c mono-1.1.8.1.tar.Z | false ;;\
*.shar.gz*) \
  GZIP=--best gunzip -c mono-1.1.8.1.shar.gz | unshar ;;\
*.zip*) \
  unzip mono-1.1.8.1.zip ;;\
esac
make: *** [distcheck] Error 1

***************************************************************************************** 

Any ideas (e.g. how to get info _why_ make fails here)? 
make tries to create a new zipped archive, right? Why? 
Can anybody explain what distcheck is doing exactly?

Thanks,

Tino







More information about the Mono-devel-list mailing list