nikhilgupta10 / GridLAB-D

Other
1 stars 0 forks source link

#832 make dist-osx fails (missing gz file), #2560

Open nikhilgupta10 opened 7 years ago

nikhilgupta10 commented 7 years ago

Output is as follows:

we22261:830 d3g637$ gridlabd --version
GridLAB-D 3.0.0-4702 (Hatwai) 64-bit MACOSX RELEASE
we22261:830 d3g637$ make dist-osx
trap 'make clean-dist-osx' EXIT && \
    make gridlabd_3.0.0.dmg
make[1]: *** No rule to make target `third_party/xerces-c-3.1.1.tar.gz', needed by `scratch/.xerces.stamp'.  Stop.
test ! -d scratch/mnt || hdiutil detach scratch/mnt
rm -rf scratch
make: *** [dist-osx] Error 2
we22261:830 d3g637$ ls third_party
CBLAS               install_cppunit         superLU_MT          xerces-c-3.1.1.tar
bin             install_xercesc         superlu_3.1.tar.gz      xerces-c-src_2_8_0.tar.gz
cppunit-1.12.0.tar.gz       jvm.lib             xerces-c-3.1.1

,

nikhilgupta10 commented 7 years ago

nikhilgupta10 imported these comments from Sourceforge: The user dchassin does not exist anymore. Therefore assigning this to afisher1. "dchassin":The reason this happens is that when one does the original build, it extracts the downloaded tar.gz file. Then when the make dist is run, it looks for the gz (which is now built and gone). Doing an \svn update\ restores it, but it's not obvious that this is the thing to do.

,

"dchassin": * summary changed from make dist-osx fails to make dist-osx fails (missing gz file) ,

"jcfuller":- Description has changed:

Diff: