In file included from util/grub-mkimage.c:54:0:
./grub-core/gnulib/argp.h:627:49: error: '__sbistype' is static but
used in inline function '_option_is_short' which is not static
[-Werror] cc1: all warnings being treated as errors gmake[2]: ***
[util/grub_mkimage-grub-mkimage.o] Error 1
Update m4/
В Tue, 23 Sep 2014 12:07:31 +0100
Colin Watson пишет:
> On Sun, Sep 21, 2014 at 05:58:36PM +0200, Vladimir 'φ-coder/phcoder'
> Serbinenko wrote:
> > Go ahead.
>
> Pushed to master, thanks.
>
Fails to compile.
bor@opensuse:~/build/grub> ./configure --with-platform=none
...
***
On Thu, Sep 25, 2014 at 10:39:17PM +0400, Andrei Borzenkov wrote:
> Could we avoid removing include/grub? I really expect to be able to do
>
> configure
> make distclean
> configure
>
> which is hopelessly broken now after platform=none.
Whoops, sorry! I always build out of tree (because it mak
VSX bit is enabled by default for Power7 and Power8 CPU models,
so we need to disable them in order to avoid instruction exceptions.
Kernel will activate it when necessary.
Also-By: Adhemerval Zanella
---
ChangeLog | 10 ++
grub-core/kern/powerpc/ieee1275/
Always clear text attribute for clear command in order to avoid problems
after it boots.
* grub-core/term/terminfo.c: Add escape for text attribute reset
---
grub-core/term/terminfo.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/grub-core/term/terminfo.c b/grub-core/term/te
VSX bit is enabled by default for Power7 and Power8 CPU models,
so we need to disable them in order to avoid instruction exceptions.
Kernel will activate it when necessary.
* grub-core/kern/powerpc/ieee1275/startup.S: Disable VSX.
Also-By: Adhemerval Zanella
---
ChangeLog
Always clear text attribute for clear command in order to avoid problems
after it boots.
* grub-core/term/terminfo.c: Add escape for text attribute reset
---
grub-core/term/terminfo.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/grub-core/term/terminfo.c b/grub-core/term/te
Sun, Sep 21, 2014 at 06:24:25PM +0400, Andrei Borzenkov wrote:
> В Sun, 21 Sep 2014 17:58:44 +0400
> Andrei Borzenkov пишет:
>
> > В Thu, 28 Aug 2014 16:56:02 -0300
> > Paulo Flabiano Smorigo пишет:
> >
> > > From: Paulo Flabiano Smorigo
> > >
> > > Hi,
> > >
> > > At the beginning of the ye