[Bug 1408385] Re: broadcom-sta-dkms 6.30.223.248-3: broadcom-sta kernel module failed to build error: incompatible type for argument 3 of ‘cfg80211_inform_bss’]

2015-07-24 Thread Marius Mikučionis
As per comment #4, the installation of the package bcmwl-kernel-source solves the problem and it seems to carry the very same version of the driver, thus no need for broadcom-sta. My question is why broadcom-sta (still) exists (at all) in the first place? Also when I do "apt-cache search BCM4352"

[Bug 1081019] Re: Benchmark for disks always fails on 32 bit systems

2014-10-19 Thread Marius Mikučionis
The problem is that the benchmark code uses 32bit lseek(2) function. It should either be replaced with lseek64(2), or define _FILE_OFFSET_BITS 64 Here is a (one-line) patch: --- a/src/disks/gdubenchmarkdialog.c +++ b/src/disks/gdubenchmarkdialog.c @@ -9,6 +9,7 @@ #include "config.h" +#define

[Bug 71916] Re: Please backport multisync 0.82-8 to Dapper

2006-11-23 Thread Marius Mikučionis
I am not sure how and whom you are "requesting the patch" but the patch is attached there... http://bugs.debian.org/cgi-bin/bugreport.cgi/multisync- utf7.patch?bug=274022;msg=15;att=1 -- Please backport multisync 0.82-8 to Dapper https://launchpad.net/bugs/71916 -- ubuntu-bugs mailing list ubu