https://bugs.kde.org/show_bug.cgi?id=405437

--- Comment #19 from Andre Kovacs <andre.kov...@gmail.com> ---
If you're still following the steps from jamiesmith scripts, the Astrometry.net
is copied into the kstars.app/Contents/MacOS/astrometry via the following steps
(https://github.com/jamiesmith/kstars-on-osx/blob/master/README.md):

mkdir -p ${KSTARS_DIR}/Applications/KDE/kstars.app/Contents/MacOS/astrometry 
cp -r $(brew --prefix astrometry-net)/bin
${KSTARS_DIR}/Applications/KDE/kstars.app/Contents/MacOS/astrometry/
cp -r $(brew --prefix astrometry-net)/lib
${KSTARS_DIR}/Applications/KDE/kstars.app/Contents/MacOS/astrometry/
cp $(brew --prefix astrometry-net)/etc/astrometry.cfg
${KSTARS_DIR}/Applications/KDE/kstars.app/Contents/MacOS/astrometry/bin/ 

So, it copies some of the folders from the Astrometry.net installed via
Home-brew (which I don't have installed). 
Maybe something was left missing to copy for version 0.76, that could be
referencing externally from the .app in your machine.

To test this hypothesis, I forced the installation of the latest version of
astrometry-net (0.76_2) via home-brew, without it's dependencies, and copied
all its contents, and also the astrometry.cfg, into a new astrometry directory
under kstars.app/Contents/MacOS/
Now the error changed to code 6:
"/Applications/Astronomia/kstars.app/Contents/MacOS/astrometry/bin/solve-field
-O --no-plots --no-verify --resort --downsample 2 -L 32.5717 -H 53.9383 -u aw
-3 17.3038 -4 -55.1392 -5 30 --config
/Applications/Astronomia/kstars.app/Contents/MacOS/astrometry/bin/astrometry.cfg
-W ./solution.wcs ./test.fits
dyld: Library not loaded: /usr/local/opt/cfitsio/lib/libcfitsio.7.dylib
  Referenced from:
/Applications/Astronomia/kstars.app/Contents/MacOS/astrometry/bin/solve-field
  Reason: image not found
Abort trap: 6"

PS: The version of cfitsio installed in my machine, using macports, is
3.450_0+universal, apparently the same bundled with KStars 3.1.1
(libcfitsio.3.dylib) into kstars.app/Contents/MacOS/Frameworks. Also, I tried
to install cfitsio using homebrew, without its dependencies, but it also
installed version 3.450_1.

-- 
You are receiving this mail because:
You are watching all bug changes.

Reply via email to