bibledit-general
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [be] Installing Bibledit on Mac OS X


From: Mark Duling
Subject: Re: [be] Installing Bibledit on Mac OS X
Date: Tue, 16 Apr 2013 09:33:13 -0700

I like the idea from Mark about the 'sandbox' that macports creates for bibledit. But at the same time this thought came up: Could the reason of the crash be that the tarball does not work well from within this sandbox, and expects something installed in /usr/ rather than in /opt/local, and so crashes?

That is entirely possible.  How to determine what library might be causing it is beyond my abilities however.

Here are the libraries used by my macports installed bibledit.  Is there a trace command of some sort that could show details 

otool -L bibledit-gtk
bibledit-gtk:
/opt/local/lib/libxml2.2.dylib (compatibility version 12.0.0, current version 12.0.0)
/opt/local/lib/libz.1.dylib (compatibility version 1.0.0, current version 1.2.7)
/usr/lib/libSystem.B.dylib (compatibility version 1.0.0, current version 159.1.0)
/opt/local/lib/libiconv.2.dylib (compatibility version 8.0.0, current version 8.1.0)
/opt/local/lib/libgobject-2.0.0.dylib (compatibility version 3601.0.0, current version 3601.0.0)
/opt/local/lib/libglib-2.0.0.dylib (compatibility version 3601.0.0, current version 3601.0.0)
/opt/local/lib/libintl.8.dylib (compatibility version 10.0.0, current version 10.2.0)
/opt/local/lib/libgthread-2.0.0.dylib (compatibility version 3601.0.0, current version 3601.0.0)
/opt/local/lib/libgtk-x11-2.0.0.dylib (compatibility version 2401.0.0, current version 2401.17.0)
/opt/local/lib/libgdk-x11-2.0.0.dylib (compatibility version 2401.0.0, current version 2401.17.0)
/opt/local/lib/libatk-1.0.0.dylib (compatibility version 20810.0.0, current version 20810.1.0)
/opt/local/lib/libpangocairo-1.0.0.dylib (compatibility version 3201.0.0, current version 3201.5.0)
/opt/local/lib/libpangoft2-1.0.0.dylib (compatibility version 3201.0.0, current version 3201.5.0)
/opt/local/lib/libpango-1.0.0.dylib (compatibility version 3201.0.0, current version 3201.5.0)
/opt/local/lib/libfreetype.6.dylib (compatibility version 16.0.0, current version 16.0.0)
/opt/local/lib/libgio-2.0.0.dylib (compatibility version 3601.0.0, current version 3601.0.0)
/opt/local/lib/libfontconfig.1.dylib (compatibility version 8.0.0, current version 8.2.0)
/opt/local/lib/libXrender.1.dylib (compatibility version 5.0.0, current version 5.0.0)
/opt/local/lib/libXinerama.1.dylib (compatibility version 2.0.0, current version 2.0.0)
/opt/local/lib/libXi.6.dylib (compatibility version 8.0.0, current version 8.0.0)
/opt/local/lib/libXrandr.2.dylib (compatibility version 5.0.0, current version 5.0.0)
/opt/local/lib/libXcursor.1.dylib (compatibility version 2.0.0, current version 2.2.0)
/opt/local/lib/libXcomposite.1.dylib (compatibility version 2.0.0, current version 2.0.0)
/opt/local/lib/libXdamage.1.dylib (compatibility version 3.0.0, current version 3.0.0)
/opt/local/lib/libXfixes.3.dylib (compatibility version 5.0.0, current version 5.0.0)
/opt/local/lib/libgdk_pixbuf-2.0.0.dylib (compatibility version 2801.0.0, current version 2801.0.0)
/opt/local/lib/libcairo.2.dylib (compatibility version 11203.0.0, current version 11203.14.0)
/opt/local/lib/libX11.6.dylib (compatibility version 10.0.0, current version 10.0.0)
/opt/local/lib/libXext.6.dylib (compatibility version 11.0.0, current version 11.0.0)
/opt/local/lib/libsqlite3.0.dylib (compatibility version 9.0.0, current version 9.6.0)
/opt/local/lib/libenchant.1.dylib (compatibility version 8.0.0, current version 8.0.0)
/opt/local/lib/libgmodule-2.0.0.dylib (compatibility version 3601.0.0, current version 3601.0.0)
/opt/local/lib/libgtkhtml-3.14.19.dylib (compatibility version 21.0.0, current version 21.1.0)
/opt/local/lib/libgconf-2.4.dylib (compatibility version 6.0.0, current version 6.5.0)
/opt/local/lib/libgtksourceview-2.0.0.dylib (compatibility version 1.0.0, current version 1.0.0)
/opt/local/lib/libwebkitgtk-1.0.0.dylib (compatibility version 19.0.0, current version 19.5.0)
/opt/local/lib/libsoup-2.4.1.dylib (compatibility version 8.0.0, current version 8.0.0)
/opt/local/lib/libjavascriptcoregtk-1.0.0.dylib (compatibility version 14.0.0, current version 14.12.0)
/usr/lib/libstdc++.6.dylib (compatibility version 7.0.0, current version 52.0.0)



Ah, but here's the crashlog.  Does it help or has someone already looked at this?

Process:         bibledit-gtk [39600]
Path:            /Users/USER/*/bibledit-gtk
Identifier:      bibledit-gtk
Version:         ??? (???)
Code Type:       X86-64 (Native)
Parent Process:  bash [31102]

Date/Time:       2013-04-16 09:29:50.747 -0700
OS Version:      Mac OS X 10.7.5 (11G63b)
Report Version:  9

Crashed Thread:  0  Dispatch queue: com.apple.main-thread

Exception Type:  EXC_BAD_ACCESS (SIGSEGV)
Exception Codes: 0x000000000000000d, 0x0000000000000000

VM Regions Near 0:
--> 
    __TEXT                 0000000106d75000-0000000107026000 [ 2756K] r-x/rwx SM=COW  /Users/USER/*

Application Specific Information:
objc[39600]: garbage collection is OFF

Thread 0 Crashed:: Dispatch queue: com.apple.main-thread
0   libgtk-x11-2.0.0.dylib         0x000000010771086c gtk_window_resize + 28
1   bibledit-gtk                   0x0000000106e1083e ScreenLayoutDimensions::timeout() + 110
2   bibledit-gtk                   0x0000000106e106f9 ScreenLayoutDimensions::on_timeout(void*) + 9
3   libglib-2.0.0.dylib           0x00000001073fd272 g_timeout_dispatch + 50
4   libglib-2.0.0.dylib           0x00000001073fc968 g_main_context_dispatch + 328
5   libglib-2.0.0.dylib           0x00000001073ff05e g_main_context_iterate + 526
6   libglib-2.0.0.dylib           0x000000010740060f g_main_loop_run + 271
7   libgtk-x11-2.0.0.dylib         0x00000001075e7d8f gtk_main + 191
8   bibledit-gtk                   0x0000000106d76a40 main + 736
9   bibledit-gtk                   0x0000000106d76754 start + 52

Thread 1:
0   libsystem_kernel.dylib         0x00007fff8d97ddf2 __select + 10
1   libglib-2.0.0.dylib           0x000000010740ba03 g_poll + 275
2   libglib-2.0.0.dylib           0x00000001073ff005 g_main_context_iterate + 437
3   libglib-2.0.0.dylib           0x00000001073ff0f2 g_main_context_iteration + 98
4   libglib-2.0.0.dylib           0x00000001073fdee5 glib_worker_main + 149
5   libglib-2.0.0.dylib           0x000000010742227a g_thread_proxy + 90
6   libsystem_c.dylib             0x00007fff840838bf _pthread_start + 335
7   libsystem_c.dylib             0x00007fff84086b75 thread_start + 13

Thread 2:
0   libsystem_kernel.dylib         0x00007fff8d97de42 __semwait_signal + 10
1   libsystem_c.dylib             0x00007fff84039dea nanosleep + 164
2   libglib-2.0.0.dylib           0x00000001074238ab g_usleep + 107
3   bibledit-gtk                   0x0000000106f4a1fb VCS::thread_main() + 75
4   libglib-2.0.0.dylib           0x000000010742227a g_thread_proxy + 90
5   libsystem_c.dylib             0x00007fff840838bf _pthread_start + 335
6   libsystem_c.dylib             0x00007fff84086b75 thread_start + 13

Thread 3:
0   libsystem_kernel.dylib         0x00007fff8d97de42 __semwait_signal + 10
1   libsystem_c.dylib             0x00007fff84039dea nanosleep + 164
2   libglib-2.0.0.dylib           0x00000001074238ab g_usleep + 107
3   bibledit-gtk                   0x0000000106e2e7d3 Httpd::thread_main() + 515
4   libglib-2.0.0.dylib           0x000000010742227a g_thread_proxy + 90
5   libsystem_c.dylib             0x00007fff840838bf _pthread_start + 335
6   libsystem_c.dylib             0x00007fff84086b75 thread_start + 13

Thread 4:: Dispatch queue: com.apple.libdispatch-manager
0   libsystem_kernel.dylib         0x00007fff8d97e7e6 kevent + 10
1   libdispatch.dylib             0x00007fff87270786 _dispatch_mgr_invoke + 923
2   libdispatch.dylib             0x00007fff8726f316 _dispatch_mgr_thread + 54

Thread 5:
0   libsystem_kernel.dylib         0x00007fff8d97e192 __workq_kernreturn + 10
1   libsystem_c.dylib             0x00007fff84085594 _pthread_wqthread + 758
2   libsystem_c.dylib             0x00007fff84086b85 start_wqthread + 13

Thread 6:
0   libsystem_kernel.dylib         0x00007fff8d97e192 __workq_kernreturn + 10
1   libsystem_c.dylib             0x00007fff84085594 _pthread_wqthread + 758
2   libsystem_c.dylib             0x00007fff84086b85 start_wqthread + 13

Thread 7:
0   libsystem_kernel.dylib         0x00007fff8d97dbca __psynch_cvwait + 10
1   libsystem_c.dylib             0x00007fff84087274 _pthread_cond_wait + 840
2   libglib-2.0.0.dylib           0x000000010743e937 g_cond_wait_until + 183
3   libglib-2.0.0.dylib           0x00000001073d1ea1 g_async_queue_pop_intern_unlocked + 97
4   libglib-2.0.0.dylib           0x0000000107422eb1 g_thread_pool_thread_proxy + 145
5   libglib-2.0.0.dylib           0x000000010742227a g_thread_proxy + 90
6   libsystem_c.dylib             0x00007fff840838bf _pthread_start + 335
7   libsystem_c.dylib             0x00007fff84086b75 thread_start + 13

Thread 8:
0   libsystem_kernel.dylib         0x00007fff8d97dbca __psynch_cvwait + 10
1   libsystem_c.dylib             0x00007fff84087274 _pthread_cond_wait + 840
2   libglib-2.0.0.dylib           0x000000010743e937 g_cond_wait_until + 183
3   libglib-2.0.0.dylib           0x00000001073d1ea1 g_async_queue_pop_intern_unlocked + 97
4   libglib-2.0.0.dylib           0x0000000107422eb1 g_thread_pool_thread_proxy + 145
5   libglib-2.0.0.dylib           0x000000010742227a g_thread_proxy + 90
6   libsystem_c.dylib             0x00007fff840838bf _pthread_start + 335
7   libsystem_c.dylib             0x00007fff84086b75 thread_start + 13

Thread 0 crashed with X86 Thread State (64-bit):
  rax: 0x00007fd4f960c640  rbx: 0x0000000000000276  rcx: 0x00007fff669744ec  rdx: 0x0000000000000276
  rdi: 0x00000001078dff08  rsi: 0x0000000000000880  rbp: 0x00007fff66973570  rsp: 0x00007fff66973550
   r8: 0x0000000000000000   r9: 0x00007fff669735a8  r10: 0x0000000000000081  r11: 0x0000000000000282
  r12: 0x00007fd4f94283f0  r13: 0x0000000000000000  r14: 0x6000000000000000  r15: 0x0000000000000880
  rip: 0x000000010771086c  rfl: 0x0000000000010206  cr2: 0x0000000103f3b868
Logical CPU: 2

Binary Images:
       0x106d75000 -        0x107025ff7 +bibledit-gtk (??? - ???) <EA5789C7-E89F-38CA-B50A-A63CC34BB4D7> /Users/USER/*/bibledit-gtk
       0x1070f2000 -        0x107226fff +libxml2.2.dylib (12.0.0 - compatibility 12.0.0) <7E19CB13-2117-332E-92CB-AFFBEF3C58C8> /Users/USER/*/libxml2.2.dylib
       0x10725a000 -        0x10726bff7 +libz.1.dylib (1.2.7 - compatibility 1.0.0) <57016CC1-AD54-337E-A983-457933B24D35> /Users/USER/*/libz.1.dylib
       0x107270000 -        0x107369ff7 +libiconv.2.dylib (8.1.0 - compatibility 8.0.0) <1B8D243B-F617-301E-97B1-EE78A72617AB> /Users/USER/*/libiconv.2.dylib
       0x10737a000 -        0x1073b6fff +libgobject-2.0.0.dylib (3601.0.0 - compatibility 3601.0.0) <65C63221-B16C-3CCA-BF91-3F0084B6072F> /Users/USER/*/libgobject-2.0.0.dylib
       0x1073cd000 -        0x1074d7fe7 +libglib-2.0.0.dylib (3601.0.0 - compatibility 3601.0.0) <ACDE8172-2601-352E-8009-FA8E6DE7A2AE> /Users/USER/*/libglib-2.0.0.dylib
       0x107505000 -        0x107506fff +pango-basic-fc.so (??? - ???) <A778B8D9-F5D8-3907-9378-8E37068D0AC0> /Users/USER/*/pango-basic-fc.so
       0x10750a000 -        0x107512fff +libintl.8.dylib (10.2.0 - compatibility 10.0.0) <1AF39133-D204-3869-AB94-C767B3E92519> /Users/USER/*/libintl.8.dylib
       0x107517000 -        0x107517fff +libgthread-2.0.0.dylib (3601.0.0 - compatibility 3601.0.0) <13C82ED1-4E86-3E46-AED5-C37FC755A415> /Users/USER/*/libgthread-2.0.0.dylib
       0x10751b000 -        0x1078d3fff +libgtk-x11-2.0.0.dylib (2401.17.0 - compatibility 2401.0.0) <432B4FA1-A4A7-3540-9E98-6F8739811A26> /Users/USER/*/libgtk-x11-2.0.0.dylib
       0x107992000 -        0x107a20ff7 +libgdk-x11-2.0.0.dylib (2401.17.0 - compatibility 2401.0.0) <57F50053-F2CA-3B02-B412-11F803FDEC0A> /Users/USER/*/libgdk-x11-2.0.0.dylib
       0x107a4e000 -        0x107a69ff7 +libatk-1.0.0.dylib (20810.1.0 - compatibility 20810.0.0) <68DC1B54-092B-3849-B3FA-A3B4C734D667> /Users/USER/*/libatk-1.0.0.dylib
       0x107a76000 -        0x107a7dff7 +libpangocairo-1.0.0.dylib (3201.5.0 - compatibility 3201.0.0) <30DB82A9-E470-3602-BCB3-4B7867B2808E> /Users/USER/*/libpangocairo-1.0.0.dylib
       0x107a87000 -        0x107a93ff7 +libpangoft2-1.0.0.dylib (3201.5.0 - compatibility 3201.0.0) <C9FDBD9A-B005-3421-ACEA-2582D6C66298> /Users/USER/*/libpangoft2-1.0.0.dylib
       0x107a9e000 -        0x107adaff7 +libpango-1.0.0.dylib (3201.5.0 - compatibility 3201.0.0) <EF79018B-F000-377F-9830-215B0D135120> /Users/USER/*/libpango-1.0.0.dylib
       0x107aee000 -        0x107b71ff7 +libfreetype.6.dylib (16.0.0 - compatibility 16.0.0) <BC8062B3-42C5-3460-A386-69F9C5766764> /Users/USER/*/libfreetype.6.dylib
       0x107b8b000 -        0x107caeff7 +libgio-2.0.0.dylib (3601.0.0 - compatibility 3601.0.0) <FFADB448-6DD2-3671-95AC-4E5863EF7893> /Users/USER/*/libgio-2.0.0.dylib
       0x107d16000 -        0x107d4afff +libfontconfig.1.dylib (8.2.0 - compatibility 8.0.0) <ACC9CEDA-A12C-342C-BA64-B954D523959C> /Users/USER/*/libfontconfig.1.dylib
       0x107d5c000 -        0x107d62ff7 +libXrender.1.dylib (5.0.0 - compatibility 5.0.0) <FC93FB0A-17FB-3CCE-90DE-D7D8FCE92A7E> /Users/USER/*/libXrender.1.dylib
       0x107d67000 -        0x107d68ff7 +libXinerama.1.dylib (2.0.0 - compatibility 2.0.0) <6C3997D7-8FE1-3485-889A-78E210242EA5> /Users/USER/*/libXinerama.1.dylib
       0x107d6b000 -        0x107d76fff +libXi.6.dylib (8.0.0 - compatibility 8.0.0) <6A65CBC2-8B7E-3EC4-8045-C175CD8E41B6> /Users/USER/*/libXi.6.dylib
       0x107d80000 -        0x107d86ff7 +libXrandr.2.dylib (5.0.0 - compatibility 5.0.0) <A5B7633D-0209-3983-8B1A-5FEF7C8B6D77> /Users/USER/*/libXrandr.2.dylib
       0x107d8b000 -        0x107d92fe7 +libXcursor.1.dylib (2.2.0 - compatibility 2.0.0) <C3CF72C4-FD01-34C0-8493-DFDD462D7DAC> /Users/USER/*/libXcursor.1.dylib
       0x107d9a000 -        0x107d9bff7 +libXcomposite.1.dylib (2.0.0 - compatibility 2.0.0) <DB6678D1-E674-3EB5-BF87-A5D9BD7F33A0> /Users/USER/*/libXcomposite.1.dylib
       0x107da4000 -        0x107da5ff7 +libXdamage.1.dylib (3.0.0 - compatibility 3.0.0) <E7FC5FED-DE9F-34A1-9F22-A37D1BD1C789> /Users/USER/*/libXdamage.1.dylib
       0x107dad000 -        0x107db0ff7 +libXfixes.3.dylib (5.0.0 - compatibility 5.0.0) <93C18016-255F-3E81-B729-ECC2D039E4C3> /Users/USER/*/libXfixes.3.dylib
       0x107db4000 -        0x107dcafff +libgdk_pixbuf-2.0.0.dylib (2801.0.0 - compatibility 2801.0.0) <8F9193BE-4AE8-3FE9-9CDC-5D8DB7F4F445> /Users/USER/*/libgdk_pixbuf-2.0.0.dylib
       0x107dd5000 -        0x107eaffff +libcairo.2.dylib (11203.14.0 - compatibility 11203.0.0) <C333E710-82B5-3B98-9B6A-3B4BCDFB5230> /Users/USER/*/libcairo.2.dylib
       0x107ed8000 -        0x107fe9fff +libX11.6.dylib (10.0.0 - compatibility 10.0.0) <0585F9AF-3D8F-3E07-957F-F7CC3B2BBF9C> /Users/USER/*/libX11.6.dylib
       0x108012000 -        0x10801efff +libXext.6.dylib (11.0.0 - compatibility 11.0.0) <6808A85C-71A6-330C-AB75-AD8BACA5DF30> /Users/USER/*/libXext.6.dylib
       0x108025000 -        0x1080e3fff +libsqlite3.0.dylib (9.6.0 - compatibility 9.0.0) <D885CB1E-2DDA-314C-A49F-A5686CAA93C9> /Users/USER/*/libsqlite3.0.dylib
       0x1080f6000 -        0x1080fdff7 +libenchant.1.dylib (8.0.0 - compatibility 8.0.0) <78A75FC3-5F23-3A11-B2B5-5F5488E8183B> /Users/USER/*/libenchant.1.dylib
       0x108107000 -        0x108108ff7 +libgmodule-2.0.0.dylib (3601.0.0 - compatibility 3601.0.0) <F03242CF-FF64-3B3C-AD58-8BD973E22A0B> /Users/USER/*/libgmodule-2.0.0.dylib
       0x10810b000 -        0x1081abff7 +libgtkhtml-3.14.19.dylib (21.1.0 - compatibility 21.0.0) <6E4330D0-2C23-36B6-AC07-B39CEE02F7A3> /Users/USER/*/libgtkhtml-3.14.19.dylib
       0x1081e3000 -        0x10820dff7 +libgconf-2.4.dylib (6.5.0 - compatibility 6.0.0) <EF2F4034-4F96-315C-AEAF-51D209D4F787> /Users/USER/*/libgconf-2.4.dylib
       0x108223000 -        0x108275ff7 +libgtksourceview-2.0.0.dylib (??? - ???) <AD565BA0-1508-3F7F-9EA9-E3F3B48F4C40> /Users/USER/*/libgtksourceview-2.0.0.dylib
       0x10829b000 -        0x1094a5fff +libwebkitgtk-1.0.0.dylib (19.5.0 - compatibility 19.0.0) <86037A2B-E255-3B04-8667-C793C5A04239> /Users/USER/*/libwebkitgtk-1.0.0.dylib
       0x10a28b000 -        0x10a2f4fff +libsoup-2.4.1.dylib (8.0.0 - compatibility 8.0.0) <51D6C8E2-5D24-396D-B76E-D4864434E383> /Users/USER/*/libsoup-2.4.1.dylib
       0x10a332000 -        0x10a5b1fff +libjavascriptcoregtk-1.0.0.dylib (14.12.0 - compatibility 14.0.0) <B18D3883-2ADF-378C-B2FE-4590D20594CE> /Users/USER/*/libjavascriptcoregtk-1.0.0.dylib
       0x10a6eb000 -        0x10a70afff +liblzma.5.dylib (6.4.0 - compatibility 6.0.0) <7821AFBD-501E-32EF-8D84-8E859A0858FE> /Users/USER/*/liblzma.5.dylib
       0x10a714000 -        0x10a719fff +libffi.6.dylib (7.1.0 - compatibility 7.0.0) <B34554F6-E646-345A-ADB0-FE00002172E2> /Users/USER/*/libffi.6.dylib
       0x10a71e000 -        0x10a78ffff +libpixman-1.0.dylib (29.2.0 - compatibility 29.0.0) <50E0ABB2-D3A7-31AB-9E39-099994DB398A> /Users/USER/*/libpixman-1.0.dylib
       0x10a7a3000 -        0x10a7a4ff7 +libxcb-shm.0.dylib (??? - ???) <F72A05F7-4961-3833-B014-D261BAD3FFA8> /Users/USER/*/libxcb-shm.0.dylib
       0x10a7ad000 -        0x10a7adfff +libX11-xcb.1.dylib (2.0.0 - compatibility 2.0.0) <A3C0D4CC-811C-3BA5-8282-60607F75105C> /Users/USER/*/libX11-xcb.1.dylib
       0x10a7b4000 -        0x10a7b9fff +libxcb-render.0.dylib (??? - ???) <FC4DFBC3-F95A-3362-BFF4-CD0F6A1614AB> /Users/USER/*/libxcb-render.0.dylib
       0x10a7c2000 -        0x10a7d7ff7 +libxcb.1.dylib (3.0.0 - compatibility 3.0.0) <81574F0E-BCEB-3DFE-8DE0-95D68F928AC2> /Users/USER/*/libxcb.1.dylib
       0x10a7eb000 -        0x10a7ecff7 +libXau.6.dylib (7.0.0 - compatibility 7.0.0) <B8EFE30B-EB2D-3BC9-B9D9-34332BCCF6C0> /Users/USER/*/libXau.6.dylib
       0x10a7f6000 -        0x10a7f9fe7 +libXdmcp.6.dylib (7.0.0 - compatibility 7.0.0) <6B7DEE53-1C33-3B57-AF4E-5D47402C89ED> /Users/USER/*/libXdmcp.6.dylib
       0x10a7fc000 -        0x10a820fff +libpng15.15.dylib (31.0.0 - compatibility 31.0.0) <4FAB159F-93DC-313B-B4E7-F2B3A54A81C9> /Users/USER/*/libpng15.15.dylib
       0x10a82c000 -        0x10a8aaff7 +libharfbuzz.0.dylib (916.0.0 - compatibility 916.0.0) <F9BE10B4-9714-3A70-9320-185EA0DF883A> /Users/USER/*/libharfbuzz.0.dylib
       0x10a8c1000 -        0x10a8d9ff7 +libgraphite2.3.dylib (3.0.1 - compatibility 3.0.0) <3A32033E-3AC1-3340-BBA0-81C66727E672> /Users/USER/*/libgraphite2.3.dylib
       0x10a8e1000 -        0x10a910fff +libicule.49.dylib (49.1.2 - compatibility 49.0.0) <DC235544-90AB-3D8A-BA4C-1FC06AA7CE1B> /Users/USER/*/libicule.49.dylib
       0x10a929000 -        0x10aa3efff +libicuuc.49.dylib (49.1.2 - compatibility 49.0.0) <98F5422E-216E-3BE2-A533-8E04C276EDF5> /Users/USER/*/libicuuc.49.dylib
       0x10aaa8000 -        0x10bbc7fff +libicudata.49.dylib (49.1.2 - compatibility 49.0.0) <CEA43A46-D824-3674-85A5-F9EEBD0E1F37> /Users/USER/*/libicudata.49.dylib
       0x10bbca000 -        0x10bbd8ff7 +libbz2.1.0.dylib (1.0.6 - compatibility 1.0.0) <3065743E-FF22-3992-8530-79948D616646> /Users/USER/*/libbz2.1.0.dylib
       0x10bbde000 -        0x10bbfcfe7 +libexpat.1.dylib (8.0.0 - compatibility 8.0.0) <B0C67DBB-2658-319A-AAB1-D5CA329706D9> /Users/USER/*/libexpat.1.dylib
       0x10bc05000 -        0x10bc39ff7 +libORBit-2.0.dylib (2.0.0 - compatibility 2.0.0) <929190F8-48A6-3473-9FC9-4977AEBD1104> /Users/USER/*/libORBit-2.0.dylib
       0x10bc69000 -        0x10bc85fff +libdbus-glib-1.2.dylib (5.2.0 - compatibility 5.0.0) <2B08BAD8-E325-3EEE-B91E-0EA20B337D0E> /Users/USER/*/libdbus-glib-1.2.dylib
       0x10bc99000 -        0x10bcd4ff7 +libdbus-1.3.dylib (11.2.0 - compatibility 11.0.0) <2B5F6BE3-FE1C-36B9-9F33-5F7E4AB2EAD6> /Users/USER/*/libdbus-1.3.dylib
       0x10bce9000 -        0x10bcedff7 +libgailutil.18.dylib (19.1.0 - compatibility 19.0.0) <A9167A13-6B19-3DB8-952A-527590D46613> /Users/USER/*/libgailutil.18.dylib
       0x10bcf6000 -        0x10bd02fff +libgeoclue.0.dylib (??? - ???) <55218E29-05DD-31F8-9CE1-18BEC4ABDBA4> /Users/USER/*/libgeoclue.0.dylib
       0x10bd19000 -        0x10bd21ff7 +libgstapp-1.0.0.dylib (6.0.0 - compatibility 6.0.0) <B621E4A1-C985-389A-9734-F8C9628BE5BD> /Users/USER/*/libgstapp-1.0.0.dylib
       0x10bd29000 -        0x10bd31fff +libgstfft-1.0.0.dylib (6.0.0 - compatibility 6.0.0) <14229C0D-D959-31A4-A906-AD104078E484> /Users/USER/*/libgstfft-1.0.0.dylib
       0x10bd3b000 -        0x10bd52fff +libgstpbutils-1.0.0.dylib (6.0.0 - compatibility 6.0.0) <E07DDE55-3946-3083-BC62-B69315A5037F> /Users/USER/*/libgstpbutils-1.0.0.dylib
       0x10bd6c000 -        0x10bda7ff7 +libgstaudio-1.0.0.dylib (6.0.0 - compatibility 6.0.0) <34037622-8DE8-3F51-8330-E3A54862E821> /Users/USER/*/libgstaudio-1.0.0.dylib
       0x10bdce000 -        0x10bdf9ff7 +libgsttag-1.0.0.dylib (6.0.0 - compatibility 6.0.0) <83E0895E-BC02-3850-9FB9-42ADD80A960A> /Users/USER/*/libgsttag-1.0.0.dylib
       0x10be0f000 -        0x10be40ff7 +libgstvideo-1.0.0.dylib (6.0.0 - compatibility 6.0.0) <F2B95502-1913-32D9-86F3-1DF24148DC72> /Users/USER/*/libgstvideo-1.0.0.dylib
       0x10be67000 -        0x10bed5fff +liborc-0.4.0.dylib (17.0.0 - compatibility 17.0.0) <A2FA9747-E999-321D-B461-7EED2835654F> /Users/USER/*/liborc-0.4.0.dylib
       0x10bef2000 -        0x10bf36fff +libgstbase-1.0.0.dylib (6.0.0 - compatibility 6.0.0) <E266DAB9-0067-325B-95D2-8A2B8ADB3D10> /Users/USER/*/libgstbase-1.0.0.dylib
       0x10bf50000 -        0x10c016ff7 +libgstreamer-1.0.0.dylib (6.0.0 - compatibility 6.0.0) <2388E689-8B46-335E-A33E-75900039A3A4> /Users/USER/*/libgstreamer-1.0.0.dylib
       0x10c083000 -        0x10c0b8fff +libjpeg.9.dylib (10.0.0 - compatibility 10.0.0) <FD880310-8758-3D66-81AF-36916F505B56> /Users/USER/*/libjpeg.9.dylib
       0x10c0c3000 -        0x10c0ffff7 +libsecret-1.0.dylib (??? - ???) <81FF2FD3-886C-33F4-A404-CA6D71AA545E> /Users/USER/*/libsecret-1.0.dylib
       0x10c136000 -        0x10c1a9ff7 +libgcrypt.11.dylib (19.0.0 - compatibility 19.0.0) <B4D22D30-FBC3-386D-9850-6F4AE8F4CCC9> /Users/USER/*/libgcrypt.11.dylib
       0x10c1c4000 -        0x10c1c6fef +libgpg-error.0.dylib (9.0.0 - compatibility 9.0.0) <DAB078D1-972A-3375-8EA9-3D3343CC8D8B> /Users/USER/*/libgpg-error.0.dylib
       0x10c1cc000 -        0x10c1fafff +libxslt.1.dylib (3.27.0 - compatibility 3.0.0) <10C861DE-D075-3FD3-A7E5-E8FBAA99593F> /Users/USER/*/libxslt.1.dylib
       0x10c207000 -        0x10c25bff7 +libGL.1.dylib (1.2.0 - compatibility 1.2.0) <C9D473FC-4DB2-3467-A625-B1AD360B0188> /Users/USER/*/libGL.1.dylib
       0x10c2ac000 -        0x10c428ff7 +libicui18n.49.dylib (49.1.2 - compatibility 49.0.0) <42BFDBE8-AB91-38AD-B07E-F2FAFA85AB95> /Users/USER/*/libicui18n.49.dylib
       0x10c4f2000 -        0x10c535fff +libwebp.4.dylib (5.2.0 - compatibility 5.0.0) <2D61AE7E-68DE-3D76-B2D0-0423CF18B559> /Users/USER/*/libwebp.4.dylib
       0x10c548000 -        0x10c591fe7 +libXt.6.dylib (7.0.0 - compatibility 7.0.0) <086AC72F-1513-3B50-B481-D63F5AEB742B> /Users/USER/*/libXt.6.dylib
       0x10c5ab000 -        0x10c5b0ff7 +libSM.6.dylib (7.1.0 - compatibility 7.0.0) <BABB8D11-A7B7-37CD-A70F-DF94180B3F9C> /Users/USER/*/libSM.6.dylib
       0x10c5b7000 -        0x10c5c8ff7 +libICE.6.dylib (10.0.0 - compatibility 10.0.0) <4B372A07-054D-3B0F-A15F-428D4D491A85> /Users/USER/*/libICE.6.dylib
       0x10c5d2000 -        0x10c5defff  libXplugin.1.dylib (??? - ???) <ED193AFD-9018-3A92-A685-88EBB279FF20> /Users/USER/*/libXplugin.1.dylib
       0x10c765000 -        0x10c76afff +libpixbufloader-xpm.so (??? - ???) <E4E17FF2-5013-3D3F-A9C0-EDA16ABEA246> /Users/USER/*/libpixbufloader-xpm.so
    0x7fff66975000 -     0x7fff669a9baf  dyld (195.6 - ???) <0CD1B35B-A28F-32DA-B72E-452EAD609613> /Users/USER/*/dyld
    0x7fff84001000 -     0x7fff84034ff7  com.apple.GSS (2.2 - 2.0) <971395D0-B9D0-3FDE-B23F-6F9D0A2FB95F> /Users/USER/*/GSS.framework/Versions/A/GSS
    0x7fff84035000 -     0x7fff84112fef  libsystem_c.dylib (763.13.0 - compatibility 1.0.0) <41B43515-2806-3FBC-ACF1-A16F35B7E290> /Users/USER/*/libsystem_c.dylib
    0x7fff8411f000 -     0x7fff84120ff7  libremovefile.dylib (21.1.0 - compatibility 1.0.0) <739E6C83-AA52-3C6C-A680-B37FE2888A04> /Users/USER/*/libremovefile.dylib
    0x7fff84125000 -     0x7fff84127fff  com.apple.TrustEvaluationAgent (2.0 - 1) <1F31CAFF-C1C6-33D3-94E9-11B721761DDF> /Users/USER/*/TrustEvaluationAgent.framework/Versions/A/TrustEvaluationAgent
    0x7fff8413a000 -     0x7fff8417aff7  libcups.2.dylib (2.9.0 - compatibility 2.0.0) <7D2E5016-A960-3ADE-B042-F74063E79550> /Users/USER/*/libcups.2.dylib
    0x7fff8417b000 -     0x7fff8421dfff  com.apple.securityfoundation (5.0 - 55116) <A9311EF6-B7F7-3DA5-84E8-21BC9B2C3C69> /Users/USER/*/SecurityFoundation.framework/Versions/A/SecurityFoundation
    0x7fff8422c000 -     0x7fff84233fff  com.apple.NetFS (4.0 - 4.0) <433EEE54-E383-3505-9154-45B909FD3AF0> /Users/USER/*/NetFS.framework/Versions/A/NetFS
    0x7fff84234000 -     0x7fff842d5fff  com.apple.LaunchServices (480.40 - 480.40) <C936A07F-0CF8-3F8E-BDB3-76AA7611B4CA> /Users/USER/*/CoreServices.framework/Versions/A/Frameworks/LaunchServices.framework/Versions/A/LaunchServices
    0x7fff842d6000 -     0x7fff842edfff  com.apple.CFOpenDirectory (10.7 - 146) <E71AE4A2-F72B-35F2-9043-9F45CF75F11A> /Users/USER/*/OpenDirectory.framework/Versions/A/Frameworks/CFOpenDirectory.framework/Versions/A/CFOpenDirectory
    0x7fff8432d000 -     0x7fff84332fff  libcache.dylib (47.0.0 - compatibility 1.0.0) <1571C3AB-BCB2-38CD-B3B2-C5FC3F927C6A> /Users/USER/*/libcache.dylib
    0x7fff847c5000 -     0x7fff84819ff7  com.apple.ScalableUserInterface (1.0 - 1) <33563775-C662-313D-B7FA-3D575A9F3D41> /Users/USER/*/QuartzCore.framework/Versions/A/Frameworks/ScalableUserInterface.framework/Versions/A/ScalableUserInterface
    0x7fff8481a000 -     0x7fff8482cff7  libbsm.0.dylib (??? - ???) <349BB16F-75FA-363F-8D98-7A9C3FA90A0D> /Users/USER/*/libbsm.0.dylib
    0x7fff84857000 -     0x7fff84c84fff  libLAPACK.dylib (??? - ???) <4F2E1055-2207-340B-BB45-E4F16171EE0D> /Users/USER/*/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libLAPACK.dylib
    0x7fff84f4b000 -     0x7fff84fabfff  libvDSP.dylib (325.4.0 - compatibility 1.0.0) <3A7521E6-5510-3FA7-AB65-79693A7A5839> /Users/USER/*/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libvDSP.dylib
    0x7fff85025000 -     0x7fff8502bfff  libmacho.dylib (800.0.0 - compatibility 1.0.0) <165514D7-1BFA-38EF-A151-676DCD21FB64> /Users/USER/*/libmacho.dylib
    0x7fff8502c000 -     0x7fff8506eff7  libcommonCrypto.dylib (55010.0.0 - compatibility 1.0.0) <BB770C22-8C57-365A-8716-4A3C36AE7BFB> /Users/USER/*/libcommonCrypto.dylib
    0x7fff85081000 -     0x7fff85085ff7  com.apple.CommonPanels (1.2.5 - 94) <37C6540B-F8D1-355A-806C-F93D8FB522AB> /Users/USER/*/Carbon.framework/Versions/A/Frameworks/CommonPanels.framework/Versions/A/CommonPanels
    0x7fff850b7000 -     0x7fff8511fff7  com.apple.coreui (1.2.2 - 165.11) <9316266A-39CA-3EC7-9C9E-726462CEFF4D> /Users/USER/*/CoreUI.framework/Versions/A/CoreUI
    0x7fff85120000 -     0x7fff85704fff  libBLAS.dylib (??? - ???) <C34F6D88-187F-33DC-8A68-C0C9D1FA36DF> /Users/USER/*/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libBLAS.dylib
    0x7fff86006000 -     0x7fff86007fff  libDiagnosticMessagesClient.dylib (??? - ???) <3DCF577B-F126-302B-BCE2-4DB9A95B8598> /Users/USER/*/libDiagnosticMessagesClient.dylib
    0x7fff86008000 -     0x7fff8602efff  com.apple.framework.familycontrols (3.0 - 300) <6F0C58C0-22E7-3877-8CFA-1ED0CB3CE38B> /Users/USER/*/FamilyControls.framework/Versions/A/FamilyControls
    0x7fff8602f000 -     0x7fff8603dfff  com.apple.NetAuth (3.1 - 3.1) <FE7EC4D7-5632-3B8D-9094-A0AC8D60EDEE> /Users/USER/*/NetAuth.framework/Versions/A/NetAuth
    0x7fff8603e000 -     0x7fff8608aff7  com.apple.SystemConfiguration (1.11.3 - 1.11) <0A7F1982-B4EA-3424-A0C7-FE46C6224F03> /Users/USER/*/SystemConfiguration.framework/Versions/A/SystemConfiguration
    0x7fff86a86000 -     0x7fff86b8bfff  libFontParser.dylib (??? - ???) <D2E56B6E-3182-3667-A78C-4172C435523A> /Users/USER/*/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/Resources/libFontParser.dylib
    0x7fff86e35000 -     0x7fff86f42fff  libJP2.dylib (??? - ???) <053950A7-6B92-320E-A6D7-808CE424F1AD> /Users/USER/*/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libJP2.dylib
    0x7fff86f6f000 -     0x7fff86f76ff7  com.apple.CommerceCore (1.0 - 17) <3894FE48-EDCE-30E9-9796-E2F959D92704> /Users/USER/*/CommerceKit.framework/Versions/A/Frameworks/CommerceCore.framework/Versions/A/CommerceCore
    0x7fff86f77000 -     0x7fff8726cff7  com.apple.security (7.0 - 55148.6) <4535E500-973A-3BA7-AF65-DF5CF0658F02> /Users/USER/*/Security.framework/Versions/A/Security
    0x7fff8726d000 -     0x7fff8727bfff  libdispatch.dylib (187.10.0 - compatibility 1.0.0) <8E03C652-922A-3399-93DE-9EA0CBFA0039> /Users/USER/*/libdispatch.dylib
    0x7fff872ea000 -     0x7fff872ebfff  liblangid.dylib (??? - ???) <CACBE3C3-2F7B-3EED-B50E-EDB73F473B77> /Users/USER/*/liblangid.dylib
    0x7fff872ec000 -     0x7fff87348ff7  com.apple.HIServices (1.21 - ???) <B012EE97-D1CD-3F4B-812D-9AC7E6852FE6> /Users/USER/*/ApplicationServices.framework/Versions/A/Frameworks/HIServices.framework/Versions/A/HIServices
    0x7fff87349000 -     0x7fff874e9ff7  com.apple.QuartzCore (1.7 - 270.5) <19E5E0AB-DAA9-3F97-988C-D9A46AFB9C04> /Users/USER/*/QuartzCore.framework/Versions/A/QuartzCore
    0x7fff874ea000 -     0x7fff87552ff7  com.apple.audio.CoreAudio (4.0.3 - 4.0.3) <9987DC46-2A96-3BA0-B88B-04E573C0AD9B> /Users/USER/*/CoreAudio.framework/Versions/A/CoreAudio
    0x7fff876df000 -     0x7fff8783cfff  com.apple.audio.toolbox.AudioToolbox (1.7.3 - 1.7.3) <5F1E4695-BC74-3ADD-8345-627BCD68201A> /Users/USER/*/AudioToolbox.framework/Versions/A/AudioToolbox
    0x7fff8783d000 -     0x7fff8783dfff  libOpenScriptingUtil.dylib (??? - ???) <A7847713-F410-39C0-884F-A7188A18E742> /Users/USER/*/libOpenScriptingUtil.dylib
    0x7fff87c05000 -     0x7fff87c05fff  com.apple.Carbon (153 - 153) <C1A30E01-E113-38A0-95CA-99360F92A37A> /Users/USER/*/Carbon.framework/Versions/A/Carbon
    0x7fff87c32000 -     0x7fff87c38fff  com.apple.DiskArbitration (2.4.1 - 2.4.1) <CEA34337-63DE-302E-81AA-10D717E1F699> /Users/USER/*/DiskArbitration.framework/Versions/A/DiskArbitration
    0x7fff87ce1000 -     0x7fff87ce1fff  libkeymgr.dylib (23.0.0 - compatibility 1.0.0) <61EFED6A-A407-301E-B454-CD18314F0075> /Users/USER/*/libkeymgr.dylib
    0x7fff87ce2000 -     0x7fff87ce2fff  com.apple.CoreServices (53 - 53) <043C8026-8EDD-3241-B090-F589E24062EF> /Users/USER/*/CoreServices.framework/Versions/A/CoreServices
    0x7fff8808e000 -     0x7fff880a5fff  com.apple.MultitouchSupport.framework (231.4 - 231.4) <10A978D1-8781-33F0-BE45-60C9171F7278> /Users/USER/*/MultitouchSupport.framework/Versions/A/MultitouchSupport
    0x7fff883d5000 -     0x7fff8846bff7  libvMisc.dylib (325.4.0 - compatibility 1.0.0) <642D8D54-F9F5-3FBB-A96C-EEFE94C6278B> /Users/USER/*/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libvMisc.dylib
    0x7fff884e9000 -     0x7fff884e9fff  com.apple.Accelerate.vecLib (3.7 - vecLib 3.7) <C06A140F-6114-3B8B-B080-E509303145B8> /Users/USER/*/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/vecLib
    0x7fff884fd000 -     0x7fff884fdfff  com.apple.Accelerate (1.7 - Accelerate 1.7) <82DDF6F5-FBC3-323D-B71D-CF7ABC5CF568> /Users/USER/*/Accelerate.framework/Versions/A/Accelerate
    0x7fff884fe000 -     0x7fff88772fff  com.apple.CoreImage (7.99.1 - 1.0.1) <4BB09B79-275B-364C-9466-0FF36ABB1218> /Users/USER/*/QuartzCore.framework/Versions/A/Frameworks/CoreImage.framework/Versions/A/CoreImage
    0x7fff88773000 -     0x7fff88778fff  libpam.2.dylib (3.0.0 - compatibility 3.0.0) <D952F17B-200A-3A23-B9B2-7C1F7AC19189> /Users/USER/*/libpam.2.dylib
    0x7fff888b8000 -     0x7fff888baff7  com.apple.print.framework.Print (7.4 - 247.3) <626C58D5-2841-3329-8C32-9F4A8353F3E7> /Users/USER/*/Carbon.framework/Versions/A/Frameworks/Print.framework/Versions/A/Print
    0x7fff888d7000 -     0x7fff88900fff  libJPEG.dylib (??? - ???) <64D079F9-256A-323B-A837-84628B172F21> /Users/USER/*/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libJPEG.dylib
    0x7fff88901000 -     0x7fff88905fff  libmathCommon.A.dylib (2026.0.0 - compatibility 1.0.0) <FF83AFF7-42B2-306E-90AF-D539C51A4542> /Users/USER/*/libmathCommon.A.dylib
    0x7fff8891e000 -     0x7fff88c37fff  com.apple.Foundation (6.7.2 - 833.25) <22AAC369-B63C-3C55-8AC6-C3ECBA44DA7B> /Users/USER/*/Foundation.framework/Versions/C/Foundation
    0x7fff88dfc000 -     0x7fff88e0fff7  libCRFSuite.dylib (??? - ???) <0B76941F-218E-30C8-B6DE-E15919F8DBEB> /Users/USER/*/libCRFSuite.dylib
    0x7fff88e10000 -     0x7fff88ef4ff7  com.apple.CoreServices.OSServices (478.49 - 478.49) <E5BF2069-ED1A-31F5-AFC2-4A530BD467AA> /Users/USER/*/CoreServices.framework/Versions/A/Frameworks/OSServices.framework/Versions/A/OSServices
    0x7fff88f76000 -     0x7fff88f8cff7  com.apple.ImageCapture (7.1.0 - 7.1.0) <1AD40E02-2126-377B-A0D2-CBB21D932558> /Users/USER/*/Carbon.framework/Versions/A/Frameworks/ImageCapture.framework/Versions/A/ImageCapture
    0x7fff88f8d000 -     0x7fff8908ffff  libxml2.2.dylib (10.3.0 - compatibility 10.0.0) <AFBB22B7-07AE-3F2E-B88C-70BEEBFB8A86> /Users/USER/*/libxml2.2.dylib
    0x7fff89090000 -     0x7fff89113fef  com.apple.Metadata (10.7.0 - 627.37) <B9BEB598-B6F2-3BFF-A8F3-C3C87CD076AB> /Users/USER/*/CoreServices.framework/Versions/A/Frameworks/Metadata.framework/Versions/A/Metadata
    0x7fff89114000 -     0x7fff8916fff7  com.apple.opencl (2.0.19 - 2.0.19) <B05BF605-73B8-328F-A228-6FA59E1FC73A> /Users/USER/*/OpenCL.framework/Versions/A/OpenCL
    0x7fff891bc000 -     0x7fff891bdff7  libsystem_blocks.dylib (53.0.0 - compatibility 1.0.0) <8BCA214A-8992-34B2-A8B9-B74DEACA1869> /Users/USER/*/libsystem_blocks.dylib
    0x7fff89395000 -     0x7fff8942fff7  com.apple.SearchKit (1.4.0 - 1.4.0) <4E70C394-773E-3A4B-A93C-59A88ABA9509> /Users/USER/*/CoreServices.framework/Versions/A/Frameworks/SearchKit.framework/Versions/A/SearchKit
    0x7fff89430000 -     0x7fff89488ff7  libTIFF.dylib (??? - ???) <4DA86D53-8977-351D-9DC5-C7AE8F0FD423> /Users/USER/*/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libTIFF.dylib
    0x7fff89489000 -     0x7fff8949efff  com.apple.speech.synthesis.framework (4.0.74 - 4.0.74) <C061ECBB-7061-3A43-8A18-90633F943295> /Users/USER/*/ApplicationServices.framework/Versions/A/Frameworks/SpeechSynthesis.framework/Versions/A/SpeechSynthesis
    0x7fff895e2000 -     0x7fff89666ff7  com.apple.ApplicationServices.ATS (317.12.0 - ???) <BE3C156D-8326-37AA-BC4E-D3C0D31BF976> /Users/USER/*/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/ATS
    0x7fff896a2000 -     0x7fff896aafff  libsystem_dnssd.dylib (??? - ???) <584B321E-5159-37CD-B2E7-82E069C70AFB> /Users/USER/*/libsystem_dnssd.dylib
    0x7fff89781000 -     0x7fff897d5fff  libFontRegistry.dylib (??? - ???) <60FF9C2C-5E44-3C49-8A08-F26101898F21> /Users/USER/*/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/Resources/libFontRegistry.dylib
    0x7fff898b6000 -     0x7fff898c4ff7  libkxld.dylib (??? - ???) <01161870-E3B3-3F87-BA4A-0AA7A081F409> /Users/USER/*/libkxld.dylib
    0x7fff898c5000 -     0x7fff89913fff  libauto.dylib (??? - ???) <D8AC8458-DDD0-3939-8B96-B6CED81613EF> /Users/USER/*/libauto.dylib
    0x7fff89988000 -     0x7fff89988fff  com.apple.vecLib (3.7 - vecLib 3.7) <9A58105C-B36E-35B5-812C-4ED693F2618F> /Users/USER/*/vecLib.framework/Versions/A/vecLib
    0x7fff899dd000 -     0x7fff899f9ff7  com.apple.GenerationalStorage (1.0 - 126.1) <509F52ED-E54B-3FEF-B3C2-759387B826E6> /Users/USER/*/GenerationalStorage.framework/Versions/A/GenerationalStorage
    0x7fff89bb0000 -     0x7fff89c23fff  libstdc++.6.dylib (52.0.0 - compatibility 7.0.0) <6BDD43E4-A4B1-379E-9ED5-8C713653DFF2> /Users/USER/*/libstdc++.6.dylib
    0x7fff89dcb000 -     0x7fff89df8fe7  libSystem.B.dylib (159.1.0 - compatibility 1.0.0) <7BEBB139-50BB-3112-947A-F4AA168F991C> /Users/USER/*/libSystem.B.dylib
    0x7fff89e01000 -     0x7fff89e10fff  com.apple.opengl (1.8.1 - 1.8.1) <51B34133-CEE3-3FC6-82AC-ADF567AE673C> /Users/USER/*/OpenGL.framework/Versions/A/OpenGL
    0x7fff8a47a000 -     0x7fff8a489ff7  libxar-nossl.dylib (??? - ???) <A6ABBFB9-E4ED-38AD-BBBB-F9958B9CEFB5> /Users/USER/*/libxar-nossl.dylib
    0x7fff8a48a000 -     0x7fff8a7a6fff  com.apple.CoreServices.CarbonCore (960.25 - 960.25) <4FC1AB30-022C-3C67-AC46-FDCBFCB7EEDE> /Users/USER/*/CoreServices.framework/Versions/A/Frameworks/CarbonCore.framework/Versions/A/CarbonCore
    0x7fff8a7a7000 -     0x7fff8a7aafff  libCoreVMClient.dylib (??? - ???) <28CB0F3F-A202-391F-8CAC-FC9A1398A962> /Users/USER/*/OpenGL.framework/Versions/A/Libraries/libCoreVMClient.dylib
    0x7fff8b40f000 -     0x7fff8b430fff  libPng.dylib (??? - ???) <E2B52527-4D0C-3595-BB13-8E8EF364E998> /Users/USER/*/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libPng.dylib
    0x7fff8b483000 -     0x7fff8b4a2fff  libresolv.9.dylib (46.1.0 - compatibility 1.0.0) <0635C52D-DD53-3721-A488-4C6E95607A74> /Users/USER/*/libresolv.9.dylib
    0x7fff8b4a3000 -     0x7fff8b4adff7  liblaunch.dylib (392.39.0 - compatibility 1.0.0) <8C235D13-2928-30E5-9E12-2CC3D6324AE2> /Users/USER/*/liblaunch.dylib
    0x7fff8b4bb000 -     0x7fff8b4c2fff  libcopyfile.dylib (85.1.0 - compatibility 1.0.0) <0AB51EE2-E914-358C-AC19-47BC024BDAE7> /Users/USER/*/libcopyfile.dylib
    0x7fff8b8d0000 -     0x7fff8b8d2fff  libCVMSPluginSupport.dylib (??? - ???) <982F1ED4-3CBB-3161-8BEA-8A980C27FCC1> /Users/USER/*/OpenGL.framework/Versions/A/Libraries/libCVMSPluginSupport.dylib
    0x7fff8b8e1000 -     0x7fff8b8f7fff  libGL.dylib (??? - ???) <A4876AE9-DDFE-3B9A-874E-09BC29D46C39> /Users/USER/*/OpenGL.framework/Versions/A/Libraries/libGL.dylib
    0x7fff8b924000 -     0x7fff8ba8bfff  com.apple.CFNetwork (520.5.1 - 520.5.1) <08F70E26-5456-3BFB-8192-00D3CE40D3C9> /Users/USER/*/CoreServices.framework/Versions/A/Frameworks/CFNetwork.framework/Versions/A/CFNetwork
    0x7fff8ba8c000 -     0x7fff8bc60ff7  com.apple.CoreFoundation (6.7.2 - 635.21) <62A3402E-A4E7-391F-AD20-1EF20236CE1B> /Users/USER/*/CoreFoundation.framework/Versions/A/CoreFoundation
    0x7fff8c011000 -     0x7fff8c03cff7  libxslt.1.dylib (3.24.0 - compatibility 3.0.0) <E71220D3-8015-38EC-B97D-7FDB383C2BDC> /Users/USER/*/libxslt.1.dylib
    0x7fff8c03d000 -     0x7fff8c042fff  com.apple.OpenDirectory (10.7 - 146) <A674AB55-6E3D-39AE-9F9B-9865D0193020> /Users/USER/*/OpenDirectory.framework/Versions/A/OpenDirectory
    0x7fff8c198000 -     0x7fff8c27ce5f  libobjc.A.dylib (228.0.0 - compatibility 1.0.0) <871E688B-CF57-3BC7-80D6-F6476DFF109B> /Users/USER/*/libobjc.A.dylib
    0x7fff8c28f000 -     0x7fff8c29afff  com.apple.CommonAuth (2.2 - 2.0) <77E6F0D0-85B6-30B5-B99C-F57104DD2EBA> /Users/USER/*/CommonAuth.framework/Versions/A/CommonAuth
    0x7fff8c29b000 -     0x7fff8c2adff7  libz.1.dylib (1.2.5 - compatibility 1.0.0) <30CBEF15-4978-3DED-8629-7109880A19D4> /Users/USER/*/libz.1.dylib
    0x7fff8c2ae000 -     0x7fff8c2b1fff  libRadiance.dylib (??? - ???) <CD89D70D-F177-3BAE-8A26-644EA7D5E28E> /Users/USER/*/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libRadiance.dylib
    0x7fff8c2c2000 -     0x7fff8c314ff7  libGLU.dylib (??? - ???) <DB906997-0F70-3469-BA0E-2F1DDBEAD8D5> /Users/USER/*/OpenGL.framework/Versions/A/Libraries/libGLU.dylib
    0x7fff8c315000 -     0x7fff8c332fff  libxpc.dylib (77.19.0 - compatibility 1.0.0) <9F57891B-D7EF-3050-BEDD-21E7C6668248> /Users/USER/*/libxpc.dylib
    0x7fff8c333000 -     0x7fff8c337fff  libdyld.dylib (195.5.0 - compatibility 1.0.0) <380C3F44-0CA7-3514-8080-46D1C9DF4FCD> /Users/USER/*/libdyld.dylib
    0x7fff8c338000 -     0x7fff8c339ff7  libsystem_sandbox.dylib (??? - ???) <2A09E4DA-F47C-35CB-B70C-E0492BA9F20E> /Users/USER/*/libsystem_sandbox.dylib
    0x7fff8c33a000 -     0x7fff8c37bfff  com.apple.QD (3.40 - ???) <47674D2C-BE88-388E-B1B0-03F08BFFE5FD> /Users/USER/*/ApplicationServices.framework/Versions/A/Frameworks/QD.framework/Versions/A/QD
    0x7fff8c418000 -     0x7fff8c41dff7  libsystem_network.dylib (??? - ???) <5DE7024E-1D2D-34A2-80F4-08326331A75B> /Users/USER/*/libsystem_network.dylib
    0x7fff8c47c000 -     0x7fff8c47cfff  com.apple.ApplicationServices (41 - 41) <89B6AD5B-5C75-3E83-8C2B-AA7F4C55E400> /Users/USER/*/ApplicationServices.framework/Versions/A/ApplicationServices
    0x7fff8c4e3000 -     0x7fff8c6e5fff  libicucore.A.dylib (46.1.0 - compatibility 1.0.0) <0176782F-9526-3905-813A-7A5676EC2C86> /Users/USER/*/libicucore.A.dylib
    0x7fff8c71f000 -     0x7fff8c838fff  com.apple.DesktopServices (1.6.5 - 1.6.5) <5E7DD5F4-B4DA-3F75-A14A-3494E81CFBA0> /Users/USER/*/DesktopServicesPriv.framework/Versions/A/DesktopServicesPriv
    0x7fff8c90e000 -     0x7fff8c911fff  com.apple.help (1.3.2 - 42) <BF14DE49-F7E8-336F-81FB-BBDF2DB3AC09> /Users/USER/*/Carbon.framework/Versions/A/Frameworks/Help.framework/Versions/A/Help
    0x7fff8c912000 -     0x7fff8ca1efff  libcrypto.0.9.8.dylib (44.0.0 - compatibility 0.9.8) <3A8E1F89-5E26-3C8B-B538-81F5D61DBF8A> /Users/USER/*/libcrypto.0.9.8.dylib
    0x7fff8d178000 -     0x7fff8d183ff7  libc++abi.dylib (14.0.0 - compatibility 1.0.0) <8FF3D766-D678-36F6-84AC-423C878E6D14> /Users/USER/*/libc++abi.dylib
    0x7fff8d1a9000 -     0x7fff8d1e4fff  libsystem_info.dylib (??? - ???) <35F90252-2AE1-32C5-8D34-782C614D9639> /Users/USER/*/libsystem_info.dylib
    0x7fff8d410000 -     0x7fff8d42dff7  com.apple.openscripting (1.3.3 - ???) <F5E34F54-CE85-334B-8F25-53581D43960C> /Users/USER/*/Carbon.framework/Versions/A/Frameworks/OpenScripting.framework/Versions/A/OpenScripting
    0x7fff8d967000 -     0x7fff8d987fff  libsystem_kernel.dylib (1699.32.7 - compatibility 1.0.0) <66C9F9BD-C7B3-30D4-B1A0-03C8A6392351> /Users/USER/*/libsystem_kernel.dylib
    0x7fff8da0b000 -     0x7fff8da18ff7  libbz2.1.0.dylib (1.0.5 - compatibility 1.0.0) <3373D310-3B10-3DD1-B754-B7B138CD448D> /Users/USER/*/libbz2.1.0.dylib
    0x7fff8da19000 -     0x7fff8da22ff7  libsystem_notify.dylib (80.1.0 - compatibility 1.0.0) <A4D651E3-D1C6-3934-AD49-7A104FD14596> /Users/USER/*/libsystem_notify.dylib
    0x7fff8da23000 -     0x7fff8daa8ff7  com.apple.Heimdal (2.2 - 2.0) <FF0BD9A4-6FB0-31E3-ABFB-563FBBEC45FC> /Users/USER/*/Heimdal.framework/Versions/A/Heimdal
    0x7fff8daa9000 -     0x7fff8dbb0fe7  libsqlite3.dylib (9.6.0 - compatibility 9.0.0) <EE02BB01-64C9-304D-9719-A35F5CD6D04C> /Users/USER/*/libsqlite3.dylib
    0x7fff8dbb1000 -     0x7fff8dbd5fff  com.apple.Kerberos (1.0 - 1) <1F826BCE-DA8F-381D-9C4C-A36AA0EA1CB9> /Users/USER/*/Kerberos.framework/Versions/A/Kerberos
    0x7fff8dbd6000 -     0x7fff8dc15fff  com.apple.AE (527.7 - 527.7) <B82F7ABC-AC8B-3507-B029-969DD5CA813D> /Users/USER/*/CoreServices.framework/Versions/A/Frameworks/AE.framework/Versions/A/AE
    0x7fff8dc16000 -     0x7fff8dc1bfff  libGIF.dylib (??? - ???) <58A4492D-AAE7-3B8F-8B06-62867471A3EE> /Users/USER/*/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libGIF.dylib
    0x7fff8dc1c000 -     0x7fff8dc21fff  libcompiler_rt.dylib (6.0.0 - compatibility 1.0.0) <98ECD5F6-E85C-32A5-98CD-8911230CB66A> /Users/USER/*/libcompiler_rt.dylib
    0x7fff8dc22000 -     0x7fff8dd01fff  com.apple.ImageIO.framework (3.1.2 - 3.1.2) <E982B3FF-4788-3FA2-B9F1-53E44E2EA9BA> /Users/USER/*/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/ImageIO
    0x7fff8dd02000 -     0x7fff8dd16ff7  com.apple.LangAnalysis (1.7.0 - 1.7.0) <04C31EF0-912A-3004-A08F-CEC27030E0B2> /Users/USER/*/ApplicationServices.framework/Versions/A/Frameworks/LangAnalysis.framework/Versions/A/LangAnalysis
    0x7fff8dd17000 -     0x7fff8dd1dfff  IOSurface (??? - ???) <77C6757B-D357-3E34-9424-48F962B5CC9C> /Users/USER/*/IOSurface.framework/Versions/A/IOSurface
    0x7fff8dd2c000 -     0x7fff8e058fff  com.apple.HIToolbox (1.9 - ???) <CCB32DEA-D0CA-35D1-8019-E599C8007AB6> /Users/USER/*/Carbon.framework/Versions/A/Frameworks/HIToolbox.framework/Versions/A/HIToolbox
    0x7fff8e059000 -     0x7fff8e05bfff  libquarantine.dylib (36.7.0 - compatibility 1.0.0) <8D9832F9-E4A9-38C3-B880-E5210B2353C7> /Users/USER/*/libquarantine.dylib
    0x7fff8e710000 -     0x7fff8ebd7fff  FaceCoreLight (1.4.7 - compatibility 1.0.0) <BDD0E1DE-CF33-3AF8-B33B-4D1574CCC19D> /Users/USER/*/FaceCoreLight.framework/Versions/A/FaceCoreLight
    0x7fff8ebe5000 -     0x7fff8ec25fe7  libGLImage.dylib (??? - ???) <0B7DAB2B-F1C6-39C7-B864-61EF683B6656> /Users/USER/*/OpenGL.framework/Versions/A/Libraries/libGLImage.dylib
    0x7fff8ecca000 -     0x7fff8ed3afff  com.apple.datadetectorscore (3.0 - 179.4) <9C01D16F-75A9-3BDD-B91A-F0F32261A2E7> /Users/USER/*/DataDetectorsCore.framework/Versions/A/DataDetectorsCore
    0x7fff8ed6c000 -     0x7fff8ed9cff7  com.apple.DictionaryServices (1.2.1 - 158.3) <5E2EBBFD-D520-3379-A431-11DAA844B8D6> /Users/USER/*/CoreServices.framework/Versions/A/Frameworks/DictionaryServices.framework/Versions/A/DictionaryServices
    0x7fff8ed9d000 -     0x7fff8ee18ff7  com.apple.print.framework.PrintCore (7.1 - 366.3) <C5F39A82-0E77-3AD6-906A-20DD2EE8D374> /Users/USER/*/ApplicationServices.framework/Versions/A/Frameworks/PrintCore.framework/Versions/A/PrintCore
    0x7fff8ee19000 -     0x7fff8ee1afff  libdnsinfo.dylib (395.11.0 - compatibility 1.0.0) <853BAAA5-270F-3FDC-B025-D448DB72E1C3> /Users/USER/*/libdnsinfo.dylib
    0x7fff8ee59000 -     0x7fff8ef4efff  libiconv.2.dylib (7.0.0 - compatibility 7.0.0) <5C40E880-0706-378F-B864-3C2BD922D926> /Users/USER/*/libiconv.2.dylib
    0x7fff8fd0e000 -     0x7fff8fdc1ff7  com.apple.CoreText (220.22.0 - ???) <A7A1096F-A211-3775-BA33-08FE98D27F08> /Users/USER/*/ApplicationServices.framework/Versions/A/Frameworks/CoreText.framework/Versions/A/CoreText
    0x7fff8fdc2000 -     0x7fff8fdc3fff  libunc.dylib (24.0.0 - compatibility 1.0.0) <337960EE-0A85-3DD0-A760-7134CF4C0AFF> /Users/USER/*/libunc.dylib
    0x7fff8fdc4000 -     0x7fff8fe3aff7  libc++.1.dylib (28.4.0 - compatibility 1.0.0) <A24FC3DA-4FFA-3DD2-9DCC-2B8D1B3BF97C> /Users/USER/*/libc++.1.dylib
    0x7fff8fe3b000 -     0x7fff8fe46ff7  com.apple.speech.recognition.framework (4.0.21 - 4.0.21) <6540EAF2-E3BF-3D2E-B4C1-F106180D6F20> /Users/USER/*/Carbon.framework/Versions/A/Frameworks/SpeechRecognition.framework/Versions/A/SpeechRecognition
    0x7fff8fe47000 -     0x7fff8ff7dfff  com.apple.vImage (5.1 - 5.1) <A08B7582-67BC-3EED-813A-4833645964A7> /Users/USER/*/Accelerate.framework/Versions/A/Frameworks/vImage.framework/Versions/A/vImage
    0x7fff8ff7e000 -     0x7fff90023fff  com.apple.ink.framework (10.7.5 - 113) <1AE6676D-490A-36C2-B6CC-00F93AEB31DE> /Users/USER/*/Carbon.framework/Versions/A/Frameworks/Ink.framework/Versions/A/Ink
    0x7fff90024000 -     0x7fff900ebff7  com.apple.ColorSync (4.7.4 - 4.7.4) <590AFCDA-F10E-31FE-9B01-DA5FFE74C2BB> /Users/USER/*/ApplicationServices.framework/Versions/A/Frameworks/ColorSync.framework/Versions/A/ColorSync
    0x7fff900ec000 -     0x7fff900efff7  com.apple.securityhi (4.0 - 1) <7146CB8E-B754-3B0E-A74E-77E9138A81C5> /Users/USER/*/Carbon.framework/Versions/A/Frameworks/SecurityHI.framework/Versions/A/SecurityHI
    0x7fff900f0000 -     0x7fff9015bff7  com.apple.framework.IOKit (2.0 - ???) <FE838BB6-D42E-3291-A1A0-6F53FC970261> /Users/USER/*/IOKit.framework/Versions/A/IOKit
    0x7fff9015c000 -     0x7fff90afaa27  com.apple.CoreGraphics (1.600.0 - ???) <576777EA-921B-3D94-98C3-40A9CF8EBD18> /Users/USER/*/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphics.framework/Versions/A/CoreGraphics
    0x7fff9100e000 -     0x7fff91014ff7  libunwind.dylib (30.0.0 - compatibility 1.0.0) <1E9C6C8C-CBE8-3F4B-A5B5-E03E3AB53231> /Users/USER/*/libunwind.dylib
    0x7fff91015000 -     0x7fff9101cfff  libGFXShared.dylib (??? - ???) <D3598924-B167-372E-8C9F-1BBF68852542> /Users/USER/*/OpenGL.framework/Versions/A/Libraries/libGFXShared.dylib
    0x7fff9101d000 -     0x7fff91046fff  com.apple.CoreVideo (1.7 - 70.3) <9A9D4058-9935-3B0A-B1A6-27EB78D02249> /Users/USER/*/CoreVideo.framework/Versions/A/CoreVideo

External Modification Summary:
  Calls made by other processes targeting this process:
    task_for_pid: 2
    thread_create: 0
    thread_set_state: 0
  Calls made by this process:
    task_for_pid: 0
    thread_create: 0
    thread_set_state: 0
  Calls made by all processes on this machine:
    task_for_pid: 38045
    thread_create: 0
    thread_set_state: 0

VM Region Summary:
ReadOnly portion of Libraries: Total=211.2M resident=109.8M(52%) swapped_out_or_unallocated=101.5M(48%)
Writable regions: Total=67.5M written=4360K(6%) resident=5916K(9%) swapped_out=0K(0%) unallocated=61.7M(91%)
 
REGION TYPE                      VIRTUAL
===========                      =======
MALLOC                             51.5M
MALLOC guard page                    48K
STACK GUARD                        56.0M
Stack                              12.1M
VM_ALLOCATE                         804K
__CI_BITMAP                          80K
__DATA                             12.3M
__LINKEDIT                         69.1M
__TEXT                            142.1M
__UNICODE                           544K
mapped file                        2360K
shared memory                        12K
===========                      =======
TOTAL                             346.9M


On Linux I did a test to see if installing bibledit-gtk in another location works well. The other location was entered like this:
./configure --prefix=/opt/local/test
Installing and running Bibledit-Gtk from this location works well. There is no crash.
In the Makefiles, there is also $(DESTDIR).
How does MacPorts influence $(DESTDIR)?

Destdir is to support installing to an intermediate location, in other words a staging directory, from where it will then be moved to its final location.  When you use destdir the paths will still be correct when the files are copied to the final destination (prefix).  So destdir is the intermediate location, whereas prefix is the final location.  In a standard manual install, an intermediate location isn't used so it wouldn't even matter if destdir were defined.  But it is a recommended practice, and some ports repositories use staging directories so they need destdir variable support.

Macports sets the variable at what is called the macports destroot phase.  See DESTDIR string below:

DEBUG: Executing org.macports.destroot (bibledit)
DEBUG: Environment: CPATH='/opt/local/include' CC_PRINT_OPTIONS_FILE='/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_textproc_bibledit/bibledit/work/.CC_PRINT_OPTIONS' LIBRARY_PATH='/opt/local/lib' CC_PRINT_OPTIONS='YES' MACOSX_DEPLOYMENT_TARGET='10.7'
DEBUG: Assembled command: 'cd "/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_textproc_bibledit/bibledit/work/bibledit-gtk-4.7" && /usr/bin/make -w install DESTDIR=/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_textproc_bibledit/bibledit/work/destroot'




On Tue, Apr 16, 2013 at 1:21 AM, <address@hidden> wrote:
Send Bibledit-general mailing list submissions to
        address@hidden

To subscribe or unsubscribe via the World Wide Web, visit
        https://lists.nongnu.org/mailman/listinfo/bibledit-general
or, via email, send a message with subject or body 'help' to
        address@hidden

You can reach the person managing the list at
        address@hidden

When replying, please edit your Subject line so it is more specific
than "Re: Contents of Bibledit-general digest..."


Today's Topics:

   1. Re: Installing Bibledit on Mac OS X (Teus Benschop)
   2. Re: Installing Bibledit on Mac OS X (Teus Benschop)
   3. Nightly builds (Brian Wilson)
   4. Keyboard input in Mac OS X Was: Re: Installing Bibledit on
      Mac OS X (Daniel Owens)
   5. Re: Keyboard input in Mac OS X Was: Re: Installing Bibledit
      on Mac OS X (Teus Benschop)
   6. Re: Nightly builds (Teus Benschop)


----------------------------------------------------------------------

Message: 1
Date: Mon, 15 Apr 2013 20:33:34 +0200
From: Teus Benschop <address@hidden>
To: address@hidden
Subject: Re: [be] Installing Bibledit on Mac OS X
Message-ID:
        <address@hidden>
Content-Type: text/plain; charset="utf-8"

Based on the tests done by Brian, the installation instructions were
updated: First install and remove bibledit through macports, and then
install bibledit from source.

I like the idea from Mark about the 'sandbox' that macports creates for
bibledit. But at the same time this thought came up: Could the reason of
the crash be that the tarball does not work well from within this sandbox,
and expects something installed in /usr/ rather than in /opt/local, and so
crashes?

I have opened a bug (https://savannah.nongnu.org/bugs/index.php?38747)
about the Restore option no longer working.
A temporal workaround is to copy the entire .bibledit folder from the old
to the new mac.
The .bibledit ("dot bibledit") folder is located in the home directory of
the user.
On Linux this would be /home/joe/.bibledit. Copying the equivalent of this
from the old to the new Mac OSX should work around the problem of the store
no longer working.

Teus.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.nongnu.org/archive/html/bibledit-general/attachments/20130415/c710bcc4/attachment.html>

------------------------------

Message: 2
Date: Mon, 15 Apr 2013 20:54:32 +0200
From: Teus Benschop <address@hidden>
To: address@hidden
Subject: Re: [be] Installing Bibledit on Mac OS X
Message-ID:
        <address@hidden>
Content-Type: text/plain; charset="utf-8"

On Linux I did a test to see if installing bibledit-gtk in another location
works well. The other location was entered like this:
./configure --prefix=/opt/local/test
Installing and running Bibledit-Gtk from this location works well. There is
no crash.
In the Makefiles, there is also $(DESTDIR).
How does MacPorts influence $(DESTDIR)?
?
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.nongnu.org/archive/html/bibledit-general/attachments/20130415/7675d82a/attachment.html>

------------------------------

Message: 3
Date: Tue, 16 Apr 2013 09:25:29 +0700
From: Brian Wilson <address@hidden>
To: address@hidden
Subject: [be] Nightly builds
Message-ID:
        <address@hidden>
Content-Type: text/plain; charset="utf-8"

This morning I installed git-core via macports and cloned the bibledit git
repository as per instructions on this
page<http://www.nongnu.org/bibledit/development.html>.


There are several issues and questions.

1. When I install from source (either the stable package or now the nightly
build in the git directory) I have to manually add the path in the .profile
file and then open a new terminal. Is this normal or is this a bug? I would
have thought that installing would also install the commands to one of the
/bin folders. Can we either have an explanation in the installation
instructions or a way for the path to be set automatically during
installation?

2. How do I tell what version/build number I am running? I tried man
bibledit-gtk but there are no man pages. (For reference in troubleshooting
and bug reports.)

3. Opening the current build (I cloned at April 16, 2013 8:30AM GMT+7) I
get the correct title for my bible but a blank window (but the book,
chapter and verse selections at the top are from where I last visited
before reinstalling.

4. When reinstalling, is it necessary to make uninstall first (I did) or do
I install the next nightly build on top of this one in the git folder?

Sorry for so many questions. I would also like to help in troubleshooting
as needed.

Thank you,

Brian
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.nongnu.org/archive/html/bibledit-general/attachments/20130416/87d65245/attachment.html>

------------------------------

Message: 4
Date: Tue, 16 Apr 2013 11:08:18 +0800
From: Daniel Owens <address@hidden>
To: address@hidden
Subject: [be] Keyboard input in Mac OS X Was: Re: Installing Bibledit
        on Mac OS X
Message-ID: <address@hidden>
Content-Type: text/plain; charset="us-ascii"

An HTML attachment was scrubbed...
URL: <http://lists.nongnu.org/archive/html/bibledit-general/attachments/20130416/b32258cd/attachment.html>

------------------------------

Message: 5
Date: Tue, 16 Apr 2013 09:09:24 +0200
From: Teus Benschop <address@hidden>
To: address@hidden
Subject: Re: [be] Keyboard input in Mac OS X Was: Re: Installing
        Bibledit on Mac OS X
Message-ID:
        <CAFueZ4xNpD__N4unn5xhovP=address@hidden>
Content-Type: text/plain; charset="utf-8"

Checking the option "Follow System Keyboard Layout" is helpful information.
I have added it to the "Notes" section at the bottom of the page about
installing Bibledit-Gtk on the Mac.
See:
https://sites.google.com/site/bibledit/gtk/installation/macintosh/bibledit-gtk-4-7-on-mac-osx
Teus
?
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.nongnu.org/archive/html/bibledit-general/attachments/20130416/2b601478/attachment.html>

------------------------------

Message: 6
Date: Tue, 16 Apr 2013 10:21:28 +0200
From: Teus Benschop <address@hidden>
To: address@hidden
Subject: Re: [be] Nightly builds
Message-ID:
        <address@hidden>
Content-Type: text/plain; charset="utf-8"

Hi Brian,

As to point 1, an explanation was added to
https://sites.google.com/site/bibledit/gtk/installation/macintosh/bibledit-gtk-4-7-on-mac-osx
: (The path will only take effect when starting a new X11 terminal, because
the updated file ".bashrc" is only run on starting the terminal.)

It would be more elegant when, as you say, the path is automatically
updated during installation.
If you find this feature important, do you mind adding it to the Tasks
tracker at https://savannah.nongnu.org/projects/bibledit?
Does anybody know how to update the path during installation, by the way?

As to point 2, the version number, this can be seen from Bibledit-Gtk
itself. It works through menu Help - About.

On Linux, "man bibledit-gtk" works. If the man pages don't work on the Mac,
anybody knows the cause of this?

As to point 3, I am not sure what happens that you have a blank window.
Will closing the project, and re-opening it help?

About point 4, as long as the version installed through macports is
completely gone, then installing the more recent nightly build over the
older one is the way to go and how it is designed to work. Uninstalling is
no problem, and it works too, but there's no need for doing that, and it
makes no difference.

Teus.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.nongnu.org/archive/html/bibledit-general/attachments/20130416/33e6a85b/attachment.html>

------------------------------

_______________________________________________
Bibledit-general mailing list
address@hidden
https://lists.nongnu.org/mailman/listinfo/bibledit-general


End of Bibledit-general Digest, Vol 55, Issue 11
************************************************


reply via email to

[Prev in Thread] Current Thread [Next in Thread]