From owner-freebsd-current@FreeBSD.ORG Tue Oct 1 10:39:22 2013 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id ADCDE70E for ; Tue, 1 Oct 2013 10:39:22 +0000 (UTC) (envelope-from hans.petter.selasky@bitfrost.no) Received: from mta.bitpro.no (mta.bitpro.no [92.42.64.202]) by mx1.freebsd.org (Postfix) with ESMTP id 6B3F62F29 for ; Tue, 1 Oct 2013 10:39:21 +0000 (UTC) Received: from mail.lockless.no (mail.lockless.no [46.29.221.38]) by mta.bitpro.no (Postfix) with ESMTP id C49727A056; Tue, 1 Oct 2013 12:39:19 +0200 (CEST) Received: from localhost (localhost [127.0.0.1]) by mail.lockless.no (Postfix) with ESMTP id 02B478F0E9F; Tue, 1 Oct 2013 12:39:41 +0200 (CEST) X-Virus-Scanned: by amavisd-new-2.6.4 (20090625) (Debian) at lockless.no Received: from mail.lockless.no ([127.0.0.1]) by localhost (mail.lockless.no [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id fcpdqSVihHA5; Tue, 1 Oct 2013 12:39:40 +0200 (CEST) Received: from laptop015.home.selasky.org (cm-176.74.213.204.customer.telag.net [176.74.213.204]) by mail.lockless.no (Postfix) with ESMTPSA id E9BF48F0E65; Tue, 1 Oct 2013 12:39:39 +0200 (CEST) Message-ID: <524AA6A3.6050203@bitfrost.no> Date: Tue, 01 Oct 2013 12:40:35 +0200 From: Hans Petter Selasky Organization: Bitfrost A/S User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:17.0) Gecko/20130522 Thunderbird/17.0.6 MIME-Version: 1.0 To: Artyom Mirgorodskiy Subject: Re: gphoto2 bus error References: <1430354.OSvlCO8lK8@notebook.alkar.net> <1940359.EnaXG1j9vU@notebook.alkar.net> <524A96B7.8030400@bitfrost.no> <60028529.ObLm6B0bQB@notebook.alkar.net> In-Reply-To: <60028529.ObLm6B0bQB@notebook.alkar.net> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Mailman-Approved-At: Tue, 01 Oct 2013 12:05:17 +0000 Cc: "freebsd-current@freebsd.org" X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 01 Oct 2013 10:39:22 -0000 On 10/01/13 12:24, Artyom Mirgorodskiy wrote: > ls /usr/lib/libusb* > /usr/lib/libusb.a /usr/lib/libusb.so.3 /usr/lib/libusbhid.so@ > /usr/lib/libusb.so@ /usr/lib/libusb_p.a /usr/lib/libusbhid.so.4 > /usr/lib/libusb.so.2 /usr/lib/libusbhid.a /usr/lib/libusbhid_p.a Hi, I see you have two versions of libusb installed. You probably need to delete some of the older libraries using the "make delete-old-libs" and beware you maybe need to rebuild all ports after that! I think gphoto uses libusb.so.2 while you have installed the header file for libusb.so.3. Check that first. gphoto2 --auto-detect and gphoto2 --shell does not crash over here. Let me know if this is still an issue after cleaning out old libraries and files from your system. Thank you! --HPS