I just pushed a 1.0.0 branch to upstream and am trying to run "make dist"
to generate tarballs. The last command it runs is the following:


/Library/Developer/CommandLineTools/usr/bin/make  \
 top_distdir="libmesh-1.0.0-rc1" distdir="libmesh-1.0.0-rc1" \
 dist-hook
rm -rf `find libmesh-1.0.0-rc1 -name libmesh_config.h`
test -n "" \
|| find "libmesh-1.0.0-rc1" -type d ! -perm -755 \
-exec chmod u+rwx,go+rx {} \; -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
/Users/petejw/projects/libmesh_git/build-aux/install-sh -c -m a+r {} {} \; \
|| chmod -R a+r "libmesh-1.0.0-rc1"
tardir=libmesh-1.0.0-rc1 && false | XZ_OPT=${XZ_OPT--e} xz -c
>libmesh-1.0.0-rc1.tar.xz
tardir=libmesh-1.0.0-rc1 && false | BZIP2=${BZIP2--9} bzip2 -c
>libmesh-1.0.0-rc1.tar.bz2
tardir=libmesh-1.0.0-rc1 && false | GZIP=--best gzip -c
>libmesh-1.0.0-rc1.tar.gz
if test -d "libmesh-1.0.0-rc1"; then find "libmesh-1.0.0-rc1" -type d !
-perm -200 -exec chmod u+w {} ';' && rm -rf "libmesh-1.0.0-rc1" || { sleep
5 && rm -rf "libmesh-1.0.0-rc1"; }; else :; fi


There is no error message.  It creates some files, but they are only a few
bytes each.

32B May  5 13:46 libmesh-1.0.0-rc1.tar.xz
20B May  5 13:46 libmesh-1.0.0-rc1.tar.gz
14B May  5 13:46 libmesh-1.0.0-rc1.tar.bz2



Running "make distcheck" dies in the next step, presumably because these
are just empty files.

if test -d "libmesh-1.0.0-rc1"; then find "libmesh-1.0.0-rc1" -type d !
-perm -200 -exec chmod u+w {} ';' && rm -rf "libmesh-1.0.0-rc1" || { sleep
5 && rm -rf "libmesh-1.0.0-rc1"; }; else :; fi
case 'libmesh-1.0.0-rc1.tar.gz libmesh-1.0.0-rc1.tar.bz2
libmesh-1.0.0-rc1.tar.xz' in \
*.tar.gz*) \
 GZIP=--best gzip -dc libmesh-1.0.0-rc1.tar.gz | false ;;\
*.tar.bz2*) \
 bzip2 -dc libmesh-1.0.0-rc1.tar.bz2 | false ;;\
*.tar.lz*) \
 lzip -dc libmesh-1.0.0-rc1.tar.lz | false ;;\
*.tar.xz*) \
 xz -dc libmesh-1.0.0-rc1.tar.xz | false ;;\
*.tar.Z*) \
 uncompress -c libmesh-1.0.0-rc1.tar.Z | false ;;\
*.shar.gz*) \
 GZIP=--best gzip -dc libmesh-1.0.0-rc1.shar.gz | unshar ;;\
*.zip*) \
 unzip libmesh-1.0.0-rc1.zip ;;\
esac
make: *** [distcheck] Error 1



Can anyone else try "make dist" really quick and let me know if it's just
my machine that is doing this?

-- 
John
------------------------------------------------------------------------------
Find and fix application performance issues faster with Applications Manager
Applications Manager provides deep performance insights into multiple tiers of
your business applications. It resolves application problems quickly and
reduces your MTTR. Get your free trial!
https://ad.doubleclick.net/ddm/clk/302982198;130105516;z
_______________________________________________
Libmesh-devel mailing list
Libmesh-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/libmesh-devel

Reply via email to