Re: [Qemu-devel] Lockups with 4.2-rc kernels and qemu

2015-08-27 Thread Ken Moffat
On Thu, Aug 27, 2015 at 12:59:14PM +0100, Ken Moffat wrote: > On Tue, Aug 25, 2015 at 12:40:15AM +0100, Ken Moffat wrote: > > (Cc'ing qemu-devel, please keep me in the Cc). > > > > TL;DR - qemu locks up my machine when I use 4.2-rc kernels. > > > Previous

Re: [Qemu-devel] Lockups with 4.2-rc kernels and qemu

2015-08-27 Thread Ken Moffat
On Tue, Aug 25, 2015 at 12:40:15AM +0100, Ken Moffat wrote: > (Cc'ing qemu-devel, please keep me in the Cc). > > TL;DR - qemu locks up my machine when I use 4.2-rc kernels. > Previous mail, or at least the copy to qemu, archived at https://lists.gnu.org/archive/html/qemu-devel

[Qemu-devel] Lockups with 4.2-rc kernels and qemu

2015-08-24 Thread Ken Moffat
(Cc'ing qemu-devel, please keep me in the Cc). TL;DR - qemu locks up my machine when I use 4.2-rc kernels. I only use qemu from time to time, mostly to test changes to my own scripts, or new package versions, in beyond.linuxfromscratch.org. A few days ago I came back to that, building an LFS sys

Re: [Qemu-devel] [PATCH for-1.7] configure: Explicitly set ARFLAGS so we can build with GNU Make 4.0

2013-10-22 Thread Ken Moffat
On Tue, Oct 22, 2013 at 07:09:10PM +0100, Ken Moffat wrote: > On Tue, Oct 22, 2013 at 06:35:47PM +0100, Ken Moffat wrote: > > > > > > Ken -- any chance you could test git master? I think it would > > > be more interesting to make sure that 1.7 works with Make 4.0:

Re: [Qemu-devel] [PATCH for-1.7] configure: Explicitly set ARFLAGS so we can build with GNU Make 4.0

2013-10-22 Thread Ken Moffat
On Tue, Oct 22, 2013 at 07:10:43PM +0100, Peter Maydell wrote: > On 22 October 2013 18:35, Ken Moffat wrote: > > On Tue, Oct 22, 2013 at 09:24:46AM +0100, Peter Maydell wrote: > >> Forwarding a message from Ken (whose mail client is apparently > >> not very good :-): &g

Re: [Qemu-devel] [PATCH for-1.7] configure: Explicitly set ARFLAGS so we can build with GNU Make 4.0

2013-10-22 Thread Ken Moffat
On Tue, Oct 22, 2013 at 06:35:47PM +0100, Ken Moffat wrote: > > > > Ken -- any chance you could test git master? I think it would > > be more interesting to make sure that 1.7 works with Make 4.0: > > I don't know if anybody will care enough to backport this patch

Re: [Qemu-devel] [PATCH for-1.7] configure: Explicitly set ARFLAGS so we can build with GNU Make 4.0

2013-10-22 Thread Ken Moffat
On Tue, Oct 22, 2013 at 09:24:46AM +0100, Peter Maydell wrote: > On 21 October 2013 21:03, Peter Maydell wrote: > > Ken: I think this should work (and it doesn't break building with > > old makes), but I don't have a make 4.0 to hand; if you could > > test it I'd appreciate it. > > Forwarding a m

Re: [Qemu-devel] Build failure with make-4.0

2013-10-21 Thread Ken Moffat
On Sat, Oct 19, 2013 at 10:53:43AM +0100, Ken Moffat wrote: > On Sat, Oct 19, 2013 at 10:05:10AM +0100, Peter Maydell wrote: > > > > Well, the reason would be that nobody in practice will do > > that. Make should be setting ARFLAGS correctly (as per > > its documenta

Re: [Qemu-devel] Build failure with make-4.0

2013-10-19 Thread Ken Moffat
On Sat, Oct 19, 2013 at 10:05:10AM +0100, Peter Maydell wrote: > On 19 October 2013 00:36, Ken Moffat wrote: > > Seems I can just > > $export ARFLAGS="rv" > > before I configure, and it will build and install. Unless there is > > some reason NOT to

Re: [Qemu-devel] Build failure with make-4.0

2013-10-18 Thread Ken Moffat
On Fri, Oct 18, 2013 at 11:48:12PM +0100, Ken Moffat wrote: > ar libfdt/libfdt.a libfdt/fdt.o libfdt/fdt_ro.o libfdt/fdt_wip.o > libfdt/fdt_sw.o libfdt/fdt_rw.o libfdt/fdt_strerror.o > ar: two different operation options specified > Makefile:234: recipe for target 'libfdt/libfdt

[Qemu-devel] Build failure with make-4.0

2013-10-18 Thread Ken Moffat
Hi, I'm working through the packages in Beyond Linux From Scratch in the expectation that make-4.0 would break something. Got about halfway through and started to doubt that. Then I tried qemu. Initially 1.6.0, which failed, so tried 1.6.1 and that fails the same way. Found some comments in