From owner-freebsd-current@FreeBSD.ORG Tue Oct 1 12:09:42 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 F2433852; Tue, 1 Oct 2013 12:09:41 +0000 (UTC) (envelope-from artyom.mirgorodsky@gmail.com) Received: from mail-ee0-x236.google.com (mail-ee0-x236.google.com [IPv6:2a00:1450:4013:c00::236]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 60C6425CC; Tue, 1 Oct 2013 12:09:41 +0000 (UTC) Received: by mail-ee0-f54.google.com with SMTP id e53so3348748eek.41 for ; Tue, 01 Oct 2013 05:09:39 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=from:to:cc:subject:date:message-id:user-agent:in-reply-to :references:mime-version:content-transfer-encoding:content-type; bh=286gPjdJ4g4hJFAdRXNVofSn3EE0cU8W8TyQZKtFJz4=; b=y779BwnWdhRHSCC/W2u6K9BNy9M0EoFB447zQo+fnmvZXNUHEVhLkaUpycrVBt4wmL KrJf9JEHd8h26sWBI+vbNbopDAlcsLQILf6HnOs9LsZVoJKbkb/2Hz7obo87521qIUBm q+S8dI9/EYgLDEhqkD8lQJif0rL5tcMoi00OY4inkK2cXfGnA9ipT7OnEPb2+8ImVTh0 sBg8hmqHzcfDxGQGFHoODI2aQp+YIqzVN5pupzehlJgytB0csg3sb9O9regUc5D7IQ/K 3A2vjuAHocRFPzsvjDq9HyUGXR0e0WqkC1fQ02RyYcLkfL/psBkiokgJgpCkUqvAQbFz m+uQ== X-Received: by 10.14.183.2 with SMTP id p2mr45721619eem.44.1380629379817; Tue, 01 Oct 2013 05:09:39 -0700 (PDT) Received: from notebook.alkar.net (H241.onetel72.onetelecom.od.ua. [91.194.72.241]) by mx.google.com with ESMTPSA id i1sm12626510eeg.0.1969.12.31.16.00.00 (version=TLSv1.2 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Tue, 01 Oct 2013 05:09:39 -0700 (PDT) From: Artyom Mirgorodskiy To: Hans Petter Selasky Subject: Re: gphoto2 bus error Date: Tue, 01 Oct 2013 15:10:34 +0300 Message-ID: <3490117.uiRtRA48q3@notebook.alkar.net> User-Agent: KMail/4.11 (FreeBSD/10.0-ALPHA3; KDE/4.11.0; amd64; ; ) In-Reply-To: <524AB5D1.1000503@bitfrost.no> References: <1430354.OSvlCO8lK8@notebook.alkar.net> <2203393.ZaYDNWG94H@notebook.alkar.net> <524AB5D1.1000503@bitfrost.no> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Cc: gnome@freebsd.org, "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 12:09:42 -0000 Thank you. Work fine for me On Tuesday 01 October 2013 13:45:21 Hans Petter Selasky wrote: > On 10/01/13 13:11, Artyom Mirgorodskiy wrote: > > I removed old libraries: > > > > ls /usr/lib/libusb* > > /usr/lib/libusb.a /usr/lib/libusb_p.a /usr/lib/libusbhid.so.4 > > /usr/lib/libusb.so@ /usr/lib/libusbhid.a /usr/lib/libusbhid_p.a > > /usr/lib/libusb.so.3 /usr/lib/libusbhid.so@ > > > > and reinstall gphoto2 and libgphoto2 > > and have the same result :( > > > > Hi, > > I quickly looked at the gphoto code and see some bugs there. Can you try > the attached patch? > > cd /usr/ports/graphics/libgphoto2 > > make clean extract patch > > cd /usr/ports/graphics/libgphoto2/work/libgphoto2-2.4.14 > > cat libgphoto2.patch | patch -p1 > > cd /usr/ports/graphics/libgphoto2 > > make all deinstall install > > --HPS > -- Artyom Mirgorodskiy