Subsurface crashing on Mac since update to Mavericks

Robert Helling helling at atdotde.de
Fri Nov 8 08:32:36 UTC 2013


On 08.11.2013, at 17:21, Thiago Macieira <thiago at macieira.org> wrote:

Thiago,

thanks a lot for your help.

> Can you export DYLD_IMAGE_SUFFIX=_debug and run gdb again?
> 
> That's a backtrace of a release build. But you've got a failing Q_ASSERT, so 
> it's not a release build... Possibly the CMake buildsystem failed to set the 
> compilation flags properly.
> 
> Also, looks like you've done the deployment step and then recompiled 
> Subsurface. Please remove the Subsurface.app bundle, compile again and don't 
> do the deployment or DMG creation step, to avoid warnings like:
> 
> objc[50475]: Class QCocoaPrintPanelDelegate is implemented in both 
> /Users/helling/test/subsurface/Subsurface.app/Contents/Frameworks/QtGui.framework/Versions/4/QtGui 
> and /usr/local/lib/QtGui.framework/Versions/4/QtGui. One of the two will be 
> used. Which one is undefined.

Did that. Here is the result:

th-ws-tmpim01:subsurface helling$ gdb Subsurface.app/Contents/MacOS/Subsurface 
GNU gdb 6.3.50-20050815 (Apple version gdb-1824) (Wed Feb  6 22:51:23 UTC 2013)
Copyright 2004 Free Software Foundation, Inc.
GDB is free software, covered by the GNU General Public License, and you are
welcome to change it and/or distribute copies of it under certain conditions.
Type "show copying" to see the conditions.
There is absolutely no warranty for GDB.  Type "show warranty" for details.
This GDB was configured as "x86_64-apple-darwin"...Reading symbols for shared libraries ............... done

(gdb) r
Starting program: /Users/helling/subsurface/Subsurface.app/Contents/MacOS/Subsurface 
Reading symbols for shared libraries ++++++++++++++.....................bfd_mach_o_scan_read_symtab_symbol: symbol "_bzero" is unsupported 'indirect' reference: setting to undefined
bfd_mach_o_scan_read_symtab_symbol: symbol "_memccpy" is unsupported 'indirect' reference: setting to undefined
bfd_mach_o_scan_read_symtab_symbol: symbol "_memchr" is unsupported 'indirect' reference: setting to undefined
bfd_mach_o_scan_read_symtab_symbol: symbol "_memcmp" is unsupported 'indirect' reference: setting to undefined
bfd_mach_o_scan_read_symtab_symbol: symbol "_memcpy" is unsupported 'indirect' reference: setting to undefined
bfd_mach_o_scan_read_symtab_symbol: symbol "_memmove" is unsupported 'indirect' reference: setting to undefined
bfd_mach_o_scan_read_symtab_symbol: symbol "_memset" is unsupported 'indirect' reference: setting to undefined
bfd_mach_o_scan_read_symtab_symbol: symbol "_strchr" is unsupported 'indirect' reference: setting to undefined
bfd_mach_o_scan_read_symtab_symbol: symbol "_strcmp" is unsupported 'indirect' reference: setting to undefined
bfd_mach_o_scan_read_symtab_symbol: symbol "_strncmp" is unsupported 'indirect' reference: setting to undefined
....warning: Could not find object file "/private/var/tmp/Libsyscall/Libsyscall-2422.1.72~6/Libsyscall.build/Libsyscall_dynamic.build/Objects-normal/x86_64/_libc_funcptr.o" - no debug information available for "_libc_funcptr.c".

warning: Could not find object file "/private/var/tmp/Libsyscall/Libsyscall-2422.1.72~6/Libsyscall.build/Libsyscall_dynamic.build/Objects-normal/x86_64/strlen.o" - no debug information available for "strlen.c".

warning: Could not find object file "/private/var/tmp/Libsyscall/Libsyscall-2422.1.72~6/Libsyscall.build/Libsyscall_dynamic.build/Objects-normal/x86_64/strcmp.o" - no debug information available for "strcmp.c".

warning: Could not find object file "/private/var/tmp/Libsyscall/Libsyscall-2422.1.72~6/Libsyscall.build/Libsyscall_dynamic.build/Objects-normal/x86_64/memcpy.o" - no debug information available for "memcpy.c".

warning: Could not find object file "/private/var/tmp/Libsyscall/Libsyscall-2422.1.72~6/Libsyscall.build/Libsyscall_dynamic.build/Objects-normal/x86_64/strlcpy.o" - no debug information available for "strlcpy.c".

warning: Could not find object file "/private/var/tmp/Libsyscall/Libsyscall-2422.1.72~6/Libsyscall.build/Libsyscall_dynamic.build/Objects-normal/x86_64/kernel_vers.o" - no debug information available for "kernel_vers.c".

warning: Could not find object file "/BinaryCache/Libsyscall/Libsyscall-2422.1.72~6/Symbols/BuiltProducts/libsystem_kernel.a(clock_privUser.o)" - no debug information available for "clock_privUser.c".

warning: Could not find object file "/BinaryCache/Libsyscall/Libsyscall-2422.1.72~6/Symbols/BuiltProducts/libsystem_kernel.a(clock_replyUser.o)" - no debug information available for "clock_replyUser.c".

warning: Could not find object file "/BinaryCache/Libsyscall/Libsyscall-2422.1.72~6/Symbols/BuiltProducts/libsystem_kernel.a(clockUser.o)" - no debug information available for "clockUser.c".

warning: Could not find object file "/BinaryCache/Libsyscall/Libsyscall-2422.1.72~6/Symbols/BuiltProducts/libsystem_kernel.a(excUser.o)" - no debug information available for "excUser.c".

warning: Could not find object file "/BinaryCache/Libsyscall/Libsyscall-2422.1.72~6/Symbols/BuiltProducts/libsystem_kernel.a(excServer.o)" - no debug information available for "excServer.c".

warning: Could not find object file "/BinaryCache/Libsyscall/Libsyscall-2422.1.72~6/Symbols/BuiltProducts/libsystem_kernel.a(host_privUser.o)" - no debug information available for "host_privUser.c".

warning: Could not find object file "/BinaryCache/Libsyscall/Libsyscall-2422.1.72~6/Symbols/BuiltProducts/libsystem_kernel.a(host_securityUser.o)" - no debug information available for "host_securityUser.c".

warning: Could not find object file "/BinaryCache/Libsyscall/Libsyscall-2422.1.72~6/Symbols/BuiltProducts/libsystem_kernel.a(lock_setUser.o)" - no debug information available for "lock_setUser.c".

warning: Could not find object file "/BinaryCache/Libsyscall/Libsyscall-2422.1.72~6/Symbols/BuiltProducts/libsystem_kernel.a(mach_hostUser.o)" - no debug information available for "mach_hostUser.c".

warning: Could not find object file "/BinaryCache/Libsyscall/Libsyscall-2422.1.72~6/Symbols/BuiltProducts/libsystem_kernel.a(mach_portUser.o)" - no debug information available for "mach_portUser.c".

warning: Could not find object file "/BinaryCache/Libsyscall/Libsyscall-2422.1.72~6/Symbols/BuiltProducts/libsystem_kernel.a(mach_vmUser.o)" - no debug information available for "mach_vmUser.c".

warning: Could not find object file "/BinaryCache/Libsyscall/Libsyscall-2422.1.72~6/Symbols/BuiltProducts/libsystem_kernel.a(notifyUser.o)" - no debug information available for "notifyUser.c".

warning: Could not find object file "/BinaryCache/Libsyscall/Libsyscall-2422.1.72~6/Symbols/BuiltProducts/libsystem_kernel.a(processor_setUser.o)" - no debug information available for "processor_setUser.c".

warning: Could not find object file "/BinaryCache/Libsyscall/Libsyscall-2422.1.72~6/Symbols/BuiltProducts/libsystem_kernel.a(processorUser.o)" - no debug information available for "processorUser.c".

warning: Could not find object file "/BinaryCache/Libsyscall/Libsyscall-2422.1.72~6/Symbols/BuiltProducts/libsystem_kernel.a(netnameUser.o)" - no debug information available for "netnameUser.c".

warning: Could not find object file "/BinaryCache/Libsyscall/Libsyscall-2422.1.72~6/Symbols/BuiltProducts/libsystem_kernel.a(taskUser.o)" - no debug information available for "taskUser.c".

warning: Could not find object file "/BinaryCache/Libsyscall/Libsyscall-2422.1.72~6/Symbols/BuiltProducts/libsystem_kernel.a(thread_actUser.o)" - no debug information available for "thread_actUser.c".

warning: Could not find object file "/BinaryCache/Libsyscall/Libsyscall-2422.1.72~6/Symbols/BuiltProducts/libsystem_kernel.a(vm_mapUser.o)" - no debug information available for "vm_mapUser.c".

warning: Could not find object file "/BinaryCache/Libsyscall/Libsyscall-2422.1.72~6/Symbols/BuiltProducts/libsystem_kernel.a(clock_sleep.o)" - no debug information available for "clock_sleep.c".

warning: Could not find object file "/BinaryCache/Libsyscall/Libsyscall-2422.1.72~6/Symbols/BuiltProducts/libsystem_kernel.a(error_codes.o)" - no debug information available for "error_codes.c".

warning: Could not find object file "/BinaryCache/Libsyscall/Libsyscall-2422.1.72~6/Symbols/BuiltProducts/libsystem_kernel.a(exc_catcher_state_identity.o)" - no debug information available for "exc_catcher_state_identity.c".

warning: Could not find object file "/BinaryCache/Libsyscall/Libsyscall-2422.1.72~6/Symbols/BuiltProducts/libsystem_kernel.a(exc_catcher_state.o)" - no debug information available for "exc_catcher_state.c".

warning: Could not find object file "/BinaryCache/Libsyscall/Libsyscall-2422.1.72~6/Symbols/BuiltProducts/libsystem_kernel.a(exc_catcher.o)" - no debug information available for "exc_catcher.c".

warning: Could not find object file "/BinaryCache/Libsyscall/Libsyscall-2422.1.72~6/Symbols/BuiltProducts/libsystem_kernel.a(fprintf_stderr.o)" - no debug information available for "fprintf_stderr.c".

warning: Could not find object file "/BinaryCache/Libsyscall/Libsyscall-2422.1.72~6/Symbols/BuiltProducts/libsystem_kernel.a(mach_error_string.o)" - no debug information available for "mach_error_string.c".

warning: Could not find object file "/BinaryCache/Libsyscall/Libsyscall-2422.1.72~6/Symbols/BuiltProducts/libsystem_kernel.a(mach_error.o)" - no debug information available for "mach_error.c".

warning: Could not find object file "/BinaryCache/Libsyscall/Libsyscall-2422.1.72~6/Symbols/BuiltProducts/libsystem_kernel.a(mach_init.o)" - no debug information available for "mach_init.c".

warning: Could not find object file "/BinaryCache/Libsyscall/Libsyscall-2422.1.72~6/Symbols/BuiltProducts/libsystem_kernel.a(mach_absolute_time.o)" - no debug information available for "mach_absolute_time.s".

warning: Could not find object file "/BinaryCache/Libsyscall/Libsyscall-2422.1.72~6/Symbols/BuiltProducts/libsystem_kernel.a(mach_msg.o)" - no debug information available for "mach_msg.c".

warning: Could not find object file "/BinaryCache/Libsyscall/Libsyscall-2422.1.72~6/Symbols/BuiltProducts/libsystem_kernel.a(mach_traps.o)" - no debug information available for "mach_traps.s".

warning: Could not find object file "/BinaryCache/Libsyscall/Libsyscall-2422.1.72~6/Symbols/BuiltProducts/libsystem_kernel.a(mig_allocate.o)" - no debug information available for "mig_allocate.c".

warning: Could not find object file "/BinaryCache/Libsyscall/Libsyscall-2422.1.72~6/Symbols/BuiltProducts/libsystem_kernel.a(__commpage_gettimeofday-1B10426C6417394E.o)" - no debug information available for "__commpage_gettimeofday.s".

warning: Could not find object file "/BinaryCache/Libsyscall/Libsyscall-2422.1.72~6/Symbols/BuiltProducts/libsystem_kernel.a(mig_deallocate.o)" - no debug information available for "mig_deallocate.c".

warning: Could not find object file "/BinaryCache/Libsyscall/Libsyscall-2422.1.72~6/Symbols/BuiltProducts/libsystem_kernel.a(mig_reply_setup.o)" - no debug information available for "mig_reply_setup.c".

warning: Could not find object file "/BinaryCache/Libsyscall/Libsyscall-2422.1.72~6/Symbols/BuiltProducts/libsystem_kernel.a(mig_reply_port.o)" - no debug information available for "mig_reply_port.c".

warning: Could not find object file "/BinaryCache/Libsyscall/Libsyscall-2422.1.72~6/Symbols/BuiltProducts/libsystem_kernel.a(mig_strncpy.o)" - no debug information available for "mig_strncpy.c".

warning: Could not find object file "/BinaryCache/Libsyscall/Libsyscall-2422.1.72~6/Symbols/BuiltProducts/libsystem_kernel.a(ms_thread_switch.o)" - no debug information available for "ms_thread_switch.c".

warning: Could not find object file "/BinaryCache/Libsyscall/Libsyscall-2422.1.72~6/Symbols/BuiltProducts/libsystem_kernel.a(panic.o)" - no debug information available for "panic.c".

warning: Could not find object file "/BinaryCache/Libsyscall/Libsyscall-2422.1.72~6/Symbols/BuiltProducts/libsystem_kernel.a(port_obj.o)" - no debug information available for "port_obj.c".

warning: Could not find object file "/BinaryCache/Libsyscall/Libsyscall-2422.1.72~6/Symbols/BuiltProducts/libsystem_kernel.a(semaphore.o)" - no debug information available for "semaphore.c".

warning: Could not find object file "/BinaryCache/Libsyscall/Libsyscall-2422.1.72~6/Symbols/BuiltProducts/libsystem_kernel.a(slot_name.o)" - no debug information available for "slot_name.c".

warning: Could not find object file "/BinaryCache/Libsyscall/Libsyscall-2422.1.72~6/Symbols/BuiltProducts/libsystem_kernel.a(string.o)" - no debug information available for "string.c".

warning: Could not find object file "/BinaryCache/Libsyscall/Libsyscall-2422.1.72~6/Symbols/BuiltProducts/libsystem_kernel.a(getiopolicy_np.o)" - no debug information available for "getiopolicy_np.c".

warning: Could not find object file "/BinaryCache/Libsyscall/Libsyscall-2422.1.72~6/Symbols/BuiltProducts/libsystem_kernel.a(mach_legacy.o)" - no debug information available for "mach_legacy.c".

warning: Could not find object file "/BinaryCache/Libsyscall/Libsyscall-2422.1.72~6/Symbols/BuiltProducts/libsystem_kernel.a(errno.o)" - no debug information available for "errno.c".

warning: Could not find object file "/BinaryCache/Libsyscall/Libsyscall-2422.1.72~6/Symbols/BuiltProducts/libsystem_kernel.a(libproc.o)" - no debug information available for "libproc.c".

warning: Could not find object file "/BinaryCache/Libsyscall/Libsyscall-2422.1.72~6/Symbols/BuiltProducts/libsystem_kernel.a(_libkernel_init.o)" - no debug information available for "_libkernel_init.c".

warning: Could not find object file "/BinaryCache/Libsyscall/Libsyscall-2422.1.72~6/Symbols/BuiltProducts/libsystem_kernel.a(gethostuuid.o)" - no debug information available for "gethostuuid.c".

warning: Could not find object file "/BinaryCache/Libsyscall/Libsyscall-2422.1.72~6/Symbols/BuiltProducts/libsystem_kernel.a(chmod.o)" - no debug information available for "chmod.c".

warning: Could not find object file "/BinaryCache/Libsyscall/Libsyscall-2422.1.72~6/Symbols/BuiltProducts/libsystem_kernel.a(fchmod.o)" - no debug information available for "fchmod.c".

warning: Could not find object file "/BinaryCache/Libsyscall/Libsyscall-2422.1.72~6/Symbols/BuiltProducts/libsystem_kernel.a(posix_spawn.o)" - no debug information available for "posix_spawn.c".

warning: Could not find object file "/BinaryCache/Libsyscall/Libsyscall-2422.1.72~6/Symbols/BuiltProducts/libsystem_kernel.a(fcntl.o)" - no debug information available for "fcntl.c".

warning: Could not find object file "/BinaryCache/Libsyscall/Libsyscall-2422.1.72~6/Symbols/BuiltProducts/libsystem_kernel.a(fcntl-cancel.o)" - no debug information available for "fcntl-cancel.c".

warning: Could not find object file "/BinaryCache/Libsyscall/Libsyscall-2422.1.72~6/Symbols/BuiltProducts/libsystem_kernel.a(getrlimit.o)" - no debug information available for "getrlimit.c".

warning: Could not find object file "/BinaryCache/Libsyscall/Libsyscall-2422.1.72~6/Symbols/BuiltProducts/libsystem_kernel.a(ioctl.o)" - no debug information available for "ioctl.c".

warning: Could not find object file "/BinaryCache/Libsyscall/Libsyscall-2422.1.72~6/Symbols/BuiltProducts/libsystem_kernel.a(kill-37E6E965E657E453.o)" - no debug information available for "kill.c".

warning: Could not find object file "/BinaryCache/Libsyscall/Libsyscall-2422.1.72~6/Symbols/BuiltProducts/libsystem_kernel.a(mmap.o)" - no debug information available for "mmap.c".

warning: Could not find object file "/BinaryCache/Libsyscall/Libsyscall-2422.1.72~6/Symbols/BuiltProducts/libsystem_kernel.a(select-pre1050.o)" - no debug information available for "select-pre1050.c".

warning: Could not find object file "/BinaryCache/Libsyscall/Libsyscall-2422.1.72~6/Symbols/BuiltProducts/libsystem_kernel.a(select-cancel.o)" - no debug information available for "select-cancel.c".

warning: Could not find object file "/BinaryCache/Libsyscall/Libsyscall-2422.1.72~6/Symbols/BuiltProducts/libsystem_kernel.a(select-F9C506C36CA23E61.o)" - no debug information available for "select.c".

warning: Could not find object file "/BinaryCache/Libsyscall/Libsyscall-2422.1.72~6/Symbols/BuiltProducts/libsystem_kernel.a(setrlimit.o)" - no debug information available for "setrlimit.c".

warning: Could not find object file "/BinaryCache/Libsyscall/Libsyscall-2422.1.72~6/Symbols/BuiltProducts/libsystem_kernel.a(sigsuspend-A64FA829AFDB1B93.o)" - no debug information available for "sigsuspend.c".

warning: Could not find object file "/BinaryCache/Libsyscall/Libsyscall-2422.1.72~6/Symbols/BuiltProducts/libsystem_kernel.a(sigsuspend-cancel.o)" - no debug information available for "sigsuspend-cancel.c".

warning: Could not find object file "/BinaryCache/Libsyscall/Libsyscall-2422.1.72~6/Symbols/BuiltProducts/libsystem_kernel.a(unlink.o)" - no debug information available for "unlink.c".

warning: Could not find object file "/BinaryCache/Libsyscall/Libsyscall-2422.1.72~6/Symbols/BuiltProducts/libsystem_kernel.a(rmdir.o)" - no debug information available for "rmdir.c".

warning: Could not find object file "/BinaryCache/Libsyscall/Libsyscall-2422.1.72~6/Symbols/BuiltProducts/libsystem_kernel.a(rename.o)" - no debug information available for "rename.c".

warning: Could not find object file "/BinaryCache/Libsyscall/Libsyscall-2422.1.72~6/Symbols/BuiltProducts/libsystem_kernel.a(remove-counter.o)" - no debug information available for "remove-counter.c".

warning: Could not find object file "/BinaryCache/Libsyscall/Libsyscall-2422.1.72~6/Symbols/BuiltProducts/libsystem_kernel.a(__get_cpu_capabilities.o)" - no debug information available for "__get_cpu_capabilities.s".

warning: Could not find object file "/BinaryCache/Libsyscall/Libsyscall-2422.1.72~6/Symbols/BuiltProducts/libsystem_kernel.a(init_cpu_capabilities.o)" - no debug information available for "init_cpu_capabilities.c".

warning: Could not find object file "/BinaryCache/Libsyscall/Libsyscall-2422.1.72~6/Symbols/BuiltProducts/libsystem_kernel.a(open_dprotected_np.o)" - no debug information available for "open_dprotected_np.c".

warning: Could not find object file "/BinaryCache/Libsyscall/Libsyscall-2422.1.72~6/Symbols/BuiltProducts/libsystem_kernel.a(proc_listpidspath.o)" - no debug information available for "proc_listpidspath.c".

warning: Could not find object file "/BinaryCache/Libsyscall/Libsyscall-2422.1.72~6/Symbols/BuiltProducts/libsystem_kernel.a(mach_port-FF9CE92C13C15B47.o)" - no debug information available for "mach_port.c".

warning: Could not find object file "/BinaryCache/Libsyscall/Libsyscall-2422.1.72~6/Symbols/BuiltProducts/libsystem_kernel.a(mach_vm-781E485645396B48.o)" - no debug information available for "mach_vm.c".

warning: Could not find object file "/BinaryCache/Libsyscall/Libsyscall-2422.1.72~6/Symbols/BuiltProducts/libsystem_kernel.a(getaudit.o)" - no debug information available for "getaudit.c".

warning: Could not find object file "/BinaryCache/Libsyscall/Libsyscall-2422.1.72~6/Symbols/BuiltProducts/libsystem_kernel.a(alloc_once.o)" - no debug information available for "alloc_once.c".

warning: Could not find object file "/BinaryCache/Libsyscall/Libsyscall-2422.1.72~6/Symbols/BuiltProducts/libsystem_kernel.a(guarded_open_np.o)" - no debug information available for "guarded_open_np.c".

warning: Could not find object file "/BinaryCache/Libsyscall/Libsyscall-2422.1.72~6/Symbols/BuiltProducts/libsystem_kernel.a(carbon_delete.o)" - no debug information available for "carbon_delete.c".

warning: Could not find object file "/BinaryCache/Libsyscall/Libsyscall-2422.1.72~6/Symbols/BuiltProducts/libsystem_kernel.a(munmap-260E38402BE7DD5A.o)" - no debug information available for "munmap.c".

warning: Could not find object file "/BinaryCache/Libsyscall/Libsyscall-2422.1.72~6/Symbols/BuiltProducts/libsystem_kernel.a(kernel_vers.o)" - no debug information available for "kernel_vers.c".

.....warning: Could not find object file "/private/var/tmp/libplatform/libplatform-24.1.4~24/libplatform.build/libsystem_platform.build/Objects-normal/x86_64/init.o" - no debug information available for "init.c".

warning: Could not find object file "/BinaryCache/libplatform/libplatform-24.1.4~24/Symbols/libsimple_normal.a(getenv.o)" - no debug information available for "getenv.c".

warning: Could not find object file "/BinaryCache/libplatform/libplatform-24.1.4~24/Symbols/libsimple_normal.a(asl.o)" - no debug information available for "asl.c".

warning: Could not find object file "/BinaryCache/libplatform/libplatform-24.1.4~24/Symbols/libsimple_normal.a(string_io.o)" - no debug information available for "string_io.c".

warning: Could not find object file "/BinaryCache/libplatform/libplatform-24.1.4~24/Symbols/libatomics_normal.a(platfunc.o)" - no debug information available for "platfunc.c".

warning: Could not find object file "/BinaryCache/libplatform/libplatform-24.1.4~24/Symbols/libatomics_normal.a(init.o)" - no debug information available for "init.c".

warning: Could not find object file "/BinaryCache/libplatform/libplatform-24.1.4~24/Symbols/libatomics_normal.a(atomic.o)" - no debug information available for "atomic.c".

warning: Could not find object file "/BinaryCache/libplatform/libplatform-24.1.4~24/Symbols/libatomics_normal.a(OSAtomic.o)" - no debug information available for "OSAtomic.s".

warning: Could not find object file "/BinaryCache/libplatform/libplatform-24.1.4~24/Symbols/libatomics_normal.a(pfz.o)" - no debug information available for "pfz.s".

warning: Could not find object file "/BinaryCache/libplatform/libplatform-24.1.4~24/Symbols/libcachecontrol_normal.a(cache.o)" - no debug information available for "cache.c".

warning: Could not find object file "/BinaryCache/libplatform/libplatform-24.1.4~24/Symbols/libcachecontrol_normal.a(cache.o)" - no debug information available for "cache.s".

warning: Could not find object file "/BinaryCache/libplatform/libplatform-24.1.4~24/Symbols/libos_normal.a(lock.o)" - no debug information available for "lock.c".

warning: Could not find object file "/BinaryCache/libplatform/libplatform-24.1.4~24/Symbols/libos_normal.a(once.o)" - no debug information available for "once.c".

warning: Could not find object file "/BinaryCache/libplatform/libplatform-24.1.4~24/Symbols/libos_normal.a(alloc_once.o)" - no debug information available for "alloc_once.c".

warning: Could not find object file "/BinaryCache/libplatform/libplatform-24.1.4~24/Symbols/libos_normal.a(semaphore.o)" - no debug information available for "semaphore.c".

warning: Could not find object file "/BinaryCache/libplatform/libplatform-24.1.4~24/Symbols/libos_normal.a(resolver.o)" - no debug information available for "resolver.c".

warning: Could not find object file "/BinaryCache/libplatform/libplatform-24.1.4~24/Symbols/libsetjmp_normal.a(setjmperr.o)" - no debug information available for "setjmperr.c".

warning: Could not find object file "/BinaryCache/libplatform/libplatform-24.1.4~24/Symbols/libsetjmp_normal.a(sigtramp.o)" - no debug information available for "sigtramp.c".

warning: Could not find object file "/BinaryCache/libplatform/libplatform-24.1.4~24/Symbols/libsetjmp_normal.a(setjmp.o)" - no debug information available for "setjmp.s".

warning: Could not find object file "/BinaryCache/libplatform/libplatform-24.1.4~24/Symbols/libsetjmp_normal.a(_sigtramp.o)" - no debug information available for "_sigtramp.s".

warning: Could not find object file "/BinaryCache/libplatform/libplatform-24.1.4~24/Symbols/libsetjmp_normal.a(_setjmp.o)" - no debug information available for "_setjmp.s".

warning: Could not find object file "/BinaryCache/libplatform/libplatform-24.1.4~24/Symbols/libstring_normal.a(memccpy.o)" - no debug information available for "memccpy.c".

warning: Could not find object file "/BinaryCache/libplatform/libplatform-24.1.4~24/Symbols/libstring_normal.a(memmove_resolvers.o)" - no debug information available for "memmove_resolvers.c".

warning: Could not find object file "/BinaryCache/libplatform/libplatform-24.1.4~24/Symbols/libstring_normal.a(bzero_resolvers.o)" - no debug information available for "bzero_resolvers.c".

warning: Could not find object file "/BinaryCache/libplatform/libplatform-24.1.4~24/Symbols/libstring_normal.a(bzero_Ivybridge.o)" - no debug information available for "bzero_Ivybridge.s".

warning: Could not find object file "/BinaryCache/libplatform/libplatform-24.1.4~24/Symbols/libstring_normal.a(strchr.o)" - no debug information available for "strchr.s".

warning: Could not find object file "/BinaryCache/libplatform/libplatform-24.1.4~24/Symbols/libstring_normal.a(memmove_Haswell.o)" - no debug information available for "memmove_Haswell.s".

warning: Could not find object file "/BinaryCache/libplatform/libplatform-24.1.4~24/Symbols/libstring_normal.a(strlen.o)" - no debug information available for "strlen.s".

warning: Could not find object file "/BinaryCache/libplatform/libplatform-24.1.4~24/Symbols/libstring_normal.a(ffs.o)" - no debug information available for "ffs.s".

warning: Could not find object file "/BinaryCache/libplatform/libplatform-24.1.4~24/Symbols/libstring_normal.a(strncmp.o)" - no debug information available for "strncmp.s".

warning: Could not find object file "/BinaryCache/libplatform/libplatform-24.1.4~24/Symbols/libstring_normal.a(memmove_Nehalem_and_Ivybridge.o)" - no debug information available for "memmove_Nehalem_and_Ivybridge.s".

warning: Could not find object file "/BinaryCache/libplatform/libplatform-24.1.4~24/Symbols/libstring_normal.a(memmove_Merom.o)" - no debug information available for "memmove_Merom.s".

warning: Could not find object file "/BinaryCache/libplatform/libplatform-24.1.4~24/Symbols/libstring_normal.a(longcopy_sse3x.o)" - no debug information available for "longcopy_sse3x.s".

warning: Could not find object file "/BinaryCache/libplatform/libplatform-24.1.4~24/Symbols/libstring_normal.a(memchr.o)" - no debug information available for "memchr.s".

warning: Could not find object file "/BinaryCache/libplatform/libplatform-24.1.4~24/Symbols/libstring_normal.a(strcmp.o)" - no debug information available for "strcmp.s".

warning: Could not find object file "/BinaryCache/libplatform/libplatform-24.1.4~24/Symbols/libstring_normal.a(bzero_Haswell.o)" - no debug information available for "bzero_Haswell.s".

warning: Could not find object file "/BinaryCache/libplatform/libplatform-24.1.4~24/Symbols/libstring_normal.a(bzero_Merom.o)" - no debug information available for "bzero_Merom.s".

warning: Could not find object file "/BinaryCache/libplatform/libplatform-24.1.4~24/Symbols/libstring_normal.a(memset_pattern_Haswell.o)" - no debug information available for "memset_pattern_Haswell.s".

warning: Could not find object file "/BinaryCache/libplatform/libplatform-24.1.4~24/Symbols/libstring_normal.a(memcmp.o)" - no debug information available for "memcmp.s".

warning: Could not find object file "/BinaryCache/libplatform/libplatform-24.1.4~24/Symbols/libstring_normal.a(memset_pattern_Merom.o)" - no debug information available for "memset_pattern_Merom.s".

warning: Could not find object file "/BinaryCache/libplatform/libplatform-24.1.4~24/Symbols/libstring_normal.a(memset_pattern_Ivybridge.o)" - no debug information available for "memset_pattern_Ivybridge.s".

warning: Could not find object file "/BinaryCache/libplatform/libplatform-24.1.4~24/Symbols/libucontext_normal.a(swapcontext.o)" - no debug information available for "swapcontext.c".

warning: Could not find object file "/BinaryCache/libplatform/libplatform-24.1.4~24/Symbols/libucontext_normal.a(makecontext.o)" - no debug information available for "makecontext.c".

warning: Could not find object file "/BinaryCache/libplatform/libplatform-24.1.4~24/Symbols/libucontext_normal.a(getmcontext.o)" - no debug information available for "getmcontext.c".

warning: Could not find object file "/BinaryCache/libplatform/libplatform-24.1.4~24/Symbols/libucontext_normal.a(setcontext.o)" - no debug information available for "setcontext.c".

warning: Could not find object file "/BinaryCache/libplatform/libplatform-24.1.4~24/Symbols/libucontext_normal.a(getcontext.o)" - no debug information available for "getcontext.s".

warning: Could not find object file "/BinaryCache/libplatform/libplatform-24.1.4~24/Symbols/libucontext_normal.a(_ctx_start.o)" - no debug information available for "_ctx_start.s".

warning: Could not find object file "/BinaryCache/libplatform/libplatform-24.1.4~24/Symbols/libucontext_normal.a(_setcontext.o)" - no debug information available for "_setcontext.s".

...............................warning: Could not find object file "/private/var/tmp/OSServices/OSServices-600.4~210/OSServices.build/OSServices.build/Objects-normal/x86_64/AppleIDAuthenticationClient.o" - no debug information available for "AppleIDAuthenticationClient.cpp".

warning: Could not find object file "/private/var/tmp/OSServices/OSServices-600.4~210/OSServices.build/OSServices.build/Objects-normal/x86_64/AppleIDAuthenticationCommon.o" - no debug information available for "AppleIDAuthenticationCommon.cpp".

warning: Could not find object file "/private/var/tmp/OSServices/OSServices-600.4~210/OSServices.build/OSServices.build/Objects-normal/x86_64/AppleIDIdentity.o" - no debug information available for "AppleIDIdentity.cp".

warning: Could not find object file "/private/var/tmp/OSServices/OSServices-600.4~210/OSServices.build/OSServices.build/Objects-normal/x86_64/AppleIDIdentityAuthority.o" - no debug information available for "AppleIDIdentityAuthority.cp".

warning: Could not find object file "/private/var/tmp/OSServices/OSServices-600.4~210/OSServices.build/OSServices.build/Objects-normal/x86_64/AppleIDIdentityQuery.o" - no debug information available for "AppleIDIdentityQuery.cp".

warning: Could not find object file "/private/var/tmp/OSServices/OSServices-600.4~210/OSServices.build/OSServices.build/Objects-normal/x86_64/AppleIDKeychainItems.o" - no debug information available for "AppleIDKeychainItems.cpp".

warning: Could not find object file "/private/var/tmp/OSServices/OSServices-600.4~210/OSServices.build/OSServices.build/Objects-normal/x86_64/AppleIDLogging.o" - no debug information available for "AppleIDLogging.cpp".

warning: Could not find object file "/private/var/tmp/OSServices/OSServices-600.4~210/OSServices.build/OSServices.build/Objects-normal/x86_64/BundleIconsCache.o" - no debug information available for "BundleIconsCache.cp".

warning: Could not find object file "/private/var/tmp/OSServices/OSServices-600.4~210/OSServices.build/OSServices.build/Objects-normal/x86_64/BundleUtils.o" - no debug information available for "BundleUtils.c".

warning: Could not find object file "/private/var/tmp/OSServices/OSServices-600.4~210/OSServices.build/OSServices.build/Objects-normal/x86_64/CDynamicArray.o" - no debug information available for "CDynamicArray.cp".

warning: Could not find object file "/private/var/tmp/OSServices/OSServices-600.4~210/OSServices.build/OSServices.build/Objects-normal/x86_64/CertUtils.o" - no debug information available for "CertUtils.cp".

warning: Could not find object file "/private/var/tmp/OSServices/OSServices-600.4~210/OSServices.build/OSServices.build/Objects-normal/x86_64/CFUtilities.o" - no debug information available for "CFUtilities.cpp".

warning: Could not find object file "/private/var/tmp/OSServices/OSServices-600.4~210/OSServices.build/OSServices.build/Objects-normal/x86_64/CIconFamilyHelper.o" - no debug information available for "CIconFamilyHelper.cp".

warning: Could not find object file "/private/var/tmp/OSServices/OSServices-600.4~210/OSServices.build/OSServices.build/Objects-normal/x86_64/ClosureSource.o" - no debug information available for "ClosureSource.cp".

warning: Could not find object file "/private/var/tmp/OSServices/OSServices-600.4~210/OSServices.build/OSServices.build/Objects-normal/x86_64/CPlusAutoTypes.o" - no debug information available for "CPlusAutoTypes.cp".

warning: Could not find object file "/private/var/tmp/OSServices/OSServices-600.4~210/OSServices.build/OSServices.build/Objects-normal/x86_64/CPlusCFObject.o" - no debug information available for "CPlusCFObject.cp".

warning: Could not find object file "/private/var/tmp/OSServices/OSServices-600.4~210/OSServices.build/OSServices.build/Objects-normal/x86_64/CSAuthenticationSupportPriv.o" - no debug information available for "CSAuthenticationSupportPriv.cp".

warning: Could not find object file "/private/var/tmp/OSServices/OSServices-600.4~210/OSServices.build/OSServices.build/Objects-normal/x86_64/CSBackToMyMac.o" - no debug information available for "CSBackToMyMac.c".

warning: Could not find object file "/private/var/tmp/OSServices/OSServices-600.4~210/OSServices.build/OSServices.build/Objects-normal/x86_64/CSDebugUtils.o" - no debug information available for "CSDebugUtils.c".

warning: Could not find object file "/private/var/tmp/OSServices/OSServices-600.4~210/OSServices.build/OSServices.build/Objects-normal/x86_64/CSDotMacCertificates.o" - no debug information available for "CSDotMacCertificates.c".

warning: Could not find object file "/private/var/tmp/OSServices/OSServices-600.4~210/OSServices.build/OSServices.build/Objects-normal/x86_64/CSIdentity.o" - no debug information available for "CSIdentity.cp".

warning: Could not find object file "/private/var/tmp/OSServices/OSServices-600.4~210/OSServices.build/OSServices.build/Objects-normal/x86_64/CSIdentityAuthority.o" - no debug information available for "CSIdentityAuthority.cp".

warning: Could not find object file "/private/var/tmp/OSServices/OSServices-600.4~210/OSServices.build/OSServices.build/Objects-normal/x86_64/CSIdentityBase.o" - no debug information available for "CSIdentityBase.cpp".

warning: Could not find object file "/private/var/tmp/OSServices/OSServices-600.4~210/OSServices.build/OSServices.build/Objects-normal/x86_64/CSIdentityQuery.o" - no debug information available for "CSIdentityQuery.cp".

warning: Could not find object file "/private/var/tmp/OSServices/OSServices-600.4~210/OSServices.build/OSServices.build/Objects-normal/x86_64/CSUtilities.o" - no debug information available for "CSUtilities.c".

warning: Could not find object file "/private/var/tmp/OSServices/OSServices-600.4~210/OSServices.build/OSServices.build/Objects-normal/x86_64/DSCommon.o" - no debug information available for "DSCommon.cp".

warning: Could not find object file "/private/var/tmp/OSServices/OSServices-600.4~210/OSServices.build/OSServices.build/Objects-normal/x86_64/DSIdentity.o" - no debug information available for "DSIdentity.cp".

warning: Could not find object file "/private/var/tmp/OSServices/OSServices-600.4~210/OSServices.build/OSServices.build/Objects-normal/x86_64/DSIdentityAuthority.o" - no debug information available for "DSIdentityAuthority.cp".

warning: Could not find object file "/private/var/tmp/OSServices/OSServices-600.4~210/OSServices.build/OSServices.build/Objects-normal/x86_64/DSIdentityQuery.o" - no debug information available for "DSIdentityQuery.cp".

warning: Could not find object file "/private/var/tmp/OSServices/OSServices-600.4~210/OSServices.build/OSServices.build/Objects-normal/x86_64/DynamicArray.o" - no debug information available for "DynamicArray.c".

warning: Could not find object file "/private/var/tmp/OSServices/OSServices-600.4~210/OSServices.build/OSServices.build/Objects-normal/x86_64/DynamicApple80211.o" - no debug information available for "DynamicApple80211.c".

warning: Could not find object file "/private/var/tmp/OSServices/OSServices-600.4~210/OSServices.build/OSServices.build/Objects-normal/x86_64/DynamicDirectoryService.o" - no debug information available for "DynamicDirectoryService.c".

warning: Could not find object file "/private/var/tmp/OSServices/OSServices-600.4~210/OSServices.build/OSServices.build/Objects-normal/x86_64/DynamicHeimODAdmin.o" - no debug information available for "DynamicHeimODAdmin.c".

warning: Could not find object file "/private/var/tmp/OSServices/OSServices-600.4~210/OSServices.build/OSServices.build/Objects-normal/x86_64/DynamicServiceManagement.o" - no debug information available for "DynamicServiceManagement.c".

warning: Could not find object file "/private/var/tmp/OSServices/OSServices-600.4~210/OSServices.build/OSServices.build/Objects-normal/x86_64/HTTPClosureSource.o" - no debug information available for "HTTPClosureSource.cp".

warning: Could not find object file "/private/var/tmp/OSServices/OSServices-600.4~210/OSServices.build/OSServices.build/Objects-normal/x86_64/IconFamily.o" - no debug information available for "IconFamily.cp".

warning: Could not find object file "/private/var/tmp/OSServices/OSServices-600.4~210/OSServices.build/OSServices.build/Objects-normal/x86_64/IconStorage.o" - no debug information available for "IconStorage.cp".

warning: Could not find object file "/private/var/tmp/OSServices/OSServices-600.4~210/OSServices.build/OSServices.build/Objects-normal/x86_64/Identity.o" - no debug information available for "Identity.cp".

warning: Could not find object file "/private/var/tmp/OSServices/OSServices-600.4~210/OSServices.build/OSServices.build/Objects-normal/x86_64/IdentityAuthority.o" - no debug information available for "IdentityAuthority.cp".

warning: Could not find object file "/private/var/tmp/OSServices/OSServices-600.4~210/OSServices.build/OSServices.build/Objects-normal/x86_64/IdentityBase.o" - no debug information available for "IdentityBase.cp".

warning: Could not find object file "/private/var/tmp/OSServices/OSServices-600.4~210/OSServices.build/OSServices.build/Objects-normal/x86_64/IdentityQuery.o" - no debug information available for "IdentityQuery.cp".

warning: Could not find object file "/private/var/tmp/OSServices/OSServices-600.4~210/OSServices.build/OSServices.build/Objects-normal/x86_64/ISDebug.o" - no debug information available for "ISDebug.cp".

warning: Could not find object file "/private/var/tmp/OSServices/OSServices-600.4~210/OSServices.build/OSServices.build/Objects-normal/x86_64/ISIconLoader.o" - no debug information available for "ISIconLoader.cp".

warning: Could not find object file "/private/var/tmp/OSServices/OSServices-600.4~210/OSServices.build/OSServices.build/Objects-normal/x86_64/ISServer-509CD7F904B79E77.o" - no debug information available for "ISServer.cp".

warning: Could not find object file "/private/var/tmp/OSServices/OSServices-600.4~210/OSServices.build/OSServices.build/Objects-normal/x86_64/ISServerUser.o" - no debug information available for "ISServerUser.c".

warning: Could not find object file "/private/var/tmp/OSServices/OSServices-600.4~210/OSServices.build/OSServices.build/Objects-normal/x86_64/ISServerServer.o" - no debug information available for "ISServerServer.c".

warning: Could not find object file "/private/var/tmp/OSServices/OSServices-600.4~210/OSServices.build/OSServices.build/Objects-normal/x86_64/ISVolumeCache.o" - no debug information available for "ISVolumeCache.cp".

warning: Could not find object file "/private/var/tmp/OSServices/OSServices-600.4~210/OSServices.build/OSServices.build/Objects-normal/x86_64/Power.o" - no debug information available for "Power.c".

warning: Could not find object file "/private/var/tmp/OSServices/OSServices-600.4~210/OSServices.build/OSServices.build/Objects-normal/x86_64/PowerPriv.o" - no debug information available for "PowerPriv.c".

warning: Could not find object file "/private/var/tmp/OSServices/OSServices-600.4~210/OSServices.build/OSServices.build/Objects-normal/x86_64/Scheduler.o" - no debug information available for "Scheduler.c".

warning: Could not find object file "/private/var/tmp/OSServices/OSServices-600.4~210/OSServices.build/OSServices.build/Objects-normal/x86_64/SFLEntries.o" - no debug information available for "SFLEntries.cpp".

warning: Could not find object file "/private/var/tmp/OSServices/OSServices-600.4~210/OSServices.build/OSServices.build/Objects-normal/x86_64/SFLItemsList.o" - no debug information available for "SFLItemsList.cpp".

warning: Could not find object file "/private/var/tmp/OSServices/OSServices-600.4~210/OSServices.build/OSServices.build/Objects-normal/x86_64/SFLPrefsManager.o" - no debug information available for "SFLPrefsManager.cpp".

warning: Could not find object file "/private/var/tmp/OSServices/OSServices-600.4~210/OSServices.build/OSServices.build/Objects-normal/x86_64/SFLServer-A33C11B912A5E12C.o" - no debug information available for "SFLServer.cpp".

warning: Could not find object file "/private/var/tmp/OSServices/OSServices-600.4~210/OSServices.build/OSServices.build/Objects-normal/x86_64/SFLServerUser.o" - no debug information available for "SFLServerUser.c".

warning: Could not find object file "/private/var/tmp/OSServices/OSServices-600.4~210/OSServices.build/OSServices.build/Objects-normal/x86_64/SFLServerServer.o" - no debug information available for "SFLServerServer.c".

warning: Could not find object file "/private/var/tmp/OSServices/OSServices-600.4~210/OSServices.build/OSServices.build/Objects-normal/x86_64/SFLServerAsyncUser.o" - no debug information available for "SFLServerAsyncUser.c".

warning: Could not find object file "/private/var/tmp/OSServices/OSServices-600.4~210/OSServices.build/OSServices.build/Objects-normal/x86_64/SFLServerAsyncServer.o" - no debug information available for "SFLServerAsyncServer.c".

warning: Could not find object file "/private/var/tmp/OSServices/OSServices-600.4~210/OSServices.build/OSServices.build/Objects-normal/x86_64/SFLServerAsync_ReplyUser.o" - no debug information available for "SFLServerAsync_ReplyUser.c".

warning: Could not find object file "/private/var/tmp/OSServices/OSServices-600.4~210/OSServices.build/OSServices.build/Objects-normal/x86_64/SOAPWebServiceClosure.o" - no debug information available for "SOAPWebServiceClosure.cp".

warning: Could not find object file "/private/var/tmp/OSServices/OSServices-600.4~210/OSServices.build/OSServices.build/Objects-normal/x86_64/StorageTree.o" - no debug information available for "StorageTree.cp".

warning: Could not find object file "/private/var/tmp/OSServices/OSServices-600.4~210/OSServices.build/OSServices.build/Objects-normal/x86_64/SystemSoundGlue.o" - no debug information available for "SystemSoundGlue.c".

warning: Could not find object file "/private/var/tmp/OSServices/OSServices-600.4~210/OSServices.build/OSServices.build/Objects-normal/x86_64/SystemSoundImp.o" - no debug information available for "SystemSoundImp.cpp".

warning: Could not find object file "/private/var/tmp/OSServices/OSServices-600.4~210/OSServices.build/OSServices.build/Objects-normal/x86_64/WebServiceClosure.o" - no debug information available for "WebServiceClosure.cp".

warning: Could not find object file "/private/var/tmp/OSServices/OSServices-600.4~210/OSServices.build/OSServices.build/Objects-normal/x86_64/WebServiceResult.o" - no debug information available for "WebServiceResult.cp".

warning: Could not find object file "/private/var/tmp/OSServices/OSServices-600.4~210/OSServices.build/OSServices.build/Objects-normal/x86_64/WebServices.o" - no debug information available for "WebServices.cp".

warning: Could not find object file "/private/var/tmp/OSServices/OSServices-600.4~210/OSServices.build/OSServices.build/Objects-normal/x86_64/WebServiceUtils.o" - no debug information available for "WebServiceUtils.cp".

warning: Could not find object file "/private/var/tmp/OSServices/OSServices-600.4~210/OSServices.build/OSServices.build/Objects-normal/x86_64/WSRunLoopSource.o" - no debug information available for "WSRunLoopSource.cp".

warning: Could not find object file "/private/var/tmp/OSServices/OSServices-600.4~210/OSServices.build/OSServices.build/Objects-normal/x86_64/XMLRPCWebServiceClosure.o" - no debug information available for "XMLRPCWebServiceClosure.cp".

warning: Could not find object file "/private/var/tmp/OSServices/OSServices-600.4~210/OSServices.build/OSServices.build/Objects-normal/x86_64/XMLVisitor.o" - no debug information available for "XMLVisitor.cp".

warning: Could not find object file "/private/var/tmp/OSServices/OSServices-600.4~210/OSServices.build/OSServices.build/Objects-normal/x86_64/XPCHelpers.o" - no debug information available for "XPCHelpers.cpp".

warning: Could not find object file "/private/var/tmp/OSServices/OSServices-600.4~210/OSServices.build/OSServices.build/Objects-normal/x86_64/SharedFilesListService.o" - no debug information available for "SharedFilesListService.c".

warning: Could not find object file "/private/var/tmp/OSServices/OSServices-600.4~210/OSServices.build/OSServices.build/Objects-normal/x86_64/SFLEntry.o" - no debug information available for "SFLEntry.cpp".

warning: Could not find object file "/private/var/tmp/OSServices/OSServices-600.4~210/OSServices.build/OSServices.build/Objects-normal/x86_64/SFLEntryBase.o" - no debug information available for "SFLEntryBase.cpp".

warning: Could not find object file "/private/var/tmp/OSServices/OSServices-600.4~210/OSServices.build/OSServices.build/Objects-normal/x86_64/SFLListBase.o" - no debug information available for "SFLListBase.cpp".

warning: Could not find object file "/private/var/tmp/OSServices/OSServices-600.4~210/OSServices.build/OSServices.build/Objects-normal/x86_64/SFLLocalTempEntry.o" - no debug information available for "SFLLocalTempEntry.cpp".

warning: Could not find object file "/private/var/tmp/OSServices/OSServices-600.4~210/OSServices.build/OSServices.build/Objects-normal/x86_64/SFLRemoteEntry.o" - no debug information available for "SFLRemoteEntry.cpp".

warning: Could not find object file "/private/var/tmp/OSServices/OSServices-600.4~210/OSServices.build/OSServices.build/Objects-normal/x86_64/SFLSharePointsEntry.o" - no debug information available for "SFLSharePointsEntry.cpp".

warning: Could not find object file "/private/var/tmp/OSServices/OSServices-600.4~210/OSServices.build/OSServices.build/Objects-normal/x86_64/SFLSnapshotEntry.o" - no debug information available for "SFLSnapshotEntry.cpp".

warning: Could not find object file "/private/var/tmp/OSServices/OSServices-600.4~210/OSServices.build/OSServices.build/Objects-normal/x86_64/SFLVolumesEntry.o" - no debug information available for "SFLVolumesEntry.cpp".

warning: Could not find object file "/private/var/tmp/OSServices/OSServices-600.4~210/OSServices.build/OSServices.build/Objects-normal/x86_64/CSDebug.o" - no debug information available for "CSDebug.cp".

warning: Could not find object file "/private/var/tmp/OSServices/OSServices-600.4~210/OSServices.build/OSServices.build/Objects-normal/x86_64/OSServices_vers.o" - no debug information available for "OSServices_vers.c".

warning: Could not find object file "/usr/local/UmbrellaPieces/Libraries/libSecurityCore.a(SecKCLibInterface.o)" - no debug information available for "SecKCLibInterface.cpp".

warning: Could not find object file "/usr/local/UmbrellaPieces/Libraries/libSecurityCore.a(UPascalString.o)" - no debug information available for "UPascalString.cpp".

warning: Could not find object file "/usr/local/UmbrellaPieces/Libraries/libSecurityCore.a(AppleShareUtils.o)" - no debug information available for "AppleShareUtils.cp".

warning: Could not find object file "/usr/local/UmbrellaPieces/Libraries/libSecurityCore.a(KCCallbackManager.o)" - no debug information available for "KCCallbackManager.cpp".

....................................................................................................................... done
Reading symbols for shared libraries warning: Could not find object file "/private/var/tmp/CoreServicesInternal/CoreServicesInternal-184.8~1/CoreServicesInternal.build/CoreServicesInternal.build/Objects-normal/x86_64/BookmarkCommon.o" - no debug information available for "BookmarkCommon.cpp".

warning: Could not find object file "/private/var/tmp/CoreServicesInternal/CoreServicesInternal-184.8~1/CoreServicesInternal.build/CoreServicesInternal.build/Objects-normal/x86_64/BookmarkData.o" - no debug information available for "BookmarkData.cpp".

warning: Could not find object file "/private/var/tmp/CoreServicesInternal/CoreServicesInternal-184.8~1/CoreServicesInternal.build/CoreServicesInternal.build/Objects-normal/x86_64/CFURLAliasInteroperability.o" - no debug information available for "CFURLAliasInteroperability.cpp".

warning: Could not find object file "/private/var/tmp/CoreServicesInternal/CoreServicesInternal-184.8~1/CoreServicesInternal.build/CoreServicesInternal.build/Objects-normal/x86_64/CFURLBookmark.o" - no debug information available for "CFURLBookmark.cp".

warning: Could not find object file "/private/var/tmp/CoreServicesInternal/CoreServicesInternal-184.8~1/CoreServicesInternal.build/CoreServicesInternal.build/Objects-normal/x86_64/CFURLBookmarkFile.o" - no debug information available for "CFURLBookmarkFile.cpp".

warning: Could not find object file "/private/var/tmp/CoreServicesInternal/CoreServicesInternal-184.8~1/CoreServicesInternal.build/CoreServicesInternal.build/Objects-normal/x86_64/CFURLBookmarkProperties.o" - no debug information available for "CFURLBookmarkProperties.cpp".

warning: Could not find object file "/private/var/tmp/CoreServicesInternal/CoreServicesInternal-184.8~1/CoreServicesInternal.build/CoreServicesInternal.build/Objects-normal/x86_64/CFURLBookmarkResolution.o" - no debug information available for "CFURLBookmarkResolution.cpp".

warning: Could not find object file "/private/var/tmp/CoreServicesInternal/CoreServicesInternal-184.8~1/CoreServicesInternal.build/CoreServicesInternal.build/Objects-normal/x86_64/FileURL.o" - no debug information available for "FileURL.cp".

warning: Could not find object file "/private/var/tmp/CoreServicesInternal/CoreServicesInternal-184.8~1/CoreServicesInternal.build/CoreServicesInternal.build/Objects-normal/x86_64/FileURLEnumerator.o" - no debug information available for "FileURLEnumerator.cp".

warning: Could not find object file "/private/var/tmp/CoreServicesInternal/CoreServicesInternal-184.8~1/CoreServicesInternal.build/CoreServicesInternal.build/Objects-normal/x86_64/FileURLReplaceObject.o" - no debug information available for "FileURLReplaceObject.cp".

warning: Could not find object file "/private/var/tmp/CoreServicesInternal/CoreServicesInternal-184.8~1/CoreServicesInternal.build/CoreServicesInternal.build/Objects-normal/x86_64/ftsattr.o" - no debug information available for "ftsattr.c".

warning: Could not find object file "/private/var/tmp/CoreServicesInternal/CoreServicesInternal-184.8~1/CoreServicesInternal.build/CoreServicesInternal.build/Objects-normal/x86_64/PlatformUtils.o" - no debug information available for "PlatformUtils.cpp".

warning: Could not find object file "/private/var/tmp/CoreServicesInternal/CoreServicesInternal-184.8~1/CoreServicesInternal.build/CoreServicesInternal.build/Objects-normal/x86_64/ExternalProvider.o" - no debug information available for "ExternalProvider.cp".

warning: Could not find object file "/private/var/tmp/CoreServicesInternal/CoreServicesInternal-184.8~1/CoreServicesInternal.build/CoreServicesInternal.build/Objects-normal/x86_64/ScopedBookmarksClient.o" - no debug information available for "ScopedBookmarksClient.cpp".

warning: Could not find object file "/private/var/tmp/CoreServicesInternal/CoreServicesInternal-184.8~1/CoreServicesInternal.build/CoreServicesInternal.build/Objects-normal/x86_64/CoreServicesInternal_vers.o" - no debug information available for "CoreServicesInternal_vers.c".

. done
Reading symbols for shared libraries . done
Reading symbols for shared libraries . done
Reading symbols for shared libraries . done
Reading symbols for shared libraries . done
Reading symbols for shared libraries . done
Reading symbols for shared libraries . done
Reading symbols for shared libraries . done
Reading symbols for shared libraries . done
Reading symbols for shared libraries . done
Reading symbols for shared libraries . done
Reading symbols for shared libraries . done
Reading symbols for shared libraries . done
Reading symbols for shared libraries . done
Map theme file does not exist: "" 
warning: Tried to remove a non-existent library: /usr/local/lib/libmarblewidget.16.dylib
Reading symbols for shared libraries warning: Could not find object file "/Users/helling/src/marble/build/src/plugins/render/annotate/CMakeFiles/AnnotatePlugin.dir/AnnotatePlugin.o" - no debug information available for "AnnotatePlugin.cpp".

warning: Could not find object file "/Users/helling/src/marble/build/src/plugins/render/annotate/CMakeFiles/AnnotatePlugin.dir/AreaAnnotation.o" - no debug information available for "AreaAnnotation.cpp".

warning: Could not find object file "/Users/helling/src/marble/build/src/plugins/render/annotate/CMakeFiles/AnnotatePlugin.dir/GeoWidgetBubble.o" - no debug information available for "GeoWidgetBubble.cpp".

warning: Could not find object file "/Users/helling/src/marble/build/src/plugins/render/annotate/CMakeFiles/AnnotatePlugin.dir/PlacemarkTextAnnotation.o" - no debug information available for "PlacemarkTextAnnotation.cpp".

warning: Could not find object file "/Users/helling/src/marble/build/src/plugins/render/annotate/CMakeFiles/AnnotatePlugin.dir/SceneGraphicsItem.o" - no debug information available for "SceneGraphicsItem.cpp".

warning: Could not find object file "/Users/helling/src/marble/build/src/plugins/render/annotate/CMakeFiles/AnnotatePlugin.dir/TextEditor.o" - no debug information available for "TextEditor.cpp".

. done
warning: Tried to remove a non-existent library: /usr/local/lib/libmarblewidget.16.dylib
Reading symbols for shared libraries warning: Could not find object file "/Users/helling/src/marble/build/src/plugins/render/aprs/CMakeFiles/AprsPlugin.dir/AprsPlugin.o" - no debug information available for "AprsPlugin.cpp".

warning: Could not find object file "/Users/helling/src/marble/build/src/plugins/render/aprs/CMakeFiles/AprsPlugin.dir/AprsObject.o" - no debug information available for "AprsObject.cpp".

warning: Could not find object file "/Users/helling/src/marble/build/src/plugins/render/aprs/CMakeFiles/AprsPlugin.dir/AprsGatherer.o" - no debug information available for "AprsGatherer.cpp".

warning: Could not find object file "/Users/helling/src/marble/build/src/plugins/render/aprs/CMakeFiles/AprsPlugin.dir/GeoAprsCoordinates.o" - no debug information available for "GeoAprsCoordinates.cpp".

warning: Could not find object file "/Users/helling/src/marble/build/src/plugins/render/aprs/CMakeFiles/AprsPlugin.dir/AprsSource.o" - no debug information available for "AprsSource.cpp".

warning: Could not find object file "/Users/helling/src/marble/build/src/plugins/render/aprs/CMakeFiles/AprsPlugin.dir/AprsTCPIP.o" - no debug information available for "AprsTCPIP.cpp".

warning: Could not find object file "/Users/helling/src/marble/build/src/plugins/render/aprs/CMakeFiles/AprsPlugin.dir/AprsFile.o" - no debug information available for "AprsFile.cpp".

. done
warning: Tried to remove a non-existent library: /usr/local/lib/libmarblewidget.16.dylib
Reading symbols for shared libraries warning: Could not find object file "/Users/helling/src/marble/build/src/plugins/render/atmosphere/CMakeFiles/AtmospherePlugin.dir/AtmospherePlugin.o" - no debug information available for "AtmospherePlugin.cpp".

. done
warning: Tried to remove a non-existent library: /usr/local/lib/libmarblewidget.16.dylib
Reading symbols for shared libraries warning: Could not find object file "/Users/helling/src/marble/build/src/plugins/runner/cache/CMakeFiles/CachePlugin.dir/CachePlugin.o" - no debug information available for "CachePlugin.cpp".

warning: Could not find object file "/Users/helling/src/marble/build/src/plugins/runner/cache/CMakeFiles/CachePlugin.dir/CacheRunner.o" - no debug information available for "CacheRunner.cpp".

. done
warning: Tried to remove a non-existent library: /usr/local/lib/libmarblewidget.16.dylib
Reading symbols for shared libraries warning: Could not find object file "/Users/helling/src/marble/build/src/plugins/render/compass/CMakeFiles/CompassFloatItem.dir/CompassFloatItem.o" - no debug information available for "CompassFloatItem.cpp".

warning: Could not find object file "/Users/helling/src/marble/build/src/plugins/render/compass/CMakeFiles/CompassFloatItem.dir/qrc_compass.o" - no debug information available for "qrc_compass.cxx".

. done
warning: Tried to remove a non-existent library: /usr/local/lib/libmarblewidget.16.dylib
Reading symbols for shared libraries warning: Could not find object file "/Users/helling/src/marble/build/src/plugins/render/crosshairs/CMakeFiles/CrosshairsPlugin.dir/CrosshairsPlugin.o" - no debug information available for "CrosshairsPlugin.cpp".

warning: Could not find object file "/Users/helling/src/marble/build/src/plugins/render/crosshairs/CMakeFiles/CrosshairsPlugin.dir/qrc_crosshairs.o" - no debug information available for "qrc_crosshairs.cxx".

. done
warning: Tried to remove a non-existent library: /usr/local/lib/libmarblewidget.16.dylib
Reading symbols for shared libraries warning: Could not find object file "/Users/helling/src/marble/build/src/plugins/render/earthquake/CMakeFiles/EarthquakePlugin.dir/EarthquakePlugin.o" - no debug information available for "EarthquakePlugin.cpp".

warning: Could not find object file "/Users/helling/src/marble/build/src/plugins/render/earthquake/CMakeFiles/EarthquakePlugin.dir/EarthquakeModel.o" - no debug information available for "EarthquakeModel.cpp".

warning: Could not find object file "/Users/helling/src/marble/build/src/plugins/render/earthquake/CMakeFiles/EarthquakePlugin.dir/EarthquakeItem.o" - no debug information available for "EarthquakeItem.cpp".

warning: Could not find object file "/Users/helling/src/marble/build/src/plugins/render/earthquake/CMakeFiles/EarthquakePlugin.dir/qrc_earthquake.o" - no debug information available for "qrc_earthquake.cxx".

. done
warning: Tried to remove a non-existent library: /usr/local/lib/libmarblewidget.16.dylib
Reading symbols for shared libraries warning: Could not find object file "/Users/helling/src/marble/build/src/plugins/render/elevationprofilefloatitem/CMakeFiles/ElevationProfileFloatItem.dir/ElevationProfileFloatItem.o" - no debug information available for "ElevationProfileFloatItem.cpp".

warning: Could not find object file "/Users/helling/src/marble/build/src/plugins/render/elevationprofilefloatitem/CMakeFiles/ElevationProfileFloatItem.dir/ElevationProfilePlotAxis.o" - no debug information available for "ElevationProfilePlotAxis.cpp".

. done
warning: Tried to remove a non-existent library: /usr/local/lib/libmarblewidget.16.dylib
Reading symbols for shared libraries warning: Could not find object file "/Users/helling/src/marble/build/src/plugins/render/elevationprofilemarker/CMakeFiles/ElevationProfileMarker.dir/ElevationProfileMarker.o" - no debug information available for "ElevationProfileMarker.cpp".

warning: Could not find object file "/Users/helling/src/marble/build/src/plugins/render/elevationprofilemarker/CMakeFiles/ElevationProfileMarker.dir/qrc_elevationprofile.o" - no debug information available for "qrc_elevationprofile.cxx".

. done
warning: Tried to remove a non-existent library: /usr/local/lib/libmarblewidget.16.dylib
Reading symbols for shared libraries warning: Could not find object file "/Users/helling/src/marble/build/src/plugins/positionprovider/flightgear/CMakeFiles/FlightGearPositionProviderPlugin.dir/FlightGearPositionProviderPlugin.o" - no debug information available for "FlightGearPositionProviderPlugin.cpp".

. done
warning: Tried to remove a non-existent library: /usr/local/lib/libmarblewidget.16.dylib
Reading symbols for shared libraries warning: Could not find object file "/Users/helling/src/marble/build/src/plugins/render/foursquare/CMakeFiles/FoursquarePlugin.dir/FoursquarePlugin.o" - no debug information available for "FoursquarePlugin.cpp".

warning: Could not find object file "/Users/helling/src/marble/build/src/plugins/render/foursquare/CMakeFiles/FoursquarePlugin.dir/FoursquareModel.o" - no debug information available for "FoursquareModel.cpp".

warning: Could not find object file "/Users/helling/src/marble/build/src/plugins/render/foursquare/CMakeFiles/FoursquarePlugin.dir/FoursquareItem.o" - no debug information available for "FoursquareItem.cpp".

. done
warning: Tried to remove a non-existent library: /usr/local/lib/libmarblewidget.16.dylib
Reading symbols for shared libraries warning: Could not find object file "/Users/helling/src/marble/build/src/plugins/runner/gosmore-reversegeocoding/CMakeFiles/GosmoreReverseGeocodingPlugin.dir/GosmoreReverseGeocodingRunner.o" - no debug information available for "GosmoreReverseGeocodingRunner.cpp".

warning: Could not find object file "/Users/helling/src/marble/build/src/plugins/runner/gosmore-reversegeocoding/CMakeFiles/GosmoreReverseGeocodingPlugin.dir/GosmoreReverseGeocodingPlugin.o" - no debug information available for "GosmoreReverseGeocodingPlugin.cpp".

. done
warning: Tried to remove a non-existent library: /usr/local/lib/libmarblewidget.16.dylib
Reading symbols for shared libraries warning: Could not find object file "/Users/helling/src/marble/build/src/plugins/runner/gosmore-routing/CMakeFiles/GosmoreRoutingPlugin.dir/GosmoreRoutingRunner.o" - no debug information available for "GosmoreRoutingRunner.cpp".

warning: Could not find object file "/Users/helling/src/marble/build/src/plugins/runner/gosmore-routing/CMakeFiles/GosmoreRoutingPlugin.dir/GosmoreRoutingPlugin.o" - no debug information available for "GosmoreRoutingPlugin.cpp".

. done
warning: Tried to remove a non-existent library: /usr/local/lib/libmarblewidget.16.dylib
Reading symbols for shared libraries warning: Could not find object file "/Users/helling/src/marble/build/src/plugins/render/gpsinfo/CMakeFiles/GpsInfo.dir/GpsInfo.o" - no debug information available for "GpsInfo.cpp".

. done
Ignoring to load the following file since it doesn't look like a valid Marble plugin: "/usr/local/Marble.app/Contents/MacOS/resources/plugins/libGpsdPositionProviderPlugin.so" 
Reason: "Die Datei '/usr/local/Marble.app/Contents/MacOS/resources/plugins/libGpsdPositionProviderPlugin.so' ist kein gültiges Qt-Plugin." 
warning: Tried to remove a non-existent library: /usr/local/lib/libmarblewidget.16.dylib
Reading symbols for shared libraries warning: Could not find object file "/Users/helling/src/marble/build/src/plugins/runner/gpx/CMakeFiles/GpxPlugin.dir/GpxParser.o" - no debug information available for "GpxParser.cpp".

warning: Could not find object file "/Users/helling/src/marble/build/src/plugins/runner/gpx/CMakeFiles/GpxPlugin.dir/GpxPlugin.o" - no debug information available for "GpxPlugin.cpp".

warning: Could not find object file "/Users/helling/src/marble/build/src/plugins/runner/gpx/CMakeFiles/GpxPlugin.dir/GpxRunner.o" - no debug information available for "GpxRunner.cpp".

warning: Could not find object file "/Users/helling/src/marble/build/src/plugins/runner/gpx/CMakeFiles/GpxPlugin.dir/handlers/GPXElementDictionary.o" - no debug information available for "GPXElementDictionary.cpp".

warning: Could not find object file "/Users/helling/src/marble/build/src/plugins/runner/gpx/CMakeFiles/GpxPlugin.dir/handlers/GPXgpxTagHandler.o" - no debug information available for "GPXgpxTagHandler.cpp".

warning: Could not find object file "/Users/helling/src/marble/build/src/plugins/runner/gpx/CMakeFiles/GpxPlugin.dir/handlers/GPXnameTagHandler.o" - no debug information available for "GPXnameTagHandler.cpp".

warning: Could not find object file "/Users/helling/src/marble/build/src/plugins/runner/gpx/CMakeFiles/GpxPlugin.dir/handlers/GPXdescTagHandler.o" - no debug information available for "GPXdescTagHandler.cpp".

warning: Could not find object file "/Users/helling/src/marble/build/src/plugins/runner/gpx/CMakeFiles/GpxPlugin.dir/handlers/GPXtypeTagHandler.o" - no debug information available for "GPXtypeTagHandler.cpp".

warning: Could not find object file "/Users/helling/src/marble/build/src/plugins/runner/gpx/CMakeFiles/GpxPlugin.dir/handlers/GPXtrkTagHandler.o" - no debug information available for "GPXtrkTagHandler.cpp".

warning: Could not find object file "/Users/helling/src/marble/build/src/plugins/runner/gpx/CMakeFiles/GpxPlugin.dir/handlers/GPXtrkptTagHandler.o" - no debug information available for "GPXtrkptTagHandler.cpp".

warning: Could not find object file "/Users/helling/src/marble/build/src/plugins/runner/gpx/CMakeFiles/GpxPlugin.dir/handlers/GPXtrksegTagHandler.o" - no debug information available for "GPXtrksegTagHandler.cpp".

warning: Could not find object file "/Users/helling/src/marble/build/src/plugins/runner/gpx/CMakeFiles/GpxPlugin.dir/handlers/GPXwptTagHandler.o" - no debug information available for "GPXwptTagHandler.cpp".

warning: Could not find object file "/Users/helling/src/marble/build/src/plugins/runner/gpx/CMakeFiles/GpxPlugin.dir/handlers/GPXtimeTagHandler.o" - no debug information available for "GPXtimeTagHandler.cpp".

warning: Could not find object file "/Users/helling/src/marble/build/src/plugins/runner/gpx/CMakeFiles/GpxPlugin.dir/handlers/GPXeleTagHandler.o" - no debug information available for "GPXeleTagHandler.cpp".

warning: Could not find object file "/Users/helling/src/marble/build/src/plugins/runner/gpx/CMakeFiles/GpxPlugin.dir/handlers/GPXextensionsTagHandler.o" - no debug information available for "GPXextensionsTagHandler.cpp".

warning: Could not find object file "/Users/helling/src/marble/build/src/plugins/runner/gpx/CMakeFiles/GpxPlugin.dir/handlers/GPXTrackPointExtensionTagHandler.o" - no debug information available for "GPXTrackPointExtensionTagHandler.cpp".

warning: Could not find object file "/Users/helling/src/marble/build/src/plugins/runner/gpx/CMakeFiles/GpxPlugin.dir/handlers/GPXhrTagHandler.o" - no debug information available for "GPXhrTagHandler.cpp".

warning: Could not find object file "/Users/helling/src/marble/build/src/plugins/runner/gpx/CMakeFiles/GpxPlugin.dir/handlers/GPXrteTagHandler.o" - no debug information available for "GPXrteTagHandler.cpp".

warning: Could not find object file "/Users/helling/src/marble/build/src/plugins/runner/gpx/CMakeFiles/GpxPlugin.dir/handlers/GPXrteptTagHandler.o" - no debug information available for "GPXrteptTagHandler.cpp".

warning: Could not find object file "/Users/helling/src/marble/build/src/plugins/runner/gpx/CMakeFiles/GpxPlugin.dir/handlers/GPXcmtTagHandler.o" - no debug information available for "GPXcmtTagHandler.cpp".

warning: Could not find object file "/Users/helling/src/marble/build/src/plugins/runner/gpx/CMakeFiles/GpxPlugin.dir/handlers/GPXlinkTagHandler.o" - no debug information available for "GPXlinkTagHandler.cpp".

warning: Could not find object file "/Users/helling/src/marble/build/src/plugins/runner/gpx/CMakeFiles/GpxPlugin.dir/handlers/GPXurlTagHandler.o" - no debug information available for "GPXurlTagHandler.cpp".

warning: Could not find object file "/Users/helling/src/marble/build/src/plugins/runner/gpx/CMakeFiles/GpxPlugin.dir/handlers/GPXurlnameTagHandler.o" - no debug information available for "GPXurlnameTagHandler.cpp".

. done
warning: Tried to remove a non-existent library: /usr/local/lib/libmarblewidget.16.dylib
Reading symbols for shared libraries warning: Could not find object file "/Users/helling/src/marble/build/src/plugins/render/graticule/CMakeFiles/GraticulePlugin.dir/GraticulePlugin.o" - no debug information available for "GraticulePlugin.cpp".

. done
warning: Tried to remove a non-existent library: /usr/local/lib/libmarblewidget.16.dylib
Reading symbols for shared libraries warning: Could not find object file "/Users/helling/src/marble/build/src/plugins/runner/hostip/CMakeFiles/HostipPlugin.dir/HostipRunner.o" - no debug information available for "HostipRunner.cpp".

warning: Could not find object file "/Users/helling/src/marble/build/src/plugins/runner/hostip/CMakeFiles/HostipPlugin.dir/HostipPlugin.o" - no debug information available for "HostipPlugin.cpp".

. done
warning: Tried to remove a non-existent library: /usr/local/lib/libmarblewidget.16.dylib
Reading symbols for shared libraries warning: Could not find object file "/Users/helling/src/marble/build/src/plugins/runner/json/CMakeFiles/JsonPlugin.dir/JsonRunner.o" - no debug information available for "JsonRunner.cpp".

warning: Could not find object file "/Users/helling/src/marble/build/src/plugins/runner/json/CMakeFiles/JsonPlugin.dir/JsonPlugin.o" - no debug information available for "JsonPlugin.cpp".

warning: Could not find object file "/Users/helling/src/marble/build/src/plugins/runner/json/CMakeFiles/JsonPlugin.dir/JsonParser.o" - no debug information available for "JsonParser.cpp".

. done
warning: Tried to remove a non-existent library: /usr/local/lib/libmarblewidget.16.dylib
Reading symbols for shared libraries warning: Could not find object file "/Users/helling/src/marble/build/src/plugins/runner/kml/CMakeFiles/KmlPlugin.dir/KmlDocument.o" - no debug information available for "KmlDocument.cpp".

warning: Could not find object file "/Users/helling/src/marble/build/src/plugins/runner/kml/CMakeFiles/KmlPlugin.dir/KmlParser.o" - no debug information available for "KmlParser.cpp".

warning: Could not find object file "/Users/helling/src/marble/build/src/plugins/runner/kml/CMakeFiles/KmlPlugin.dir/KmlPlugin.o" - no debug information available for "KmlPlugin.cpp".

warning: Could not find object file "/Users/helling/src/marble/build/src/plugins/runner/kml/CMakeFiles/KmlPlugin.dir/KmlRunner.o" - no debug information available for "KmlRunner.cpp".

. done
warning: Tried to remove a non-existent library: /usr/local/lib/libmarblewidget.16.dylib
Reading symbols for shared libraries warning: Could not find object file "/Users/helling/src/marble/build/src/plugins/runner/latlon/CMakeFiles/LatLonPlugin.dir/LatLonRunner.o" - no debug information available for "LatLonRunner.cpp".

warning: Could not find object file "/Users/helling/src/marble/build/src/plugins/runner/latlon/CMakeFiles/LatLonPlugin.dir/LatLonPlugin.o" - no debug information available for "LatLonPlugin.cpp".

. done
warning: Tried to remove a non-existent library: /usr/local/lib/libmarblewidget.16.dylib
Reading symbols for shared libraries warning: Could not find object file "/Users/helling/src/marble/build/src/plugins/render/license/CMakeFiles/License.dir/License.o" - no debug information available for "License.cpp".

. done
warning: Tried to remove a non-existent library: /usr/local/lib/libmarblewidget.16.dylib
Reading symbols for shared libraries warning: Could not find object file "/Users/helling/src/marble/build/src/plugins/runner/localdatabase/CMakeFiles/LocalDatabasePlugin.dir/LocalDatabaseRunner.o" - no debug information available for "LocalDatabaseRunner.cpp".

warning: Could not find object file "/Users/helling/src/marble/build/src/plugins/runner/localdatabase/CMakeFiles/LocalDatabasePlugin.dir/LocalDatabasePlugin.o" - no debug information available for "LocalDatabasePlugin.cpp".

. done
warning: Tried to remove a non-existent library: /usr/local/lib/libmarblewidget.16.dylib
Reading symbols for shared libraries warning: Could not find object file "/Users/helling/src/marble/build/src/plugins/runner/local-osm-search/CMakeFiles/LocalOsmSearchPlugin.dir/LocalOsmSearchRunner.o" - no debug information available for "LocalOsmSearchRunner.cpp".

warning: Could not find object file "/Users/helling/src/marble/build/src/plugins/runner/local-osm-search/CMakeFiles/LocalOsmSearchPlugin.dir/LocalOsmSearchPlugin.o" - no debug information available for "LocalOsmSearchPlugin.cpp".

warning: Could not find object file "/Users/helling/src/marble/build/src/plugins/runner/local-osm-search/CMakeFiles/LocalOsmSearchPlugin.dir/OsmPlacemark.o" - no debug information available for "OsmPlacemark.cpp".

warning: Could not find object file "/Users/helling/src/marble/build/src/plugins/runner/local-osm-search/CMakeFiles/LocalOsmSearchPlugin.dir/OsmDatabase.o" - no debug information available for "OsmDatabase.cpp".

warning: Could not find object file "/Users/helling/src/marble/build/src/plugins/runner/local-osm-search/CMakeFiles/LocalOsmSearchPlugin.dir/DatabaseQuery.o" - no debug information available for "DatabaseQuery.cpp".

. done
warning: Tried to remove a non-existent library: /usr/local/lib/libmarblewidget.16.dylib
Reading symbols for shared libraries warning: Could not find object file "/Users/helling/src/marble/build/src/plugins/runner/log/CMakeFiles/LogPlugin.dir/LogPlugin.o" - no debug information available for "LogPlugin.cpp".

warning: Could not find object file "/Users/helling/src/marble/build/src/plugins/runner/log/CMakeFiles/LogPlugin.dir/LogRunner.o" - no debug information available for "LogRunner.cpp".

. done
warning: Tried to remove a non-existent library: /usr/local/lib/libmarblewidget.16.dylib
Reading symbols for shared libraries warning: Could not find object file "/Users/helling/src/marble/build/src/plugins/runner/mapquest/CMakeFiles/MapQuestPlugin.dir/MapQuestRunner.o" - no debug information available for "MapQuestRunner.cpp".

warning: Could not find object file "/Users/helling/src/marble/build/src/plugins/runner/mapquest/CMakeFiles/MapQuestPlugin.dir/MapQuestPlugin.o" - no debug information available for "MapQuestPlugin.cpp".

. done
warning: Tried to remove a non-existent library: /usr/local/lib/libmarblewidget.16.dylib
Reading symbols for shared libraries warning: Could not find object file "/Users/helling/src/marble/build/src/plugins/render/mapscale/CMakeFiles/MapScaleFloatItem.dir/MapScaleFloatItem.o" - no debug information available for "MapScaleFloatItem.cpp".

. done
warning: Tried to remove a non-existent library: /usr/local/lib/libmarblewidget.16.dylib
Reading symbols for shared libraries warning: Could not find object file "/Users/helling/src/marble/build/src/plugins/render/measure/CMakeFiles/MeasureTool.dir/MeasureToolPlugin.o" - no debug information available for "MeasureToolPlugin.cpp".

warning: Could not find object file "/Users/helling/src/marble/build/src/plugins/render/measure/CMakeFiles/MeasureTool.dir/qrc_measuretool.o" - no debug information available for "qrc_measuretool.cxx".

. done
warning: Tried to remove a non-existent library: /usr/local/lib/libmarblewidget.16.dylib
Reading symbols for shared libraries warning: Could not find object file "/Users/helling/src/marble/build/src/plugins/runner/monav/CMakeFiles/MonavPlugin.dir/MonavRunner.o" - no debug information available for "MonavRunner.cpp".

warning: Could not find object file "/Users/helling/src/marble/build/src/plugins/runner/monav/CMakeFiles/MonavPlugin.dir/MonavPlugin.o" - no debug information available for "MonavPlugin.cpp".

warning: Could not find object file "/Users/helling/src/marble/build/src/plugins/runner/monav/CMakeFiles/MonavPlugin.dir/MonavMap.o" - no debug information available for "MonavMap.cpp".

warning: Could not find object file "/Users/helling/src/marble/build/src/plugins/runner/monav/CMakeFiles/MonavPlugin.dir/MonavMapsModel.o" - no debug information available for "MonavMapsModel.cpp".

warning: Could not find object file "/Users/helling/src/marble/build/src/plugins/runner/monav/CMakeFiles/MonavPlugin.dir/MonavConfigWidget.o" - no debug information available for "MonavConfigWidget.cpp".

warning: Could not find object file "/Users/helling/src/marble/build/src/plugins/runner/monav/CMakeFiles/MonavPlugin.dir/qrc_monav.o" - no debug information available for "qrc_monav.cxx".

. done
warning: Tried to remove a non-existent library: /usr/local/lib/libmarblewidget.16.dylib
Reading symbols for shared libraries warning: Could not find object file "/Users/helling/src/marble/build/src/plugins/render/navigation/CMakeFiles/NavigationFloatItem.dir/NavigationFloatItem.o" - no debug information available for "NavigationFloatItem.cpp".

warning: Could not find object file "/Users/helling/src/marble/build/src/plugins/render/navigation/CMakeFiles/NavigationFloatItem.dir/ArrowDiscWidget.o" - no debug information available for "ArrowDiscWidget.cpp".

warning: Could not find object file "/Users/helling/src/marble/build/src/plugins/render/navigation/CMakeFiles/NavigationFloatItem.dir/NavigationButton.o" - no debug information available for "NavigationButton.cpp".

warning: Could not find object file "/Users/helling/src/marble/build/src/plugins/render/navigation/CMakeFiles/NavigationFloatItem.dir/NavigationSlider.o" - no debug information available for "NavigationSlider.cpp".

warning: Could not find object file "/Users/helling/src/marble/build/src/plugins/render/navigation/CMakeFiles/NavigationFloatItem.dir/qrc_navigation.o" - no debug information available for "qrc_navigation.cxx".

. done
warning: Tried to remove a non-existent library: /usr/local/lib/libmarblewidget.16.dylib
Reading symbols for shared libraries warning: Could not find object file "/Users/helling/src/marble/build/src/plugins/runner/nominatim-reversegeocoding/CMakeFiles/NominatimReverseGeocodingPlugin.dir/OsmNominatimReverseGeocodingRunner.o" - no debug information available for "OsmNominatimReverseGeocodingRunner.cpp".

warning: Could not find object file "/Users/helling/src/marble/build/src/plugins/runner/nominatim-reversegeocoding/CMakeFiles/NominatimReverseGeocodingPlugin.dir/NominatimReverseGeocodingPlugin.o" - no debug information available for "NominatimReverseGeocodingPlugin.cpp".

. done
warning: Tried to remove a non-existent library: /usr/local/lib/libmarblewidget.16.dylib
Reading symbols for shared libraries warning: Could not find object file "/Users/helling/src/marble/build/src/plugins/runner/nominatim-search/CMakeFiles/NominatimSearchPlugin.dir/OsmNominatimSearchRunner.o" - no debug information available for "OsmNominatimSearchRunner.cpp".

warning: Could not find object file "/Users/helling/src/marble/build/src/plugins/runner/nominatim-search/CMakeFiles/NominatimSearchPlugin.dir/NominatimSearchPlugin.o" - no debug information available for "NominatimSearchPlugin.cpp".

. done
warning: Tried to remove a non-existent library: /usr/local/lib/libmarblewidget.16.dylib
Reading symbols for shared libraries warning: Could not find object file "/Users/helling/src/marble/build/src/plugins/runner/open-source-routing-machine/CMakeFiles/OSRMPlugin.dir/OSRMRunner.o" - no debug information available for "OSRMRunner.cpp".

warning: Could not find object file "/Users/helling/src/marble/build/src/plugins/runner/open-source-routing-machine/CMakeFiles/OSRMPlugin.dir/OSRMPlugin.o" - no debug information available for "OSRMPlugin.cpp".

. done
warning: Tried to remove a non-existent library: /usr/local/lib/libmarblewidget.16.dylib
Reading symbols for shared libraries warning: Could not find object file "/Users/helling/src/marble/build/src/plugins/render/opencachingcom/CMakeFiles/OpenCachingComPlugin.dir/OpenCachingComPlugin.o" - no debug information available for "OpenCachingComPlugin.cpp".

warning: Could not find object file "/Users/helling/src/marble/build/src/plugins/render/opencachingcom/CMakeFiles/OpenCachingComPlugin.dir/OpenCachingComModel.o" - no debug information available for "OpenCachingComModel.cpp".

warning: Could not find object file "/Users/helling/src/marble/build/src/plugins/render/opencachingcom/CMakeFiles/OpenCachingComPlugin.dir/OpenCachingComItem.o" - no debug information available for "OpenCachingComItem.cpp".

warning: Could not find object file "/Users/helling/src/marble/build/src/plugins/render/opencachingcom/CMakeFiles/OpenCachingComPlugin.dir/qrc_opencachingcom.o" - no debug information available for "qrc_opencachingcom.cxx".

. done
warning: Tried to remove a non-existent library: /usr/local/lib/libmarblewidget.16.dylib
Reading symbols for shared libraries warning: Could not find object file "/Users/helling/src/marble/build/src/plugins/render/opendesktop/CMakeFiles/OpenDesktopPlugin.dir/OpenDesktopPlugin.o" - no debug information available for "OpenDesktopPlugin.cpp".

warning: Could not find object file "/Users/helling/src/marble/build/src/plugins/render/opendesktop/CMakeFiles/OpenDesktopPlugin.dir/OpenDesktopItem.o" - no debug information available for "OpenDesktopItem.cpp".

warning: Could not find object file "/Users/helling/src/marble/build/src/plugins/render/opendesktop/CMakeFiles/OpenDesktopPlugin.dir/OpenDesktopModel.o" - no debug information available for "OpenDesktopModel.cpp".

. done
warning: Tried to remove a non-existent library: /usr/local/lib/libmarblewidget.16.dylib
Reading symbols for shared libraries warning: Could not find object file "/Users/helling/src/marble/build/src/plugins/runner/openrouteservice/CMakeFiles/OpenRouteServicePlugin.dir/OpenRouteServiceRunner.o" - no debug information available for "OpenRouteServiceRunner.cpp".

warning: Could not find object file "/Users/helling/src/marble/build/src/plugins/runner/openrouteservice/CMakeFiles/OpenRouteServicePlugin.dir/OpenRouteServicePlugin.o" - no debug information available for "OpenRouteServicePlugin.cpp".

. done
warning: Tried to remove a non-existent library: /usr/local/lib/libmarblewidget.16.dylib
Reading symbols for shared libraries warning: Could not find object file "/Users/helling/src/marble/build/src/plugins/runner/osm/CMakeFiles/OsmPlugin.dir/OsmParser.o" - no debug information available for "OsmParser.cpp".

warning: Could not find object file "/Users/helling/src/marble/build/src/plugins/runner/osm/CMakeFiles/OsmPlugin.dir/OsmPlugin.o" - no debug information available for "OsmPlugin.cpp".

warning: Could not find object file "/Users/helling/src/marble/build/src/plugins/runner/osm/CMakeFiles/OsmPlugin.dir/OsmRunner.o" - no debug information available for "OsmRunner.cpp".

warning: Could not find object file "/Users/helling/src/marble/build/src/plugins/runner/osm/CMakeFiles/OsmPlugin.dir/handlers/OsmBoundsTagHandler.o" - no debug information available for "OsmBoundsTagHandler.cpp".

warning: Could not find object file "/Users/helling/src/marble/build/src/plugins/runner/osm/CMakeFiles/OsmPlugin.dir/handlers/OsmBoundTagHandler.o" - no debug information available for "OsmBoundTagHandler.cpp".

warning: Could not find object file "/Users/helling/src/marble/build/src/plugins/runner/osm/CMakeFiles/OsmPlugin.dir/handlers/OsmElementDictionary.o" - no debug information available for "OsmElementDictionary.cpp".

warning: Could not find object file "/Users/helling/src/marble/build/src/plugins/runner/osm/CMakeFiles/OsmPlugin.dir/handlers/OsmGlobals.o" - no debug information available for "OsmGlobals.cpp".

warning: Could not find object file "/Users/helling/src/marble/build/src/plugins/runner/osm/CMakeFiles/OsmPlugin.dir/handlers/OsmNdTagHandler.o" - no debug information available for "OsmNdTagHandler.cpp".

warning: Could not find object file "/Users/helling/src/marble/build/src/plugins/runner/osm/CMakeFiles/OsmPlugin.dir/handlers/OsmNodeFactory.o" - no debug information available for "OsmNodeFactory.cpp".

warning: Could not find object file "/Users/helling/src/marble/build/src/plugins/runner/osm/CMakeFiles/OsmPlugin.dir/handlers/OsmNodeTagHandler.o" - no debug information available for "OsmNodeTagHandler.cpp".

warning: Could not find object file "/Users/helling/src/marble/build/src/plugins/runner/osm/CMakeFiles/OsmPlugin.dir/handlers/OsmOsmTagHandler.o" - no debug information available for "OsmOsmTagHandler.cpp".

warning: Could not find object file "/Users/helling/src/marble/build/src/plugins/runner/osm/CMakeFiles/OsmPlugin.dir/handlers/OsmRelationTagHandler.o" - no debug information available for "OsmRelationTagHandler.cpp".

warning: Could not find object file "/Users/helling/src/marble/build/src/plugins/runner/osm/CMakeFiles/OsmPlugin.dir/handlers/OsmMemberTagHandler.o" - no debug information available for "OsmMemberTagHandler.cpp".

warning: Could not find object file "/Users/helling/src/marble/build/src/plugins/runner/osm/CMakeFiles/OsmPlugin.dir/handlers/OsmTagTagHandler.o" - no debug information available for "OsmTagTagHandler.cpp".

warning: Could not find object file "/Users/helling/src/marble/build/src/plugins/runner/osm/CMakeFiles/OsmPlugin.dir/handlers/OsmWayTagHandler.o" - no debug information available for "OsmWayTagHandler.cpp".

warning: Could not find object file "/Users/helling/src/marble/build/src/plugins/runner/osm/CMakeFiles/OsmPlugin.dir/handlers/OsmWayFactory.o" - no debug information available for "OsmWayFactory.cpp".

warning: Could not find object file "/Users/helling/src/marble/build/src/plugins/runner/osm/CMakeFiles/OsmPlugin.dir/handlers/OsmRelationFactory.o" - no debug information available for "OsmRelationFactory.cpp".

. done
warning: Tried to remove a non-existent library: /usr/local/lib/libmarblewidget.16.dylib
Reading symbols for shared libraries warning: Could not find object file "/Users/helling/src/marble/build/src/plugins/render/overviewmap/CMakeFiles/OverviewMap.dir/OverviewMap.o" - no debug information available for "OverviewMap.cpp".

. done
warning: Tried to remove a non-existent library: /usr/local/lib/libmarblewidget.16.dylib
Reading symbols for shared libraries warning: Could not find object file "/Users/helling/src/marble/build/src/plugins/render/photo/CMakeFiles/Photo.dir/PhotoPlugin.o" - no debug information available for "PhotoPlugin.cpp".

warning: Could not find object file "/Users/helling/src/marble/build/src/plugins/render/photo/CMakeFiles/Photo.dir/PhotoPluginModel.o" - no debug information available for "PhotoPluginModel.cpp".

warning: Could not find object file "/Users/helling/src/marble/build/src/plugins/render/photo/CMakeFiles/Photo.dir/PhotoPluginItem.o" - no debug information available for "PhotoPluginItem.cpp".

warning: Could not find object file "/Users/helling/src/marble/build/src/plugins/render/photo/CMakeFiles/Photo.dir/FlickrParser.o" - no debug information available for "FlickrParser.cpp".

warning: Could not find object file "/Users/helling/src/marble/build/src/plugins/render/photo/CMakeFiles/Photo.dir/CoordinatesParser.o" - no debug information available for "CoordinatesParser.cpp".

. done
warning: Tried to remove a non-existent library: /usr/local/lib/libmarblewidget.16.dylib
Reading symbols for shared libraries warning: Could not find object file "/Users/helling/src/marble/build/src/plugins/positionprovider/placemark/CMakeFiles/PlacemarkPositionProviderPlugin.dir/PlacemarkPositionProviderPlugin.o" - no debug information available for "PlacemarkPositionProviderPlugin.cpp".

. done
warning: Tried to remove a non-existent library: /usr/local/lib/libmarblewidget.16.dylib
Reading symbols for shared libraries warning: Could not find object file "/Users/helling/src/marble/build/src/plugins/runner/pn2/CMakeFiles/Pn2Plugin.dir/Pn2Plugin.o" - no debug information available for "Pn2Plugin.cpp".

warning: Could not find object file "/Users/helling/src/marble/build/src/plugins/runner/pn2/CMakeFiles/Pn2Plugin.dir/Pn2Runner.o" - no debug information available for "Pn2Runner.cpp".

. done
warning: Tried to remove a non-existent library: /usr/local/lib/libmarblewidget.16.dylib
Reading symbols for shared libraries warning: Could not find object file "/Users/helling/src/marble/build/src/plugins/runner/pnt/CMakeFiles/PntPlugin.dir/PntPlugin.o" - no debug information available for "PntPlugin.cpp".

warning: Could not find object file "/Users/helling/src/marble/build/src/plugins/runner/pnt/CMakeFiles/PntPlugin.dir/PntRunner.o" - no debug information available for "PntRunner.cpp".

. done
warning: Tried to remove a non-existent library: /usr/local/lib/libmarblewidget.16.dylib
Reading symbols for shared libraries warning: Could not find object file "/Users/helling/src/marble/build/src/plugins/render/positionmarker/CMakeFiles/PositionMarker.dir/PositionMarker.o" - no debug information available for "PositionMarker.cpp".

. done
warning: Tried to remove a non-existent library: /usr/local/lib/libmarblewidget.16.dylib
Reading symbols for shared libraries warning: Could not find object file "/Users/helling/src/marble/build/src/plugins/render/postalcode/CMakeFiles/PostalCode.dir/PostalCodePlugin.o" - no debug information available for "PostalCodePlugin.cpp".

warning: Could not find object file "/Users/helling/src/marble/build/src/plugins/render/postalcode/CMakeFiles/PostalCode.dir/PostalCodeModel.o" - no debug information available for "PostalCodeModel.cpp".

warning: Could not find object file "/Users/helling/src/marble/build/src/plugins/render/postalcode/CMakeFiles/PostalCode.dir/PostalCodeItem.o" - no debug information available for "PostalCodeItem.cpp".

. done
warning: Tried to remove a non-existent library: /usr/local/lib/libmarblewidget.16.dylib
Reading symbols for shared libraries warning: Could not find object file "/Users/helling/src/marble/build/src/plugins/render/progress/CMakeFiles/ProgressFloatItem.dir/ProgressFloatItem.o" - no debug information available for "ProgressFloatItem.cpp".

. done
warning: Tried to remove a non-existent library: /usr/local/lib/libmarblewidget.16.dylib
Reading symbols for shared libraries warning: Could not find object file "/Users/helling/src/marble/build/src/plugins/positionprovider/routesimulation/CMakeFiles/RouteSimulationPositionProviderPlugin.dir/RouteSimulationPositionProviderPlugin.o" - no debug information available for "RouteSimulationPositionProviderPlugin.cpp".

. done
warning: Tried to remove a non-existent library: /usr/local/lib/libmarblewidget.16.dylib
Reading symbols for shared libraries warning: Could not find object file "/Users/helling/src/marble/build/src/plugins/render/routing/CMakeFiles/RoutingPlugin.dir/RoutingPlugin.o" - no debug information available for "RoutingPlugin.cpp".

warning: Could not find object file "/Users/helling/src/marble/build/src/plugins/render/routing/CMakeFiles/RoutingPlugin.dir/AudioOutput.o" - no debug information available for "AudioOutput.cpp".

warning: Could not find object file "/Users/helling/src/marble/build/src/plugins/render/routing/CMakeFiles/RoutingPlugin.dir/qrc_routing.o" - no debug information available for "qrc_routing.cxx".

.. done
warning: Tried to remove a non-existent library: /usr/local/lib/libmarblewidget.16.dylib
Reading symbols for shared libraries warning: Could not find object file "/Users/helling/src/marble/build/src/plugins/runner/routino/CMakeFiles/RoutinoPlugin.dir/RoutinoRunner.o" - no debug information available for "RoutinoRunner.cpp".

warning: Could not find object file "/Users/helling/src/marble/build/src/plugins/runner/routino/CMakeFiles/RoutinoPlugin.dir/RoutinoPlugin.o" - no debug information available for "RoutinoPlugin.cpp".

. done
warning: Tried to remove a non-existent library: /usr/local/lib/libmarblewidget.16.dylib
Reading symbols for shared libraries warning: Could not find object file "/Users/helling/src/marble/build/src/plugins/render/satellites/CMakeFiles/SatellitesPlugin.dir/TrackerPluginModel.o" - no debug information available for "TrackerPluginModel.cpp".

warning: Could not find object file "/Users/helling/src/marble/build/src/plugins/render/satellites/CMakeFiles/SatellitesPlugin.dir/TrackerPluginItem.o" - no debug information available for "TrackerPluginItem.cpp".

warning: Could not find object file "/Users/helling/src/marble/build/src/plugins/render/satellites/CMakeFiles/SatellitesPlugin.dir/SatellitesPlugin.o" - no debug information available for "SatellitesPlugin.cpp".

warning: Could not find object file "/Users/helling/src/marble/build/src/plugins/render/satellites/CMakeFiles/SatellitesPlugin.dir/SatellitesModel.o" - no debug information available for "SatellitesModel.cpp".

warning: Could not find object file "/Users/helling/src/marble/build/src/plugins/render/satellites/CMakeFiles/SatellitesPlugin.dir/SatellitesMSCItem.o" - no debug information available for "SatellitesMSCItem.cpp".

warning: Could not find object file "/Users/helling/src/marble/build/src/plugins/render/satellites/CMakeFiles/SatellitesPlugin.dir/SatellitesTLEItem.o" - no debug information available for "SatellitesTLEItem.cpp".

warning: Could not find object file "/Users/helling/src/marble/build/src/plugins/render/satellites/CMakeFiles/SatellitesPlugin.dir/SatellitesConfigModel.o" - no debug information available for "SatellitesConfigModel.cpp".

warning: Could not find object file "/Users/helling/src/marble/build/src/plugins/render/satellites/CMakeFiles/SatellitesPlugin.dir/SatellitesConfigDialog.o" - no debug information available for "SatellitesConfigDialog.cpp".

warning: Could not find object file "/Users/helling/src/marble/build/src/plugins/render/satellites/CMakeFiles/SatellitesPlugin.dir/SatellitesConfigAbstractItem.o" - no debug information available for "SatellitesConfigAbstractItem.cpp".

warning: Could not find object file "/Users/helling/src/marble/build/src/plugins/render/satellites/CMakeFiles/SatellitesPlugin.dir/SatellitesConfigNodeItem.o" - no debug information available for "SatellitesConfigNodeItem.cpp".

warning: Could not find object file "/Users/helling/src/marble/build/src/plugins/render/satellites/CMakeFiles/SatellitesPlugin.dir/SatellitesConfigLeafItem.o" - no debug information available for "SatellitesConfigLeafItem.cpp".

warning: Could not find object file "/Users/helling/src/marble/build/src/plugins/render/satellites/CMakeFiles/SatellitesPlugin.dir/qrc_satellites.o" - no debug information available for "qrc_satellites.cxx".

warning: Could not find object file "/Users/helling/src/marble/build/src/plugins/render/satellites/CMakeFiles/SatellitesPlugin.dir/sgp4/sgp4ext.o" - no debug information available for "sgp4ext.cpp".

warning: Could not find object file "/Users/helling/src/marble/build/src/plugins/render/satellites/CMakeFiles/SatellitesPlugin.dir/sgp4/sgp4unit.o" - no debug information available for "sgp4unit.cpp".

warning: Could not find object file "/Users/helling/src/marble/build/src/plugins/render/satellites/CMakeFiles/SatellitesPlugin.dir/sgp4/sgp4io.o" - no debug information available for "sgp4io.cpp".

warning: Could not find object file "/Users/helling/src/marble/build/src/plugins/render/satellites/CMakeFiles/SatellitesPlugin.dir/mex/astrolib.o" - no debug information available for "astrolib.cpp".

warning: Could not find object file "/Users/helling/src/marble/build/src/plugins/render/satellites/CMakeFiles/SatellitesPlugin.dir/mex/attlib.o" - no debug information available for "attlib.cpp".

warning: Could not find object file "/Users/helling/src/marble/build/src/plugins/render/satellites/CMakeFiles/SatellitesPlugin.dir/mex/planetarySats.o" - no debug information available for "planetarySats.cpp".

. done
warning: Tried to remove a non-existent library: /usr/local/lib/libmarblewidget.16.dylib
Reading symbols for shared libraries warning: Could not find object file "/Users/helling/src/marble/build/src/plugins/render/speedometer/CMakeFiles/Speedometer.dir/Speedometer.o" - no debug information available for "Speedometer.cpp".

. done
warning: Tried to remove a non-existent library: /usr/local/lib/libmarblewidget.16.dylib
Reading symbols for shared libraries warning: Could not find object file "/Users/helling/src/marble/build/src/plugins/render/stars/CMakeFiles/StarsPlugin.dir/StarsPlugin.o" - no debug information available for "StarsPlugin.cpp".

. done
warning: Tried to remove a non-existent library: /usr/local/lib/libmarblewidget.16.dylib
Reading symbols for shared libraries warning: Could not find object file "/Users/helling/src/marble/build/src/plugins/render/sun/CMakeFiles/SunPlugin.dir/SunPlugin.o" - no debug information available for "SunPlugin.cpp".

. done
warning: Tried to remove a non-existent library: /usr/local/lib/libmarblewidget.16.dylib
Reading symbols for shared libraries warning: Could not find object file "/Users/helling/src/marble/build/src/plugins/render/weather/CMakeFiles/Weather.dir/WeatherData.o" - no debug information available for "WeatherData.cpp".

warning: Could not find object file "/Users/helling/src/marble/build/src/plugins/render/weather/CMakeFiles/Weather.dir/WeatherItem.o" - no debug information available for "WeatherItem.cpp".

warning: Could not find object file "/Users/helling/src/marble/build/src/plugins/render/weather/CMakeFiles/Weather.dir/WeatherModel.o" - no debug information available for "WeatherModel.cpp".

warning: Could not find object file "/Users/helling/src/marble/build/src/plugins/render/weather/CMakeFiles/Weather.dir/WeatherPlugin.o" - no debug information available for "WeatherPlugin.cpp".

warning: Could not find object file "/Users/helling/src/marble/build/src/plugins/render/weather/CMakeFiles/Weather.dir/AbstractWeatherService.o" - no debug information available for "AbstractWeatherService.cpp".

warning: Could not find object file "/Users/helling/src/marble/build/src/plugins/render/weather/CMakeFiles/Weather.dir/BBCItemGetter.o" - no debug information available for "BBCItemGetter.cpp".

warning: Could not find object file "/Users/helling/src/marble/build/src/plugins/render/weather/CMakeFiles/Weather.dir/BBCParser.o" - no debug information available for "BBCParser.cpp".

warning: Could not find object file "/Users/helling/src/marble/build/src/plugins/render/weather/CMakeFiles/Weather.dir/BBCStation.o" - no debug information available for "BBCStation.cpp".

warning: Could not find object file "/Users/helling/src/marble/build/src/plugins/render/weather/CMakeFiles/Weather.dir/BBCWeatherService.o" - no debug information available for "BBCWeatherService.cpp".

warning: Could not find object file "/Users/helling/src/marble/build/src/plugins/render/weather/CMakeFiles/Weather.dir/BBCWeatherItem.o" - no debug information available for "BBCWeatherItem.cpp".

warning: Could not find object file "/Users/helling/src/marble/build/src/plugins/render/weather/CMakeFiles/Weather.dir/FakeWeatherService.o" - no debug information available for "FakeWeatherService.cpp".

warning: Could not find object file "/Users/helling/src/marble/build/src/plugins/render/weather/CMakeFiles/Weather.dir/FakeWeatherItem.o" - no debug information available for "FakeWeatherItem.cpp".

warning: Could not find object file "/Users/helling/src/marble/build/src/plugins/render/weather/CMakeFiles/Weather.dir/StationListParser.o" - no debug information available for "StationListParser.cpp".

warning: Could not find object file "/Users/helling/src/marble/build/src/plugins/render/weather/CMakeFiles/Weather.dir/GeoNamesWeatherService.o" - no debug information available for "GeoNamesWeatherService.cpp".

warning: Could not find object file "/Users/helling/src/marble/build/src/plugins/render/weather/CMakeFiles/Weather.dir/GeoNamesWeatherItem.o" - no debug information available for "GeoNamesWeatherItem.cpp".

warning: Could not find object file "/Users/helling/src/marble/build/src/plugins/render/weather/CMakeFiles/Weather.dir/qrc_weather.o" - no debug information available for "qrc_weather.cxx".

. done
warning: Tried to remove a non-existent library: /usr/local/lib/libmarblewidget.16.dylib
Reading symbols for shared libraries warning: Could not find object file "/Users/helling/src/marble/build/src/plugins/render/wikipedia/CMakeFiles/Wikipedia.dir/WikipediaPlugin.o" - no debug information available for "WikipediaPlugin.cpp".

warning: Could not find object file "/Users/helling/src/marble/build/src/plugins/render/wikipedia/CMakeFiles/Wikipedia.dir/WikipediaModel.o" - no debug information available for "WikipediaModel.cpp".

warning: Could not find object file "/Users/helling/src/marble/build/src/plugins/render/wikipedia/CMakeFiles/Wikipedia.dir/WikipediaItem.o" - no debug information available for "WikipediaItem.cpp".

warning: Could not find object file "/Users/helling/src/marble/build/src/plugins/render/wikipedia/CMakeFiles/Wikipedia.dir/GeonamesParser.o" - no debug information available for "GeonamesParser.cpp".

. done
warning: Tried to remove a non-existent library: /usr/local/lib/libmarblewidget.16.dylib
Reading symbols for shared libraries warning: Could not find object file "/Users/helling/src/marble/build/src/plugins/runner/yours/CMakeFiles/YoursPlugin.dir/YoursRunner.o" - no debug information available for "YoursRunner.cpp".

warning: Could not find object file "/Users/helling/src/marble/build/src/plugins/runner/yours/CMakeFiles/YoursPlugin.dir/YoursPlugin.o" - no debug information available for "YoursPlugin.cpp".

. done
QFSFileEngine::open: No file name specified
Cannot open file '', because: No file name specified
QFSFileEngine::open: No file name specified
Cannot open file '', because: No file name specified
QFSFileEngine::open: No file name specified
Cannot open file '', because: No file name specified
QFSFileEngine::open: No file name specified
Cannot open file '', because: No file name specified
QFSFileEngine::open: No file name specified
Cannot open file '', because: No file name specified
QFSFileEngine::open: No file name specified
Cannot open file '', because: No file name specified
QFSFileEngine::open: No file name specified
Cannot open file '', because: No file name specified
QFSFileEngine::open: No file name specified
Cannot open file '', because: No file name specified
QFSFileEngine::open: No file name specified
Cannot open file '', because: No file name specified
QFSFileEngine::open: No file name specified
Cannot open file '', because: No file name specified
QFSFileEngine::open: No file name specified
Cannot open file '', because: No file name specified
QFSFileEngine::open: No file name specified
Cannot open file '', because: No file name specified
Reading symbols for shared libraries . done
Reading symbols for shared libraries . done
QPixmap::scaled: Pixmap is a null pixmap
Reading symbols for shared libraries . done
Reading symbols for shared libraries . done

Program received signal EXC_BAD_ACCESS, Could not access memory.
Reason: KERN_INVALID_ADDRESS at address: 0x0000000000000000
0x00007fff8e868f45 in CFURLCopyScheme ()
(gdb) backtrace
#0  0x00007fff8e868f45 in CFURLCopyScheme ()
#1  0x00007fff8e867b20 in CFURLCreateDataAndPropertiesFromResource ()
#2  0x00000001037e8e0e in macQueryInternal ()
#3  0x00000001037e9fed in QNetworkProxyFactory::systemProxyForQuery ()
#4  0x00000001037e3950 in QSystemConfigurationProxyFactory::queryProxy ()
#5  0x00000001037e1bd1 in QGlobalNetworkProxy::proxyForQuery ()
#6  0x00000001037e3444 in QNetworkProxyFactory::proxyForQuery ()
#7  0x00000001037a2c29 in QNetworkAccessManagerPrivate::queryProxy ()
#8  0x00000001037a64e4 in QNetworkAccessBackend::start ()
#9  0x00000001037b96a5 in QNetworkReplyImplPrivate::_q_startOperation ()
#10 0x00000001037bb39f in QNetworkReplyImplPrivate::setup ()
#11 0x00000001037a217d in QNetworkAccessManager::createRequest ()
#12 0x00000001037a09f8 in QNetworkAccessManager::get ()
#13 0x0000000100387588 in Marble::HttpJob::execute (this=0x1066cefe0) at /Users/helling/src/marble/sources/src/lib/HttpJob.cpp:142
#14 0x000000010037888b in Marble::DownloadQueueSet::activateJob (this=0x106689650, job=0x1066cefe0) at /Users/helling/src/marble/sources/src/lib/DownloadQueueSet.cpp:188
#15 0x00000001003785fa in Marble::DownloadQueueSet::activateJobs () at /Users/helling/src/marble/sources/src/lib/DownloadQueueSet.h:91
#16 0x00000001003785fa in Marble::DownloadQueueSet::addJob (this=0x106689650, job=<value temporarily unavailable, due to optimizations>) at qvector.h:82
#17 0x0000000100384e83 in Marble::HttpDownloadManager::addJob (this=<value temporarily unavailable, due to optimizations>, sourceUrl=<value temporarily unavailable, due to optimizations>, destFileName=<value temporarily unavailable, due to optimizations>, id=@0x108f34660, usage=Marble::DownloadBrowse) at /Users/helling/src/marble/sources/src/lib/HttpDownloadManager.cpp:143
#18 0x0000000100385a05 in Marble::HttpDownloadManager::qt_static_metacall (_o=0x106686ef8, _c=<value temporarily unavailable, due to optimizations>, _id=<value temporarily unavailable, due to optimizations>, _a=0x108f3e650) at HttpDownloadManager.moc:72
#19 0x0000000103587af5 in QObject::event ()
#20 0x0000000102a0c118 in QApplicationPrivate::notify_helper ()
#21 0x0000000102a0e75f in QApplication::notify ()
#22 0x0000000103577daf in QCoreApplication::notifyInternal ()
#23 0x00000001035786f1 in QCoreApplicationPrivate::sendPostedEvents ()
#24 0x00007fff8e8c20a7 in __CFRUNLOOP_IS_CALLING_OUT_TO_AN_OBSERVER_CALLBACK_FUNCTION__ ()
#25 0x00007fff8e8c2017 in __CFRunLoopDoObservers ()
#26 0x00007fff8e8b3259 in CFRunLoopRunSpecific ()
#27 0x00007fff8df73f0d in RunCurrentEventLoopInMode ()
#28 0x00007fff8df73b85 in ReceiveNextEventCommon ()
#29 0x00007fff8df73abc in _BlockUntilNextEventMatchingListInModeWithFilter ()
#30 0x00007fff923a528e in _DPSNextEvent ()
#31 0x00007fff923a48db in -[NSApplication nextEventMatchingMask:untilDate:inMode:dequeue:] ()
#32 0x00007fff923989cc in -[NSApplication run] ()
#33 0x00000001029cb54b in QEventDispatcherMac::processEvents ()
#34 0x000000010357540f in QEventLoop::processEvents ()
#35 0x0000000103575572 in QEventLoop::exec ()
#36 0x00000001035781e7 in QCoreApplication::exec ()
#37 0x000000010000d34b in main ()
(gdb) 

-- 
.oOo.oOo.oOo.oOo.oOo.oOo.oOo.oOo.oOo.oOo.oOo.oOo.oOo.oOo.oOo.oOo.oOo.oOo.oOo.oO
Robert C. Helling     Elite Master Course Theoretical and Mathematical Physics
                      Scientific Coordinator
                      Ludwig Maximilians Universitaet Muenchen, Dept. Physik
                      Phone: +49 89 2180-4523  Theresienstr. 39, rm. B339
                      http://www.atdotde.de

Enhance your privacy, use cryptography! My PGP keys have fingerprints
A9D1 A01D 13A5 31FA 6515  BB44 0820 367C 36BC 0C1D    and
DCED 37B6 251C 7861 270D  5613 95C7 9D32 9A8D 9B8F




-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 495 bytes
Desc: Message signed with OpenPGP using GPGMail
URL: <http://lists.hohndel.org/pipermail/subsurface/attachments/20131108/fca4dc67/attachment-0001.sig>


More information about the subsurface mailing list