Re: Git master fails to compile on gcc 4.7

2013-11-08 Thread Vladimir 'φ-coder/phcoder' Serbinenko
Fixed, thanks for reporting. On 08.11.2013 08:44, Glenn Washburn wrote: I'm getting this error when compiling master with gcc 4.7. I suspect this is because of the added gcc attribute on i386. ./grub.git/grub-core/lib/reed_solomon.c:385:1: error: conflicting types for

Re: [Xen-devel] pvgrub2 for ARM

2013-11-08 Thread Ian Campbell
I've mostly been trying to get (native) SATA going, so my Xen experiments are a bit lightweight, but it does boot. Bamvor has reported success with using the MMC and documented it on the wiki. I think he's using an A31 based STB of some sort. i use the NFS as root not the MMC,

Re: UEFI/PXE: couldn't send network packet

2013-11-08 Thread Anthony Alba
Yes: DHCP autoconfiguration works but it looks odd: after UEFI, the IP information is attached to efinet5. If I want to use bootp to try autoconfiguration, it only works on efinet4. efinet5 / efinet4 both refer to the same Broadcom NIC, one for LAN, and the other for iSCSI. The mac addresses are

RE: Weird theme issue when using an image object

2013-11-08 Thread Vladimir Testov
Fixed in the trunk. The problem was about intersecting elements and their redraw. Now we can use intersecting, overlaying etc elements, they will be correctly redrawn. -- With best regards, ___ Vladimir Testov, ROSA Laboratory. www.rosalab.ru

Re: grub2 boot root-on-zfs errors

2013-11-08 Thread Vladimir 'φ-coder/phcoder' Serbinenko
On 05.11.2013 08:35, Beeblebrox wrote: Another slight problem. Updated the GIT repo to latest, $ gmake clean /autogen.sh --disable-werror ./configure --disable-werror $ gmake = /usr/bin/ld: unrecognised emulation mode: elf_i386 Supported emulations: elf_x86_64_fbsd elf_i386_fbsd

term/at_keyboard.c / 8042 probe and bailout.

2013-11-08 Thread Melki Christian (consultant)
Hi. Modern machines might not have an 8042 controller (or emulated one) listening at port 60/64. The current code assumes that the controller exists if you have inserted the module and activated the terminal. This behaviour causes GRUB to hang on one of my Core i7 machines. A backoff at failure

[ARM, IA64] Division on arm and ia64

2013-11-08 Thread Vladimir 'φ-coder/phcoder' Serbinenko
Hello, all. ARM and ia64 apparently don't generically have opcode to make division of pointer-sized integers. Alpha has the same property but alpha port is in very sorry state anyway so it doesn't matter anyway. Looking at libgcc code at functions at question, I see that they use algorithm very

Re: __stack_chk_fail in regexp is not defined

2013-11-08 Thread Vladimir 'φ-coder/phcoder' Serbinenko
On 08.11.2013 19:42, Glenn Washburn wrote: Now, I'm getting this error while building. Bug in the awk script? cat syminfo.lst | sort | gawk -f ./grub.git/grub-core/genmoddep.awk moddep.lst || (rm -f moddep.lst; exit 1) __stack_chk_fail in regexp is not defined Can you send me in private

Re: __stack_chk_fail in regexp is not defined

2013-11-08 Thread Vladimir 'φ-coder/phcoder' Serbinenko
On 08.11.2013 19:42, Glenn Washburn wrote: Now, I'm getting this error while building. Bug in the awk script? cat syminfo.lst | sort | gawk -f ./grub.git/grub-core/genmoddep.awk moddep.lst || (rm -f moddep.lst; exit 1) __stack_chk_fail in regexp is not defined What compiler do you use

Re: __stack_chk_fail in regexp is not defined

2013-11-08 Thread Glenn Washburn
On Fri, 08 Nov 2013 19:54:43 +0100 Vladimir 'φ-coder/phcoder' Serbinenko phco...@gmail.com wrote: On 08.11.2013 19:42, Glenn Washburn wrote: Now, I'm getting this error while building. Bug in the awk script? cat syminfo.lst | sort | gawk -f ./grub.git/grub-core/genmoddep.awk

Re: __stack_chk_fail in regexp is not defined

2013-11-08 Thread Andrey Borzenkov
В Fri, 8 Nov 2013 14:42:43 -0600 Glenn Washburn developm...@efficientek.com пишет: On Fri, 08 Nov 2013 19:54:43 +0100 Vladimir 'φ-coder/phcoder' Serbinenko phco...@gmail.com wrote: On 08.11.2013 19:42, Glenn Washburn wrote: Now, I'm getting this error while building. Bug in the awk