hamurabi icon indicating copy to clipboard operation
hamurabi copied to clipboard

make distcheck fails

Open blt opened this issue 15 years ago • 0 comments

Have a look at this:

$ make distcheck
{ test ! -d hamurabi-0.0.2 || { find hamurabi-0.0.2 -type d ! -perm -200 -exec chmod u+w {} ';' && rm -fr hamurabi-0.0.2; }; }
test -d hamurabi-0.0.2 || mkdir hamurabi-0.0.2
list='src'; for subdir in $list; do \
      if test "$subdir" = .; then :; else \
        test -d "hamurabi-0.0.2/$subdir" \
        || /bin/mkdir -p "hamurabi-0.0.2/$subdir" \
        || exit 1; \
        distdir=`CDPATH="${ZSH_VERSION+.}:" && cd hamurabi-0.0.2 && pwd`; \
        top_distdir=`CDPATH="${ZSH_VERSION+.}:" && cd hamurabi-0.0.2 && pwd`; \
        (cd $subdir && \
          make  \
            top_distdir="$top_distdir" \
            distdir="$distdir/$subdir" \
        am__remove_distdir=: \
        am__skip_length_check=: \
            distdir) \
          || exit 1; \
      fi; \
    done
make[1]: Entering directory `/home/blt/Documents/projects/hamurabi/src'
make[1]: Leaving directory `/home/blt/Documents/projects/hamurabi/src'
find hamurabi-0.0.2 -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/blt/Documents/projects/hamurabi/install-sh -c -m a+r {} {} \; \
    || chmod -R a+r hamurabi-0.0.2
tardir=hamurabi-0.0.2 && /bin/sh /home/blt/Documents/projects/hamurabi/missing --run tar chof - "$tardir" | GZIP=--best gzip -c >hamurabi-0.0.2.tar.gz
{ test ! -d hamurabi-0.0.2 || { find hamurabi-0.0.2 -type d ! -perm -200 -exec chmod u+w {} ';' && rm -fr hamurabi-0.0.2; }; }
case 'hamurabi-0.0.2.tar.gz' in \
    *.tar.gz*) \
      GZIP=--best gunzip -c hamurabi-0.0.2.tar.gz | /bin/sh /home/blt/Documents/projects/hamurabi/missing --run tar xf - ;;\
    *.tar.bz2*) \
      bunzip2 -c hamurabi-0.0.2.tar.bz2 | /bin/sh /home/blt/Documents/projects/hamurabi/missing --run tar xf - ;;\
    *.tar.lzma*) \
      unlzma -c hamurabi-0.0.2.tar.lzma | /bin/sh /home/blt/Documents/projects/hamurabi/missing --run tar xf - ;;\
    *.tar.Z*) \
      uncompress -c hamurabi-0.0.2.tar.Z | /bin/sh /home/blt/Documents/projects/hamurabi/missing --run tar xf - ;;\
    *.shar.gz*) \
      GZIP=--best gunzip -c hamurabi-0.0.2.shar.gz | unshar ;;\
    *.zip*) \
      unzip hamurabi-0.0.2.zip ;;\
    esac
chmod -R a-w hamurabi-0.0.2; chmod a+w hamurabi-0.0.2
mkdir hamurabi-0.0.2/_build
mkdir hamurabi-0.0.2/_inst
chmod a-w hamurabi-0.0.2
dc_install_base=`CDPATH="${ZSH_VERSION+.}:" && cd hamurabi-0.0.2/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \
      && dc_destdir="${TMPDIR-/tmp}/am-dc-$$/" \
      && cd hamurabi-0.0.2/_build \
      && ../configure --srcdir=.. --prefix="$dc_install_base" \
         \
      && make  \

      && make  dvi \
      && make  check \
      && make  install \
      && make  installcheck \
      && make  uninstall \
      && make  distuninstallcheck_dir="$dc_install_base" \
            distuninstallcheck \
      && chmod -R a-w "$dc_install_base" \
      && ({ \
           (cd ../.. && umask 077 && mkdir "$dc_destdir") \
           && make  DESTDIR="$dc_destdir" install \
           && make  DESTDIR="$dc_destdir" uninstall \
           && make  DESTDIR="$dc_destdir" \
                distuninstallcheck_dir="$dc_destdir" distuninstallcheck; \
          } || { rm -rf "$dc_destdir"; exit 1; }) \
      && rm -rf "$dc_destdir" \
      && make  dist \
      && rm -rf hamurabi-0.0.2.tar.gz \
      && make  distcleancheck
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... /bin/mkdir -p
checking for gawk... no
checking for mawk... mawk
checking whether make sets $(MAKE)... yes
checking for style of include used by make... GNU
checking for gcc... gcc
checking for C compiler default output file name... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables... 
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ISO C89... none needed
checking dependency style of gcc... gcc3
checking for gcc option to accept ISO C99... -std=gnu99
checking how to run the C preprocessor... gcc -std=gnu99 -E
checking for grep that handles long lines and -e... /bin/grep
checking for egrep... /bin/grep -E
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking for stdint.h... (cached) yes
checking errno.h usability... yes
checking errno.h presence... yes
checking for errno.h... yes
checking limits.h usability... yes
checking limits.h presence... yes
checking for limits.h... yes
configure: creating ./config.status
config.status: creating Makefile
config.status: creating src/Makefile
config.status: creating config.h
config.status: executing depfiles commands
make[1]: Entering directory `/home/blt/Documents/projects/hamurabi/hamurabi-0.0.2/_build'
make  all-recursive

make[2]: Entering directory `/home/blt/Documents/projects/hamurabi/hamurabi-0.0.2/_build'
Making all in src
make[3]: Entering directory `/home/blt/Documents/projects/hamurabi/hamurabi-0.0.2/_build/src'
gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../../src -I..  -I../../headers   -g -O2 -MT main.o -MD -MP -MF .deps/main.Tpo -c -o main.o ../../src/main.c
../../src/main.c:44:18: fatal error: city.h: No such file or directory
compilation terminated.
make[3]: *** [main.o] Error 1
make[3]: Leaving directory `/home/blt/Documents/projects/hamurabi/hamurabi-0.0.2/_build/src'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/home/blt/Documents/projects/hamurabi/hamurabi-0.0.2/_build'
make[1]: *** [all] Error 2
make[1]: Leaving directory `/home/blt/Documents/projects/hamurabi/hamurabi-0.0.2/_build'
make: *** [distcheck] Error 2

blt avatar Jun 29 '10 00:06 blt