×

INDI Library v2.0.7 is Released (01 Apr 2024)

Bi-monthly release with minor bug fixes and improvements

Ekos on Mac OS X ?

  • Posts: 211
  • Thank you received: 23

Replied by Jamie Smith on topic Ekos on Mac OS X ?

Yeah, half a meg isn't negligible.

I am re-running an iteration - let me see how big it is. I wonder if there is a substantive difference in the files.

do this - mount the image that you created, then
cd /Volumes/kstars
find . -type f > ~/dirlist.txt
and post that file, I will compare it to mine
The following user(s) said Thank You: Gonzothegreat
7 years 5 months ago #12276
The topic has been locked.
  • Posts: 2257
  • Thank you received: 223

Replied by Gonzothegreat on topic Ekos on Mac OS X ?

Can you test this dmg please?
drive.google.com/file/d/0B77Cf3GuOpYTLVp...Znc/view?usp=sharing

make sure you remove yours first entirely, I use the following app: freemacsoft.net/appcleaner/
7 years 5 months ago #12277
The topic has been locked.
  • Posts: 2257
  • Thank you received: 223

Replied by Gonzothegreat on topic Ekos on Mac OS X ?



Here you go:

File Attachment:

File Name: dirlist.txt
File Size:35 KB
Last edit: 7 years 5 months ago by Gonzothegreat.
7 years 5 months ago #12278
Attachments:
The topic has been locked.
  • Posts: 211
  • Thank you received: 23

Replied by Jamie Smith on topic Ekos on Mac OS X ?


Only one difference (mine on left):
< ./kstars.app/Contents/Frameworks/libjasper.1.dylib
---
> ./kstars.app/Contents/Frameworks/libjasper.4.dylib

Now, that doesn't mean that the contents of the files are the same. I will download yours now.
The following user(s) said Thank You: Gonzothegreat
7 years 5 months ago #12279
The topic has been locked.
  • Posts: 2257
  • Thank you received: 223

Replied by Gonzothegreat on topic Ekos on Mac OS X ?


where did you get that libjasper.1.dylib from?
Last edit: 7 years 5 months ago by Gonzothegreat.
7 years 5 months ago #12280
The topic has been locked.
  • Posts: 211
  • Thank you received: 23

Replied by Jamie Smith on topic Ekos on Mac OS X ?

Crashed for me, too - same reason?

So that lib difference could actually be the problem:
$ >brew info jasper
jasper: stable 1.900.21 (bottled), HEAD
Library for manipulating JPEG-2000 images
https://www.ece.uvic.ca/~frodo/jasper/
/usr/local/Cellar/jasper/1.900.21 (38 files, 946.7K) *
  Poured from bottle on 2016-11-09 at 15:48:47
From: https://github.com/Homebrew/homebrew-core/blob/master/Formula/jasper.rb
==> Dependencies
Required: jpeg ✔
==> Options
--universal
	Build a universal binary
--HEAD
	Install HEAD version

and it IS in the call stack.
My other machine that I re-built from scratch has the same v 1.

try this:
brew uses --installed jasper
and for fun see what this gives you:
ls -l /usr/local/lib/libjasper*
lrwxr-xr-x  1 jamie  admin  47 Nov  9 15:48 /usr/local/lib/libjasper.1.dylib@ -> ../Cellar/jasper/1.900.21/lib/libjasper.1.dylib
lrwxr-xr-x  1 jamie  admin  41 Nov  9 15:48 /usr/local/lib/libjasper.a@ -> ../Cellar/jasper/1.900.21/lib/libjasper.a
lrwxr-xr-x  1 jamie  admin  45 Nov  9 15:48 /usr/local/lib/libjasper.dylib@ -> ../Cellar/jasper/1.900.21/lib/libjasper.dylib

Wondering if you have both sets, or just the v4.

It looks like libraw is what is picking it up:
/Applications/kstars.app/Contents/MacOS/indi/libraw.15.dylib:
	/usr/local/opt/libraw/lib/libraw.15.dylib (compatibility version 16.0.0, current version 16.0.0)
	@executable_path/../Frameworks/libjpeg.8.dylib (compatibility version 13.0.0, current version 13.0.0)
	@executable_path/../Frameworks/libjasper.1.dylib (compatibility version 2.0.0, current version 2.0.0)
	@executable_path/../Frameworks/liblcms2.2.dylib (compatibility version 3.0.0, current version 3.8.0)
	/usr/lib/libSystem.B.dylib (compatibility version 1.0.0, current version 1238.0.0)
	/usr/lib/libc++.1.dylib (compatibility version 1.0.0, current version 307.4.0)
(and, yes, I wrote a script to loop through them all to find it ;) )

Here is the trace

File Attachment:

File Name: trace.txt
File Size:68 KB


File Attachment:

File Name: trace.txt
File Size:68 KB
7 years 5 months ago #12281
Attachments:
The topic has been locked.
  • Posts: 2257
  • Thank you received: 223

Replied by Gonzothegreat on topic Ekos on Mac OS X ?

yeah same trace for me
Thread 12 Crashed:: Thread (pooled)
sometimes the number is different, but what inside that thread is the same.
Stephanes-MacBook-Air:/ stephanelucas$ brew info jasper
jasper: stable 1.900.29 (bottled), HEAD
Library for manipulating JPEG-2000 images
https://www.ece.uvic.ca/~frodo/jasper/
/usr/local/Cellar/jasper/1.900.28 (37 files, 970.9K) *
  Poured from bottle on 2016-11-16 at 22:05:12
From: https://github.com/Homebrew/homebrew-core/blob/master/Formula/jasper.rb
==> Dependencies
Required: jpeg ✔
==> Options
--universal
	Build a universal binary
--HEAD
	Install HEAD version
Stephanes-MacBook-Air:/ stephanelucas$
Stephanes-MacBook-Air:/ stephanelucas$ brew uses --installed jasper
dcraw                                                    libraw                                                   netpbm
Stephanes-MacBook-Air:/ stephanelucas$ ls -l /usr/local/lib/libjasper*
lrwxr-xr-x  1 stephanelucas  admin  47 16 Nov 22:05 /usr/local/lib/libjasper.4.dylib -> ../Cellar/jasper/1.900.28/lib/libjasper.4.dylib
lrwxr-xr-x  1 stephanelucas  admin  41 16 Nov 22:05 /usr/local/lib/libjasper.a -> ../Cellar/jasper/1.900.28/lib/libjasper.a
lrwxr-xr-x  1 stephanelucas  admin  45 16 Nov 22:05 /usr/local/lib/libjasper.dylib -> ../Cellar/jasper/1.900.28/lib/libjasper.dylib
Stephanes-MacBook-Air:/ stephanelucas$
Stephanes-MacBook-Air:kstars-stuff stephanelucas$ otool -L Applications/KDE/kstars.app/Contents/MacOS/indi/libraw.15.dylib 
Applications/KDE/kstars.app/Contents/MacOS/indi/libraw.15.dylib:
	/usr/local/opt/libraw/lib/libraw.15.dylib (compatibility version 16.0.0, current version 16.0.0)
	@executable_path/../Frameworks/libjpeg.8.dylib (compatibility version 13.0.0, current version 13.0.0)
	@executable_path/../Frameworks/libjasper.4.dylib (compatibility version 5.0.0, current version 5.0.0)
	@executable_path/../Frameworks/liblcms2.2.dylib (compatibility version 3.0.0, current version 3.8.0)
	/usr/lib/libSystem.B.dylib (compatibility version 1.0.0, current version 1238.0.0)
	/usr/lib/libc++.1.dylib (compatibility version 1.0.0, current version 307.4.0)
Stephanes-MacBook-Air:kstars-stuff stephanelucas$



I'm logging off for an hour or so now, will be back later on.
7 years 5 months ago #12282
The topic has been locked.
  • Posts: 211
  • Thank you received: 23

Replied by Jamie Smith on topic Ekos on Mac OS X ?

I ran a couple checks on my target machine-
brew install dcraw and brew install libraw both pick up the 4, as does gphoto2.

How possible is it that in the few days since I rebuilt my machine and you did that they updated it with something breaking??

I don't know that this isn't a redherring.
7 years 5 months ago #12283
The topic has been locked.
  • Posts: 211
  • Thank you received: 23

Replied by Jamie Smith on topic Ekos on Mac OS X ?

Maybe this is still just related to astrometry - that is where I see these kind of file names:
Thread 12 Crashed:: Thread (pooled)
0                                 	0x000000010c4654e0 wcsini + 3308
1                                 	0x000000010c47af8d wcspih_inits + 339
2                                 	0x000000010c4760ff wcspih + 2795
3                                 	0x000000010bf64a61 0x10becd000 + 621153
4                                 	0x000000010bf7bc53 0x10becd000 + 715859
5                                 	0x000000010c205612 0x10becd000 + 3376658
6   org.qt-project.QtCore         	0x000000010e997a08 0x10e971000 + 158216
7   org.qt-project.QtCore         	0x000000010e99ab3a 0x10e971000 + 170810
8   libsystem_pthread.dylib       	0x00007fffbc3b9aab _pthread_body + 180
9   libsystem_pthread.dylib       	0x00007fffbc3b99f7 _pthread_start + 286
10  libsystem_pthread.dylib       	0x00007fffbc3b9221 thread_start + 13
7 years 5 months ago #12284
The topic has been locked.
  • Posts: 15
  • Thank you received: 2

Replied by Jimbo S Harris on topic Ekos on Mac OS X ?

First, let me thank Jamie and Gonzo and all the other contributors who have been chasing this issue really hard for the past few weeks. I haven't been able to follow every single bit of it, but you've been doing a yeoman's effort, and I, for one, am excited to try out kstars on my Mac, and grateful that INDI has such a dedicated community!

All that having been said, I tried this DMG on my (fully clean, never tried building any of this on this Mac) i7 MBP running 10.11.6, and the DMG won't install, because it requires 10.12. Is this expected?

I know that it's been asked before, and the answer was "read the thread", but if there are a set of instructions that one could follow to compile the code / create the DMG, I'd like to try it.

... or should I wait for a "public" DMG to be released, at this point?
7 years 5 months ago #12286
The topic has been locked.
  • Posts: 2257
  • Thank you received: 223

Replied by Gonzothegreat on topic Ekos on Mac OS X ?


can you run a brew update ?
7 years 5 months ago #12287
The topic has been locked.
  • Posts: 2257
  • Thank you received: 223

Replied by Gonzothegreat on topic Ekos on Mac OS X ?


Thank you for the kind words, let's also get a big mention to Rob (rlancaste) for his dev work in the background and testing Jamie's script too.

I think you raise a valid point which we have no covered yet.
"running 10.11.6, and the DMG won't install, because it requires 10.12. Is this expected?"

I do know you can set some variables in the dmg file or app itself for system requirements, we should and are going to look into this one.
To be honest, I would wait until we release the public dmg file as we still have lots of work to do.
By all mean, if you want to install the all dev stuff on your laptop...., you need to know that unless you have a second Mac testing will be a little bit skewed.
7 years 5 months ago #12288
The topic has been locked.
Time to create page: 0.373 seconds