JeffersonLab / gluex_root_analysis

9 stars 9 forks source link

MakePROOFPackage does not create the packages directory when updating #157

Open nsjarvis opened 2 years ago

nsjarvis commented 2 years ago

I ran into this when updating a (fairly recent) installation. I did not encounter it previously when making a new build elsewhere. It was easily fixed by 'mkdir Linux_CentOS8-x86_64-gcc8.5.0/packages' and running make again.

make -C programs/MakePROOFPackage all make[1]: Entering directory '/home/njarvis/git/gluex_root_analysis/programs/MakePROOFPackage' install DSelector.par ../../Linux_CentOS8-x86_64-gcc8.5.0/packages/ install: target '../../Linux_CentOS8-x86_64-gcc8.5.0/packages/' is not a directory: No such file or directory make[1]: *** [Makefile:35: install] Error 1 make[1]: Leaving directory '/home/njarvis/git/gluex_root_analysis/programs/MakePROOFPackage' make: *** [Makefile:9: make_programs] Error 2