Re: [Report] can't build the current svn version of grub2

2009-10-29 Thread Yves Blusseau
Vladimir 'phcoder' Serbinenko a écrit : Yves Blusseau wrote: Hi all, i can't compile the current version of grub2 on my linux system: gcc -Iscript/sh -I./script/sh -I. -I./include -I./include -Wall -W -DGRUB_LIBDIR=\"/usr/local/lib/`echo grub/i386-pc | sed 's,x,x,'`\" -g -O2 -DGRUB_UTIL=1 -

Re: [Report] can't build the current svn version of grub2

2009-10-29 Thread Robert Millan
On Thu, Oct 29, 2009 at 10:50:25AM +0100, Vladimir 'phcoder' Serbinenko wrote: > Yves Blusseau wrote: > > Hi all, > > > > i can't compile the current version of grub2 on my linux system: > > > > gcc -Iscript/sh -I./script/sh -I. -I./include -I./include -Wall -W > > -DGRUB_LIBDIR=\"/usr/local/lib/`e

Re: [Report] can't build the current svn version of grub2

2009-10-29 Thread Vladimir 'phcoder' Serbinenko
Yves Blusseau wrote: > Hi all, > > i can't compile the current version of grub2 on my linux system: > > gcc -Iscript/sh -I./script/sh -I. -I./include -I./include -Wall -W > -DGRUB_LIBDIR=\"/usr/local/lib/`echo grub/i386-pc | sed 's,x,x,'`\" -g > -O2 -DGRUB_UTIL=1 -MD -c -o grub_emu-script_sh_lexer.

Re: [Report] can't build the current svn version of grub2

2009-10-29 Thread Vladimir 'phcoder' Serbinenko
Yves Blusseau wrote: > Hi all, > > i can't compile the current version of grub2 on my linux system: > > gcc -Iscript/sh -I./script/sh -I. -I./include -I./include -Wall -W > -DGRUB_LIBDIR=\"/usr/local/lib/`echo grub/i386-pc | sed 's,x,x,'`\" -g > -O2 -DGRUB_UTIL=1 -MD -c -o grub_emu-script_sh_lexer.

[Report] can't build the current svn version of grub2

2009-10-29 Thread Yves Blusseau
Hi all, i can't compile the current version of grub2 on my linux system: gcc -Iscript/sh -I./script/sh -I. -I./include -I./include -Wall -W -DGRUB_LIBDIR=\"/usr/local/lib/`echo grub/i386-pc | sed 's,x,x,'`\" -g -O2 -DGRUB_UTIL=1 -MD -c -o grub_emu-script_sh_lexer.o script/sh/lexer.c script/sh/

Re: how to boot Xen Dom0 in Grub2 SVN trunk

2009-06-16 Thread uzer cheg
Thank you for advice. It's certainly what I planned to do tomorrow.Vladimir, I'm going to test Grub2 on mu Xserve is case of successful Xen Dom0 on Bios PC. As I see posted modmem.diff and posted before efiboot.diff both contains patches for loader/i386/multiboot.c Which code is actual for my EFI

Re: how to boot Xen Dom0 in Grub2 SVN trunk

2009-06-16 Thread Vladimir 'phcoder' Serbinenko
On Tue, Jun 16, 2009 at 11:07 PM, uzer cheg wrote: > Pavel, patched Grub2 i386 loads Xen Dom0. > Honestly speaking it loads partially. > Now I got new error message > (XEN) elf_init: not an EL binary > ... > Panic on CPU 0 > > I tried Xen 3.2.1 and Xen 3.4. > > Unfortunately I do not have right C

Re: how to boot Xen Dom0 in Grub2 SVN trunk

2009-06-16 Thread uzer cheg
Pavel, patched Grub2 i386 loads Xen Dom0. Honestly speaking it loads partially. Now I got new error message (XEN) elf_init: not an EL binary ... Panic on CPU 0 I tried Xen 3.2.1 and Xen 3.4. Unfortunately I do not have right CPU on my testing PC. I think it's old Pentium without VT support. Hope

Re: how to boot Xen Dom0 in Grub2 SVN trunk

2009-06-15 Thread Pavel Roskin
On Tue, 2009-06-16 at 00:01 +0200, Vladimir 'phcoder' Serbinenko wrote: > > Here is a part of terminal screen from MacOS X: > Thank you for reporting this problem. Tomorrow I'll look for a fix This message: -nostdlib -static -Wl,-preload -Wl,-segalign,20 -Wl,-image_base, comes from AC_MSG_RESUL

Re: how to boot Xen Dom0 in Grub2 SVN trunk

2009-06-15 Thread Vladimir 'phcoder' Serbinenko
On Mon, Jun 15, 2009 at 11:44 PM, uzer cheg wrote: > Thank you for quick response, Vladimir. > > I just applied patch to grub2-r2322 and trying to build new grub2 image. > > It compiles fine on i386 platformbut ./configure script on amd64 > platform and MacOS X gets error message. > Here is a part

Re: how to boot Xen Dom0 in Grub2 SVN trunk

2009-06-15 Thread uzer cheg
Thank you for quick response, Vladimir. I just applied patch to grub2-r2322 and trying to build new grub2 image. It compiles fine on i386 platformbut ./configure script on amd64 platform and MacOS X gets error message. Here is a part of terminal screen from MacOS X: ... checking for nm... nm

Re: how to boot Xen Dom0 in Grub2 SVN trunk

2009-06-15 Thread Vladimir 'phcoder' Serbinenko
.0 (lenny) with Dom0. > It works fine and loads in Xen Dom0 via legacy grub supplied by Debian. > Than I got latest grub2 via svn and built it as usual. Also I made > custom /grub2/core.img by grub-mkimage > On start computer loads old legacy grub. Than it loads grub2 as > # kernel

how to boot Xen Dom0 in Grub2 SVN trunk

2009-06-15 Thread uzer cheg
ed by Debian. Than I got latest grub2 via svn and built it as usual. Also I made custom /grub2/core.img by grub-mkimage On start computer loads old legacy grub. Than it loads grub2 as # kernel /grub2/core.img Grub2 starts fine and I try to load Xen. menuentry "xen" { multiboot /boot/

Re: Grub2 SVN on 64bit Xserve 2,1

2009-04-23 Thread Vladimir Serbinenko
bit 2 64-bit >> limitation. 32-bit only supports up to 3.25GB of RAM. >> >> Have you tried compiling it on 32-bit os? That may (for some reason) >> fix the problem. >> >> Give it a go. >> >> Panarchy >> >> >> -- Forwarded messa

Re: Grub2 SVN on 64bit Xserve 2,1

2009-04-23 Thread decoder
Panarchy -- Forwarded message -- From: decoder Date: Thu, Apr 23, 2009 at 7:49 PM Subject: Grub2 SVN on 64bit Xserve 2,1 To: grub-devel@gnu.org Cc: st_ad...@st.cs.uni-saarland.de Hello all, recently, we tried to use Grub2 SVN on a 64bit Apple Xserve (Model 2,1) using EFI and

Re: Grub2 SVN on 64bit Xserve 2,1

2009-04-23 Thread Chip Panarchy
he problem. Give it a go. Panarchy -- Forwarded message -- From: decoder Date: Thu, Apr 23, 2009 at 7:49 PM Subject: Grub2 SVN on 64bit Xserve 2,1 To: grub-devel@gnu.org Cc: st_ad...@st.cs.uni-saarland.de Hello all, recently, we tried to use Grub2 SVN on a 64bit Apple Xserve

Grub2 SVN on 64bit Xserve 2,1

2009-04-23 Thread decoder
Hello all, recently, we tried to use Grub2 SVN on a 64bit Apple Xserve (Model 2,1) using EFI and after Bean solved some Xserve specific problems that were discussed on the Ubuntu forums (http://ubuntuforums.org/showthread.php?t=995704) someone else finally managed to boot his Xserve 2,1

Re: Removing autogenerated files from svn

2009-04-14 Thread Felix Zielcke
Am Mittwoch, den 15.04.2009, 00:35 +0900 schrieb Yoshinori K. Okuji: > > Well, it was not only about ruby, but also about autoconf. Anyway, if someone > updates the INSTALL file appropriately, I don't object. > Ok, I just removed configure,config.h.in,stamp-h.in,DISTLIST,conf/*.mk, updated INS

Re: Removing autogenerated files from svn

2009-04-14 Thread Yoshinori K. Okuji
On Monday 13 April 2009 23:30:42 Robert Millan wrote: > On Sun, Apr 12, 2009 at 04:54:21PM -0400, Pavel Roskin wrote: > > On Sun, 2009-04-12 at 11:29 -0700, Colin D Bennett wrote: > > > phcoder wrote on Sunday 12 April 2009: > > > > Hello, we all know how annoying are these autogenerated files. We

Re: Removing autogenerated files from svn

2009-04-14 Thread Jordi Mallach
forms > where applicable. Please do. Even without the nightly tarballs, I don't think the requirement to have a few tools installed to build from the VCS is that bad. People who compile software from SVN should be used to this. There was also talk of rewriting the ruby scripts into any othe

Re: Removing autogenerated files from svn

2009-04-13 Thread Robert Millan
On Sun, Apr 12, 2009 at 04:54:21PM -0400, Pavel Roskin wrote: > On Sun, 2009-04-12 at 11:29 -0700, Colin D Bennett wrote: > > phcoder wrote on Sunday 12 April 2009: > > > Hello, we all know how annoying are these autogenerated files. We could > > > remove it. The main argument against it is that pe

Re: Removing autogenerated files from svn

2009-04-12 Thread Pavel Roskin
On Sun, 2009-04-12 at 11:29 -0700, Colin D Bennett wrote: > phcoder wrote on Sunday 12 April 2009: > > Hello, we all know how annoying are these autogenerated files. We could > > remove it. The main argument against it is that people will not be able > > to compile without installing a lot of devel

Re: Removing autogenerated files from svn

2009-04-12 Thread Colin D Bennett
phcoder wrote on Sunday 12 April 2009: > Hello, we all know how annoying are these autogenerated files. We could > remove it. The main argument against it is that people will not be able > to compile without installing a lot of developement tools. It changes > nothing for the users wanting to modif

Removing autogenerated files from svn

2009-04-12 Thread phcoder
Hello, we all know how annoying are these autogenerated files. We could remove it. The main argument against it is that people will not be able to compile without installing a lot of developement tools. It changes nothing for the users wanting to modify the code. So I propose to remove these fi

FW: svn timed out

2008-10-24 Thread José Campos
Hello Just try the command you mentioned and got the same error: ### [EMAIL PROTECTED] ~]# svn co svn://svn.sv.gnu.org/grub/trunk/grub2 svn: Can't connect to host 'svn.sv.gnu.org': Connection timed out [EMAIL PROTECTED] ~]# ### Sorry, perhaps I'm doing something wrong...

Re: svn timed out

2008-10-24 Thread Manoel
You should use this svn co svn://svn.sv.gnu.org/grub/trunk/grub2 On Fri, 2008-10-24 at 14:09 +0100, José Campos wrote: > Hello, > > When i try to trunk svn version off grub2 I receive the following message > like bellow: > > > > [EMAIL PROTECTED] ~]# svn co sv

svn timed out

2008-10-24 Thread José Campos
Hello, When i try to trunk svn version off grub2 I receive the following message like bellow: [EMAIL PROTECTED] ~]# svn co svn://svn.savannah.gnu.org/grub/trunk/grub2 svn: Can't connect to host 'svn.savannah.gnu.org': Connection timed out Can you help me. Thanks

Re: grub 1.96 svn 20080813 and circular lvm2 metadata

2008-10-05 Thread Robert Millan
On Tue, Sep 30, 2008 at 02:34:36PM +0200, Hans Lambermont wrote: > Robert Millan wrote on 20080924: > > > On Tue, Sep 23, 2008 at 10:58:01AM +0200, Felix Zielcke wrote: > >> Am Dienstag, den 23.09.2008, 10:29 +0200 schrieb Hans Lambermont: > >>> The new patch was sent to the list 2 weeks ago. > >>

Re: grub 1.96 svn 20080813 and circular lvm2 metadata

2008-09-30 Thread Hans Lambermont
Robert Millan wrote on 20080924: > On Tue, Sep 23, 2008 at 10:58:01AM +0200, Felix Zielcke wrote: >> Am Dienstag, den 23.09.2008, 10:29 +0200 schrieb Hans Lambermont: >>> The new patch was sent to the list 2 weeks ago. >>> (See http://lists.gnu.org/archive/html/grub-devel/2008-09/msg00210.html ) >

Re: grub 1.96 svn 20080813 and circular lvm2 metadata

2008-09-24 Thread Robert Millan
On Tue, Sep 23, 2008 at 10:58:01AM +0200, Felix Zielcke wrote: > Am Dienstag, den 23.09.2008, 10:29 +0200 schrieb Hans Lambermont: > > The new patch was sent to the list 2 weeks ago. > > (See http://lists.gnu.org/archive/html/grub-devel/2008-09/msg00210.html ) > > > > Is there anything else that i

Re: grub 1.96 svn 20080813 and circular lvm2 metadata

2008-09-23 Thread Felix Zielcke
Am Dienstag, den 23.09.2008, 10:29 +0200 schrieb Hans Lambermont: > The new patch was sent to the list 2 weeks ago. > (See http://lists.gnu.org/archive/html/grub-devel/2008-09/msg00210.html ) > > Is there anything else that is needed ? For me personally it looks fine, but it would be good if Mar

Re: grub 1.96 svn 20080813 and circular lvm2 metadata

2008-09-23 Thread Hans Lambermont
Hans Lambermont wrote on 20080909: > Felix Zielcke wrote on 20080903: >> could you please address Marco's issues and send a new patch so the >> topic is brought up again? The new patch was sent to the list 2 weeks ago. (See http://lists.gnu.org/archive/html/grub-devel/2008-09/msg00210.html ) Is t

Re: grub 1.96 svn 20080813 and circular lvm2 metadata

2008-09-09 Thread Hans Lambermont
ER_SIZE, from the LVM2 project lib/format_text/layout.h Circular metadata bug found and patch debugged by Jan Derk Gerlings <[EMAIL PROTECTED]> The 'svn diff --diff-cmd diff -x -up' style patch is attached. regards, Hans Lambermont -- Hans Lambermont, M.S

Re: grub 1.96 svn 20080813 and circular lvm2 metadata

2008-09-08 Thread Hans Lambermont
Felix Zielcke wrote on 20080903: > could you please address Marco's issues and send a new patch so the > topic is brought up again? Yes, I'll make some time for it. regards, Hans Lambermont -- Hans Lambermont, M.Sc. - Newtec - OS-Platform&VAS http://newtec.eu/t:+31408519234m:+316

Re: grub 1.96 svn 20080813 and circular lvm2 metadata

2008-09-03 Thread Felix Zielcke
Hans, could you please address Marco's issues and send a new patch so the topic is brought up again? Am Freitag, den 29.08.2008, 18:08 +0200 schrieb Marco Gerards: > > > diff -uwr grub-1.96_svn20080813-org/ChangeLog > > grub-1.96_svn20080813-new/ChangeLog > > --- grub-1.96_svn20080813-org/Chang

Re: grub 1.96 svn 20080813 and circular lvm2 metadata

2008-09-02 Thread Felix Zielcke
Am Freitag, den 29.08.2008, 18:08 +0200 schrieb Marco Gerards: > Hi Hans, > > [EMAIL PROTECTED] (Hans Lambermont) writes: > > Please find the patch attached, this was tested with circular metadata > > and the segfault in grub-setup is gone and the system boots fine. > > Great! It is really nice

Re: grub 1.96 svn 20080813 and circular lvm2 metadata

2008-08-29 Thread Marco Gerards
Hi Hans, [EMAIL PROTECTED] (Hans Lambermont) writes: > Felix Zielcke wrote on 20080828: > >> Am Donnerstag, den 28.08.2008, 13:14 +0200 schrieb Hans Lambermont: >>> My colleague Jan Derk Gerlings found a bug in the way grub 1.96, svn >>> version 20080813 (and ea

Re: grub 1.96 svn 20080813 and circular lvm2 metadata

2008-08-29 Thread Marco Gerards
Vesa Jääskeläinen <[EMAIL PROTECTED]> writes: > Felix Zielcke wrote: >> The Changelog entry should be seperate, i.e. not a diff against the >> actual ChangeLog file but you can have it above inside your patch >> For example here my last small patch send to the list > > That is perfectly fine there

Re: grub 1.96 svn 20080813 and circular lvm2 metadata

2008-08-29 Thread Felix Zielcke
Hello, Am Freitag, den 29.08.2008, 18:00 +0300 schrieb Vesa Jääskeläinen: > Felix Zielcke wrote: > > The Changelog entry should be seperate, i.e. not a diff against the > > actual ChangeLog file but you can have it above inside your patch > > For example here my last small patch send to the list >

Re: grub 1.96 svn 20080813 and circular lvm2 metadata

2008-08-29 Thread Vesa Jääskeläinen
Felix Zielcke wrote: > The Changelog entry should be seperate, i.e. not a diff against the > actual ChangeLog file but you can have it above inside your patch > For example here my last small patch send to the list That is perfectly fine there :) Thou, you can also copy it within your email too.

Re: grub 1.96 svn 20080813 and circular lvm2 metadata

2008-08-29 Thread Felix Zielcke
he Changelog entry should be seperate, i.e. not a diff against the actual ChangeLog file but you can have it above inside your patch For example here my last small patch send to the list http://lists.gnu.org/archive/html/grub-devel/2008-08/txtUBorY42rw2.txt Second please use `svn diff --diff-cmd d

Re: grub 1.96 svn 20080813 and circular lvm2 metadata

2008-08-29 Thread Hans Lambermont
Felix Zielcke wrote on 20080828: > Am Donnerstag, den 28.08.2008, 13:14 +0200 schrieb Hans Lambermont: >> My colleague Jan Derk Gerlings found a bug in the way grub 1.96, svn >> version 20080813 (and earlier) reads the circular lvm2 metadata >> buffer. > > Great, on D

Re: grub 1.96 svn 20080813 and circular lvm2 metadata

2008-08-28 Thread Felix Zielcke
Am Donnerstag, den 28.08.2008, 13:14 +0200 schrieb Hans Lambermont: > Hi all, Hello, > My colleague Jan Derk Gerlings found a bug in the way grub 1.96, svn > version 20080813 (and earlier) reads the circular lvm2 metadata buffer. Great, on Debian BTS we have 2 bugs [0] related to

grub 1.96 svn 20080813 and circular lvm2 metadata

2008-08-28 Thread Hans Lambermont
Hi all, My colleague Jan Derk Gerlings found a bug in the way grub 1.96, svn version 20080813 (and earlier) reads the circular lvm2 metadata buffer. If the lvm2 metadata is too large to fit in the buffer given an offset, then it is continued at the start of the buffer. In this case the current

grub2 svn 17aug2008 hfs+ partition error

2008-08-17 Thread Guy Forssman
grub-legacy boots everything except GPT stuff grub2 svn 17aug2008 boots everything except leopard-MBR stuff I went on the IRC #grub channel installed grub-emu and started it In grub-emu in the console mode I did a ls -l (hd0,2) and saw the structure of my Leopard partition However In real Life

Re: Decompressing error on latest rev. of svn?

2008-08-10 Thread Robert Millan
On Sun, Aug 10, 2008 at 05:54:27PM +0800, y.volta wrote: > Hi, > > i check-out the latest revsion, and confiure it using all default > settings, but i failed to get the core.img to run. > by using the bochdbg, i get to know the decompress with sth. wrong, when i > jump to the grub_main(), t

Decompressing error on latest rev. of svn?

2008-08-10 Thread y.volta
Hi, i check-out the latest revsion, and confiure it using all default settings, but i failed to get the core.img to run. by using the bochdbg, i get to know the decompress with sth. wrong, when i jump to the grub_main(), the debug screen shows me "CPU_LOOP 1", the asm code is: "int 0xe8".

Re: How to synchronize local svn with official svn?

2008-08-09 Thread Colin D Bennett
On Sun, 10 Aug 2008 09:42:39 +0800 "y.volta" <[EMAIL PROTECTED]> wrote: > hi all, > > I have a question about using svn: how can i synchronize the > local copy with the local svn and official svn? for examle: > > 1. i checkout the official grub2 fr

Re: How to synchronize local svn with official svn?

2008-08-09 Thread David Fries
On Sun, Aug 10, 2008 at 09:42:39AM +0800, y.volta wrote: > hi all, > > I have a question about using svn: how can i synchronize the > local copy with the local svn and official svn? I've solved that problem by using a different source control tool for the local repos

How to synchronize local svn with official svn?

2008-08-09 Thread y.volta
hi all, I have a question about using svn: how can i synchronize the local copy with the local svn and official svn? for examle: 1. i checkout the official grub2 from SA (svn://svn.sv.gnu.org/grub/trunk/grub2) to LD (/home/grub2); 2. and then, i create a local site to host the

Re: merging i386-efi and x86_64-efi (Re: Current SVN is broken on x86_64)

2008-08-07 Thread Robert Millan
On Thu, Aug 07, 2008 at 02:21:03PM +0200, Robert Millan wrote: > On Mon, Aug 04, 2008 at 08:51:25AM -0400, Pavel Roskin wrote: > > On Mon, 2008-08-04 at 11:16 +0200, Robert Millan wrote: > > > > > Furthermore, I had a look and some of the x86_64 versions are just stubs > > > that > > > include th

merging i386-efi and x86_64-efi (Re: Current SVN is broken on x86_64)

2008-08-07 Thread Robert Millan
On Mon, Aug 04, 2008 at 08:51:25AM -0400, Pavel Roskin wrote: > On Mon, 2008-08-04 at 11:16 +0200, Robert Millan wrote: > > > Furthermore, I had a look and some of the x86_64 versions are just stubs > > that > > include the i386 one. > > > > Why don't we handle this like Linux? They ship a sing

Re: Current SVN is (still ?, again ?) broken

2008-08-07 Thread Bean
On Thu, Aug 7, 2008 at 6:58 PM, Felix Zielcke <[EMAIL PROTECTED]> wrote: > Am Montag, den 04.08.2008, 02:31 +0200 schrieb Felix Zielcke: >> I just tried to compile the Debian packages with the currently SVN >> version and it failed: >> > And again, I did a clean `svn

Current SVN is (still ?, again ?) broken

2008-08-07 Thread Felix Zielcke
Am Montag, den 04.08.2008, 02:31 +0200 schrieb Felix Zielcke: > I just tried to compile the Debian packages with the currently SVN > version and it failed: > And again, I did a clean `svn co' to compile the full suite of debian packages and this time i386-efi failed: cc -Ikern/i3

Re: Remove conf/*.mk from svn

2008-08-06 Thread Vesa Jääskeläinen
Viswesh S wrote: Hi, I have a small suggestion. Why cant we document in a small file, the procedures, or the dont's while adding modules or modifying grub2.A FAQ file may be. That will help us in the long run. Viswesh A) We have Wiki for that purpose. Please use that to fill this informat

Re: Remove conf/*.mk from svn

2008-08-05 Thread Viswesh S
elopment of GRUB 2 Sent: Tuesday, 5 August, 2008 9:25:43 PM Subject: Re: Remove conf/*.mk from svn Am Dienstag, den 05.08.2008, 17:48 +0200 schrieb Marco Gerards: > > Actually, since ruby is required to generate these files, I guess we > can better keep the .mk files. > Just a li

Re: Remove conf/*.mk from svn

2008-08-05 Thread Colin D Bennett
t <[EMAIL PROTECTED]> writes: > > >>> I think we should remove conf/*.mk from the Subversion > > >>> repository. If people are going to be developing on GRUB and > > >>> checking out svn branches, then I think it's fine to require > > >&g

Re: Remove conf/*.mk from svn

2008-08-05 Thread Javier Martín
repository. If > >>> people are going to be developing on GRUB and checking out svn > >>> branches, then I think it's fine to require them to have Ruby. For > >>> released tarballs that we expect non-developers to use, we just need to > >>> g

Re: Remove conf/*.mk from svn

2008-08-05 Thread Felix Zielcke
Am Dienstag, den 05.08.2008, 17:48 +0200 schrieb Marco Gerards: > > Actually, since ruby is required to generate these files, I guess we > can better keep the .mk files. > Just a little note from me: The Debian package build depends already on ruby so this won't be a problem for all Debian guy

Re: Remove conf/*.mk from svn

2008-08-05 Thread Marco Gerards
Vesa Jääskeläinen <[EMAIL PROTECTED]> writes: > Marco Gerards wrote: >> Colin D Bennett <[EMAIL PROTECTED]> writes: >>> I think we should remove conf/*.mk from the Subversion repository. If >>> people are going to be developing on GRUB and checking out svn

Re: Remove conf/*.mk from svn

2008-08-05 Thread Vesa Jääskeläinen
Marco Gerards wrote: Colin D Bennett <[EMAIL PROTECTED]> writes: I think we should remove conf/*.mk from the Subversion repository. If people are going to be developing on GRUB and checking out svn branches, then I think it's fine to require them to have Ruby. For released tarba

Re: Remove conf/*.mk from svn

2008-08-05 Thread Marco Gerards
Hi, Colin D Bennett <[EMAIL PROTECTED]> writes: [...] > I think we should remove conf/*.mk from the Subversion repository. If > people are going to be developing on GRUB and checking out svn > branches, then I think it's fine to require them to have Ruby. For > re

Re: Remove conf/*.mk from svn

2008-08-05 Thread Marco Gerards
Hi, Christian Franke <[EMAIL PROTECTED]> writes: > For a release tarball, It IMO also makes sense to include > util/parser.tab.c. It is platform-independent and rarely changed. This > would remove bison from the list of prerequisites. Fine for me. -- Marco ___

Re: Current SVN is broken on x86_64

2008-08-04 Thread Pavel Roskin
On Mon, 2008-08-04 at 17:11 +0200, Robert Millan wrote: > Ok, but I think the i386->x86 rename would be overkill. We're already using > i386/ headers on x86_64 (for example, when building util/ stuff in grub-pc). > It > doesn't hurt if we continue doing that IMHO. Fine with me. -- Regards, Pa

Re: Current SVN is broken on x86_64

2008-08-04 Thread Robert Millan
On Mon, Aug 04, 2008 at 08:51:25AM -0400, Pavel Roskin wrote: > On Mon, 2008-08-04 at 11:16 +0200, Robert Millan wrote: > > > Furthermore, I had a look and some of the x86_64 versions are just stubs > > that > > include the i386 one. > > > > Why don't we handle this like Linux? They ship a sing

Re: Current SVN is broken on x86_64

2008-08-04 Thread Pavel Roskin
On Mon, 2008-08-04 at 11:16 +0200, Robert Millan wrote: > Furthermore, I had a look and some of the x86_64 versions are just stubs that > include the i386 one. > > Why don't we handle this like Linux? They ship a single directory and use > #ifdefs where appropiate. That enforces consistency in

Re: Current SVN is broken on x86_64

2008-08-04 Thread Robert Millan
On Mon, Aug 04, 2008 at 01:02:41AM -0400, Pavel Roskin wrote: > > I confirm it. And the i386-pc platform grew new warnings: > > kern/main.c: In function 'grub_set_root_dev': > kern/main.c:108: warning: implicit declaration of function 'grub_free' > loader/i386/pc/multiboot.c: In function 'grub_m

Re: Current SVN is broken on x86_64

2008-08-04 Thread Robert Millan
On Mon, Aug 04, 2008 at 02:31:28AM +0200, Felix Zielcke wrote: > I just tried to compile the Debian packages with the currently SVN > version and it failed: > > cc -Iloader/i386/efi -I/home/fz/grub/grub2-1.96+20080804/loader/i386/efi -I. > -Iinclude -I/home/fz/grub/grub2-1.96+2

Re: Current SVN is broken on x86_64

2008-08-03 Thread Pavel Roskin
On Mon, 2008-08-04 at 02:31 +0200, Felix Zielcke wrote: > I just tried to compile the Debian packages with the currently SVN > version and it failed: > > cc -Iloader/i386/efi -I/home/fz/grub/grub2-1.96+20080804/loader/i386/efi -I. > -Iinclude -I/home/fz/grub/grub2-1.96+20080804/i

Current SVN is broken on x86_64

2008-08-03 Thread Felix Zielcke
I just tried to compile the Debian packages with the currently SVN version and it failed: cc -Iloader/i386/efi -I/home/fz/grub/grub2-1.96+20080804/loader/i386/efi -I. -Iinclude -I/home/fz/grub/grub2-1.96+20080804/include -Wall -W -Wall -W -Wshadow -Wpointer-arith -Wmissing-prototypes

Re: Remove conf/*.mk from svn (was: Re: Linking)

2008-07-31 Thread Yoshinori K. Okuji
rdingly as shown below. > > > > GRUB developers, > > > > I think we should remove conf/*.mk from the Subversion repository. If > > people are going to be developing on GRUB and checking out svn > > branches, then I think it's fine to require them to have Ruby. Fo

Re: Remove conf/*.mk from svn

2008-07-28 Thread Pavel Roskin
On Mon, 2008-07-28 at 00:28 +0200, Christian Franke wrote: > Pavel Roskin wrote: > > At least we should put a message into *.mk files that would make it > > clear that they are generated. > > > > > > Yes. Done. > For a release tarball, It IMO also makes sense to include > util/parser.tab.c.

Re: Remove conf/*.mk from svn

2008-07-27 Thread Christian Franke
Pavel Roskin wrote: On Fri, 2008-07-25 at 20:41 +0200, Christian Franke wrote: I agree, the files generated by ./autogen.sh should be included in tarball, but not in the repo. Additional prerequisites (autoconf, ruby) for builds from svn are IMO OK. I agree. At least we should put

Re: Remove conf/*.mk from svn

2008-07-27 Thread Pavel Roskin
On Fri, 2008-07-25 at 20:41 +0200, Christian Franke wrote: > I agree, the files generated by ./autogen.sh should be included in > tarball, but not in the repo. > Additional prerequisites (autoconf, ruby) for builds from svn are IMO OK. I agree. At least we should put a message into *

Re: Remove conf/*.mk from svn (was: Re: Linking)

2008-07-25 Thread Robert Millan
ove conf/*.mk from the Subversion repository. If > people are going to be developing on GRUB and checking out svn > branches, then I think it's fine to require them to have Ruby. For > released tarballs that we expect non-developers to use, we just need to > generate the *.mk f

Re: Remove conf/*.mk from svn

2008-07-25 Thread Christian Franke
UB and checking out svn branches, then I think it's fine to require them to have Ruby. For released tarballs that we expect non-developers to use, we just need to generate the *.mk files and include them in the tarball. What is the benefit of having conf/*.mk files in svn? They cause lo

Remove conf/*.mk from svn (was: Re: Linking)

2008-07-25 Thread Colin D Bennett
On Thu, 24 Jul 2008 22:17:06 -0700 (PDT) Viswesh S <[EMAIL PROTECTED]> wrote: > I have modified the conf/common.mk accordingly as shown below. GRUB developers, I think we should remove conf/*.mk from the Subversion repository. If people are going to be developing on GRUB and checkin

Re: SVN

2008-07-02 Thread Robert Millan
On Wed, Jul 02, 2008 at 01:35:14PM +0200, Marco Gerards wrote: > Hi, > > Bean <[EMAIL PROTECTED]> writes: > > > Nice, it's up and running now. > > > > But I have a small question, how to get email notification of svn commits ? They should be sent to [

Re: SVN

2008-07-02 Thread Marco Gerards
Hi, Bean <[EMAIL PROTECTED]> writes: > Nice, it's up and running now. > > But I have a small question, how to get email notification of svn commits ? Do we have to request the savannah maintainers to enable this feature? -- Marco __

Re: SVN

2008-07-02 Thread Bean
On Wed, Jul 2, 2008 at 1:25 AM, Robert Millan <[EMAIL PROTECTED]> wrote: > > Hi, > > Not sure why grub-devel didn't receive the updates, as it was CCed. Anyway, > SVN is enabled now. > > See https://savannah.gnu.org/svn/?group=grub > > and https://savannah.gn

Re: SVN

2008-07-01 Thread Pavel Roskin
On Tue, 2008-07-01 at 19:25 +0200, Robert Millan wrote: > Hi, > > Not sure why grub-devel didn't receive the updates, as it was CCed. Anyway, > SVN is enabled now. > > See https://savannah.gnu.org/svn/?group=grub > > and https://savannah.gnu.org/support/?106422 I

Re: SVN

2008-07-01 Thread Robert Millan
On Tue, Jul 01, 2008 at 08:48:04PM +0300, Vesa Jääskeläinen wrote: > Robert Millan wrote: > >Hi, > > > >Not sure why grub-devel didn't receive the updates, as it was CCed. > >Anyway, > >SVN is enabled now. > > > >See https://savannah.gnu.org/s

Re: SVN

2008-07-01 Thread Vesa Jääskeläinen
Robert Millan wrote: Hi, Not sure why grub-devel didn't receive the updates, as it was CCed. Anyway, SVN is enabled now. See https://savannah.gnu.org/svn/?group=grub and https://savannah.gnu.org/support/?106422 grub-devel is member only mailing list and it should stay like that. But

SVN

2008-07-01 Thread Robert Millan
Hi, Not sure why grub-devel didn't receive the updates, as it was CCed. Anyway, SVN is enabled now. See https://savannah.gnu.org/svn/?group=grub and https://savannah.gnu.org/support/?106422 -- Robert Millan I know my rights; I want my phone call! What good is a phone call… if yo

Re: Switch to SVN ?

2008-06-26 Thread Marco Gerards
"Yoshinori K. Okuji" <[EMAIL PROTECTED]> writes: > On Tuesday 17 June 2008 14:48:52 Marco Gerards wrote: >> Hi, >> >> Bean <[EMAIL PROTECTED]> writes: >> > It seems svn is available at savannah: >> > >> > https://savan

Re: Switch to SVN ?

2008-06-24 Thread Vesa Jääskeläinen
Yoshinori K. Okuji wrote: On Tuesday 17 June 2008 14:48:52 Marco Gerards wrote: Hi, Bean <[EMAIL PROTECTED]> writes: It seems svn is available at savannah: https://savannah.gnu.org/forum/forum.php?forum_id=5340 any plan to switch ? This seems like a good idea to me. I put Okuji on

Re: Switch to SVN ?

2008-06-18 Thread Yoshinori K. Okuji
On Tuesday 17 June 2008 14:48:52 Marco Gerards wrote: > Hi, > > Bean <[EMAIL PROTECTED]> writes: > > It seems svn is available at savannah: > > > > https://savannah.gnu.org/forum/forum.php?forum_id=5340 > > > > any plan to switch ? > > This seems

Re: Switch to SVN ?

2008-06-17 Thread Marco Gerards
Hi, Bean <[EMAIL PROTECTED]> writes: > It seems svn is available at savannah: > > https://savannah.gnu.org/forum/forum.php?forum_id=5340 > > any plan to switch ? This seems like a good idea to me. I put Okuji on the Cc, in case he doesn't watch the list closely.

Re: Switch to SVN ?

2008-06-17 Thread Robert Millan
On Tue, Jun 17, 2008 at 11:27:00AM +0800, Bean wrote: > Hi, > > It seems svn is available at savannah: > > https://savannah.gnu.org/forum/forum.php?forum_id=5340 > > any plan to switch ? I second that. Then we could finally move files comfortably. -- Robert Millan I k

Switch to SVN ?

2008-06-16 Thread Bean
Hi, It seems svn is available at savannah: https://savannah.gnu.org/forum/forum.php?forum_id=5340 any plan to switch ? -- Bean ___ Grub-devel mailing list Grub-devel@gnu.org http://lists.gnu.org/mailman/listinfo/grub-devel