[Bug 525576] Re: AfcVolumeMonitor.IsSupported() fails

2010-09-16 Thread Bug Watch Updater
** Changed in: gvfs
   Status: Invalid = Unknown

** Changed in: gvfs
   Importance: Unknown = Low

-- 
AfcVolumeMonitor.IsSupported() fails
https://bugs.launchpad.net/bugs/525576
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is a bug assignee.

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[Bug 525576] Re: AfcVolumeMonitor.IsSupported() fails

2010-04-20 Thread Paul Sladen
ldd -r /usr/lib/libimobiledevice.so.0
undefined symbol: usbmuxd_send  (/usr/lib/libimobiledevice.so.0)
undefined symbol: usbmuxd_unsubscribe   (/usr/lib/libimobiledevice.so.0)
undefined symbol: usbmuxd_subscribe (/usr/lib/libimobiledevice.so.0)
undefined symbol: usbmuxd_disconnect(/usr/lib/libimobiledevice.so.0)
undefined symbol: usbmuxd_recv  (/usr/lib/libimobiledevice.so.0)
undefined symbol: usbmuxd_device_list_free  (/usr/lib/libimobiledevice.so.0)
undefined symbol: usbmuxd_recv_timeout  (/usr/lib/libimobiledevice.so.0)
undefined symbol: usbmuxd_get_device_list   (/usr/lib/libimobiledevice.so.0)
undefined symbol: usbmuxd_get_device_by_uuid(/usr/lib/libimobiledevice.so.0)

dpkg -l | awk '/usbmuxd/{print $1,$2,$3}'
ii libusbmuxd1 1.0.2-1ubuntu2
ii usbmuxd 1.0.2-1ubuntu2

-- 
AfcVolumeMonitor.IsSupported() fails
https://bugs.launchpad.net/bugs/525576
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is a bug assignee.

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[Bug 525576] Re: AfcVolumeMonitor.IsSupported() fails

2010-04-20 Thread Sebastien Bacher
could you copy the real ldd output including the list of libraries and
their name and location?

** Changed in: gvfs (Ubuntu)
   Status: Triaged = Incomplete

-- 
AfcVolumeMonitor.IsSupported() fails
https://bugs.launchpad.net/bugs/525576
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is a bug assignee.

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[Bug 525576] Re: AfcVolumeMonitor.IsSupported() fails

2010-04-20 Thread Paul Sladen
eg.

$ ldd -r /usr/lib/libimobiledevice.so.0
linux-gate.so.1 =  (0x00d6)
libgnutls.so.26 = /usr/lib/libgnutls.so.26 (0x00dc7000)
libtasn1.so.3 = /usr/lib/libtasn1.so.3 (0x0029c000)
libgthread-2.0.so.0 = /usr/lib/libgthread-2.0.so.0 (0x0011)
librt.so.1 = /lib/tls/i686/cmov/librt.so.1 (0x00116000)
libplist.so.1 = /usr/lib/libplist.so.1 (0x00802000)
libxml2.so.2 = /usr/lib/libxml2.so.2 (0x005f3000)
libglib-2.0.so.0 = /lib/libglib-2.0.so.0 (0x00ec9000)
libusbmuxd.so.1 = /usr/local/lib/libusbmuxd.so.1 (0x008c2000)
libgcrypt.so.11 = /lib/libgcrypt.so.11 (0x0011f000)
libpthread.so.0 = /lib/tls/i686/cmov/libpthread.so.0 (0x00b2e000)
libc.so.6 = /lib/tls/i686/cmov/libc.so.6 (0x002ad000)
libz.so.1 = /lib/libz.so.1 (0x00a62000)
libpcre.so.3 = /lib/libpcre.so.3 (0x0090b000)
/lib/ld-linux.so.2 (0x00be4000)
libdl.so.2 = /lib/tls/i686/cmov/libdl.so.2 (0x00792000)
libm.so.6 = /lib/tls/i686/cmov/libm.so.6 (0x00256000)
libgpg-error.so.0 = /lib/libgpg-error.so.0 (0x00b72000)
undefined symbol: usbmuxd_send  (/usr/lib/libimobiledevice.so.0)
undefined symbol: usbmuxd_unsubscribe   (/usr/lib/libimobiledevice.so.0)
undefined symbol: usbmuxd_subscribe (/usr/lib/libimobiledevice.so.0)
undefined symbol: usbmuxd_disconnect(/usr/lib/libimobiledevice.so.0)
undefined symbol: usbmuxd_recv  (/usr/lib/libimobiledevice.so.0)
undefined symbol: usbmuxd_device_list_free  (/usr/lib/libimobiledevice.so.0)
undefined symbol: usbmuxd_recv_timeout  (/usr/lib/libimobiledevice.so.0)
undefined symbol: usbmuxd_get_device_list   (/usr/lib/libimobiledevice.so.0)
undefined symbol: usbmuxd_get_device_by_uuid(/usr/lib/libimobiledevice.so.0)

However both are equally complete.

-- 
AfcVolumeMonitor.IsSupported() fails
https://bugs.launchpad.net/bugs/525576
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is a bug assignee.

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[Bug 525576] Re: AfcVolumeMonitor.IsSupported() fails

2010-04-20 Thread Paul Sladen
$ ldd -r /usr/lib/libimobiledevice.so.0
undefined symbol: usbmuxd_send  (/usr/lib/libimobiledevice.so.0)
undefined symbol: usbmuxd_unsubscribe   (/usr/lib/libimobiledevice.so.0)
undefined symbol: usbmuxd_subscribe (/usr/lib/libimobiledevice.so.0)
undefined symbol: usbmuxd_disconnect(/usr/lib/libimobiledevice.so.0)
undefined symbol: usbmuxd_recv  (/usr/lib/libimobiledevice.so.0)
undefined symbol: usbmuxd_device_list_free  (/usr/lib/libimobiledevice.so.0)
undefined symbol: usbmuxd_recv_timeout  (/usr/lib/libimobiledevice.so.0)
undefined symbol: usbmuxd_get_device_list   (/usr/lib/libimobiledevice.so.0)
undefined symbol: usbmuxd_get_device_by_uuid(/usr/lib/libimobiledevice.so.0)
linux-gate.so.1 =  (0x0020f000)
libgnutls.so.26 = /usr/lib/libgnutls.so.26 (0x00991000)
libtasn1.so.3 = /usr/lib/libtasn1.so.3 (0x00bc)
libgthread-2.0.so.0 = /usr/lib/libgthread-2.0.so.0 (0x008ef000)
librt.so.1 = /lib/tls/i686/cmov/librt.so.1 (0x00c8f000)
libplist.so.1 = /usr/lib/libplist.so.1 (0x00523000)
libxml2.so.2 = /usr/lib/libxml2.so.2 (0x00d37000)
libglib-2.0.so.0 = /lib/libglib-2.0.so.0 (0x0011)
libusbmuxd.so.1 = /usr/local/lib/libusbmuxd.so.1 (0x00471000)
libgcrypt.so.11 = /lib/libgcrypt.so.11 (0x0021)
libpthread.so.0 = /lib/tls/i686/cmov/libpthread.so.0 (0x001da000)
libc.so.6 = /lib/tls/i686/cmov/libc.so.6 (0x00283000)
libz.so.1 = /lib/libz.so.1 (0x00b46000)
libpcre.so.3 = /lib/libpcre.so.3 (0x00fb4000)
/lib/ld-linux.so.2 (0x006e3000)
libdl.so.2 = /lib/tls/i686/cmov/libdl.so.2 (0x00518000)
libm.so.6 = /lib/tls/i686/cmov/libm.so.6 (0x004b2000)
libgpg-error.so.0 = /lib/libgpg-error.so.0 (0x00ce1000)

half of it goes to stdout, and half to stderr so whether undefined
symbol output comes at the top or bottom depends on the enthopy at any
particular moment.

-- 
AfcVolumeMonitor.IsSupported() fails
https://bugs.launchpad.net/bugs/525576
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is a bug assignee.

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[Bug 525576] Re: AfcVolumeMonitor.IsSupported() fails

2010-04-20 Thread Paul Sladen
Bugger;  had very old local copies still in /usr/local/lib/*

** Changed in: gvfs (Ubuntu)
   Status: Incomplete = Invalid

-- 
AfcVolumeMonitor.IsSupported() fails
https://bugs.launchpad.net/bugs/525576
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is a bug assignee.

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[Bug 525576] Re: AfcVolumeMonitor.IsSupported() fails

2010-04-19 Thread Sebastien Bacher
could you run ldd -r /usr/lib/libimobiledevice.so.0? your upstream
comment seems to indicate you have a local installation breaking things
for you

-- 
AfcVolumeMonitor.IsSupported() fails
https://bugs.launchpad.net/bugs/525576
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is a bug assignee.

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[Bug 525576] Re: AfcVolumeMonitor.IsSupported() fails

2010-04-17 Thread Bug Watch Updater
** Changed in: gvfs
   Status: Unknown = Invalid

-- 
AfcVolumeMonitor.IsSupported() fails
https://bugs.launchpad.net/bugs/525576
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is a bug assignee.

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[Bug 525576] Re: AfcVolumeMonitor.IsSupported() fails

2010-04-17 Thread Paul Sladen
Wonder if this is because the GNOME stuff is expect the libimobiledevice
1.0 API, but libimobiledevice (not actually being part of GNOME) hasn't
been pulled in at the same time as the rest of the stack?

-- 
AfcVolumeMonitor.IsSupported() fails
https://bugs.launchpad.net/bugs/525576
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is a bug assignee.

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[Bug 525576] Re: AfcVolumeMonitor.IsSupported() fails

2010-02-22 Thread Sebastien Bacher
Thank you for your bug report. The issue is an upstream one and it would
be nice if somebody having it could send the bug the to the people
writting the software (https://wiki.ubuntu.com/Bugs/Upstream/GNOME)

** Changed in: gvfs (Ubuntu)
   Importance: Undecided = Low

** Changed in: gvfs (Ubuntu)
 Assignee: (unassigned) = Ubuntu Desktop Bugs (desktop-bugs)

-- 
AfcVolumeMonitor.IsSupported() fails
https://bugs.launchpad.net/bugs/525576
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is a bug assignee.

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[Bug 525576] Re: AfcVolumeMonitor.IsSupported() fails

2010-02-22 Thread Sebastien Bacher
Not confirming the issue there

-- 
AfcVolumeMonitor.IsSupported() fails
https://bugs.launchpad.net/bugs/525576
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is a bug assignee.

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[Bug 525576] Re: AfcVolumeMonitor.IsSupported() fails

2010-02-22 Thread Paul Sladen
** Bug watch added: GNOME Bug Tracker #610674
   https://bugzilla.gnome.org/show_bug.cgi?id=610674

** Also affects: gvfs via
   https://bugzilla.gnome.org/show_bug.cgi?id=610674
   Importance: Unknown
   Status: Unknown

-- 
AfcVolumeMonitor.IsSupported() fails
https://bugs.launchpad.net/bugs/525576
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is a bug assignee.

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[Bug 525576] Re: AfcVolumeMonitor.IsSupported() fails

2010-02-22 Thread Sebastien Bacher
** Changed in: gvfs (Ubuntu)
   Status: New = Triaged

-- 
AfcVolumeMonitor.IsSupported() fails
https://bugs.launchpad.net/bugs/525576
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is a bug assignee.

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs