Bug#464953: Amd64 hotfix

2008-02-11 Thread Kyle McMartin
On Mon, Feb 11, 2008 at 01:54:35PM -0500, Ivan Jager wrote: > I modified the hotfix so it will also patch compat_sys_vmsplice, which > would be important on amd64 boxen with x86 compatibility enabled. > these "hotfixes" are so completely wrong, it's not even funny. you're playing russian roulette

Bug#436490: irqbalance silently dies

2007-08-07 Thread Kyle McMartin
On Wed, Aug 08, 2007 at 01:59:43AM +0530, Ritesh Raj Sarraf wrote: > Package: irqbalance > Version: 0.55-2 > Severity: grave > Justification: renders package unusable > > This is the current description of the package in Debian. > irqbalance - Daemon to balance interrupts for SMP systems > > > M

Bug#399709: use sysconf

2006-11-21 Thread Kyle McMartin
too lazy to make a patch for this crap code but it's pretty easy to get PAGE_SHIFT via sysconf(_SC_PAGESIZE) and much less ugly... -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Bug#389296: linux-2.6_2.6.18-1(hppa/unstable): FTBFS: Missing build-dep?

2006-10-14 Thread Kyle McMartin
On Sat, Oct 14, 2006 at 10:24:24AM +0200, Aurelien Jarno wrote: > Basically it checks for /usr/bin/hppa64-linux-gnu-gcc, which is an > alternative. My guess is the the build daemon has the alternative broken > (or the gcc package), as the package linux-2.6 builds correctly on my > machine here. >

Bug#389296: linux-2.6_2.6.18-1(hppa/unstable): FTBFS: Missing build-dep?

2006-09-24 Thread Kyle McMartin
On Sun, Sep 24, 2006 at 05:35:44PM -0600, [EMAIL PROTECTED] wrote: > > /build/buildd/linux-2.6-2.6.18/debian/build/build-hppa-none-parisc64/scripts/gcc-version.sh: > > line 11: hppa64-linux-gcc-4.1: command not found > > /build/buildd/linux-2.6-2.6.18/debian/build/build-hppa-none-parisc64/scripts/

Bug#342545: [parisc-linux] Re: Bug#342545: qt-x11-free FTBFS

2006-08-24 Thread Kyle McMartin
On Thu, Aug 24, 2006 at 08:56:40PM -0400, John David Anglin wrote: > I'm fairly certain we have a bug in handling unaligned fixups > for doubles in the kernel. This caused a problem for libffi. > This depends on whether the kernel is 32/64 bits. > I'll try to come up with some testcases. -- T

Bug#342545: qt-x11-free FTBFS

2006-08-23 Thread Kyle McMartin
On Wed, Aug 23, 2006 at 05:22:45PM -0700, Steve Langasek wrote: > That would be wonderful if you, or another hppa porter, could track down > where the bug lies. libgcc2 is almost certainly the wrong package, since > nothing should be *using* libgcc2 in a fresh build of qt-x11-free; it may be > a b

Bug#342545: qt-x11-free FTBFS

2006-08-23 Thread Kyle McMartin
On Wed, Aug 23, 2006 at 10:39:04AM +0200, Matthias Klose wrote: > The qt-x11-free package builds fine with a standard Debian setup. > Building with prctl --unaligned=signal makes the "bug" reproducible. > Right. The buildd is set up to deliver SIGBUS on unaligned accesses. This is configurable, a

Bug#383481: supporting evidence to claim

2006-08-17 Thread Kyle McMartin
Let's take a quick look in linux-2.6/drivers/video/nvidia/nv_hw.c:NvLoadStateExt(), shall we? {...} if (par->Architecture >= NV_ARCH_40) { NV_WR32(par->PRAMIN, 0x * 4, 0x8010); NV_WR32(par->PRAMIN, 0x0001 * 4, 0x00101202); NV_WR32(par

Bug#341675: [EMAIL PROTECTED]: cppunit: FTBFS on hppa]

2005-12-03 Thread Kyle McMartin
On Sat, Dec 03, 2005 at 12:45:21PM -0500, Steve M. Robbins wrote: > 0x4200f534 in __umoddi3 () from /lib/libgcc_s.so.2 > Could you tell us what the specific illegal instruction was? You should be able to disassemble that address with "x/i 0x4200f534" in gdb. This looks mostly like a GCC bug... C

Bug#333766: libc6: SIGBUS in libm on hppa breaks qt-x11-free

2005-10-13 Thread Kyle McMartin
On Thu, Oct 13, 2005 at 05:04:55PM -0700, Steve Langasek wrote: > To say that this is a compiler bug, you would have to show that gcc-4.0 is > *wrong* to 32-bit align the fenv_t struct instead of 64-bit aligning it. > You'd have to check with the compiler folks to be sure, but I don't think > this

Bug#331033: no configuration found

2005-09-30 Thread Kyle McMartin
close 331033 thanks Not a bug. Take the hint and edit /etc/default/wpasupplicant. I removed the patch to put a default config in because it does not agree with having multiple interfaces. Also, don't forget to pass -D. > linux:~# rm /var/run/wpa_supplicant/ath0 > linux:~# wpa_supplicant -B -c /et

Bug#315881: [Pkg-freeciv-devel] Bug#315881: freeciv: Freeciv causes computer to hang

2005-06-26 Thread Kyle McMartin
other > similar (kernel-related) task, it does not work and system becomes unusable > and, thus, it must be hard-rebooted. > Can you please post the specifications of your computer? Arch, processor, amount of ram, etc. Additionally, what kernel you are using. Cheers, -- Kyle McMartin --

Bug#301489: kernel is unable to mount file system on raid0 device

2005-03-26 Thread Kyle McMartin
On Sat, Mar 26, 2005 at 11:20:11AM +0100, Matthias Klose wrote: > mdadm: /dev/md0 has been started with 2 drives. I'm not really sure what to say. None of that code has been modified in any of the hppa patches. Are you sure the device labels are correct? mdadm shows /dev/md0 s

Bug#291254: Doesn't work with the latest kernel-source-2.6.8

2005-01-21 Thread Kyle McMartin
On Wed, Jan 19, 2005 at 10:53:16AM +0100, Aurelien Jarno wrote: > It seems that kernel-patch-2.6.8-hppa doesn't work with > kernel-source-2.6.8 (ie version 2.6.8-12), so it is simply unuseable: > Thanks, I've already fixed this in my working tree, but I've been working fairly heavily with Bdale a