From owner-freebsd-gnome@FreeBSD.ORG Sun Apr 1 21:13:25 2012 Return-Path: Delivered-To: gnome@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 72877106566B; Sun, 1 Apr 2012 21:13:25 +0000 (UTC) (envelope-from hselasky@c2i.net) Received: from swip.net (mailfe02.c2i.net [212.247.154.34]) by mx1.freebsd.org (Postfix) with ESMTP id 4069C8FC12; Sun, 1 Apr 2012 21:13:24 +0000 (UTC) X-T2-Spam-Status: No, hits=-1.0 required=5.0 tests=ALL_TRUSTED Received: from [176.74.212.201] (account mc467741@c2i.net HELO laptop002.hselasky.homeunix.org) by mailfe02.swip.net (CommuniGate Pro SMTP 5.4.4) with ESMTPA id 259438439; Sun, 01 Apr 2012 23:13:15 +0200 From: Hans Petter Selasky To: Joe Marcus Clarke Date: Sun, 1 Apr 2012 23:11:57 +0200 User-Agent: KMail/1.13.5 (FreeBSD/8.3-PRERELEASE; KDE/4.4.5; amd64; ; ) References: <4F749AD1.7020703@FreeBSD.org> <4F749FFD.7020707@FreeBSD.org> <4F775927.1030400@freebsd.org> In-Reply-To: <4F775927.1030400@freebsd.org> X-Face: 'mmZ:T{)),Oru^0c+/}w'`gU1$ubmG?lp!=R4Wy\ELYo2)@'UZ24N@d2+AyewRX}mAm; Yp |U[@, _z/([?1bCfM{_"B<.J>mICJCHAzzGHI{y7{%JVz%R~yJHIji`y>Y}k1C4TfysrsUI -%GU9V5]iUZF&nRn9mJ'?&>O MIME-Version: 1.0 Content-Type: Text/Plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Message-Id: <201204012311.57974.hselasky@c2i.net> Cc: gnome , Andriy Gapon Subject: Re: Fwd: Re: calibre: kindle usb connection problem X-BeenThere: freebsd-gnome@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: GNOME for FreeBSD -- porting and maintaining List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 01 Apr 2012 21:13:25 -0000 On Saturday 31 March 2012 21:21:11 Joe Marcus Clarke wrote: > On 3/29/12 1:46 PM, Andriy Gapon wrote: > > I wonder if this is a conflict between what hal is doing when it probes > the device and interface vs. what USB wants to do to attach the device. > I'm copying hps to see if he can shed some light on this. hps, please > see below where I attempt to highlight what hald is doing. From reading > the USB code, I think hald might be triggering an error on attach and > causing the USB stack to free the device. Perhaps some USB-level > debugging is required. > > Joe > > > Not sure if the problem is caused by something in the device or by one of > > the hal's utilities. > > This is what I see in the system log: > > Mar 29 20:37:20 trant kernel: ugen2.2: at usbus2 > > Mar 29 20:37:20 trant kernel: umass0: on usbus2 > > Mar 29 20:37:20 trant kernel: ugen2.2: at usbus2 (disconnected) > > Mar 29 20:37:20 trant kernel: umass0: at uhub2, port 6, addr 2 > > (disconnected) Mar 29 20:37:22 trant kernel: ugen2.2: at usbus2 > > Mar 29 20:37:22 trant kernel: umass0: on usbus2 > > Mar 29 20:37:22 trant kernel: da0 at umass-sim0 bus 0 scbus8 target 0 lun > > 0 Mar 29 20:37:22 trant kernel: da0: > > Removable Direct Access SCSI-2 device > > Mar 29 20:37:22 trant kernel: da0: 40.000MB/s transfers > > Mar 29 20:37:22 trant kernel: da0: 3090MB (6328768 512 byte sectors: 255H > > 63S/T 393C) > > > > Note how the umass driver attaches, then immediately detaches and two > > seconds later attaches again. > > Here's hald output from that period: > > > > 20:37:17.378 [I] hf-devd.c:316: received devd event: !system=DEVFS > > subsystem=CDEV type=CREATE cdev=usb/2.2.0^M > > 20:37:17.378 [I] hf-devd.c:316: received devd event: !system=DEVFS > > subsystem=CDEV type=CREATE cdev=ugen2.2^M > > 20:37:19.448 [I] hf-devd.c:316: received devd event: !system=DEVFS > > subsystem=CDEV type=CREATE cdev=usb/2.2.1^M > > 20:37:20.576 [I] hf-devd.c:316: received devd event: !system=USB > > subsystem=DEVICE type=ATTACH ugen=ugen2.2 cdev=ugen2.2 vendor=0x1949 > > product=0x0004 devclass=0x00 devsubclass=0x00 sernum="B008A0A00527517D" > > release=0x0100 mode=host port=6 parent=ugen2.1^M > > 20:37:20.577 [I] hf-usb2.c:213: received devd attach event, device > > ugen=ugen2.2^M Run started hald-probe-usb2-device (20000) (0) ^M > > ! full path is '/usr/local/libexec/hald-probe-usb2-device', program_dir > > is '/usr/local/libexec'^M > > At this point, hald probes the ugen device and calls the following > functions: > > libusb20_be_alloc_default > libusb20_be_device_foreach > libusb20_dev_get_bus_number > libusb20_dev_get_address > libusb20_dev_open > libusb20_dev_get_device_desc > libusb20_dev_get_config_index > libusb20_dev_alloc_config > libusb20_dev_req_string_simple_sync > libusb20_dev_get_speed > libusb20_dev_close > libusb20_be_free > > > pid 70609: rc=0 signaled=0: /usr/local/libexec/hald-probe-usb2-device^M > > 20:37:22.640 [I] hald.c:108: Added device to GDL; > > After the device probe runs, the interface prober will execute. These > probe helpers run synchronously. > > > udi=/org/freedesktop/Hal/devices/usb_device_1949_4_B008A0A00527517D^M > > Run started hald-probe-usb2-interface (20000) (0) ^M > > The interface prober runs the following functions: > > libusb20_be_alloc_default > libusb20_be_device_foreach > libusb20_dev_get_bus_number > libusb20_dev_get_address > libusb20_dev_get_config_index > libusb20_dev_get_config_index Hi, I think you need to open the device to be allowed to call libusb20_dev_req_string_simple_sync, like shown in the previous function call list. Does that make sense to you? --HPS > libusb20_dev_req_string_simple_sync > libusb20_dev_get_iface_desc > libusb20_be_free > > > ! full path is '/usr/local/libexec/hald-probe-usb2-interface', > > program_dir is '/usr/local/libexec'^M > > pid 70610: rc=0 signaled=0: > > /usr/local/libexec/hald-probe-usb2-interface^M 20:37:22.665 [I] > > hald.c:108: Added device to GDL; > > udi=/org/freedesktop/Hal/devices/usb_device_1949_4_B008A0A00527517D_if0^M > > 20:37:22.666 [I] hf-devd.c:316: received devd event: !system=USB > > subsystem=INTERFACE type=ATTACH ugen=ugen2.2 cdev=ugen2.2 vendor=0x1949 > > product=0x0004 devclass=0x00 devsubclass=0x00 sernum="B008A0A00527517D" > > release=0x0100 mode=host interface=0 endpoints=2 intclass=0x08 > > intsubclass=0x06 intprotocol=0x50^M > > 20:37:22.666 [I] hf-devd.c:316: received devd event: +umass0 at bus=1 > > hubaddr=6 port=2 devaddr=2 interface=0 vendor=0x1949 product=0x0004 > > devclass=0x00 devsubclass=0x00 sernum="B008A0A00527517D" release=0x0100 > > mode=host intclass=0x08 intsubclass=0x06 intprotocol=0x50 on uhub2^M > > 20:37:22.671 [I] hald.c:108: Added device to GDL; > > udi=/org/freedesktop/Hal/devices/usb_device_1949_4_B008A0A00527517D_if0_s > > csi_host^M 20:37:22.681 [I] hf-devd.c:316: received devd event: > > !system=USB subsystem=DEVICE type=DETACH ugen=ugen2.2 cdev=ugen2.2 > > vendor=0x1949 product=0x0004 devclass=0x00 devsubclass=0x00 > > sernum="B008A0A00527517D" release=0x0100 mode=host port=6 > > parent=ugen2.1^M > > 20:37:22.681 [I] hf-usb2.c:221: received devd detach event, device > > ugen=ugen2.2^M 20:37:22.682 [I] hald.c:143: Removed device from GDL; > > udi=/org/freedesktop/Hal/devices/usb_device_1949_4_B008A0A00527517D_if0_s > > csi_host^M 20:37:22.682 [I] hald.c:143: Removed device from GDL; > > udi=/org/freedesktop/Hal/devices/usb_device_1949_4_B008A0A00527517D_if0^M > > 20:37:22.683 [I] hald.c:143: Removed device from GDL; > > udi=/org/freedesktop/Hal/devices/usb_device_1949_4_B008A0A00527517D^M > > 20:37:22.685 [I] hf-devd.c:316: received devd event: !system=USB > > subsystem=INTERFACE type=DETACH ugen=ugen2.2 cdev=ugen2.2 vendor=0x1949 > > product=0x0004 devclass=0x00 devsubclass=0x00 sernum="B008A0A00527517D" > > release=0x0100 mode=host interface=0 endpoints=2 intclass=0x08 > > intsubclass=0x06 intprotocol=0x50^M > > 20:37:22.685 [I] hf-devd.c:316: received devd event: !system=DEVFS > > subsystem=CDEV type=DESTROY cdev=ugen2.2^M > > 20:37:23.188 [I] hald.c:108: Added device to GDL; > > udi=/org/freedesktop/Hal/devices/computer_scsi_host_6^M > > 20:37:23.190 [I] hald.c:108: Added device to GDL; > > udi=/org/freedesktop/Hal/devices/computer_scsi_host_6_scsi_device_lun0^M > > Run started hald-probe-scsi (20000) (0) ^M > > > > > > Note how computer_scsi_host_6 device is getting inserted when > > usb_device_1949_4_B008A0A00527517D_if0_scsi_host is removed. > > I think that this is where the USB ancestry information is lost. > > > > on 29/03/2012 20:26 Andriy Gapon said the following: > >> -------- Original Message -------- > >> Message-ID: <4F749AD1.7020703@FreeBSD.org> > >> Date: Thu, 29 Mar 2012 20:24:33 +0300 > >> From: Andriy Gapon > >> Subject: Re: calibre: kindle usb connection problem > >> References: <4F749941.8070704@FreeBSD.org> > >> > >> on 29/03/2012 20:17 Andriy Gapon said the following: > >>> Looks like calibre is no longer able to detect my Kindle via USB > >>> (calibre is at version 0.8.40). > >>> The problem seems to be that the umass<->da relationship is not > >>> reflected in the HAL device hierarchy in the way that calibre expects. > >> > >>> This is the ancestry line for the Kindle da device: > >> Now even weirder stuff. I disconnected/reconnected the Kindle and now > >> it is directly under the computer device: > >> udi = '/org/freedesktop/Hal/devices/computer_storage' > >> > >> block.device = '/dev/da0' (string) > >> block.is_volume = false (bool) > >> block.major = 0 (0x0) (int) > >> block.minor = 232 (0xe8) (int) > >> block.storage_device = '/org/freedesktop/Hal/devices/computer_storage' > >> (string) freebsd.device_file = '/dev/da0' (string) > >> freebsd.driver = 'da' (string) > >> freebsd.unit = 0 (0x0) (int) > >> info.capabilities = {'block', 'storage'} (string list) > >> info.category = 'storage' (string) > >> info.parent = '/org/freedesktop/Hal/devices/computer' (string) > >> info.product = 'Storage Device' (string) > >> info.subsystem = 'block' (string) > >> info.udi = '/org/freedesktop/Hal/devices/computer_storage' (string) > >> storage.automount_enabled_hint = true (bool) > >> storage.bus = 'platform' (string) > >> storage.drive_type = 'disk' (string) > >> storage.hotpluggable = false (bool) > >> storage.media_check_enabled = false (bool) > >> storage.model = '' (string) > >> storage.no_partitions_hint = false (bool) > >> storage.originating_device = '' (string) > >> storage.removable = false (bool) > >> storage.removable.support_async_notification = false (bool) > >> storage.requires_eject = false (bool) > >> storage.vendor = '' (string) > >> > >> camcontrol sees it properly: > >> amcontrol devlist -v > >> scbus0 on ahcich0 bus 0: > >> at scbus0 target 0 lun 0 (pass0,ada0) > >> <> at scbus0 target -1 lun -1 () > >> scbus1 on ahcich1 bus 0: > >> at scbus1 target 0 lun 0 (pass1,ada1) > >> <> at scbus1 target -1 lun -1 () > >> scbus2 on ahcich2 bus 0: > >> at scbus2 target 0 lun 0 (pass2,ada2) > >> <> at scbus2 target -1 lun -1 () > >> scbus3 on ahcich3 bus 0: > >> <> at scbus3 target -1 lun -1 () > >> scbus4 on ahcich4 bus 0: > >> <> at scbus4 target -1 lun -1 () > >> scbus5 on ahcich5 bus 0: > >> at scbus5 target 0 lun 0 (pass3,cd0) > >> <> at scbus5 target -1 lun -1 () > >> scbus6 on ata0 bus 0: > >> <> at scbus6 target -1 lun -1 () > >> scbus7 on sbp0 bus 0: > >> <> at scbus7 target -1 lun -1 () > >> scbus8 on umass-sim0 bus 0: > >> at scbus8 target 0 lun 0 (da0,pass4) > >> scbus-1 on xpt0 bus 0: > >> <> at scbus-1 target -1 lun -1 (xpt0) > >> > >>> udi = '/org/freedesktop/Hal/devices/computer_scsi_host_6' > >>> > >>> info.parent = '/org/freedesktop/Hal/devices/computer' (string) > >>> info.product = 'SCSI Host Adapter' (string) > >>> info.subsystem = 'scsi_host' (string) > >>> info.udi = '/org/freedesktop/Hal/devices/computer_scsi_host_6' > >>> (string) scsi_host.host = 8 (0x8) (int) > >>> > >>> udi = > >>> '/org/freedesktop/Hal/devices/computer_scsi_host_6_scsi_device_lun0' > >>> > >>> info.parent = '/org/freedesktop/Hal/devices/computer_scsi_host_6' > >>> (string) info.product = 'SCSI Device' (string) > >>> info.subsystem = 'scsi' (string) > >>> info.udi = > >>> > >>> '/org/freedesktop/Hal/devices/computer_scsi_host_6_scsi_device_lun0' > >>> (string) > >>> > >>> info.vendor = 'Kindle' (string) > >>> scsi.bus = 8 (0x8) (int) > >>> scsi.host = 8 (0x8) (int) > >>> scsi.lun = 0 (0x0) (int) > >>> scsi.model = 'Internal Storage' (string) > >>> scsi.target = 0 (0x0) (int) > >>> scsi.type = 'disk' (string) > >>> scsi.vendor = 'Kindle' (string) > >>> > >>> udi = '/org/freedesktop/Hal/devices/storage_model_Internal_Storage' > >>> > >>> block.device = '/dev/da0' (string) > >>> block.freebsd.cam_path = '8,0,0' (string) > >>> block.is_volume = false (bool) > >>> block.major = 0 (0x0) (int) > >>> block.minor = 232 (0xe8) (int) > >>> block.storage_device = > >>> > >>> '/org/freedesktop/Hal/devices/storage_model_Internal_Storage' (string) > >>> > >>> freebsd.device_file = '/dev/da0' (string) > >>> freebsd.driver = 'da' (string) > >>> freebsd.unit = 0 (0x0) (int) > >>> info.addons = {'hald-addon-storage'} (string list) > >>> info.capabilities = {'block', 'storage'} (string list) > >>> info.category = 'storage' (string) > >>> info.interfaces = {'org.freedesktop.Hal.Device.Storage.Removable'} > >>> (string list) info.parent = > >>> > >>> '/org/freedesktop/Hal/devices/computer_scsi_host_6_scsi_device_lun0' > >>> (string) > >>> > >>> info.product = 'Internal Storage' (string) > >>> info.subsystem = 'block' (string) > >>> info.udi = > >>> '/org/freedesktop/Hal/devices/storage_model_Internal_Storage' > >>> (string) info.vendor = 'Kindle' (string) > >>> storage.automount_enabled_hint = true (bool) > >>> storage.bus = 'scsi' (string) > >>> storage.drive_type = 'disk' (string) > >>> storage.firmware_revision = '0100' (string) > >>> storage.hotpluggable = false (bool) > >>> storage.lun = 0 (0x0) (int) > >>> storage.media_check_enabled = true (bool) > >>> storage.model = 'Internal Storage' (string) > >>> storage.no_partitions_hint = false (bool) > >>> storage.originating_device = > >>> > >>> '/org/freedesktop/Hal/devices/computer_scsi_host_6_scsi_device_lun0' > >>> (string) > >>> > >>> storage.removable = true (bool) > >>> storage.removable.support_async_notification = false (bool) > >>> storage.requires_eject = false (bool) > >>> storage.vendor = 'Kindle' (string) > >>> > >>> Here is the umass device: > >>> > >>> udi = > >>> '/org/freedesktop/Hal/devices/usb_device_1949_4_B008A0A00527517D_if0' > >>> > >>> freebsd.driver = 'umass' (string) > >>> freebsd.unit = 0 (0x0) (int) > >>> info.bus = 'usb' (string) > >>> info.parent = > >>> > >>> '/org/freedesktop/Hal/devices/usb_device_1949_4_B008A0A00527517D' > >>> (string) > >>> > >>> info.product = 'Amazon Kindle' (string) > >>> info.subsystem = 'usb' (string) > >>> info.udi = > >>> > >>> '/org/freedesktop/Hal/devices/usb_device_1949_4_B008A0A00527517D_if0' > >>> (string) > >>> > >>> info.vendor = 'Amazon' (string) > >>> usb.bus_number = 2 (0x2) (int) > >>> usb.can_wake_up = false (bool) > >>> usb.configuration = 'Self-powered' (string) > >>> usb.configuration_value = 1 (0x1) (int) > >>> usb.device_class = 0 (0x0) (int) > >>> usb.device_protocol = 0 (0x0) (int) > >>> usb.device_revision_bcd = 256 (0x100) (int) > >>> usb.device_subclass = 0 (0x0) (int) > >>> usb.freebsd.devname = 'umass0' (string) > >>> usb.interface.class = 8 (0x8) (int) > >>> usb.interface.description = 'Mass Storage' (string) > >>> usb.interface.number = 0 (0x0) (int) > >>> usb.interface.protocol = 80 (0x50) (int) > >>> usb.interface.subclass = 6 (0x6) (int) > >>> usb.is_self_powered = true (bool) > >>> usb.level_number = 1 (0x1) (int) > >>> usb.max_power = 0 (0x0) (int) > >>> usb.num_configurations = 1 (0x1) (int) > >>> usb.num_interfaces = 1 (0x1) (int) > >>> usb.num_ports = 0 (0x0) (int) > >>> usb.port_number = 2 (0x2) (int) > >>> usb.product = 'Amazon Kindle' (string) > >>> usb.product_id = 4 (0x4) (int) > >>> usb.serial = 'B008A0A00527517D' (string) > >>> usb.speed = 480.0 (480) (double) > >>> usb.speed_bcd = 294912 (0x48000) (int) > >>> usb.vendor = 'Amazon' (string) > >>> usb.vendor_id = 6473 (0x1949) (int) > >>> usb.version = 2.0 (2) (double) > >>> > >>> What do you think? > >>> Is this a FreeBSD HAL problem? From owner-freebsd-gnome@FreeBSD.ORG Sun Apr 1 21:19:13 2012 Return-Path: Delivered-To: gnome@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 22FC31065670; Sun, 1 Apr 2012 21:19:13 +0000 (UTC) (envelope-from avg@FreeBSD.org) Received: from citadel.icyb.net.ua (citadel.icyb.net.ua [212.40.38.140]) by mx1.freebsd.org (Postfix) with ESMTP id 481038FC0C; Sun, 1 Apr 2012 21:19:12 +0000 (UTC) Received: from porto.starpoint.kiev.ua (porto-e.starpoint.kiev.ua [212.40.38.100]) by citadel.icyb.net.ua (8.8.8p3/ICyb-2.3exp) with ESMTP id AAA16149; Mon, 02 Apr 2012 00:19:08 +0300 (EEST) (envelope-from avg@FreeBSD.org) Received: from localhost ([127.0.0.1]) by porto.starpoint.kiev.ua with esmtp (Exim 4.34 (FreeBSD)) id 1SESB1-000DFU-QN; Mon, 02 Apr 2012 00:19:07 +0300 Message-ID: <4F78C64B.8080704@FreeBSD.org> Date: Mon, 02 Apr 2012 00:19:07 +0300 From: Andriy Gapon User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:10.0.2) Gecko/20120218 Thunderbird/10.0.2 MIME-Version: 1.0 To: Hans Petter Selasky References: <4F749AD1.7020703@FreeBSD.org> <4F749FFD.7020707@FreeBSD.org> <4F775927.1030400@freebsd.org> <201204012311.57974.hselasky@c2i.net> In-Reply-To: <201204012311.57974.hselasky@c2i.net> X-Enigmail-Version: 1.4 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Cc: gnome , Joe Marcus Clarke Subject: Re: Fwd: Re: calibre: kindle usb connection problem X-BeenThere: freebsd-gnome@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: GNOME for FreeBSD -- porting and maintaining List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 01 Apr 2012 21:19:13 -0000 on 02/04/2012 00:11 Hans Petter Selasky said the following: > On Saturday 31 March 2012 21:21:11 Joe Marcus Clarke wrote: >> On 3/29/12 1:46 PM, Andriy Gapon wrote: >> >> I wonder if this is a conflict between what hal is doing when it probes >> the device and interface vs. what USB wants to do to attach the device. >> I'm copying hps to see if he can shed some light on this. hps, please >> see below where I attempt to highlight what hald is doing. From reading >> the USB code, I think hald might be triggering an error on attach and >> causing the USB stack to free the device. Perhaps some USB-level >> debugging is required. >> >> Joe >> >>> Not sure if the problem is caused by something in the device or by one of >>> the hal's utilities. >>> This is what I see in the system log: >>> Mar 29 20:37:20 trant kernel: ugen2.2: at usbus2 >>> Mar 29 20:37:20 trant kernel: umass0: on usbus2 >>> Mar 29 20:37:20 trant kernel: ugen2.2: at usbus2 (disconnected) >>> Mar 29 20:37:20 trant kernel: umass0: at uhub2, port 6, addr 2 >>> (disconnected) Mar 29 20:37:22 trant kernel: ugen2.2: at usbus2 >>> Mar 29 20:37:22 trant kernel: umass0: on usbus2 >>> Mar 29 20:37:22 trant kernel: da0 at umass-sim0 bus 0 scbus8 target 0 lun >>> 0 Mar 29 20:37:22 trant kernel: da0: >>> Removable Direct Access SCSI-2 device >>> Mar 29 20:37:22 trant kernel: da0: 40.000MB/s transfers >>> Mar 29 20:37:22 trant kernel: da0: 3090MB (6328768 512 byte sectors: 255H >>> 63S/T 393C) >>> >>> Note how the umass driver attaches, then immediately detaches and two >>> seconds later attaches again. >>> Here's hald output from that period: >>> >>> 20:37:17.378 [I] hf-devd.c:316: received devd event: !system=DEVFS >>> subsystem=CDEV type=CREATE cdev=usb/2.2.0^M >>> 20:37:17.378 [I] hf-devd.c:316: received devd event: !system=DEVFS >>> subsystem=CDEV type=CREATE cdev=ugen2.2^M >>> 20:37:19.448 [I] hf-devd.c:316: received devd event: !system=DEVFS >>> subsystem=CDEV type=CREATE cdev=usb/2.2.1^M >>> 20:37:20.576 [I] hf-devd.c:316: received devd event: !system=USB >>> subsystem=DEVICE type=ATTACH ugen=ugen2.2 cdev=ugen2.2 vendor=0x1949 >>> product=0x0004 devclass=0x00 devsubclass=0x00 sernum="B008A0A00527517D" >>> release=0x0100 mode=host port=6 parent=ugen2.1^M >>> 20:37:20.577 [I] hf-usb2.c:213: received devd attach event, device >>> ugen=ugen2.2^M Run started hald-probe-usb2-device (20000) (0) ^M >>> ! full path is '/usr/local/libexec/hald-probe-usb2-device', program_dir >>> is '/usr/local/libexec'^M >> >> At this point, hald probes the ugen device and calls the following >> functions: >> >> libusb20_be_alloc_default >> libusb20_be_device_foreach >> libusb20_dev_get_bus_number >> libusb20_dev_get_address >> libusb20_dev_open >> libusb20_dev_get_device_desc >> libusb20_dev_get_config_index >> libusb20_dev_alloc_config >> libusb20_dev_req_string_simple_sync >> libusb20_dev_get_speed >> libusb20_dev_close >> libusb20_be_free >> >>> pid 70609: rc=0 signaled=0: /usr/local/libexec/hald-probe-usb2-device^M >>> 20:37:22.640 [I] hald.c:108: Added device to GDL; >> >> After the device probe runs, the interface prober will execute. These >> probe helpers run synchronously. >> >>> udi=/org/freedesktop/Hal/devices/usb_device_1949_4_B008A0A00527517D^M >>> Run started hald-probe-usb2-interface (20000) (0) ^M >> >> The interface prober runs the following functions: >> >> libusb20_be_alloc_default >> libusb20_be_device_foreach >> libusb20_dev_get_bus_number >> libusb20_dev_get_address >> libusb20_dev_get_config_index >> libusb20_dev_get_config_index > > Hi, > > I think you need to open the device to be allowed to call > libusb20_dev_req_string_simple_sync, like shown in the previous function call > list. > > Does that make sense to you? Not really... :-) How does that cause the disconnect and reconnect? [snip] -- Andriy Gapon From owner-freebsd-gnome@FreeBSD.ORG Sun Apr 1 21:35:33 2012 Return-Path: Delivered-To: gnome@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 69C7D106566C; Sun, 1 Apr 2012 21:35:33 +0000 (UTC) (envelope-from hselasky@c2i.net) Received: from swip.net (mailfe03.c2i.net [212.247.154.66]) by mx1.freebsd.org (Postfix) with ESMTP id 80E808FC0C; Sun, 1 Apr 2012 21:35:32 +0000 (UTC) X-T2-Spam-Status: No, hits=-0.2 required=5.0 tests=ALL_TRUSTED, BAYES_50 Received: from [176.74.212.201] (account mc467741@c2i.net HELO laptop002.hselasky.homeunix.org) by mailfe03.swip.net (CommuniGate Pro SMTP 5.4.4) with ESMTPA id 91801845; Sun, 01 Apr 2012 23:30:23 +0200 From: Hans Petter Selasky To: Andriy Gapon Date: Sun, 1 Apr 2012 23:29:06 +0200 User-Agent: KMail/1.13.5 (FreeBSD/8.3-PRERELEASE; KDE/4.4.5; amd64; ; ) References: <4F749AD1.7020703@FreeBSD.org> <201204012311.57974.hselasky@c2i.net> <4F78C64B.8080704@FreeBSD.org> In-Reply-To: <4F78C64B.8080704@FreeBSD.org> X-Face: 'mmZ:T{)),Oru^0c+/}w'`gU1$ubmG?lp!=R4Wy\ELYo2)@'UZ24N@d2+AyewRX}mAm; Yp |U[@, _z/([?1bCfM{_"B<.J>mICJCHAzzGHI{y7{%JVz%R~yJHIji`y>Y}k1C4TfysrsUI -%GU9V5]iUZF&nRn9mJ'?&>O MIME-Version: 1.0 Content-Type: Text/Plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Message-Id: <201204012329.06548.hselasky@c2i.net> Cc: gnome , Joe Marcus Clarke Subject: Re: Fwd: Re: calibre: kindle usb connection problem X-BeenThere: freebsd-gnome@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: GNOME for FreeBSD -- porting and maintaining List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 01 Apr 2012 21:35:33 -0000 On Sunday 01 April 2012 23:19:07 Andriy Gapon wrote: > on 02/04/2012 00:11 Hans Petter Selasky said the following: > > On Saturday 31 March 2012 21:21:11 Joe Marcus Clarke wrote: > >> On 3/29/12 1:46 PM, Andriy Gapon wrote: > > > > Hi, > > > > I think you need to open the device to be allowed to call > > libusb20_dev_req_string_simple_sync, like shown in the previous function > > call list. > > > > Does that make sense to you? > > Not really... :-) > How does that cause the disconnect and reconnect? > Hi, > [snip] If the string you are asking for doesn't exist in the firmware, maybe it generates a NULL pointer fault, and then the kindle crashes? You can also try: sysctl hw.usb.no_cs_fail=1 Not sure if it helps. Could you use usbdump, and the version from 9-stable or -current, and make a USB trace file using the "-f" option one or more times to get only the kindle related devices. Then send me a link to that, and I'll have a look. --HPS From owner-freebsd-gnome@FreeBSD.ORG Sun Apr 1 23:54:02 2012 Return-Path: Delivered-To: gnome@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 9AB96106564A; Sun, 1 Apr 2012 23:54:02 +0000 (UTC) (envelope-from marcus@freebsd.org) Received: from av-tac-sj.cisco.com (firebird.cisco.com [171.68.227.73]) by mx1.freebsd.org (Postfix) with ESMTP id 1A53D8FC12; Sun, 1 Apr 2012 23:54:01 +0000 (UTC) X-TACSUNS: Virus Scanned Received: from rooster.cisco.com (localhost.cisco.com [127.0.0.1]) by av-tac-sj.cisco.com (8.13.8+Sun/8.13.8) with ESMTP id q31Nf54n021092; Sun, 1 Apr 2012 16:41:06 -0700 (PDT) Received: from rtp-jclarke-8917.cisco.com (rtp-jclarke-8917.cisco.com [10.117.46.168]) by rooster.cisco.com (8.13.8+Sun/8.13.8) with ESMTP id q31NeuUZ025506; Sun, 1 Apr 2012 19:40:57 -0400 (EDT) Message-ID: <4F78E788.40608@freebsd.org> Date: Sun, 01 Apr 2012 19:40:56 -0400 From: Joe Marcus Clarke Organization: FreeBSD, Inc. User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.7; rv:11.0) Gecko/20120327 Thunderbird/11.0.1 MIME-Version: 1.0 To: Hans Petter Selasky References: <4F749AD1.7020703@FreeBSD.org> <4F749FFD.7020707@FreeBSD.org> <4F775927.1030400@freebsd.org> <201204012311.57974.hselasky@c2i.net> In-Reply-To: <201204012311.57974.hselasky@c2i.net> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Cc: gnome , Andriy Gapon Subject: Re: Fwd: Re: calibre: kindle usb connection problem X-BeenThere: freebsd-gnome@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: GNOME for FreeBSD -- porting and maintaining List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 01 Apr 2012 23:54:02 -0000 On 4/1/12 5:11 PM, Hans Petter Selasky wrote: >> libusb20_be_alloc_default >> libusb20_be_device_foreach >> libusb20_dev_get_bus_number >> libusb20_dev_get_address >> libusb20_dev_get_config_index >> libusb20_dev_get_config_index > > Hi, > > I think you need to open the device to be allowed to call > libusb20_dev_req_string_simple_sync, like shown in the previous function call > list. > > Does that make sense to you? It does, but I actually had that in there. What this did help me recognize is that I wasn't closing the device. Thanks for the hint :-). Andriy, can you try these two patches? http://www.marcuscom.com/downloads/patch-hald_freebsd_probing_probe-usb2-interface.c http://www.marcuscom.com/downloads/patch-hald_freebsd_probe-usb2-device.c Joe -- Joe Marcus Clarke FreeBSD GNOME Team :: gnome@FreeBSD.org FreeNode / #freebsd-gnome http://www.FreeBSD.org/gnome From owner-freebsd-gnome@FreeBSD.ORG Mon Apr 2 10:24:06 2012 Return-Path: Delivered-To: gnome@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id EF47D106566B for ; Mon, 2 Apr 2012 10:24:06 +0000 (UTC) (envelope-from hans@middelhoek.nl) Received: from milan.ospito.nl (milan.ospito.nl [46.17.8.70]) by mx1.freebsd.org (Postfix) with ESMTP id AEFDB8FC16 for ; Mon, 2 Apr 2012 10:24:06 +0000 (UTC) Received: from office.ospito.nl ([95.97.209.254] helo=WS001) by milan.ospito.nl with esmtpa (Exim 4.76) (envelope-from ) id 1SEe1x-0002Sd-Sy for gnome@FreeBSD.org; Mon, 02 Apr 2012 11:58:34 +0200 From: "Hans Middelhoek" To: Date: Mon, 2 Apr 2012 11:58:35 +0200 Message-ID: <000001cd10b7$2b899970$829ccc50$@nl> MIME-Version: 1.0 X-Mailer: Microsoft Office Outlook 12.0 Thread-Index: Ac0Qtytlk0fGXtBBSaWMNYtOklgGVw== Content-Language: nl X-ACL-Warn: X-Antivirus-Scanner on milan.ospito.nl: Seems clean. You should still use an Antivirus Scanner Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: Subject: Cairo 1.12 released X-BeenThere: freebsd-gnome@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: GNOME for FreeBSD -- porting and maintaining List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 02 Apr 2012 10:24:07 -0000 Dear, March 23 2012 a new version of Cairo is released. See http://cairographics.org/news/cairo-1.12.0/ for details. Is it possible to update the ports to support this new version? Thank you very much in advance. Kind Regards, Hans Middelhoek From owner-freebsd-gnome@FreeBSD.ORG Mon Apr 2 11:07:35 2012 Return-Path: Delivered-To: gnome@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 2AD6E106564A for ; Mon, 2 Apr 2012 11:07:35 +0000 (UTC) (envelope-from owner-bugmaster@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 165208FC0C for ; Mon, 2 Apr 2012 11:07:35 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q32B7YtH047153 for ; Mon, 2 Apr 2012 11:07:34 GMT (envelope-from owner-bugmaster@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q32B7YcR047151 for gnome@FreeBSD.org; Mon, 2 Apr 2012 11:07:34 GMT (envelope-from owner-bugmaster@FreeBSD.org) Date: Mon, 2 Apr 2012 11:07:34 GMT Message-Id: <201204021107.q32B7YcR047151@freefall.freebsd.org> X-Authentication-Warning: freefall.freebsd.org: gnats set sender to owner-bugmaster@FreeBSD.org using -f From: FreeBSD bugmaster To: gnome@FreeBSD.org Cc: Subject: Current problem reports assigned to gnome@FreeBSD.org X-BeenThere: freebsd-gnome@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: GNOME for FreeBSD -- porting and maintaining List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 02 Apr 2012 11:07:35 -0000 Note: to view an individual PR, use: http://www.freebsd.org/cgi/query-pr.cgi?pr=(number). The following is a listing of current problems submitted by FreeBSD users. These represent problem reports covering all versions including experimental development code and obsolete releases. S Tracker Resp. Description -------------------------------------------------------------------------------- o ports/166279 gnome [patch] graphics/gtk-update-icon-cache: fix pre-config f ports/165318 gnome sysutils/hal: Western Digital Passport no longer "remo s ports/165227 gnome [UPDATE] libgsf-1.14.22, goffice-0.9.1, gnumeric-1.11. f ports/164287 gnome x11-toolkits/vte based applications failing to recogni o ports/164222 gnome switching users in gnome3 invokes sanity check o ports/164187 gnome [PATCH] net/avahi etc should use USERS f ports/163722 gnome sysutils/gnome-settings-daemon: crash with abort trap p ports/162227 gnome [patch] devel/glade3: update to 3.8.0 o ports/161676 gnome databases/libgda4: [UPDATE] to 4.2.9; improvements o ports/161494 gnome devel/anjuta: gmake[3]: Entering directory `/usr/ports p ports/161164 gnome [PATCH] devel/glade3: update to 3.10.0 p ports/160670 gnome [patch] devel/pkg-config: upgrade to version 0.26 p ports/160490 gnome [PATCH] x11-toolkits/gtk20: drag and drop broken in vn p ports/159928 gnome Updates graphics/clutter to 1.6.16 a ports/159613 gnome [PATCH] misc/gnomehier: use dirrmtry for PREFIX/share/ f ports/148244 gnome x11/gnome2: gnome desktop and HAL prevent umount witho s ports/145301 gnome [patch] sysutils/hal: /usr/local/etc/rc.d/hald startup 17 problems total. From owner-freebsd-gnome@FreeBSD.ORG Mon Apr 2 12:07:39 2012 Return-Path: Delivered-To: gnome@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id E22641065670 for ; Mon, 2 Apr 2012 12:07:39 +0000 (UTC) (envelope-from jez@obin.org) Received: from raptor.elinuxservers.com (raptor.elinuxservers.com [72.34.44.150]) by mx1.freebsd.org (Postfix) with ESMTP id C6FF28FC1F for ; Mon, 2 Apr 2012 12:07:39 +0000 (UTC) Received: from localhost ([127.0.0.1]:54305 helo=mail.obin.org) by raptor.elinuxservers.com with esmtpa (Exim 4.69) (envelope-from ) id 1SEegy-0006L7-Jd for gnome@freebsd.org; Mon, 02 Apr 2012 03:40:56 -0700 Received: from 83.34.70.6 ([83.34.70.6]) (SquirrelMail authenticated user jez@obin.org) by mail.obin.org with HTTP; Mon, 2 Apr 2012 12:40:56 +0200 Message-ID: <5270bf74ff99ddde94805c9b09932fd8.squirrel@mail.obin.org> Date: Mon, 2 Apr 2012 12:40:56 +0200 From: jez@obin.org To: gnome@freebsd.org User-Agent: SquirrelMail/1.4.22 MIME-Version: 1.0 Content-Type: text/plain;charset=iso-8859-1 Content-Transfer-Encoding: 8bit X-Priority: 3 (Normal) Importance: Normal X-AntiAbuse: This header was added to track abuse, please include it with any abuse report X-AntiAbuse: Primary Hostname - raptor.elinuxservers.com X-AntiAbuse: Original Domain - freebsd.org X-AntiAbuse: Originator/Caller UID/GID - [47 12] / [47 12] X-AntiAbuse: Sender Address Domain - obin.org X-Mailman-Approved-At: Mon, 02 Apr 2012 12:37:29 +0000 Cc: Subject: /usr/ports/print/freetype2 X-BeenThere: freebsd-gnome@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: GNOME for FreeBSD -- porting and maintaining List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 02 Apr 2012 12:07:40 -0000 Hello, I found this email given as a port maitainer. Don't want to complain. I'd rather get the information. There's freetype2.2.4.9 available, is there any way to help in keeping up to date the port or are there any known issues with freetype.2.2.4.9? (it seems it works). Version which is currently in ports is vulnerable and I have no problem with that but I wish it was up to date. Thanks in advance -- JJ From owner-freebsd-gnome@FreeBSD.ORG Tue Apr 3 20:51:47 2012 Return-Path: Delivered-To: gnome@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 92C40106566C for ; Tue, 3 Apr 2012 20:51:47 +0000 (UTC) (envelope-from kwm@rainbow-runner.nl) Received: from fep28.mx.upcmail.net (fep28.mx.upcmail.net [62.179.121.48]) by mx1.freebsd.org (Postfix) with ESMTP id D89678FC12 for ; Tue, 3 Apr 2012 20:51:46 +0000 (UTC) Received: from edge02.upcmail.net ([192.168.13.237]) by viefep28-int.chello.at (InterMail vM.8.01.05.05 201-2260-151-110-20120111) with ESMTP id <20120403205145.GOTA15562.viefep28-int.chello.at@edge02.upcmail.net>; Tue, 3 Apr 2012 22:51:45 +0200 Received: from [127.0.0.1] ([178.84.137.57]) by edge02.upcmail.net with edge id tYrj1i01C1EUzH602YrjXV; Tue, 03 Apr 2012 22:51:45 +0200 X-SourceIP: 178.84.137.57 Message-ID: <4F7B62DC.5070303@rainbow-runner.nl> Date: Tue, 03 Apr 2012 22:51:40 +0200 From: Koop Mast User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:11.0) Gecko/20120312 Thunderbird/11.0 MIME-Version: 1.0 To: Hans Middelhoek References: <000001cd10b7$2b899970$829ccc50$@nl> In-Reply-To: <000001cd10b7$2b899970$829ccc50$@nl> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Antivirus: avast! (VPS 120403-1, 03-04-2012), Outbound message X-Antivirus-Status: Clean Cc: gnome@FreeBSD.org Subject: Re: Cairo 1.12 released X-BeenThere: freebsd-gnome@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: GNOME for FreeBSD -- porting and maintaining List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 03 Apr 2012 20:51:47 -0000 On 2-4-2012 11:58, Hans Middelhoek wrote: > Dear, > > > > March 23 2012 a new version of Cairo is released. See > http://cairographics.org/news/cairo-1.12.0/ for details. Is it possible to > update the ports to support this new version? > > > > Thank you very much in advance. > > > > Kind Regards, > > Hans Middelhoek > Thanks for the headup, I will keep it in mind when I got time to look at it. -Koop From owner-freebsd-gnome@FreeBSD.ORG Wed Apr 4 07:20:18 2012 Return-Path: Delivered-To: gnome@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 6A8C1106566C; Wed, 4 Apr 2012 07:20:18 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 3E84D8FC0A; Wed, 4 Apr 2012 07:20:18 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q347KITR043659; Wed, 4 Apr 2012 07:20:18 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q347KIue043655; Wed, 4 Apr 2012 07:20:18 GMT (envelope-from edwin) Date: Wed, 4 Apr 2012 07:20:18 GMT Message-Id: <201204040720.q347KIue043655@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, gnome@FreeBSD.org From: edwin@FreeBSD.org Cc: Subject: Re: ports/166630: [patch] devel/xdg-utils: add RUN_DEPENDS upon misc/hicolor-icon-theme X-BeenThere: freebsd-gnome@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: GNOME for FreeBSD -- porting and maintaining List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 04 Apr 2012 07:20:18 -0000 Synopsis: [patch] devel/xdg-utils: add RUN_DEPENDS upon misc/hicolor-icon-theme Responsible-Changed-From-To: freebsd-ports-bugs->gnome Responsible-Changed-By: edwin Responsible-Changed-When: Wed Apr 4 07:20:17 UTC 2012 Responsible-Changed-Why: Over to maintainer (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=166630 From owner-freebsd-gnome@FreeBSD.ORG Wed Apr 4 13:44:54 2012 Return-Path: Delivered-To: gnome@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 70DCB1065672; Wed, 4 Apr 2012 13:44:54 +0000 (UTC) (envelope-from freebsd-ports@herveybayaustralia.com.au) Received: from mail.unitedinsong.com.au (mail.unitedinsong.com.au [150.101.178.33]) by mx1.freebsd.org (Postfix) with ESMTP id 299B08FC0A; Wed, 4 Apr 2012 13:44:54 +0000 (UTC) Received: from laptop1.herveybayaustralia.com.au (laptop1.herveybayaustralia.com.au [192.168.0.182]) (using TLSv1 with cipher DHE-RSA-CAMELLIA256-SHA (256/256 bits)) (No client certificate requested) by mail.unitedinsong.com.au (Postfix) with ESMTPSA id 4F6F45C22; Wed, 4 Apr 2012 23:58:23 +1000 (EST) Message-ID: <4F7C504C.2040705@herveybayaustralia.com.au> Date: Wed, 04 Apr 2012 23:44:44 +1000 From: Da Rock User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:7.0.1) Gecko/20111109 Thunderbird/7.0.1 MIME-Version: 1.0 To: gnome@freebsd.org Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: freebsd-ports@freebsd.org Subject: system-config-printer missing runtime dependency on libxml2 X-BeenThere: freebsd-gnome@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: GNOME for FreeBSD -- porting and maintaining List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 04 Apr 2012 13:44:54 -0000 I just ran a clean install and built system-config-printer which wouldn't run. It complained about a missing 'libxml2' module. I had to run a search and I found textproc/py-libxml2 which I installed and it all runs fine now. Might need to adjust the runtime dependencies on this port. Excuse if I sound a little disconnected- too much multitasking :) Cheers From owner-freebsd-gnome@FreeBSD.ORG Thu Apr 5 06:04:13 2012 Return-Path: Delivered-To: gnome@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 45274106566C for ; Thu, 5 Apr 2012 06:04:13 +0000 (UTC) (envelope-from andy@neu.net) Received: from mail.neu.net (unknown [IPv6:2607:fc50:0:d300:216:3eff:fe54:f1c6]) by mx1.freebsd.org (Postfix) with ESMTP id 080A38FC08 for ; Thu, 5 Apr 2012 06:04:12 +0000 (UTC) Received: from neu.net (neu.net [199.48.129.194]) by mail.neu.net (8.14.5/8.14.5) with ESMTP id q35643B0066020 for ; Thu, 5 Apr 2012 02:04:10 -0400 (EDT) (envelope-from andy@neu.net) Date: Thu, 5 Apr 2012 02:04:03 -0400 (EDT) From: AN To: gnome@FreeBSD.org Message-ID: User-Agent: Alpine 2.00 (BSF 1167 2008-08-23) MIME-Version: 1.0 Content-Type: TEXT/PLAIN; format=flowed; charset=US-ASCII X-Spam-Status: No, score=-0.0 required=5.0 tests=T_RP_MATCHES_RCVD autolearn=unavailable version=3.3.2 X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on mail.neu.net Cc: Subject: Sound-juicer fails X-BeenThere: freebsd-gnome@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: GNOME for FreeBSD -- porting and maintaining List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 05 Apr 2012 06:04:13 -0000 Sound-juicer fails to start on 10-current with the following message: FreeBSD FBSD10 10.0-CURRENT FreeBSD 10.0-CURRENT #6 r233470: Sun Mar 25 15:21:16 EDT 2012 root@FBSD10:/usr/obj/usr/src/sys/MYKERNEL amd64 # sound-juicer MusicBrainz: Connecting to http://musicbrainz.org:80 MusicBrainz: GET /ws/1/release/?type=xml&discid=KTbBKh98e6V56ceRcb4slnDMHMY- MusicBrainz: Result: 0 (200 OK) MusicBrainz: Status: 200 MusicBrainz: Response: From owner-freebsd-gnome@FreeBSD.ORG Thu Apr 5 08:26:58 2012 Return-Path: Delivered-To: gnome@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 9F9EC106564A; Thu, 5 Apr 2012 08:26:58 +0000 (UTC) (envelope-from avg@FreeBSD.org) Received: from citadel.icyb.net.ua (citadel.icyb.net.ua [212.40.38.140]) by mx1.freebsd.org (Postfix) with ESMTP id B0C9D8FC08; Thu, 5 Apr 2012 08:26:57 +0000 (UTC) Received: from porto.starpoint.kiev.ua (porto-e.starpoint.kiev.ua [212.40.38.100]) by citadel.icyb.net.ua (8.8.8p3/ICyb-2.3exp) with ESMTP id LAA08831; Thu, 05 Apr 2012 11:26:56 +0300 (EEST) (envelope-from avg@FreeBSD.org) Received: from localhost ([127.0.0.1]) by porto.starpoint.kiev.ua with esmtp (Exim 4.34 (FreeBSD)) id 1SFi1v-0000MO-NJ; Thu, 05 Apr 2012 11:26:55 +0300 Message-ID: <4F7D574E.1010506@FreeBSD.org> Date: Thu, 05 Apr 2012 11:26:54 +0300 From: Andriy Gapon User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:10.0.3) Gecko/20120317 Thunderbird/10.0.3 MIME-Version: 1.0 To: Joe Marcus Clarke , Hans Petter Selasky References: <4F749AD1.7020703@FreeBSD.org> <4F749FFD.7020707@FreeBSD.org> <4F775927.1030400@freebsd.org> <201204012311.57974.hselasky@c2i.net> <4F78E788.40608@freebsd.org> In-Reply-To: <4F78E788.40608@freebsd.org> X-Enigmail-Version: 1.4 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Cc: gnome Subject: Re: Fwd: Re: calibre: kindle usb connection problem X-BeenThere: freebsd-gnome@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: GNOME for FreeBSD -- porting and maintaining List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 05 Apr 2012 08:26:58 -0000 on 02/04/2012 02:40 Joe Marcus Clarke said the following: > On 4/1/12 5:11 PM, Hans Petter Selasky wrote: >>> libusb20_be_alloc_default >>> libusb20_be_device_foreach >>> libusb20_dev_get_bus_number >>> libusb20_dev_get_address >>> libusb20_dev_get_config_index >>> libusb20_dev_get_config_index >> >> Hi, >> >> I think you need to open the device to be allowed to call >> libusb20_dev_req_string_simple_sync, like shown in the previous function call >> list. >> >> Does that make sense to you? > > It does, but I actually had that in there. What this did help me > recognize is that I wasn't closing the device. Thanks for the hint :-). > > Andriy, can you try these two patches? > > http://www.marcuscom.com/downloads/patch-hald_freebsd_probing_probe-usb2-interface.c > > http://www.marcuscom.com/downloads/patch-hald_freebsd_probe-usb2-device.c I've tried them, they didn't hurt... :-) I've put it this way because after doing more tests I've realized that the correlation between hald running and the disconnect+reconnect behavior was just a coincidence. I am able to reproduce the disconnect+reconnect behavior even without hald running. So I guess that this clears hal of suspicions. Sorry for the noise. Hans, I've put a usbdump file here: http://people.freebsd.org/~avg/kindle.usb.dump.gz This is is without hald running. The following system log messages correspond to the dump: Apr 2 10:49:41 trant kernel: ugen2.2: at usbus2 Apr 2 10:49:41 trant kernel: umass0: on usbus2 Apr 2 10:49:41 trant kernel: ugen2.2: at usbus2 (disconnected) Apr 2 10:49:41 trant kernel: umass0: at uhub2, port 5, addr 2 (disconnected) Apr 2 10:49:43 trant kernel: ugen2.2: at usbus2 Apr 2 10:49:43 trant kernel: umass0: on usbus2 Apr 2 10:49:44 trant kernel: da0 at umass-sim0 bus 0 scbus8 target 0 lun 0 Apr 2 10:49:44 trant kernel: da0: Removable Direct Access SCSI-2 device Apr 2 10:49:44 trant kernel: da0: 40.000MB/s transfers Apr 2 10:49:44 trant kernel: da0: 3090MB (6328768 512 byte sectors: 255H 63S/T 393C) -- Andriy Gapon From owner-freebsd-gnome@FreeBSD.ORG Thu Apr 5 10:14:20 2012 Return-Path: Delivered-To: gnome@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 62F46106564A; Thu, 5 Apr 2012 10:14:20 +0000 (UTC) (envelope-from hselasky@c2i.net) Received: from swip.net (mailfe02.c2i.net [212.247.154.34]) by mx1.freebsd.org (Postfix) with ESMTP id 550538FC0C; Thu, 5 Apr 2012 10:14:19 +0000 (UTC) X-T2-Spam-Status: No, hits=-0.2 required=5.0 tests=ALL_TRUSTED, BAYES_50 Received: from [176.74.212.201] (account mc467741@c2i.net HELO laptop002.hselasky.homeunix.org) by mailfe02.swip.net (CommuniGate Pro SMTP 5.4.4) with ESMTPA id 260973900; Thu, 05 Apr 2012 12:14:10 +0200 From: Hans Petter Selasky To: Andriy Gapon Date: Thu, 5 Apr 2012 12:12:52 +0200 User-Agent: KMail/1.13.5 (FreeBSD/8.3-PRERELEASE; KDE/4.4.5; amd64; ; ) References: <4F749AD1.7020703@FreeBSD.org> <4F78E788.40608@freebsd.org> <4F7D574E.1010506@FreeBSD.org> In-Reply-To: <4F7D574E.1010506@FreeBSD.org> X-Face: 'mmZ:T{)),Oru^0c+/}w'`gU1$ubmG?lp!=R4Wy\ELYo2)@'UZ24N@d2+AyewRX}mAm; Yp |U[@, _z/([?1bCfM{_"B<.J>mICJCHAzzGHI{y7{%JVz%R~yJHIji`y>Y}k1C4TfysrsUI -%GU9V5]iUZF&nRn9mJ'?&>O MIME-Version: 1.0 Content-Type: Text/Plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Message-Id: <201204051212.52144.hselasky@c2i.net> Cc: gnome , Joe Marcus Clarke Subject: Re: Fwd: Re: calibre: kindle usb connection problem X-BeenThere: freebsd-gnome@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: GNOME for FreeBSD -- porting and maintaining List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 05 Apr 2012 10:14:20 -0000 On Thursday 05 April 2012 10:26:54 Andriy Gapon wrote: > on 02/04/2012 02:40 Joe Marcus Clarke said the following: > > On 4/1/12 5:11 PM, Hans Petter Selasky wrote: > >>> libusb20_be_alloc_default > >>> libusb20_be_device_foreach > >>> > >>> libusb20_dev_get_bus_number > >>> libusb20_dev_get_address > >>> libusb20_dev_get_config_index > >>> libusb20_dev_get_config_index > >> > >> Hi, > >> > >> I think you need to open the device to be allowed to call > >> libusb20_dev_req_string_simple_sync, like shown in the previous function > >> call list. > >> > >> Does that make sense to you? > > > > It does, but I actually had that in there. What this did help me > > recognize is that I wasn't closing the device. Thanks for the hint :-). > > > > Andriy, can you try these two patches? > > > > http://www.marcuscom.com/downloads/patch-hald_freebsd_probing_probe-usb2- > > interface.c > > > > http://www.marcuscom.com/downloads/patch-hald_freebsd_probe-usb2-device.c > > I've tried them, they didn't hurt... :-) > I've put it this way because after doing more tests I've realized that the > correlation between hald running and the disconnect+reconnect behavior was > just a coincidence. I am able to reproduce the disconnect+reconnect > behavior even without hald running. So I guess that this clears hal of > suspicions. Sorry for the noise. > > Hans, > > I've put a usbdump file here: > http://people.freebsd.org/~avg/kindle.usb.dump.gz This is is without hald > running. I don't see any errors in the log. Someone either requests a device reset or the device disappears. --HPS From owner-freebsd-gnome@FreeBSD.ORG Thu Apr 5 10:18:35 2012 Return-Path: Delivered-To: gnome@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 169FE106566B; Thu, 5 Apr 2012 10:18:35 +0000 (UTC) (envelope-from hselasky@c2i.net) Received: from swip.net (mailfe05.c2i.net [212.247.154.130]) by mx1.freebsd.org (Postfix) with ESMTP id 3BEEF8FC20; Thu, 5 Apr 2012 10:18:34 +0000 (UTC) X-T2-Spam-Status: No, hits=-0.2 required=5.0 Received: from [176.74.212.201] (account mc467741@c2i.net HELO laptop002.hselasky.homeunix.org) by mailfe05.swip.net (CommuniGate Pro SMTP 5.4.4) with ESMTPA id 256859895; Thu, 05 Apr 2012 12:13:23 +0200 From: Hans Petter Selasky To: Andriy Gapon Date: Thu, 5 Apr 2012 12:12:04 +0200 User-Agent: KMail/1.13.5 (FreeBSD/8.3-PRERELEASE; KDE/4.4.5; amd64; ; ) References: <4F749AD1.7020703@FreeBSD.org> <4F78E788.40608@freebsd.org> <4F7D574E.1010506@FreeBSD.org> In-Reply-To: <4F7D574E.1010506@FreeBSD.org> X-Face: 'mmZ:T{)),Oru^0c+/}w'`gU1$ubmG?lp!=R4Wy\ELYo2)@'UZ24N@d2+AyewRX}mAm; Yp |U[@, _z/([?1bCfM{_"B<.J>mICJCHAzzGHI{y7{%JVz%R~yJHIji`y>Y}k1C4TfysrsUI -%GU9V5]iUZF&nRn9mJ'?&>O MIME-Version: 1.0 Content-Type: Text/Plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Message-Id: <201204051212.04382.hselasky@c2i.net> Cc: gnome , Joe Marcus Clarke Subject: Re: Fwd: Re: calibre: kindle usb connection problem X-BeenThere: freebsd-gnome@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: GNOME for FreeBSD -- porting and maintaining List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 05 Apr 2012 10:18:35 -0000 On Thursday 05 April 2012 10:26:54 Andriy Gapon wrote: > on 02/04/2012 02:40 Joe Marcus Clarke said the following: > > On 4/1/12 5:11 PM, Hans Petter Selasky wrote: > >>> libusb20_be_alloc_default > >>> libusb20_be_device_foreach > >>> > >>> libusb20_dev_get_bus_number > >>> libusb20_dev_get_address > >>> libusb20_dev_get_config_index > >>> libusb20_dev_get_config_index > >> > >> Hi, > >> > >> I think you need to open the device to be allowed to call > >> libusb20_dev_req_string_simple_sync, like shown in the previous function > >> call list. > >> > >> Does that make sense to you? > > > > It does, but I actually had that in there. What this did help me > > recognize is that I wasn't closing the device. Thanks for the hint :-). > > > > Andriy, can you try these two patches? > > > > http://www.marcuscom.com/downloads/patch-hald_freebsd_probing_probe-usb2- > > interface.c > > > > http://www.marcuscom.com/downloads/patch-hald_freebsd_probe-usb2-device.c > > I've tried them, they didn't hurt... :-) > I've put it this way because after doing more tests I've realized that the > correlation between hald running and the disconnect+reconnect behavior was > just a coincidence. I am able to reproduce the disconnect+reconnect > behavior even without hald running. So I guess that this clears hal of > suspicions. Sorry for the noise. > > Hans, > > I've put a usbdump file here: > http://people.freebsd.org/~avg/kindle.usb.dump.gz This is is without hald > running. > The following system log messages correspond to the dump: > Apr 2 10:49:41 trant kernel: ugen2.2: at usbus2 > Apr 2 10:49:41 trant kernel: umass0: on usbus2 > Apr 2 10:49:41 trant kernel: ugen2.2: at usbus2 (disconnected) > Apr 2 10:49:41 trant kernel: umass0: at uhub2, port 5, addr 2 > (disconnected) Apr 2 10:49:43 trant kernel: ugen2.2: at usbus2 > Apr 2 10:49:43 trant kernel: umass0: on usbus2 > Apr 2 10:49:44 trant kernel: da0 at umass-sim0 bus 0 scbus8 target 0 lun 0 > Apr 2 10:49:44 trant kernel: da0: Removable > Direct Access SCSI-2 device > Apr 2 10:49:44 trant kernel: da0: 40.000MB/s transfers > Apr 2 10:49:44 trant kernel: da0: 3090MB (6328768 512 byte sectors: 255H > 63S/T 393C) Hi, You can try: sysctl hw.usb.no_cs_fail=1 Have you installed webcamd? --HPS From owner-freebsd-gnome@FreeBSD.ORG Thu Apr 5 15:08:06 2012 Return-Path: Delivered-To: gnome@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 744B3106566C; Thu, 5 Apr 2012 15:08:06 +0000 (UTC) (envelope-from marcus@freebsd.org) Received: from av-tac-rtp.cisco.com (hen.cisco.com [64.102.19.198]) by mx1.freebsd.org (Postfix) with ESMTP id 30BCD8FC1B; Thu, 5 Apr 2012 15:08:06 +0000 (UTC) X-TACSUNS: Virus Scanned Received: from rooster.cisco.com (localhost.cisco.com [127.0.0.1]) by av-tac-rtp.cisco.com (8.13.8+Sun/8.13.8) with ESMTP id q35F81oG004017; Thu, 5 Apr 2012 11:08:01 -0400 (EDT) Received: from dhcp-64-102-211-16.cisco.com (dhcp-64-102-211-16.cisco.com [64.102.211.16]) by rooster.cisco.com (8.13.8+Sun/8.13.8) with ESMTP id q35F7xHp017455; Thu, 5 Apr 2012 11:08:00 -0400 (EDT) Message-ID: <4F7DB54F.7080501@freebsd.org> Date: Thu, 05 Apr 2012 11:07:59 -0400 From: Joe Marcus Clarke Organization: FreeBSD, Inc. User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.7; rv:11.0) Gecko/20120327 Thunderbird/11.0.1 MIME-Version: 1.0 To: Andriy Gapon References: <4F749AD1.7020703@FreeBSD.org> <4F749FFD.7020707@FreeBSD.org> <4F775927.1030400@freebsd.org> <201204012311.57974.hselasky@c2i.net> <4F78E788.40608@freebsd.org> <4F7D574E.1010506@FreeBSD.org> In-Reply-To: <4F7D574E.1010506@FreeBSD.org> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Cc: gnome , Hans Petter Selasky Subject: Re: Fwd: Re: calibre: kindle usb connection problem X-BeenThere: freebsd-gnome@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: GNOME for FreeBSD -- porting and maintaining List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 05 Apr 2012 15:08:06 -0000 On 4/5/12 4:26 AM, Andriy Gapon wrote: > I've tried them, they didn't hurt... :-) That's good. Thanks for confirming. I will commit as it's always good to close what you open. Joe -- Joe Marcus Clarke FreeBSD GNOME Team :: gnome@FreeBSD.org FreeNode / #freebsd-gnome http://www.FreeBSD.org/gnome From owner-freebsd-gnome@FreeBSD.ORG Fri Apr 6 04:34:41 2012 Return-Path: Delivered-To: gnome@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 1FD6A106564A for ; Fri, 6 Apr 2012 04:34:41 +0000 (UTC) (envelope-from kob6558@gmail.com) Received: from mail-we0-f182.google.com (mail-we0-f182.google.com [74.125.82.182]) by mx1.freebsd.org (Postfix) with ESMTP id A6BB78FC16 for ; Fri, 6 Apr 2012 04:34:40 +0000 (UTC) Received: by wern13 with SMTP id n13so1621035wer.13 for ; Thu, 05 Apr 2012 21:34:34 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type:content-transfer-encoding; bh=4Mi6Xh+NmEXAO+OXCIWqu+D/s0zWtoztOLhoAwR9BF0=; b=ggjmtjeT5No1kshzg6U6U+iMf6eSLZGE6X6pgOtS+FX5K00mxfyNQf/JdFbXF5NXE/ DaJAUUfMToshQnjHnkEJmESN13WZFMRc25AZtkRrtj/PWdJvx87qyy7Imik2a9K2BnaQ ADXUCbXRUkGChrDnIRkY5IlZICPzrIcngESg4BTX5v9I9ed148tb373rdsrwP2cyhEpN Wwc0AX5ynXdF8R6Q7YCaYoAnN3SNwrrF6+Q7s+elxcYmW1TanbEUM0cPhsK+rZ4MK3fX t3pnzwIPnGwZQG2OjmDCoxm7aSisxR/ks9Q9oHBuxaKRolrff4IRzc69eEsYYMwGbZMb VAdw== MIME-Version: 1.0 Received: by 10.216.131.30 with SMTP id l30mr3053573wei.111.1333686874008; Thu, 05 Apr 2012 21:34:34 -0700 (PDT) Received: by 10.223.54.207 with HTTP; Thu, 5 Apr 2012 21:34:33 -0700 (PDT) In-Reply-To: References: Date: Thu, 5 Apr 2012 21:34:33 -0700 Message-ID: From: Kevin Oberman To: AN Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Cc: gnome@freebsd.org Subject: Re: Sound-juicer fails X-BeenThere: freebsd-gnome@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: GNOME for FreeBSD -- porting and maintaining List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 06 Apr 2012 04:34:41 -0000 On Wed, Apr 4, 2012 at 11:04 PM, AN wrote: > Sound-juicer fails to start on 10-current with the following message: > > FreeBSD FBSD10 10.0-CURRENT FreeBSD 10.0-CURRENT #6 r233470: Sun Mar 25 > 15:21:16 EDT 2012 =A0 =A0 root@FBSD10:/usr/obj/usr/src/sys/MYKERNEL =A0am= d64 > > > # sound-juicer > MusicBrainz: Connecting to http://musicbrainz.org:80 > MusicBrainz: GET /ws/1/release/?type=3Dxml&discid=3DKTbBKh98e6V56ceRcb4sl= nDMHMY- > MusicBrainz: Result: 0 (200 OK) > MusicBrainz: Status: 200 > MusicBrainz: Response: > xmlns=3D"http://musicbrainz.org/ns/mmd-1.0#" > xmlns:ext=3D"http://musicbrainz.org/ns/ext-1.0#"> I believe musicbrainz is dead. The dependency on it was removed from sound-juicer (and several other ports) three weeks ago. Try updating your ports tree and re-building. --=20 R. Kevin Oberman, Network Engineer E-mail: kob6558@gmail.com From owner-freebsd-gnome@FreeBSD.ORG Fri Apr 6 21:11:03 2012 Return-Path: Delivered-To: freebsd-gnome@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 3611E1065672 for ; Fri, 6 Apr 2012 21:11:03 +0000 (UTC) (envelope-from kwm@rainbow-runner.nl) Received: from fep23.mx.upcmail.net (fep23.mx.upcmail.net [62.179.121.43]) by mx1.freebsd.org (Postfix) with ESMTP id 7C1948FC16 for ; Fri, 6 Apr 2012 21:11:02 +0000 (UTC) Received: from edge04.upcmail.net ([192.168.13.239]) by viefep23-int.chello.at (InterMail vM.8.01.05.05 201-2260-151-110-20120111) with ESMTP id <20120406211055.WWHS20943.viefep23-int.chello.at@edge04.upcmail.net> for ; Fri, 6 Apr 2012 23:10:55 +0200 Received: from [127.0.0.1] ([77.250.114.160]) by edge04.upcmail.net with edge id ulAt1i01J3TiT9104lAujz; Fri, 06 Apr 2012 23:10:55 +0200 X-SourceIP: 77.250.114.160 Message-ID: <4F7F5BDE.7010409@rainbow-runner.nl> Date: Fri, 06 Apr 2012 23:10:54 +0200 From: Koop Mast User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:11.0) Gecko/20120327 Thunderbird/11.0.1 MIME-Version: 1.0 To: freebsd-gnome@freebsd.org References: <5270bf74ff99ddde94805c9b09932fd8.squirrel@mail.obin.org> In-Reply-To: <5270bf74ff99ddde94805c9b09932fd8.squirrel@mail.obin.org> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Antivirus: avast! (VPS 120406-0, 06-04-2012), Outbound message X-Antivirus-Status: Clean Subject: Re: /usr/ports/print/freetype2 X-BeenThere: freebsd-gnome@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: GNOME for FreeBSD -- porting and maintaining List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 06 Apr 2012 21:11:03 -0000 On 2-4-2012 12:40, jez@obin.org wrote: > Hello, > > I found this email given as a port maitainer. Don't want to complain. I'd > rather get the information. > There's freetype2.2.4.9 available, is there any way to help in keeping up to > date the port or are there any known issues with freetype.2.2.4.9? (it > seems it works). Version which is currently in ports is vulnerable and I > have no > problem with that but I wish it was up to date. > > > Thanks in advance You got the right people and this isn't a complaint! I didn't notice the availability of the update. Thanks for the notification. I updated the port to the new version. -Koop From owner-freebsd-gnome@FreeBSD.ORG Sat Apr 7 08:28:17 2012 Return-Path: Delivered-To: gnome@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 334FD106564A for ; Sat, 7 Apr 2012 08:28:17 +0000 (UTC) (envelope-from linimon@FreeBSD.org) Received: from portsmonj.FreeBSD.org (portsmonj.freebsd.org [69.147.83.46]) by mx1.freebsd.org (Postfix) with ESMTP id 225C98FC1B for ; Sat, 7 Apr 2012 08:28:17 +0000 (UTC) Received: from portsmonj.freebsd.org (portsmonj.freebsd.org [69.147.83.46]) by portsmonj.FreeBSD.org (8.14.5/8.14.4) with ESMTP id q378SHRK009292 for ; Sat, 7 Apr 2012 08:28:17 GMT (envelope-from linimon@FreeBSD.org) Date: Sat, 7 Apr 2012 08:28:17 GMT Message-Id: <201204070828.q378SHRK009292@portsmonj.FreeBSD.org> From: linimon@FreeBSD.org To: gnome@FreeBSD.org Cc: Subject: FreeBSD ports that you maintain which are currently marked broken X-BeenThere: freebsd-gnome@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: portmgr-feedback@FreeBSD.org List-Id: GNOME for FreeBSD -- porting and maintaining List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 07 Apr 2012 08:28:17 -0000 Dear FreeBSD port maintainer: As part of an ongoing effort to reduce the number of problems in the FreeBSD ports system, we periodically notify users of ports that are marked as "broken" in their Makefiles. In many cases these ports are failing to compile on some subset of the FreeBSD build environments. The most common problem is that recent versions of -CURRENT include gcc4.2, which is much stricter than older versions. The next most common problem is that compiles succeed on the i386 architecture (e.g. the common Intel PC), but fail on one or more of the other architectures due to assumptions about things such as size of various types, byte-alignment issues, and so forth. In occasional cases we see that the same port may have different errors in different build environments. The script that runs on the build cluster uses heuristics to try to 'guess' the error type to help you isolate problems, but it is only a rough guide. One more note: on occasion, there are transient build errors seen on the build farm. Unfortunately, there is not yet any way for this algorithm to tell the difference (humans are much, much better at this kind of thing.) The errors are listed below. In the case where the same problem exists on more than one build environment, the URL points to the latest errorlog for that type. (By 'build environment' here we mean 'combination of 7.x/8.x/9.x/-current with target architecture'.) (Note: the dates are included to help you to gauge whether or not the error still applies to the latest version. The program that generates this report is not yet able to determine this automatically.) portname: x11/gnome-shell broken because: Doesn't build build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=x11&portname=gnome-shell If these errors are ones that you are already aware of, please accept our apologies and ignore this message. On the other hand, if you no longer wish to maintain this port (or ports), please reply with a message stating that, and accept our thanks for your efforts in the past. Every effort has been made to make sure that these error reports really do correspond to a port that you maintain. However, due to the fact that this is an automated process, it may indeed generate false matches. If one of these errors fits that description, please forward this email to the author of this software, Mark Linimon , so that he can attempt to fix the problem in the future. Thanks for your efforts to help improve FreeBSD. From owner-freebsd-gnome@FreeBSD.ORG Sat Apr 7 13:58:09 2012 Return-Path: Delivered-To: gnome@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id B32C7106564A for ; Sat, 7 Apr 2012 13:58:09 +0000 (UTC) (envelope-from dewayne.geraghty@heuristicsystems.com.au) Received: from nschwmtas04p.mx.bigpond.com (nschwmtas04p.mx.bigpond.com [61.9.189.146]) by mx1.freebsd.org (Postfix) with ESMTP id 31C018FC18 for ; Sat, 7 Apr 2012 13:58:09 +0000 (UTC) Received: from nschwcmgw06p ([61.9.190.166]) by nschwmtas04p.mx.bigpond.com with ESMTP id <20120407135802.DHEZ15879.nschwmtas04p.mx.bigpond.com@nschwcmgw06p> for ; Sat, 7 Apr 2012 13:58:02 +0000 Received: from hermes.heuristicsystems.com.au ([58.172.112.105]) by nschwcmgw06p with BigPond Outbound id v1y01i0032GVmci011y0ug; Sat, 07 Apr 2012 13:58:02 +0000 X-Authority-Analysis: v=2.0 cv=AcUz7grG c=1 sm=1 a=0GO/22z+lHYfckWJ4naYnw==:17 a=0i42p4fb1bkA:10 a=twTT4oUKOlYA:10 a=kj9zAlcOel0A:10 a=BMnurzrkg5u1Hiw5h3QA:9 a=AWoKUfrnOuiWCeT9KuUA:7 a=CjuIK1q_8ugA:10 a=0GO/22z+lHYfckWJ4naYnw==:117 Received: from white (white.hs [10.0.5.2]) by hermes.heuristicsystems.com.au (8.14.5/8.13.6) with ESMTP id q37Drlig072148 (version=TLSv1/SSLv3 cipher=RC4-MD5 bits=128 verify=NOT) for ; Sat, 7 Apr 2012 23:53:49 +1000 (EST) (envelope-from dewayne.geraghty@heuristicsystems.com.au) From: "Dewayne" To: Date: Sat, 7 Apr 2012 23:53:47 +1000 Organization: Heuristic Systems Pty Ltd Message-ID: <38E164A34C664523BB0E8D22F74C7A56@white> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Mailer: Microsoft Office Outlook 11 Thread-Index: Ac0UxdphzmttdG/ORhmBXKaEJWBlPA== X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.6157 Cc: Subject: Freetype failing to compile on FreeBSD 9.0 Stable X-BeenThere: freebsd-gnome@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: GNOME for FreeBSD -- porting and maintaining List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 07 Apr 2012 13:58:09 -0000 Hi Gnome, Thanks for taking care of the security/upgrade of freetype. Unfortunately during the ghostscript9 build, I'm receiving the following build problem on FreeBSD b1 9.0-STABLE FreeBSD 9.0-STABLE #0: Sat Apr 7 11:56:30 EST 2012 (downloaded and built on same day). I rebuild all 419 ports that I use, each week (during testing) and ghostscript was building cleanly until today. cc -DHAVE_MKSTEMP -DHAVE_FONTCONFIG -DHAVE_LIBIDN -DHAVE_SETLOCALE -O2 -pipe -pipe -O2 -g0 -ggdb0 -DSTRIP_FBSDID -UDEBUGGING -UEBUGGING -fno-strict-aliasing -fPIC -DUPD_SIGNAL=0 -I. -I/var/ports/usr/ports/print/ghostscript9-nox11/work/ghostscript-9.05/lcms/ include -I/usr/local/include/libpng -I/var/ports/usr/ports/print/ghostscript9-nox11/work/ghostscript-9.05/openj peg/libopenjpeg -I/var/ports/usr/ports/print/ghostscript9-nox11/work/ghostscript-9.05/openj peg -I/usr/local/include -I/usr/local/include/freetype2 -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -Wno-strict-aliasing -Wdeclaration-after-statement -fno-builtin -fno-common -DHAVE_STDINT_H=1 -DHAVE_SYS_TIME_H=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -O2 -pipe -pipe -O2 -g0 -ggdb0 -DSTRIP_FBSDID -UDEBUGGING -UEBUGGING -fno-strict-aliasing -DUSE_LIBPAPER -I/usr/local/include -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/usr/local/lib/ghostscript/9.05\" -DA4 -Ifreetype/include -DFT2_BUILD_LIBRARY -DDARWIN_NO_CARBON -DFT_CONFIG_OPTION_SYSTEM_ZLIB -o ./soobj/fttype1.o -c freetype/src/base/fttype1.c In file included from freetype/include/freetype/internal/services/svpsinfo.h:24, from freetype/src/base/fttype1.c:23: freetype/include/freetype/internal/t1types.h:82: error: nested redefinition of 'enum T1_EncodingType_' freetype/include/freetype/internal/t1types.h:82: error: redeclaration of 'enum T1_EncodingType_' freetype/include/freetype/internal/t1types.h:83: error: redeclaration of enumerator 'T1_ENCODING_TYPE_NONE' /usr/local/include/freetype2/freetype/t1tables.h:508: error: previous definition of 'T1_ENCODING_TYPE_NONE' was here freetype/include/freetype/internal/t1types.h:84: error: redeclaration of enumerator 'T1_ENCODING_TYPE_ARRAY' /usr/local/include/freetype2/freetype/t1tables.h:509: error: previous definition of 'T1_ENCODING_TYPE_ARRAY' was here freetype/include/freetype/internal/t1types.h:85: error: redeclaration of enumerator 'T1_ENCODING_TYPE_STANDARD' /usr/local/include/freetype2/freetype/t1tables.h:510: error: previous definition of 'T1_ENCODING_TYPE_STANDARD' was here freetype/include/freetype/internal/t1types.h:86: error: redeclaration of enumerator 'T1_ENCODING_TYPE_ISOLATIN1' /usr/local/include/freetype2/freetype/t1tables.h:511: error: previous definition of 'T1_ENCODING_TYPE_ISOLATIN1' was here freetype/include/freetype/internal/t1types.h:89: error: redeclaration of enumerator 'T1_ENCODING_TYPE_EXPERT' /usr/local/include/freetype2/freetype/t1tables.h:514: error: previous definition of 'T1_ENCODING_TYPE_EXPERT' was here freetype/include/freetype/internal/t1types.h:89: error: redefinition of typedef 'T1_EncodingType' /usr/local/include/freetype2/freetype/t1tables.h:514: error: previous declaration of 'T1_EncodingType' was here gmake[2]: *** [soobj/fttype1.o] Error 1 gmake[2]: Leaving directory `/var/ports/usr/ports/print/ghostscript9-nox11/work/ghostscript-9.05' gmake[1]: *** [so-subtarget] Error 2 gmake[1]: Leaving directory `/var/ports/usr/ports/print/ghostscript9-nox11/work/ghostscript-9.05' gmake: *** [so] Error 2 *** Error code 1 Stop in /usr/ports/print/ghostscript9-nox11. Please advise if you require further information from me. Regards, Dewayne. Sydney, Australia (GMT +10 hours) From owner-freebsd-gnome@FreeBSD.ORG Sat Apr 7 17:11:25 2012 Return-Path: Delivered-To: gnome@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id A8A24106568B for ; Sat, 7 Apr 2012 17:11:25 +0000 (UTC) (envelope-from kwm@rainbow-runner.nl) Received: from fep12.mx.upcmail.net (fep12.mx.upcmail.net [62.179.121.32]) by mx1.freebsd.org (Postfix) with ESMTP id 286388FC1C for ; Sat, 7 Apr 2012 17:11:24 +0000 (UTC) Received: from edge03.upcmail.net ([192.168.13.238]) by viefep12-int.chello.at (InterMail vM.8.01.05.04 201-2260-151-105-20111014) with ESMTP id <20120407171118.FRXZ29183.viefep12-int.chello.at@edge03.upcmail.net>; Sat, 7 Apr 2012 19:11:18 +0200 Received: from [127.0.0.1] ([77.250.114.160]) by edge03.upcmail.net with edge id v5BG1i0013TiT91035BG9Z; Sat, 07 Apr 2012 19:11:18 +0200 X-SourceIP: 77.250.114.160 Message-ID: <4F807534.5030606@rainbow-runner.nl> Date: Sat, 07 Apr 2012 19:11:16 +0200 From: Koop Mast User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:11.0) Gecko/20120327 Thunderbird/11.0.1 MIME-Version: 1.0 To: Dewayne References: <38E164A34C664523BB0E8D22F74C7A56@white> In-Reply-To: <38E164A34C664523BB0E8D22F74C7A56@white> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Antivirus: avast! (VPS 120407-0, 07-04-2012), Outbound message X-Antivirus-Status: Clean Cc: gnome@FreeBSD.org Subject: Re: Freetype failing to compile on FreeBSD 9.0 Stable X-BeenThere: freebsd-gnome@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: GNOME for FreeBSD -- porting and maintaining List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 07 Apr 2012 17:11:25 -0000 On 7-4-2012 15:53, Dewayne wrote: > Hi Gnome, > > Thanks for taking care of the security/upgrade of freetype. Unfortunately > during the ghostscript9 build, I'm receiving the following build problem on > > FreeBSD b1 9.0-STABLE FreeBSD 9.0-STABLE #0: Sat Apr 7 11:56:30 EST 2012 > (downloaded and built on same day). > > I rebuild all 419 ports that I use, each week (during testing) and > ghostscript was building cleanly until today. This problem has been resolved. Please update your ports and try again. -Koop > cc -DHAVE_MKSTEMP -DHAVE_FONTCONFIG -DHAVE_LIBIDN -DHAVE_SETLOCALE > -O2 -pipe -pipe -O2 -g0 -ggdb0 -DSTRIP_FBSDID -UDEBUGGING -UEBUGGING > -fno-strict-aliasing -fPIC -DUPD_SIGNAL=0 -I. > -I/var/ports/usr/ports/print/ghostscript9-nox11/work/ghostscript-9.05/lcms/ > include -I/usr/local/include/libpng > -I/var/ports/usr/ports/print/ghostscript9-nox11/work/ghostscript-9.05/openj > peg/libopenjpeg > -I/var/ports/usr/ports/print/ghostscript9-nox11/work/ghostscript-9.05/openj > peg -I/usr/local/include -I/usr/local/include/freetype2 -Wall > -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes > -Wwrite-strings -Wno-strict-aliasing -Wdeclaration-after-statement > -fno-builtin -fno-common -DHAVE_STDINT_H=1 -DHAVE_SYS_TIME_H=1 > -DGX_COLOR_INDEX_TYPE="unsigned long long" -O2 -pipe -pipe -O2 -g0 -ggdb0 > -DSTRIP_FBSDID -UDEBUGGING -UEBUGGING -fno-strict-aliasing -DUSE_LIBPAPER > -I/usr/local/include -DGS_DEVS_SHARED > -DGS_DEVS_SHARED_DIR=\"/usr/local/lib/ghostscript/9.05\" -DA4 > -Ifreetype/include -DFT2_BUILD_LIBRARY -DDARWIN_NO_CARBON > -DFT_CONFIG_OPTION_SYSTEM_ZLIB -o ./soobj/fttype1.o -c > freetype/src/base/fttype1.c > In file included from > freetype/include/freetype/internal/services/svpsinfo.h:24, > from freetype/src/base/fttype1.c:23: > freetype/include/freetype/internal/t1types.h:82: error: nested redefinition > of 'enum T1_EncodingType_' > freetype/include/freetype/internal/t1types.h:82: error: redeclaration of > 'enum T1_EncodingType_' > freetype/include/freetype/internal/t1types.h:83: error: redeclaration of > enumerator 'T1_ENCODING_TYPE_NONE' > /usr/local/include/freetype2/freetype/t1tables.h:508: error: previous > definition of 'T1_ENCODING_TYPE_NONE' was here > freetype/include/freetype/internal/t1types.h:84: error: redeclaration of > enumerator 'T1_ENCODING_TYPE_ARRAY' > /usr/local/include/freetype2/freetype/t1tables.h:509: error: previous > definition of 'T1_ENCODING_TYPE_ARRAY' was here > freetype/include/freetype/internal/t1types.h:85: error: redeclaration of > enumerator 'T1_ENCODING_TYPE_STANDARD' > /usr/local/include/freetype2/freetype/t1tables.h:510: error: previous > definition of 'T1_ENCODING_TYPE_STANDARD' was here > freetype/include/freetype/internal/t1types.h:86: error: redeclaration of > enumerator 'T1_ENCODING_TYPE_ISOLATIN1' > /usr/local/include/freetype2/freetype/t1tables.h:511: error: previous > definition of 'T1_ENCODING_TYPE_ISOLATIN1' was here > freetype/include/freetype/internal/t1types.h:89: error: redeclaration of > enumerator 'T1_ENCODING_TYPE_EXPERT' > /usr/local/include/freetype2/freetype/t1tables.h:514: error: previous > definition of 'T1_ENCODING_TYPE_EXPERT' was here > freetype/include/freetype/internal/t1types.h:89: error: redefinition of > typedef 'T1_EncodingType' > /usr/local/include/freetype2/freetype/t1tables.h:514: error: previous > declaration of 'T1_EncodingType' was here > gmake[2]: *** [soobj/fttype1.o] Error 1 > gmake[2]: Leaving directory > `/var/ports/usr/ports/print/ghostscript9-nox11/work/ghostscript-9.05' > gmake[1]: *** [so-subtarget] Error 2 > gmake[1]: Leaving directory > `/var/ports/usr/ports/print/ghostscript9-nox11/work/ghostscript-9.05' > gmake: *** [so] Error 2 > *** Error code 1 > > Stop in /usr/ports/print/ghostscript9-nox11. > > Please advise if you require further information from me. > > Regards, Dewayne. > Sydney, Australia (GMT +10 hours) > > _______________________________________________ > freebsd-gnome@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-gnome > To unsubscribe, send any mail to"freebsd-gnome-unsubscribe@freebsd.org"