Segmentation fault keeps coming!

2009-05-22 Thread BandiPat
Any hope that this segmentation problem will be fixed soon? Now at svn2230 and still getting the problem. root# grub-install /dev/sda --recheck /usr/sbin/grub-install: line 307: 1834 Segmentation fault $grub_setup ${setup_verbose} ${setup_force} --directory=${grubdir} --device-map=${device_m

Re: [PATCH 1/2] Reduce the special variables area in kern/i386/pc/startup.S

2009-05-22 Thread Pavel Roskin
On Fri, 2009-05-22 at 00:36 -0400, Pavel Roskin wrote: > ChangeLog: > > * include/grub/i386/pc/kernel.h (grub_boot_drive): Change type > to grub_uint8_t. > (grub_root_drive): Likewise. > * kern/i386/pc/startup.S (grub_boot_drive): Change size to byte, > remove alignme

Re: Segmentation fault keeps coming!

2009-05-22 Thread Pavel Roskin
On Fri, 2009-05-22 at 09:14 -0400, BandiPat wrote: > Any hope that this segmentation problem will be fixed soon? Now at > svn2230 and still getting the problem. > > root# grub-install /dev/sda --recheck > /usr/sbin/grub-install: line 307: 1834 Segmentation fault > $grub_setup ${setup_verbose}

Re: [PATCH 2/2] Eliminate incorrect check for grub_I386_CHECK_REGPARM_BUG

2009-05-22 Thread Pavel Roskin
On Fri, 2009-05-22 at 00:36 -0400, Pavel Roskin wrote: > NESTED_FUNC_ATTR is defined to "__attribute__ ((__regparm__ (1))" for > i386 targets regardless of the outcome of the test. Since > NESTED_FUNC_ATTR is on the way out, a better test won't be written. > > To be safe, define NESTED_FUNC_ATTR

[PATCH] RFC: allow compilation without target libc

2009-05-22 Thread Pavel Roskin
ChangeLog: * configure.ac: Define GRUB_SOURCE to identify GRUB sources in include/multiboot2.h. Use "-nostdlib" when testing target compiler. * include/multiboot2.h: Use GRUB types and definitions. Provide compatibility layer when GRUB_SOURCE is not define

Re: Segmentation fault keeps coming!

2009-05-22 Thread BandiPat
Pavel Roskin wrote: On Fri, 2009-05-22 at 09:14 -0400, BandiPat wrote: Any hope that this segmentation problem will be fixed soon? Now at svn2230 and still getting the problem. root# grub-install /dev/sda --recheck /usr/sbin/grub-install: line 307: 1834 Segmentation fault $grub_setup ${setu