[BUGFIX]

2009-04-02 Thread phcoder
Hello symbols from command.h aren't exported correctly. Here's a bugfix. It compiles with it but I haven't checked yet if compiled binary works. Can someone familiar with build system have a look at this? -- Regards Vladimir 'phcoder' Serbinenko diff --git a/conf/powerpc-ieee1275.rmk b/conf/pow

Re: [BUGFIX]

2009-04-02 Thread Bean
On Thu, Apr 2, 2009 at 8:52 PM, phcoder wrote: > Hello symbols from command.h aren't exported correctly. Here's a bugfix. It > compiles with it but I haven't checked yet if compiled binary works. Can > someone familiar with build system have a look at this? Hi, It's a little wired, why would pow

Re: [BUGFIX]

2009-04-02 Thread phcoder
Bean wrote: On Thu, Apr 2, 2009 at 8:52 PM, phcoder wrote: Hello symbols from command.h aren't exported correctly. Here's a bugfix. It compiles with it but I haven't checked yet if compiled binary works. Can someone familiar with build system have a look at this? Hi, It's a little wired, why

Re: [BUGFIX]

2009-04-02 Thread Manoel Rebelo Abranches
symlist.c is generated by gensymlist.sh script so only the patch for conf/powerpc-ieee1275.rmk is really necessary. On Thu, 2009-04-02 at 16:48 +0200, phcoder wrote: > Bean wrote: > > On Thu, Apr 2, 2009 at 8:52 PM, phcoder wrote: > >> Hello symbols from command.h aren't exported correctly. Her

Re: [BUGFIX]

2009-04-02 Thread phcoder
Is kernel_elf_HEADERS used for anything else than symlist.c and kernel-symlist,lst generation? Manoel Rebelo Abranches wrote: symlist.c is generated by gensymlist.sh script so only the patch for conf/powerpc-ieee1275.rmk is really necessary. On Thu, 2009-04-02 at 16:48 +0200, phcoder wrote: B

PowerPC build is broken

2009-04-02 Thread Jordi Mallach
mp.lst def-read.lst def-sleep.lst def-loadenv.lst def-crc.lst def-video.lst def-videotest.lst def-bitmap.lst def-tga.lst def-jpeg.lst def-png.lst def-font.lst def-gfxterm.lst def-elf.lst def-gzio.lst def-bufio.lst /dev/null \ | mawk -f /tmp/buildd/grub2-1.96+20090402/genmoddep.awk und

Grub2 svn2059

2009-04-02 Thread BandiPat
Hi guys, Help a Grub2 novice out please. I try to keep up with most of the changes you guys make, but I've either missed something or there is a problem with the latest svn release, listed in the subject. Upon building the package for Zenwalk, installing, then running grub-install, I reboote

Re: Grub2 svn2059

2009-04-02 Thread Pavel Roskin
On Thu, 2009-04-02 at 17:00 -0400, BandiPat wrote: > Hi guys, > Help a Grub2 novice out please. I try to keep up with most of the > changes you guys make, but I've either missed something or there is a > problem with the latest svn release, listed in the subject. Why are you writing that? Did

Re: Grub2 svn2059

2009-04-02 Thread BandiPat
Pavel Roskin wrote: On Thu, 2009-04-02 at 17:00 -0400, BandiPat wrote: Hi guys, Help a Grub2 novice out please. I try to keep up with most of the changes you guys make, but I've either missed something or there is a problem with the latest svn release, listed in the subject. Why are you wri

Re: Grub2 svn2059

2009-04-02 Thread BandiPat
Pavel Roskin wrote: What happened? GRUB cannot find some module, probably "minicmd". Please post the output of "ls" and "set". Perhaps "prefix" points to an undetected device. === Just recompiled Grub2-svn2059 with some changes, I thought might have been causing my particular problem,

Re: [BUGFIX]

2009-04-02 Thread Bean
On Fri, Apr 3, 2009 at 2:19 AM, phcoder wrote: > Is kernel_elf_HEADERS used for anything else than symlist.c and > kernel-symlist,lst generation? Hi, I believe that kernel_elf_HEADERS is only used for symlist.c, so you should be able to remove the second kernel_elf_HEADERS and still compile prop

Re: Grub2 svn2059

2009-04-02 Thread step21
Hey, just a wild guess, but I think boot.mod got dropped and the boot command is now included in minicmd.mod So maybe your build script needs to be adjusted for that, to copy that one to the right place? Not familiar with grub2 booting on i386/bios though anymore, so just a guess. On Fri, Apr 3, 2