Known issues in the 20160225 autoPROC snapshot release:

 

1. Incorrect dependency on STARANISO [fixed in 20160324 release]

The following dependency error when running:

% process -checkdeps
FAIL     for staraniso! You will not be able to run autoPROC ('process') correctly!

is incorrect.

This dependency check for STARANISO had sneaked into this snapshot release although the feature for running STARANISO directly from within autoPROC is not yet distributed and only present in our internal testing version. This erroneous check will be fixed in the next release. In the meantime: please ignore the failure message.

Known issues in the 20151214 autoPROC snapshot release:

 

1. gnuplot on OsX 11 [fixed in 20160324 release]

On OsX 10.11 ("El Captan") our distributed Gnuplot binary/system doesn't work and therefore no plots are created. If you see a message

dyld: Symbol not found: __cg_png_create_info_struct
  Referenced from: /System/Library/Frameworks/ImageIO.framework/Versions/A/ImageIO
  Expected in: /some/where/helpers/darwin/lib/libpng16.16.dylib
 in /System/Library/Frameworks/ImageIO.framework/Versions/A/ImageIO
/some/where/autoPROC/bin/darwin/aP_gnuplot: line 87:   895 Trace/BPT trap: 5       $autoPROC_home/helpers/$hwsp/bin/gnuplot "$@"

when running

% aP_gnuplot --version

you should be able to fix this by changing $autoPROC_home/jiffies/aP_gnuplot (line 43) from

llp="DYLD_LIBRARY_PATH"

to

llp="DYLD_LIBRARY_PATH_dontuse"

Known issues in the 20151125 autoPROC snapshot release:

 

1. GPX2 missing [fixed in 20151214 release]

         % export BDG_TOOL_GPX=.../autoPROC/bin/darwin/gpx2 ;# for sh/bash
           - or -
         % setenv BDG_TOOL_GPX=../autoPROC/bin/darwin/gpx2  ;#for (t)csh