{ test ! -d prj-0.1 || { find prj-0.1 -type d ! -perm -200 -exec chmod u+w {} ';' && rm -fr prj-0.1; }; } test -d prj-0.1 || mkdir prj-0.1 list='src share '; for subdir in $list; do \ if test "$subdir" = .; then :; else \ test -d "prj-0.1/$subdir" \ || /bin/mkdir -p "prj-0.1/$subdir" \ || exit 1; \ distdir=`CDPATH="${ZSH_VERSION+.}:" && cd prj-0.1 && pwd`; \ top_distdir=`CDPATH="${ZSH_VERSION+.}:" && cd prj-0.1 && 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/foo/bar/usr/src' list='librtbfallback librtbbasic'; for subdir in $list; do \ if test "$subdir" = .; then :; else \ test -d "/home/foo/bar/usr/prj-0.1/src/$subdir" \ || /bin/mkdir -p "/home/foo/bar/usr/prj-0.1/src/$subdir" \ || exit 1; \ distdir=`CDPATH="${ZSH_VERSION+.}:" && cd /home/foo/bar/usr/prj-0.1/src && pwd`; \ top_distdir=`CDPATH="${ZSH_VERSION+.}:" && cd /home/foo/bar/usr/prj-0.1 && pwd`; \ (cd $subdir && \ make \ top_distdir="$top_distdir" \ distdir="$distdir/$subdir" \ am__remove_distdir=: \ am__skip_length_check=: \ distdir) \ || exit 1; \ fi; \ done make[2]: Entering directory `/home/foo/bar/usr/src/librtbfallback' make[2]: Leaving directory `/home/foo/bar/usr/src/librtbfallback' make[2]: Entering directory `/home/foo/bar/usr/src/librtbbasic' make[2]: Leaving directory `/home/foo/bar/usr/src/librtbbasic' make[1]: Leaving directory `/home/foo/bar/usr/src' make[1]: Entering directory `/home/foo/bar/usr/share' list='misc '; for subdir in $list; do \ if test "$subdir" = .; then :; else \ test -d "/home/foo/bar/usr/prj-0.1/share/$subdir" \ || /bin/mkdir -p "/home/foo/bar/usr/prj-0.1/share/$subdir" \ || exit 1; \ distdir=`CDPATH="${ZSH_VERSION+.}:" && cd /home/foo/bar/usr/prj-0.1/share && pwd`; \ top_distdir=`CDPATH="${ZSH_VERSION+.}:" && cd /home/foo/bar/usr/prj-0.1 && pwd`; \ (cd $subdir && \ make \ top_distdir="$top_distdir" \ distdir="$distdir/$subdir" \ am__remove_distdir=: \ am__skip_length_check=: \ distdir) \ || exit 1; \ fi; \ done make[2]: Entering directory `/home/foo/bar/usr/share/misc' list='emacs'; for subdir in $list; do \ if test "$subdir" = .; then :; else \ test -d "/home/foo/bar/usr/prj-0.1/share/misc/$subdir" \ || /bin/mkdir -p "/home/foo/bar/usr/prj-0.1/share/misc/$subdir" \ || exit 1; \ distdir=`CDPATH="${ZSH_VERSION+.}:" && cd /home/foo/bar/usr/prj-0.1/share/misc && pwd`; \ top_distdir=`CDPATH="${ZSH_VERSION+.}:" && cd /home/foo/bar/usr/prj-0.1 && pwd`; \ (cd $subdir && \ make \ top_distdir="$top_distdir" \ distdir="$distdir/$subdir" \ am__remove_distdir=: \ am__skip_length_check=: \ distdir) \ || exit 1; \ fi; \ done make[3]: Entering directory `/home/foo/bar/usr/share/misc/emacs' make[3]: Leaving directory `/home/foo/bar/usr/share/misc/emacs' make[2]: Leaving directory `/home/foo/bar/usr/share/misc' make[1]: Leaving directory `/home/foo/bar/usr/share' find prj-0.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/foo/bar/usr/share/misc/config/install-sh -c -m a+r {} {} \; \ || chmod -R a+r prj-0.1 tardir=prj-0.1 && /bin/sh /home/foo/bar/usr/share/misc/config/missing --run tar chof - "$tardir" | GZIP=--best gzip -c >prj-0.1.tar.gz { test ! -d prj-0.1 || { find prj-0.1 -type d ! -perm -200 -exec chmod u+w {} ';' && rm -fr prj-0.1; }; } case 'prj-0.1.tar.gz' in \ *.tar.gz*) \ GZIP=--best gunzip -c prj-0.1.tar.gz | /bin/sh /home/foo/bar/usr/share/misc/config/missing --run tar xf - ;;\ *.tar.bz2*) \ bunzip2 -c prj-0.1.tar.bz2 | /bin/sh /home/foo/bar/usr/share/misc/config/missing --run tar xf - ;;\ *.tar.Z*) \ uncompress -c prj-0.1.tar.Z | /bin/sh /home/foo/bar/usr/share/misc/config/missing --run tar xf - ;;\ *.shar.gz*) \ GZIP=--best gunzip -c prj-0.1.shar.gz | unshar ;;\ *.zip*) \ unzip prj-0.1.zip ;;\ esac chmod -R a-w prj-0.1; chmod a+w prj-0.1 mkdir prj-0.1/_build mkdir prj-0.1/_inst chmod a-w prj-0.1 dc_install_base=`CDPATH="${ZSH_VERSION+.}:" && cd prj-0.1/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \ && dc_destdir="${TMPDIR-/tmp}/am-dc-$$/" \ && cd prj-0.1/_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 prj-0.1.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... gawk checking whether make sets $(MAKE)... yes checking for emacs... emacs checking where .elc files should go... ${datarootdir}/emacs/site-lisp 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 for style of include used by make... GNU checking dependency style of gcc... gcc3 checking for ranlib... ranlib checking for a BSD-compatible install... /usr/bin/install -c checking whether make sets $(MAKE)... (cached) yes checking whether to build development environment... no checking whether to enable memory checking... no checking whether to enable assertions... yes checking how to run the C preprocessor... gcc -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 string.h... (cached) yes checking for stdint.h... (cached) yes checking for SIZE_MAX... yes checking whether to check for POSIX threads... no checking for an ANSI C-conforming const... yes checking for size_t... yes checking for stdlib.h... (cached) yes checking for GNU libc compatible malloc... yes checking for stdlib.h... (cached) yes checking for GNU libc compatible realloc... yes checking for snprintf... yes checking for memchr... yes checking for memset... yes checking for strchr... yes checking for vprintf... yes checking for vfprintf... yes checking for strerror... yes configure: creating ./config.status config.status: creating Makefile config.status: creating src/Makefile config.status: creating src/librtbfallback/Makefile config.status: creating src/librtbbasic/Makefile config.status: creating share/Makefile config.status: creating share/misc/Makefile config.status: creating share/misc/emacs/Makefile config.status: creating src/config.h config.status: executing depfiles commands make[1]: Entering directory `/home/foo/bar/usr/prj-0.1/_build' Making all in src make[2]: Entering directory `/home/foo/bar/usr/prj-0.1/_build/src' make all-recursive make[3]: Entering directory `/home/foo/bar/usr/prj-0.1/_build/src' Making all in librtbfallback make[4]: Entering directory `/home/foo/bar/usr/prj-0.1/_build/src/librtbfallback' gcc -DHAVE_CONFIG_H -I. -I../../src -I../../../src/librtbfallback -g -O2 -Werror -Wall -Wformat=2 -Wextra -Wcast-qual -std=c99 -pedantic -Wstrict-prototypes -Wundef -Wshadow -Wcast-align -Wsign-compare -Wnested-externs -Winline -MT dummy.o -MD -MP -MF .deps/dummy.Tpo -c -o dummy.o ../../../src/librtbfallback/dummy.c mv -f .deps/dummy.Tpo .deps/dummy.Po rm -f librtbfallback.a ar cru librtbfallback.a dummy.o ranlib librtbfallback.a make[4]: Leaving directory `/home/foo/bar/usr/prj-0.1/_build/src/librtbfallback' Making all in librtbbasic make[4]: Entering directory `/home/foo/bar/usr/prj-0.1/_build/src/librtbbasic' gcc -DHAVE_CONFIG_H -I. -I../../src -I../../../src/librtbbasic -g -O2 -Werror -Wall -Wformat=2 -Wextra -Wcast-qual -std=c99 -pedantic -Wstrict-prototypes -Wundef -Wshadow -Wcast-align -Wsign-compare -Wnested-externs -Winline -MT memmgr.o -MD -MP -MF .deps/memmgr.Tpo -c -o memmgr.o ../../../src/librtbbasic/memmgr.c mv -f .deps/memmgr.Tpo .deps/memmgr.Po gcc -DHAVE_CONFIG_H -I. -I../../src -I../../../src/librtbbasic -g -O2 -Werror -Wall -Wformat=2 -Wextra -Wcast-qual -std=c99 -pedantic -Wstrict-prototypes -Wundef -Wshadow -Wcast-align -Wsign-compare -Wnested-externs -Winline -MT mprintf.o -MD -MP -MF .deps/mprintf.Tpo -c -o mprintf.o ../../../src/librtbbasic/mprintf.c mv -f .deps/mprintf.Tpo .deps/mprintf.Po gcc -DHAVE_CONFIG_H -I. -I../../src -I../../../src/librtbbasic -g -O2 -Werror -Wall -Wformat=2 -Wextra -Wcast-qual -std=c99 -pedantic -Wstrict-prototypes -Wundef -Wshadow -Wcast-align -Wsign-compare -Wnested-externs -Winline -MT errormsg.o -MD -MP -MF .deps/errormsg.Tpo -c -o errormsg.o ../../../src/librtbbasic/errormsg.c mv -f .deps/errormsg.Tpo .deps/errormsg.Po rm -f librtbbasic.a ar cru librtbbasic.a memmgr.o mprintf.o errormsg.o ranlib librtbbasic.a make[4]: Leaving directory `/home/foo/bar/usr/prj-0.1/_build/src/librtbbasic' make[4]: Entering directory `/home/foo/bar/usr/prj-0.1/_build/src' make[4]: Nothing to be done for `all-am'. make[4]: Leaving directory `/home/foo/bar/usr/prj-0.1/_build/src' make[3]: Leaving directory `/home/foo/bar/usr/prj-0.1/_build/src' make[2]: Leaving directory `/home/foo/bar/usr/prj-0.1/_build/src' Making all in share make[2]: Entering directory `/home/foo/bar/usr/prj-0.1/_build/share' Making all in misc make[3]: Entering directory `/home/foo/bar/usr/prj-0.1/_build/share/misc' make[4]: Entering directory `/home/foo/bar/usr/prj-0.1/_build/share/misc' make[4]: Nothing to be done for `all-am'. make[4]: Leaving directory `/home/foo/bar/usr/prj-0.1/_build/share/misc' make[3]: Leaving directory `/home/foo/bar/usr/prj-0.1/_build/share/misc' make[3]: Entering directory `/home/foo/bar/usr/prj-0.1/_build/share' make[3]: Nothing to be done for `all-am'. make[3]: Leaving directory `/home/foo/bar/usr/prj-0.1/_build/share' make[2]: Leaving directory `/home/foo/bar/usr/prj-0.1/_build/share' make[2]: Entering directory `/home/foo/bar/usr/prj-0.1/_build' make[2]: Nothing to be done for `all-am'. make[2]: Leaving directory `/home/foo/bar/usr/prj-0.1/_build' make[1]: Leaving directory `/home/foo/bar/usr/prj-0.1/_build' make[1]: Entering directory `/home/foo/bar/usr/prj-0.1/_build' Making dvi in src make[2]: Entering directory `/home/foo/bar/usr/prj-0.1/_build/src' Making dvi in librtbfallback make[3]: Entering directory `/home/foo/bar/usr/prj-0.1/_build/src/librtbfallback' make[3]: Nothing to be done for `dvi'. make[3]: Leaving directory `/home/foo/bar/usr/prj-0.1/_build/src/librtbfallback' Making dvi in librtbbasic make[3]: Entering directory `/home/foo/bar/usr/prj-0.1/_build/src/librtbbasic' make[3]: Nothing to be done for `dvi'. make[3]: Leaving directory `/home/foo/bar/usr/prj-0.1/_build/src/librtbbasic' make[3]: Entering directory `/home/foo/bar/usr/prj-0.1/_build/src' make[3]: Nothing to be done for `dvi-am'. make[3]: Leaving directory `/home/foo/bar/usr/prj-0.1/_build/src' make[2]: Leaving directory `/home/foo/bar/usr/prj-0.1/_build/src' Making dvi in share make[2]: Entering directory `/home/foo/bar/usr/prj-0.1/_build/share' Making dvi in misc make[3]: Entering directory `/home/foo/bar/usr/prj-0.1/_build/share/misc' make[4]: Entering directory `/home/foo/bar/usr/prj-0.1/_build/share/misc' make[4]: Nothing to be done for `dvi-am'. make[4]: Leaving directory `/home/foo/bar/usr/prj-0.1/_build/share/misc' make[3]: Leaving directory `/home/foo/bar/usr/prj-0.1/_build/share/misc' make[3]: Entering directory `/home/foo/bar/usr/prj-0.1/_build/share' make[3]: Nothing to be done for `dvi-am'. make[3]: Leaving directory `/home/foo/bar/usr/prj-0.1/_build/share' make[2]: Leaving directory `/home/foo/bar/usr/prj-0.1/_build/share' make[2]: Entering directory `/home/foo/bar/usr/prj-0.1/_build' make[2]: Nothing to be done for `dvi-am'. make[2]: Leaving directory `/home/foo/bar/usr/prj-0.1/_build' make[1]: Leaving directory `/home/foo/bar/usr/prj-0.1/_build' make[1]: Entering directory `/home/foo/bar/usr/prj-0.1/_build' Making check in src make[2]: Entering directory `/home/foo/bar/usr/prj-0.1/_build/src' Making check in librtbfallback make[3]: Entering directory `/home/foo/bar/usr/prj-0.1/_build/src/librtbfallback' make[3]: Nothing to be done for `check'. make[3]: Leaving directory `/home/foo/bar/usr/prj-0.1/_build/src/librtbfallback' Making check in librtbbasic make[3]: Entering directory `/home/foo/bar/usr/prj-0.1/_build/src/librtbbasic' make test_mprintf test_errormsg test_memmgr make[4]: Entering directory `/home/foo/bar/usr/prj-0.1/_build/src/librtbbasic' gcc -DHAVE_CONFIG_H -I. -I../../src -I../../../src/librtbbasic -g -O2 -Werror -Wall -Wformat=2 -Wextra -Wcast-qual -std=c99 -pedantic -Wstrict-prototypes -Wundef -Wshadow -Wcast-align -Wsign-compare -Wnested-externs -Winline -MT test_mprintf.o -MD -MP -MF .deps/test_mprintf.Tpo -c -o test_mprintf.o ../../../src/librtbbasic/test_mprintf.c mv -f .deps/test_mprintf.Tpo .deps/test_mprintf.Po gcc -g -O2 -Werror -Wall -Wformat=2 -Wextra -Wcast-qual -std=c99 -pedantic -Wstrict-prototypes -Wundef -Wshadow -Wcast-align -Wsign-compare -Wnested-externs -Winline -o test_mprintf test_mprintf.o librtbbasic.a gcc -DHAVE_CONFIG_H -I. -I../../src -I../../../src/librtbbasic -g -O2 -Werror -Wall -Wformat=2 -Wextra -Wcast-qual -std=c99 -pedantic -Wstrict-prototypes -Wundef -Wshadow -Wcast-align -Wsign-compare -Wnested-externs -Winline -MT test_errormsg.o -MD -MP -MF .deps/test_errormsg.Tpo -c -o test_errormsg.o ../../../src/librtbbasic/test_errormsg.c mv -f .deps/test_errormsg.Tpo .deps/test_errormsg.Po gcc -g -O2 -Werror -Wall -Wformat=2 -Wextra -Wcast-qual -std=c99 -pedantic -Wstrict-prototypes -Wundef -Wshadow -Wcast-align -Wsign-compare -Wnested-externs -Winline -o test_errormsg test_errormsg.o librtbbasic.a gcc -DHAVE_CONFIG_H -I. -I../../src -I../../../src/librtbbasic -g -O2 -Werror -Wall -Wformat=2 -Wextra -Wcast-qual -std=c99 -pedantic -Wstrict-prototypes -Wundef -Wshadow -Wcast-align -Wsign-compare -Wnested-externs -Winline -MT test_memmgr.o -MD -MP -MF .deps/test_memmgr.Tpo -c -o test_memmgr.o ../../../src/librtbbasic/test_memmgr.c mv -f .deps/test_memmgr.Tpo .deps/test_memmgr.Po gcc -g -O2 -Werror -Wall -Wformat=2 -Wextra -Wcast-qual -std=c99 -pedantic -Wstrict-prototypes -Wundef -Wshadow -Wcast-align -Wsign-compare -Wnested-externs -Winline -o test_memmgr test_memmgr.o librtbbasic.a make[4]: Leaving directory `/home/foo/bar/usr/prj-0.1/_build/src/librtbbasic' make check-TESTS make[4]: Entering directory `/home/foo/bar/usr/prj-0.1/_build/src/librtbbasic' Hello Dolly! Hello Dolly! PASS: test_mprintf ./test_errormsg-./test_errormsg ./test_errormsg-./test_errormsg:ERROR:../../../src/librtbbasic/test_errormsg.c:95:This is 1 test. Don't worry! I see a file...../../../src/librtbbasic/test_errormsg.c and a line, it's 102! Uh, and there's a message for you: Hello chap! ./test_errormsg-./test_errormsg:WARNING:../../../src/librtbbasic/test_errormsg.c:104:Now testing 1 Warning. I see a file...../../../src/librtbbasic/test_errormsg.c and a line, it's 112! Uh, and there's a message for you: Hello bloke! PASS: test_errormsg PASS: test_memmgr ================== All 3 tests passed ================== make[4]: Leaving directory `/home/foo/bar/usr/prj-0.1/_build/src/librtbbasic' make[3]: Leaving directory `/home/foo/bar/usr/prj-0.1/_build/src/librtbbasic' make[3]: Entering directory `/home/foo/bar/usr/prj-0.1/_build/src' make[3]: Nothing to be done for `check-am'. make[3]: Leaving directory `/home/foo/bar/usr/prj-0.1/_build/src' make[2]: Leaving directory `/home/foo/bar/usr/prj-0.1/_build/src' Making check in share make[2]: Entering directory `/home/foo/bar/usr/prj-0.1/_build/share' Making check in misc make[3]: Entering directory `/home/foo/bar/usr/prj-0.1/_build/share/misc' make[4]: Entering directory `/home/foo/bar/usr/prj-0.1/_build/share/misc' make[4]: Nothing to be done for `check-am'. make[4]: Leaving directory `/home/foo/bar/usr/prj-0.1/_build/share/misc' make[3]: Leaving directory `/home/foo/bar/usr/prj-0.1/_build/share/misc' make[3]: Entering directory `/home/foo/bar/usr/prj-0.1/_build/share' make[3]: Nothing to be done for `check-am'. make[3]: Leaving directory `/home/foo/bar/usr/prj-0.1/_build/share' make[2]: Leaving directory `/home/foo/bar/usr/prj-0.1/_build/share' make[2]: Entering directory `/home/foo/bar/usr/prj-0.1/_build' make[2]: Nothing to be done for `check-am'. make[2]: Leaving directory `/home/foo/bar/usr/prj-0.1/_build' make[1]: Leaving directory `/home/foo/bar/usr/prj-0.1/_build' make[1]: Entering directory `/home/foo/bar/usr/prj-0.1/_build' Making install in src make[2]: Entering directory `/home/foo/bar/usr/prj-0.1/_build/src' Making install in librtbfallback make[3]: Entering directory `/home/foo/bar/usr/prj-0.1/_build/src/librtbfallback' make[4]: Entering directory `/home/foo/bar/usr/prj-0.1/_build/src/librtbfallback' test -z "/home/foo/bar/usr/prj-0.1/_inst/lib" || /bin/mkdir -p "/home/foo/bar/usr/prj-0.1/_inst/lib" /usr/bin/install -c -m 644 'librtbfallback.a' '/home/foo/bar/usr/prj-0.1/_inst/lib/librtbfallback.a' ranlib '/home/foo/bar/usr/prj-0.1/_inst/lib/librtbfallback.a' make[4]: Nothing to be done for `install-data-am'. make[4]: Leaving directory `/home/foo/bar/usr/prj-0.1/_build/src/librtbfallback' make[3]: Leaving directory `/home/foo/bar/usr/prj-0.1/_build/src/librtbfallback' Making install in librtbbasic make[3]: Entering directory `/home/foo/bar/usr/prj-0.1/_build/src/librtbbasic' make[4]: Entering directory `/home/foo/bar/usr/prj-0.1/_build/src/librtbbasic' test -z "/home/foo/bar/usr/prj-0.1/_inst/lib" || /bin/mkdir -p "/home/foo/bar/usr/prj-0.1/_inst/lib" /usr/bin/install -c -m 644 'librtbbasic.a' '/home/foo/bar/usr/prj-0.1/_inst/lib/librtbbasic.a' ranlib '/home/foo/bar/usr/prj-0.1/_inst/lib/librtbbasic.a' test -z "/home/foo/bar/usr/prj-0.1/_inst/include/librtbbasic" || /bin/mkdir -p "/home/foo/bar/usr/prj-0.1/_inst/include/librtbbasic" /usr/bin/install -c -m 644 '../../../src/librtbbasic/memmgr.h' '/home/foo/bar/usr/prj-0.1/_inst/include/librtbbasic/memmgr.h' /usr/bin/install -c -m 644 '../../../src/librtbbasic/mprintf.h' '/home/foo/bar/usr/prj-0.1/_inst/include/librtbbasic/mprintf.h' /usr/bin/install -c -m 644 '../../../src/librtbbasic/errormsg.h' '/home/foo/bar/usr/prj-0.1/_inst/include/librtbbasic/errormsg.h' /usr/bin/install -c -m 644 '../../../src/librtbbasic/inc_strg.h' '/home/foo/bar/usr/prj-0.1/_inst/include/librtbbasic/inc_strg.h' /usr/bin/install -c -m 644 '../../../src/librtbbasic/inc_pthr.h' '/home/foo/bar/usr/prj-0.1/_inst/include/librtbbasic/inc_pthr.h' /usr/bin/install -c -m 644 '../../../src/librtbbasic/gcckywrd.h' '/home/foo/bar/usr/prj-0.1/_inst/include/librtbbasic/gcckywrd.h' make[4]: Leaving directory `/home/foo/bar/usr/prj-0.1/_build/src/librtbbasic' make[3]: Leaving directory `/home/foo/bar/usr/prj-0.1/_build/src/librtbbasic' make[3]: Entering directory `/home/foo/bar/usr/prj-0.1/_build/src' make[4]: Entering directory `/home/foo/bar/usr/prj-0.1/_build/src' make[4]: Nothing to be done for `install-exec-am'. make[4]: Nothing to be done for `install-data-am'. make[4]: Leaving directory `/home/foo/bar/usr/prj-0.1/_build/src' make[3]: Leaving directory `/home/foo/bar/usr/prj-0.1/_build/src' make[2]: Leaving directory `/home/foo/bar/usr/prj-0.1/_build/src' Making install in share make[2]: Entering directory `/home/foo/bar/usr/prj-0.1/_build/share' Making install in misc make[3]: Entering directory `/home/foo/bar/usr/prj-0.1/_build/share/misc' make[4]: Entering directory `/home/foo/bar/usr/prj-0.1/_build/share/misc' make[5]: Entering directory `/home/foo/bar/usr/prj-0.1/_build/share/misc' make[5]: Nothing to be done for `install-exec-am'. make[5]: Nothing to be done for `install-data-am'. make[5]: Leaving directory `/home/foo/bar/usr/prj-0.1/_build/share/misc' make[4]: Leaving directory `/home/foo/bar/usr/prj-0.1/_build/share/misc' make[3]: Leaving directory `/home/foo/bar/usr/prj-0.1/_build/share/misc' make[3]: Entering directory `/home/foo/bar/usr/prj-0.1/_build/share' make[4]: Entering directory `/home/foo/bar/usr/prj-0.1/_build/share' make[4]: Nothing to be done for `install-exec-am'. make[4]: Nothing to be done for `install-data-am'. make[4]: Leaving directory `/home/foo/bar/usr/prj-0.1/_build/share' make[3]: Leaving directory `/home/foo/bar/usr/prj-0.1/_build/share' make[2]: Leaving directory `/home/foo/bar/usr/prj-0.1/_build/share' make[2]: Entering directory `/home/foo/bar/usr/prj-0.1/_build' make[3]: Entering directory `/home/foo/bar/usr/prj-0.1/_build' make[3]: Nothing to be done for `install-exec-am'. make[3]: Nothing to be done for `install-data-am'. make[3]: Leaving directory `/home/foo/bar/usr/prj-0.1/_build' make[2]: Leaving directory `/home/foo/bar/usr/prj-0.1/_build' make[1]: Leaving directory `/home/foo/bar/usr/prj-0.1/_build' make[1]: Entering directory `/home/foo/bar/usr/prj-0.1/_build' Making installcheck in src make[2]: Entering directory `/home/foo/bar/usr/prj-0.1/_build/src' Making installcheck in librtbfallback make[3]: Entering directory `/home/foo/bar/usr/prj-0.1/_build/src/librtbfallback' make[3]: Nothing to be done for `installcheck'. make[3]: Leaving directory `/home/foo/bar/usr/prj-0.1/_build/src/librtbfallback' Making installcheck in librtbbasic make[3]: Entering directory `/home/foo/bar/usr/prj-0.1/_build/src/librtbbasic' make[3]: Nothing to be done for `installcheck'. make[3]: Leaving directory `/home/foo/bar/usr/prj-0.1/_build/src/librtbbasic' make[3]: Entering directory `/home/foo/bar/usr/prj-0.1/_build/src' make[3]: Nothing to be done for `installcheck-am'. make[3]: Leaving directory `/home/foo/bar/usr/prj-0.1/_build/src' make[2]: Leaving directory `/home/foo/bar/usr/prj-0.1/_build/src' Making installcheck in share make[2]: Entering directory `/home/foo/bar/usr/prj-0.1/_build/share' Making installcheck in misc make[3]: Entering directory `/home/foo/bar/usr/prj-0.1/_build/share/misc' make[4]: Entering directory `/home/foo/bar/usr/prj-0.1/_build/share/misc' make[4]: Nothing to be done for `installcheck-am'. make[4]: Leaving directory `/home/foo/bar/usr/prj-0.1/_build/share/misc' make[3]: Leaving directory `/home/foo/bar/usr/prj-0.1/_build/share/misc' make[3]: Entering directory `/home/foo/bar/usr/prj-0.1/_build/share' make[3]: Nothing to be done for `installcheck-am'. make[3]: Leaving directory `/home/foo/bar/usr/prj-0.1/_build/share' make[2]: Leaving directory `/home/foo/bar/usr/prj-0.1/_build/share' make[2]: Entering directory `/home/foo/bar/usr/prj-0.1/_build' make[2]: Nothing to be done for `installcheck-am'. make[2]: Leaving directory `/home/foo/bar/usr/prj-0.1/_build' make[1]: Leaving directory `/home/foo/bar/usr/prj-0.1/_build' make[1]: Entering directory `/home/foo/bar/usr/prj-0.1/_build' Making uninstall in src make[2]: Entering directory `/home/foo/bar/usr/prj-0.1/_build/src' Making uninstall in librtbfallback make[3]: Entering directory `/home/foo/bar/usr/prj-0.1/_build/src/librtbfallback' rm -f '/home/foo/bar/usr/prj-0.1/_inst/lib/librtbfallback.a' make[3]: Leaving directory `/home/foo/bar/usr/prj-0.1/_build/src/librtbfallback' Making uninstall in librtbbasic make[3]: Entering directory `/home/foo/bar/usr/prj-0.1/_build/src/librtbbasic' rm -f '/home/foo/bar/usr/prj-0.1/_inst/lib/librtbbasic.a' rm -f '/home/foo/bar/usr/prj-0.1/_inst/include/librtbbasic/memmgr.h' rm -f '/home/foo/bar/usr/prj-0.1/_inst/include/librtbbasic/mprintf.h' rm -f '/home/foo/bar/usr/prj-0.1/_inst/include/librtbbasic/errormsg.h' rm -f '/home/foo/bar/usr/prj-0.1/_inst/include/librtbbasic/inc_strg.h' rm -f '/home/foo/bar/usr/prj-0.1/_inst/include/librtbbasic/inc_pthr.h' rm -f '/home/foo/bar/usr/prj-0.1/_inst/include/librtbbasic/gcckywrd.h' make[3]: Leaving directory `/home/foo/bar/usr/prj-0.1/_build/src/librtbbasic' make[3]: Entering directory `/home/foo/bar/usr/prj-0.1/_build/src' make[3]: Nothing to be done for `uninstall-am'. make[3]: Leaving directory `/home/foo/bar/usr/prj-0.1/_build/src' make[2]: Leaving directory `/home/foo/bar/usr/prj-0.1/_build/src' Making uninstall in share make[2]: Entering directory `/home/foo/bar/usr/prj-0.1/_build/share' Making uninstall in misc make[3]: Entering directory `/home/foo/bar/usr/prj-0.1/_build/share/misc' make[4]: Entering directory `/home/foo/bar/usr/prj-0.1/_build/share/misc' make[4]: Nothing to be done for `uninstall-am'. make[4]: Leaving directory `/home/foo/bar/usr/prj-0.1/_build/share/misc' make[3]: Leaving directory `/home/foo/bar/usr/prj-0.1/_build/share/misc' make[3]: Entering directory `/home/foo/bar/usr/prj-0.1/_build/share' make[3]: Nothing to be done for `uninstall-am'. make[3]: Leaving directory `/home/foo/bar/usr/prj-0.1/_build/share' make[2]: Leaving directory `/home/foo/bar/usr/prj-0.1/_build/share' make[2]: Entering directory `/home/foo/bar/usr/prj-0.1/_build' make[2]: Nothing to be done for `uninstall-am'. make[2]: Leaving directory `/home/foo/bar/usr/prj-0.1/_build' make[1]: Leaving directory `/home/foo/bar/usr/prj-0.1/_build' make[1]: Entering directory `/home/foo/bar/usr/prj-0.1/_build' make[1]: Leaving directory `/home/foo/bar/usr/prj-0.1/_build' make[1]: Entering directory `/home/foo/bar/usr/prj-0.1/_build' Making install in src make[2]: Entering directory `/home/foo/bar/usr/prj-0.1/_build/src' Making install in librtbfallback make[3]: Entering directory `/home/foo/bar/usr/prj-0.1/_build/src/librtbfallback' make[4]: Entering directory `/home/foo/bar/usr/prj-0.1/_build/src/librtbfallback' test -z "/home/foo/bar/usr/prj-0.1/_inst/lib" || /bin/mkdir -p "/tmp/am-dc-706//home/foo/bar/usr/prj-0.1/_inst/lib" /usr/bin/install -c -m 644 'librtbfallback.a' '/tmp/am-dc-706//home/foo/bar/usr/prj-0.1/_inst/lib/librtbfallback.a' ranlib '/tmp/am-dc-706//home/foo/bar/usr/prj-0.1/_inst/lib/librtbfallback.a' make[4]: Nothing to be done for `install-data-am'. make[4]: Leaving directory `/home/foo/bar/usr/prj-0.1/_build/src/librtbfallback' make[3]: Leaving directory `/home/foo/bar/usr/prj-0.1/_build/src/librtbfallback' Making install in librtbbasic make[3]: Entering directory `/home/foo/bar/usr/prj-0.1/_build/src/librtbbasic' make[4]: Entering directory `/home/foo/bar/usr/prj-0.1/_build/src/librtbbasic' test -z "/home/foo/bar/usr/prj-0.1/_inst/lib" || /bin/mkdir -p "/tmp/am-dc-706//home/foo/bar/usr/prj-0.1/_inst/lib" /usr/bin/install -c -m 644 'librtbbasic.a' '/tmp/am-dc-706//home/foo/bar/usr/prj-0.1/_inst/lib/librtbbasic.a' ranlib '/tmp/am-dc-706//home/foo/bar/usr/prj-0.1/_inst/lib/librtbbasic.a' test -z "/home/foo/bar/usr/prj-0.1/_inst/include/librtbbasic" || /bin/mkdir -p "/tmp/am-dc-706//home/foo/bar/usr/prj-0.1/_inst/include/librtbbasic" /usr/bin/install -c -m 644 '../../../src/librtbbasic/memmgr.h' '/tmp/am-dc-706//home/foo/bar/usr/prj-0.1/_inst/include/librtbbasic/memmgr.h' /usr/bin/install -c -m 644 '../../../src/librtbbasic/mprintf.h' '/tmp/am-dc-706//home/foo/bar/usr/prj-0.1/_inst/include/librtbbasic/mprintf.h' /usr/bin/install -c -m 644 '../../../src/librtbbasic/errormsg.h' '/tmp/am-dc-706//home/foo/bar/usr/prj-0.1/_inst/include/librtbbasic/errormsg.h' /usr/bin/install -c -m 644 '../../../src/librtbbasic/inc_strg.h' '/tmp/am-dc-706//home/foo/bar/usr/prj-0.1/_inst/include/librtbbasic/inc_strg.h' /usr/bin/install -c -m 644 '../../../src/librtbbasic/inc_pthr.h' '/tmp/am-dc-706//home/foo/bar/usr/prj-0.1/_inst/include/librtbbasic/inc_pthr.h' /usr/bin/install -c -m 644 '../../../src/librtbbasic/gcckywrd.h' '/tmp/am-dc-706//home/foo/bar/usr/prj-0.1/_inst/include/librtbbasic/gcckywrd.h' make[4]: Leaving directory `/home/foo/bar/usr/prj-0.1/_build/src/librtbbasic' make[3]: Leaving directory `/home/foo/bar/usr/prj-0.1/_build/src/librtbbasic' make[3]: Entering directory `/home/foo/bar/usr/prj-0.1/_build/src' make[4]: Entering directory `/home/foo/bar/usr/prj-0.1/_build/src' make[4]: Nothing to be done for `install-exec-am'. make[4]: Nothing to be done for `install-data-am'. make[4]: Leaving directory `/home/foo/bar/usr/prj-0.1/_build/src' make[3]: Leaving directory `/home/foo/bar/usr/prj-0.1/_build/src' make[2]: Leaving directory `/home/foo/bar/usr/prj-0.1/_build/src' Making install in share make[2]: Entering directory `/home/foo/bar/usr/prj-0.1/_build/share' Making install in misc make[3]: Entering directory `/home/foo/bar/usr/prj-0.1/_build/share/misc' make[4]: Entering directory `/home/foo/bar/usr/prj-0.1/_build/share/misc' make[5]: Entering directory `/home/foo/bar/usr/prj-0.1/_build/share/misc' make[5]: Nothing to be done for `install-exec-am'. make[5]: Nothing to be done for `install-data-am'. make[5]: Leaving directory `/home/foo/bar/usr/prj-0.1/_build/share/misc' make[4]: Leaving directory `/home/foo/bar/usr/prj-0.1/_build/share/misc' make[3]: Leaving directory `/home/foo/bar/usr/prj-0.1/_build/share/misc' make[3]: Entering directory `/home/foo/bar/usr/prj-0.1/_build/share' make[4]: Entering directory `/home/foo/bar/usr/prj-0.1/_build/share' make[4]: Nothing to be done for `install-exec-am'. make[4]: Nothing to be done for `install-data-am'. make[4]: Leaving directory `/home/foo/bar/usr/prj-0.1/_build/share' make[3]: Leaving directory `/home/foo/bar/usr/prj-0.1/_build/share' make[2]: Leaving directory `/home/foo/bar/usr/prj-0.1/_build/share' make[2]: Entering directory `/home/foo/bar/usr/prj-0.1/_build' make[3]: Entering directory `/home/foo/bar/usr/prj-0.1/_build' make[3]: Nothing to be done for `install-exec-am'. make[3]: Nothing to be done for `install-data-am'. make[3]: Leaving directory `/home/foo/bar/usr/prj-0.1/_build' make[2]: Leaving directory `/home/foo/bar/usr/prj-0.1/_build' make[1]: Leaving directory `/home/foo/bar/usr/prj-0.1/_build' make[1]: Entering directory `/home/foo/bar/usr/prj-0.1/_build' Making uninstall in src make[2]: Entering directory `/home/foo/bar/usr/prj-0.1/_build/src' Making uninstall in librtbfallback make[3]: Entering directory `/home/foo/bar/usr/prj-0.1/_build/src/librtbfallback' rm -f '/tmp/am-dc-706//home/foo/bar/usr/prj-0.1/_inst/lib/librtbfallback.a' make[3]: Leaving directory `/home/foo/bar/usr/prj-0.1/_build/src/librtbfallback' Making uninstall in librtbbasic make[3]: Entering directory `/home/foo/bar/usr/prj-0.1/_build/src/librtbbasic' rm -f '/tmp/am-dc-706//home/foo/bar/usr/prj-0.1/_inst/lib/librtbbasic.a' rm -f '/tmp/am-dc-706//home/foo/bar/usr/prj-0.1/_inst/include/librtbbasic/memmgr.h' rm -f '/tmp/am-dc-706//home/foo/bar/usr/prj-0.1/_inst/include/librtbbasic/mprintf.h' rm -f '/tmp/am-dc-706//home/foo/bar/usr/prj-0.1/_inst/include/librtbbasic/errormsg.h' rm -f '/tmp/am-dc-706//home/foo/bar/usr/prj-0.1/_inst/include/librtbbasic/inc_strg.h' rm -f '/tmp/am-dc-706//home/foo/bar/usr/prj-0.1/_inst/include/librtbbasic/inc_pthr.h' rm -f '/tmp/am-dc-706//home/foo/bar/usr/prj-0.1/_inst/include/librtbbasic/gcckywrd.h' make[3]: Leaving directory `/home/foo/bar/usr/prj-0.1/_build/src/librtbbasic' make[3]: Entering directory `/home/foo/bar/usr/prj-0.1/_build/src' make[3]: Nothing to be done for `uninstall-am'. make[3]: Leaving directory `/home/foo/bar/usr/prj-0.1/_build/src' make[2]: Leaving directory `/home/foo/bar/usr/prj-0.1/_build/src' Making uninstall in share make[2]: Entering directory `/home/foo/bar/usr/prj-0.1/_build/share' Making uninstall in misc make[3]: Entering directory `/home/foo/bar/usr/prj-0.1/_build/share/misc' make[4]: Entering directory `/home/foo/bar/usr/prj-0.1/_build/share/misc' make[4]: Nothing to be done for `uninstall-am'. make[4]: Leaving directory `/home/foo/bar/usr/prj-0.1/_build/share/misc' make[3]: Leaving directory `/home/foo/bar/usr/prj-0.1/_build/share/misc' make[3]: Entering directory `/home/foo/bar/usr/prj-0.1/_build/share' make[3]: Nothing to be done for `uninstall-am'. make[3]: Leaving directory `/home/foo/bar/usr/prj-0.1/_build/share' make[2]: Leaving directory `/home/foo/bar/usr/prj-0.1/_build/share' make[2]: Entering directory `/home/foo/bar/usr/prj-0.1/_build' make[2]: Nothing to be done for `uninstall-am'. make[2]: Leaving directory `/home/foo/bar/usr/prj-0.1/_build' make[1]: Leaving directory `/home/foo/bar/usr/prj-0.1/_build' make[1]: Entering directory `/home/foo/bar/usr/prj-0.1/_build' make[1]: Leaving directory `/home/foo/bar/usr/prj-0.1/_build' make[1]: Entering directory `/home/foo/bar/usr/prj-0.1/_build' { test ! -d prj-0.1 || { find prj-0.1 -type d ! -perm -200 -exec chmod u+w {} ';' && rm -fr prj-0.1; }; } test -d prj-0.1 || mkdir prj-0.1 cp: cannot create regular file `prj-0.1/share/misc/m4/acx_pthread.m4': Permission denied cp: cannot create regular file `prj-0.1/share/misc/m4/size_max.m4': Permission denied cp: cannot create regular file `prj-0.1/share/misc/config/depcomp': Permission denied cp: cannot create regular file `prj-0.1/share/misc/config/elisp-comp': Permission denied cp: cannot create regular file `prj-0.1/share/misc/config/config.guess': Permission denied cp: cannot create regular file `prj-0.1/share/misc/config/install-sh': Permission denied cp: cannot create regular file `prj-0.1/share/misc/config/config.sub': Permission denied cp: cannot create regular file `prj-0.1/share/misc/config/missing': Permission denied make[1]: *** [distdir] Error 1 make[1]: Leaving directory `/home/foo/bar/usr/prj-0.1/_build' make: *** [distcheck] Error 2