Bug#452977: buggy migw-runtime snprintf implementation

2010-01-14 Thread Paul Fertser
Hi, Well, today i've spent probably 3 hours gdb'ing OpenOCD just to find out i'm hitting a mingw bug that is 2 years old. I do not understand Debian policies deep enough to judge about it but i find the result a rather sad - i'd prefer to spend that time sleeping or probably debugging something

Bug#563136: linux-image-2.6.32-trunk-amd64: module ath5k not working (Invalid EEPROM checksum)

2010-01-07 Thread Paul Fertser
Confirmed here with AR2413 (AR5005G). The relevant upstream bug is http://bugzilla.kernel.org/show_bug.cgi?id=14874 . I confirm http://git.kernel.org/?p=linux/kernel/git/linville/wireless-2.6.git;a=commit;h=359207c687cc8f4f9845c8dadd0d6dabad44e584 solves the issue for me. Other wifi issues

Bug#536502: [PATCH] Implement runtime loading of RSA public keys

2010-01-23 Thread Paul Fertser
to recompile crda. Implemented for USE_OPENSSL=1 case only because libgcrypt lacks PEM parser. Default location for public keys in PEM format is /etc/wireless-regdb/pubkeys and can be changed by specifying RUNTIME_PUBKEY_DIR at the make command line. Signed-off-by: Paul Fertser fercer...@gmail.com

Bug#536502: [PATCH] Implement runtime loading of RSA public keys

2010-01-23 Thread Paul Fertser
On Sat, Jan 23, 2010 at 02:54:14PM +0300, Paul Fertser wrote: + if (!ok (pubkey_dir = opendir(PUBKEY_DIR))) { + while (!ok (nextfile = readdir(pubkey_dir))) { + if ((keyfile = fopen(nextfile-d_name, rb))) { Duh, of course it's wrong but i managed to have

Bug#656814: Severe sound distortion on armel/armhf

2012-01-21 Thread Paul Fertser
Package: libmad0 Version: 0.15.1b-6 Misdecoding due to incorrect code in debian/patches/Provide-Thumb-2-alternative-code-for-MAD_F_MLN.diff This is also reported at Ubuntu bugtracker at https://bugs.launchpad.net/ubuntu/+source/libmad/+bug/587632 The proposed fix is at

Bug#656850: MPlayer recommends libbluray1 which in turn recommends libbluray-bdj which requires JRE so the default mplayer install brings java bloat to the system

2012-01-22 Thread Paul Fertser
Package: mplayer Version: 2:1.0~rc4.dfsg1+svn34540-1 Severity: minor Trying to install mplayer on a system with default apt configuration results in installing all the recommended packages as well which necessarily brings in some headless Java variant as libbluray-bdj dependency which is

Bug#656585: iproute: ip l fails with RTNETLINK message

2012-01-30 Thread Paul Fertser
Hi, Andreas, i do not understand the reasoning for l2tp to be higher in the list than the link command. I think it's quite common for the more experienced ip users to use the l abbreviation instead of the full link command. Can you please explain why l2tp should be added before link and not

Bug#707260: chrony initscript uses netstat but lacks a dependency on net-tools, results in failure to go online

2013-05-08 Thread Paul Fertser
Package: chrony Version: 1.26-3 On a system debootstrapped with minbase I installed chrony and noticed it doesn't go online on boot. The reason is that its initscript is using netstat (which was not installed) to determine presence of a default route. This particular wheezy system was installed

Bug#726184: libofx4 can't process utf-8 encoded files

2013-10-13 Thread Paul Fertser
Package: libofx4 Version: 1:0.9.4-2.1 Tags: fixed-upstream This version of libofx is not able to properly input XML OFX files encoded with utf-8 which seriously complicates importing them in e.g. GnuCash. Please upgrade to at least 0.9.6 upstream release. The corresponding upstream bug report is

Bug#726184: libofx4 can't process utf-8 encoded files

2013-10-20 Thread Paul Fertser
In fact, 0.9.6 has a very serious bug concerning line endings (fixed in cb775f44013bd48c9a8c6e86d09dc405a799a4f2), so using it is highly discouraged. From git log it looks like the current 0.9.9 would be the most suitable version to upgrade to. -- To UNSUBSCRIBE, email to

Bug#751372: closed by Luca Bruno lu...@debian.org (Bug#751372: fixed in openocd 0.8.0-2)

2014-08-20 Thread Paul Fertser
On Tue, Aug 19, 2014 at 11:23:07PM +0200, Andreas Schneider wrote: Error: unable to open ftdi device with vid 9e88, pid 9e8f, description 'SheevaPlug JTAGKey FT2232D' and serial '*' Please see if http://openocd.zylin.com/2265 (trivial config change) helps. Sorry about the breakage. -- To

Bug#751372: closed by Luca Bruno lu...@debian.org (Bug#751372: fixed in openocd 0.8.0-2)

2014-08-20 Thread Paul Fertser
Hi, On Wed, Aug 20, 2014 at 09:21:11AM +0200, Andreas Schneider wrote: $ openocd -f /usr/share/openocd/scripts/board/sheevaplug.cfg -s /usr/share/openocd/scripts In fact running openocd is much easier: openocd -f board/sheevaplug.cfg (no need for full path and -s). You should be able to get

Bug#751372: closed by Luca Bruno lu...@debian.org (Bug#751372: fixed in openocd 0.8.0-2)

2014-08-20 Thread Paul Fertser
On Wed, Aug 20, 2014 at 09:51:37AM +0200, Andreas Schneider wrote: so 2000 kHz is probably what should go into the config. Ok, done, http://openocd.zylin.com/2266 . Thank you for reporting and testing, have a nice day! -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org

Bug#751372: openocd: connecting to SheevaPlug broken in 0.8

2014-07-28 Thread Paul Fertser
Hi Andreas, Thank you for reporting the bug. Please see if http://openocd.zylin.com/2230 fixes the issue. -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org

Bug#754678: openocd: FTBFS on kfreebsd-*: configure: error: libusb-1.x is required for the MPSSE mode of FTDI based devices

2014-10-20 Thread Paul Fertser
Hi, On Sun, Oct 19, 2014 at 10:45:17PM +0100, Steven Chamberlain wrote: If you want something equivalent to Linux libusb 1.0 API, I think you need to Build-Depend on libusb2-dev [kfreebsd-any] rather than libusb-dev. Right, libusb-0.1 API is still needed for some older drivers, but it is

Bug#754678: openocd: FTBFS on kfreebsd-*: configure: error: libusb-1.x is required for the MPSSE mode of FTDI based devices

2014-10-20 Thread Paul Fertser
On Mon, Oct 20, 2014 at 01:45:15PM +0200, Luca Bruno wrote: MPSSE mode depends only on libusb-1, however, there're three other drivers (USB Blaster, ASIX Presto, OpenJTAG; USB Blaster being really important here) plus legacy ft2232 implementation that need libftdi-dev. If I'm not wrong:

Bug#754678: openocd: FTBFS on kfreebsd-*: configure: error: libusb-1.x is required for the MPSSE mode of FTDI based devices

2014-10-20 Thread Paul Fertser
On Mon, Oct 20, 2014 at 02:24:36PM +0100, Steven Chamberlain wrote: On 20/10/14 13:01, Paul Fertser wrote: On Mon, Oct 20, 2014 at 01:45:15PM +0200, Luca Bruno wrote: I'm just slightly confused about usb-blaster on kfreebsd, which seems to have been autoenabled even though libftdi-dev

Bug#754678: openocd: FTBFS on kfreebsd-*: configure: error: libusb-1.x is required for the MPSSE mode of FTDI based devices

2014-10-20 Thread Paul Fertser
On Mon, Oct 20, 2014 at 03:43:43PM +0200, Luca Bruno wrote: On Monday 20 October 2014 17:31:48 Paul Fertser wrote: I see. So in the end, let's keep: * libusb autodetection for kfreebsd * --enable-usb_blaster_libftdi for linux My proposal is to have libusb autodetection

Bug#764068: gnupg-agent: use standard socket by default

2014-10-05 Thread Paul Fertser
Package: gnupg2 Version: 2.0.26-3 Severity: wishlist Hello, GnuPG2 currently offers two different schemes of using gpg-agent, the key management daemon. The first method is the one extensively described in the man page and elsewhere, suggesting specific way of starting gpg-agent on user

Bug#776471: openocd: Regression FTBFS on sh4 due to redifinition of registers defined in glibc sources

2015-01-28 Thread Paul Fertser
Hello, On Wed, Jan 28, 2015 at 01:19:37PM +0100, John Paul Adrian Glaubitz wrote: In file included from /usr/include/signal.h:352:0, from /usr/include/sh4-linux-gnu/sys/param.h:28, from ../../../src/helper/system.h:77, from ../../../config.h:345,

Bug#801145: openocd: interface script uses ft2232 (obsolete) not ftdi

2015-10-06 Thread Paul Fertser
Hello, On Tue, Oct 06, 2015 at 10:51:09AM -0700, Frank Miles wrote: >* What led up to the situation? > Attempted connection between Olimex ARM-USB-OCD / LPC-microcontroller > and 'jessie' host > for programming/debugging. Please provide the exact command line you used.

Bug#808114: avr-libc in Debian testing is incompatible with gcc-avr, linking fails

2015-12-16 Thread Paul Fertser
Hello, thank you for the prompt reply. On Wed, Dec 16, 2015 at 09:05:19AM +0100, Hakan Ardo wrote: > Thanks, this is fixed in unstable. It is, but users of Debian testing right now receive confusing messages and are not able to build anything. I might be misunderstanding something but this seems

Bug#808114: avr-libc in Debian testing is incompatible with gcc-avr, linking fails

2015-12-16 Thread Paul Fertser
Package: avr-libc Version: 1:1.8.0+Atmel3.4.5-1 Severity: grave This current version depends on gcc-avr (>= 1:4.8.1+Atmel3.4.5), and testing already ships 1:4.9.2+Atmel3.5.0-1 which formally fulfills the dependency, however, the resulting combination is unusable as the specs files supplied with

Bug#810387: openocd: please switch to libftdi1

2016-01-08 Thread Paul Fertser
Hello, > If openocd supports the new libftdi1 library, please consider switching > the build-depends from libfdti-dev to libftdi1-dev. OpenOCD supports the new library, so the transition should be painless.

Bug#810672: firmware-free should include the ath9k_htc firmware binaries

2016-01-11 Thread Paul Fertser
Package: firmware-free Version: 3.4 Severity: wishlist Hello, According to the upstream commit[1] ath9k_htc version 1.4.0 is free software (and the future versions will be free software as well, obviously). Please add it to this package (and remove from firmware-atheros). There's one important

Bug#751339: RFP: ath9k-htc-firmware -- free firmware for Atheros AR7010/AR9271 wireless adapters

2017-02-01 Thread Paul Fertser
Hello, On Wed, Feb 01, 2017 at 10:29:11PM +0100, Francesco Poli wrote: > Is there any progress in properly packaging these two DFSG-free > firmware files for inclusion in Debian main? It's sitting in the NEW queue for 2 months already.

Bug#837989: openocd: can no longer use SheevaPlug JTAGKey FT2232D (regression)

2016-09-16 Thread Paul Fertser
Hello, On Fri, Sep 16, 2016 at 09:55:21AM +0200, David Madore wrote: > A SheevaPlug JTAGKey FT2232D (USB identifiers 9e88:9e8f) being Please also provide lsusb -vvv data for this device. > worked fine with it: ... > Error: JTAG scan chain interrogation failed: all zeroes No, this doesn't look

Bug#837989: openocd: can no longer use SheevaPlug JTAGKey FT2232D (regression)

2016-09-17 Thread Paul Fertser
On Fri, Sep 16, 2016 at 11:59:59PM +0200, David Madore wrote: > Open On-Chip Debugger 0.5.0 (2016-09-16-09:33) ... > Error: 217 472 core.c:945 jtag_examine_chain_check(): JTAG scan chain > interrogation failed: all zeroes > Error: 218 472 core.c:946 jtag_examine_chain_check(): Check JTAG

Bug#837989: openocd: can no longer use SheevaPlug JTAGKey FT2232D (regression)

2016-09-16 Thread Paul Fertser
On Fri, Sep 16, 2016 at 12:22:12PM +0200, David Madore wrote: > > The error you report seems to be fixed post-0.8.0, but before 0.9.0, > > in v0.8.0-142-geab9af1 . So it looks as if you're trying to use 0.9.0 > > with scripts from 0.8.0. > > Ah, indeed, PEBCK for that part, I forgot to pass a -s

Bug#840515: RFS: open-ath9k-htc-firmware/1.4.0-25-gf6af791-1 ITP #751339

2016-10-15 Thread Paul Fertser
Hey Paul, Many thanks for your review, please see some answers below. On Thu, Oct 13, 2016 at 11:55:29AM +0800, Paul Wise wrote: > > Cc: Oleksij Rempel > > Please use the X-Debbugs-CC pseudo-header when submitting bugs instead Noted. Nice feature. > > I am looking for

Bug#840515: Copyright status of debian/cross-toolchain.mk

2016-11-04 Thread Paul Fertser
Hi, On Fri, Nov 04, 2016 at 06:06:14PM +0100, Aurelien Jarno wrote: > > When trying to prepare proper packaging for the ath9k-htc QCA firmware > > we found it reasonable to reuse (with minor modifications) > > cross-toolchain.mk from the openbios packaging. > > Good to know it's useful. It was

Bug#840515: Copyright status of debian/cross-toolchain.mk

2016-11-02 Thread Paul Fertser
Hello Aurélien, When trying to prepare proper packaging for the ath9k-htc QCA firmware we found it reasonable to reuse (with minor modifications) cross-toolchain.mk from the openbios packaging. Can you please clarify on the copyright and licensing status of this code? Thank you in advance. --

Bug#840515: RFS: open-ath9k-htc-firmware/1.4.0-25-gf6af791-1 ITP #751339

2016-10-12 Thread Paul Fertser
owing URL: https://mentors.debian.net/package/open-ath9k-htc-firmware Alternatively, one can download the package with dget using this command: dget -x https://mentors.debian.net/debian/pool/main/o/open-ath9k-htc-firmware/open-ath9k-htc-firmware_1.4.0-25-gf6af791-1.dsc Regards, Oleksij Rem

Bug#849825: openocd: fails to program Intel flash on MIPS target

2016-12-31 Thread Paul Fertser
Hello, Thank you for the report. Regarding the first issue, it was fixed in v0.9.0-94-g27a1125 , that's included in 0.10.0-rc1. The second was fixed with v0.9.0-227-g144f96c and it's present in the current release candidate as well. Please feel free to contribute your board config file (along

Bug#859066: linux-image-*: recommend firmware-ath9k-htc

2017-03-30 Thread Paul Fertser
On Thu, Mar 30, 2017 at 10:04:24PM +0100, Ben Hutchings wrote: > On Thu, 2017-03-30 at 09:22 +0800, Paul Wise wrote: > > Source: linux > > Version: 4.10~rc6-1~exp1 > > Severity: wishlist > > X-Debbugs-CC: open-ath9k-htc-firmw...@packages.debian.org > > > > Now that open-ath9k-htc-firmware has

Bug#810470: libusb: superseded by libusb-1.0

2017-08-18 Thread Paul Fertser
Hi, On Fri, Aug 18, 2017 at 12:07:13PM +0100, Steven Chamberlain wrote: > openocd/0.10.0-1 gained a new dependency on libusb-dev (libusb 0.1); > but the latter is destined for removal from the archive. OpenOCD can use libusb-compat instead. That said, I do not think I've seen any reports from

Bug#957643: Proposed fix

2020-04-17 Thread Paul Fertser
http://openocd.zylin.com/#/c/5592/