Re: [RFC] Patch to disable GTK in installer images

2009-12-06 Thread Otavio Salvador
Hello, On Sun, Dec 6, 2009 at 6:29 AM, Frans Pop wrote: > On Saturday 05 December 2009, Otavio Salvador wrote: >> I also found a broken in my previous patch regarding hd-media for >> amd64 (and as consequence for i386) that is fixed as well. > > Something seems to be wrong with the hd-media targe

Re: [RFC] Patch to disable GTK in installer images

2009-12-06 Thread Otavio Salvador
Hello, On Sun, Dec 6, 2009 at 6:29 AM, Frans Pop wrote: > On Saturday 05 December 2009, Otavio Salvador wrote: >> I also found a broken in my previous patch regarding hd-media for >> amd64 (and as consequence for i386) that is fixed as well. > > Something seems to be wrong with the hd-media targe

Re: [RFC] Patch to disable GTK in installer images

2009-12-06 Thread Frans Pop
On Saturday 05 December 2009, Otavio Salvador wrote: > I also found a broken in my previous patch regarding hd-media for > amd64 (and as consequence for i386) that is fixed as well. Something seems to be wrong with the hd-media targets for both arches. If I do a 'make all_build' I see no hd-media

Re: [RFC] Patch to disable GTK in installer images

2009-12-05 Thread Ian Campbell
On Sat, 2009-12-05 at 20:08 +0100, Frans Pop wrote: > On Saturday 05 December 2009, Ian Campbell wrote: > > On Sat, 2009-12-05 at 09:33 +0100, Frans Pop wrote: > > > > +++ b/installer/build/config/i386/cdrom-xen.cfg > > > > @@ -1,6 +1,6 @@ > > > > KERNELVERSION = $(BASEVERSION)-686-bigmem > > > >

Re: [RFC] Patch to disable GTK in installer images

2009-12-05 Thread Frans Pop
On Saturday 05 December 2009, Ian Campbell wrote: > On Sat, 2009-12-05 at 09:33 +0100, Frans Pop wrote: > > > +++ b/installer/build/config/i386/cdrom-xen.cfg > > > @@ -1,6 +1,6 @@ > > > KERNELVERSION = $(BASEVERSION)-686-bigmem > > > -TYPE=cdrom/gtk > > > -include config/i386/cdrom/gtk.cfg > > > +

Re: [RFC] Patch to disable GTK in installer images

2009-12-05 Thread Ian Campbell
On Sat, 2009-12-05 at 09:33 +0100, Frans Pop wrote: > > > +++ b/installer/build/config/i386/cdrom-xen.cfg > > @@ -1,6 +1,6 @@ > > KERNELVERSION = $(BASEVERSION)-686-bigmem > > -TYPE=cdrom/gtk > > -include config/i386/cdrom/gtk.cfg > > +TYPE=cdrom/isolinux > > +include config/i386/cdrom.cfg > > L

Re: [RFC] Patch to disable GTK in installer images

2009-12-05 Thread Frans Pop
On Saturday 05 December 2009, Otavio Salvador wrote: > Here goes the patch for last review before I commit it. > +++ b/installer/build/config/i386/cdrom/isolinux.cfg > @@ -11,6 +11,7 @@ MANIFEST-DEBIAN_CD_INFO = "isolinux config files for > CD" TYPE = cdrom/isolinux > > # Add the gtk images on to

Re: [RFC] Patch to disable GTK in installer images

2009-12-05 Thread Otavio Salvador
Hello all, Here goes the patch for last review before I commit it. After think about what Frans said, that it can take longer before we have g-i working again, I followed his suggestion and went further and redoing the patch commenting the stuff out instead of dropping it. I got a machine with d

Re: [RFC] Patch to disable GTK in installer images

2009-12-05 Thread Frans Pop
On Saturday 05 December 2009, Frans Pop wrote: > And i386 should FTBFS because i386/cdrom/isolinux.cfg still has a line >EXTRATARGETS = build_cdrom_gtk > and that target no longer exists. And you seem to have completely missed i386/hd-media.cfg. -- To UNSUBSCRIBE, email to debian-boot-requ.

Re: [RFC] Patch to disable GTK in installer images

2009-12-05 Thread Frans Pop
On Saturday 05 December 2009, Otavio Salvador wrote: > Hello folks, > It took much longer then I expected but I finally had time to look at > it. Please look at the attached patch and see if you can spot any > problem with. There are still at least two problems. > +++ b/installer/build/config/i38

Re: [RFC] Patch to disable GTK in installer images

2009-12-04 Thread Otavio Salvador
Hello folks, On Sat, Nov 28, 2009 at 6:15 PM, Otavio Salvador wrote: > New patch later today or tomorrow. It took much longer then I expected but I finally had time to look at it. Please look at the attached patch and see if you can spot any problem with. I tested it in amd64 only. If someone c

Re: [RFC] Patch to disable GTK in installer images

2009-11-28 Thread Otavio Salvador
Hello Frans, On Sat, Nov 28, 2009 at 6:09 PM, Frans Pop wrote: > On Saturday 28 November 2009, Otavio Salvador wrote: >> I guess I did it but would be nice to have a review on the patch >> before commiting it. My idea is to commit it and upload installer. >> Once installer is built in all arches

Re: [RFC] Patch to disable GTK in installer images

2009-11-28 Thread Frans Pop
On Saturday 28 November 2009, Otavio Salvador wrote: > I guess I did it but would be nice to have a review on the patch > before commiting it. My idea is to commit it and upload installer. > Once installer is built in all arches revert it back to force testing > of GTK frontend in daily images agai

[RFC] Patch to disable GTK in installer images

2009-11-28 Thread Otavio Salvador
Hello, To avoid delaying the installer release we intend to disable the GTK frontend for this Alpha1 release. So far, I started to work on the patch for it. We need to disable it at: - amd64 - i386 - powerpc I guess I did it but would be nice to have a review on the patch before commiting it