Re: cvs main-menu bust?

2002-12-12 Thread Martin Sjögren
fre 2002-12-13 klockan 01.28 skrev Richard Hirst: > This change: [snip] > breaks main-menu for me. Execute a Shell still works, but the other > entries on that first menu all just result in the main menu being > redisplayed, preceeded by > > "Package libdebconf1 is already installed and configure

cvs commit to debian-installer/main-menu by sjogren

2002-12-12 Thread Debian Boot CVS Master
Repository: debian-installer/main-menu who:sjogren time: Fri Dec 13 00:44:52 MST 2002 Log Message: bugfix: when config_package calls satisfy_virtual, it should return immediately Files: changed:main-menu.c -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsu

Re: cvs commit to debian-installer/tools/autopartkit/debian by tfheen

2002-12-12 Thread Petter Reinholdtsen
> who:tfheen > time: Thu Dec 12 18:33:18 CET 2002 > Log Message: > Remove depends on di-fake and profilechooser, since those are not > in Debian But both are required for this program to work. di-fake is needed until libparted is available as an udeb (#172020), and profilechoose

cvs commit to debian-installer/tools/autopartkit by pere

2002-12-12 Thread Debian Boot CVS Master
Repository: debian-installer/tools/autopartkit who:pere time: Fri Dec 13 00:05:43 MST 2002 Log Message: Refuse to compile if libparted is missing. Files: changed:configure.ac -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMA

Re: working on the Alpha port

2002-12-12 Thread Alexander Kotelnikov
> On Fri, 13 Dec 2002 02:09:16 +0100 > "DW" == David Weinehall <[EMAIL PROTECTED]> wrote: DW> DW> I think there's quite a lot of things that can be done to a standard DW> 2.4-kernel to decrease its size. Now, I don't have an alpha, so I can't DW> test my changes directly, but I'll have a l

Re: working on the Alpha port

2002-12-12 Thread David Weinehall
On Thu, Dec 12, 2002 at 05:06:05PM +0300, Alexander Kotelnikov wrote: > > On Tue, 10 Dec 2002 22:58:01 -0500 > > "NLM" == Noah L Meyerhans <[EMAIL PROTECTED]> wrote: > NLM> > NLM> On Tue, Dec 10, 2002 at 09:04:57PM -0500, Joey Hess wrote: > >> I don't know how far over alpha is, but fittin

Bug#172828: mklibs: loops on mips

2002-12-12 Thread Guido Guenther
On Fri, Dec 13, 2002 at 12:02:15AM +0100, Falk Hueffner wrote: > Guido Guenther <[EMAIL PROTECTED]> writes: > > > The man page doesn't mention an option to actually show the > > unresolved symbols. > > You can give -v twice. This should probably be a separate option. Thanks. That's the list of un

cvs main-menu bust?

2002-12-12 Thread Richard Hirst
This change: @@ -304,20 +306,21 @@ int ret, i; struct package_t *dep; + if (di_pkg_is_virtual(p)) { + if (!satisfy_virtual(p)) + return 0; + } + for (i = 0; p->depends[i] != 0; i++) { if ((dep = p->depends[i]

Re: working on the Alpha port

2002-12-12 Thread Falk Hueffner
Herbert Xu <[EMAIL PROTECTED]> writes: > On Thu, Dec 12, 2002 at 05:12:06PM +0300, Alexander Kotelnikov wrote: > > > On Thu, 12 Dec 2002 11:24:25 +0100 > > > "ML" == Mario Lang <[EMAIL PROTECTED]> wrote: > > ML> > > ML> Alexander Kotelnikov <[EMAIL PROTECTED]> writes: > > >> I have faced

cvs commit to debian-installer/anna/debian/po by barbier

2002-12-12 Thread Debian Boot CVS Master
Repository: debian-installer/anna/debian/po who:barbier time: Thu Dec 12 16:27:54 MST 2002 Log Message: Unfuzzy Files: changed:fr.po -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

cvs commit to debian-installer/tools/autopartkit/debian by andrelop

2002-12-12 Thread Debian Boot CVS Master
Repository: debian-installer/tools/autopartkit/debian who:andrelop time: Thu Dec 12 16:20:15 MST 2002 Log Message: * Sync pt_BR template translation with the latest english. Files: changed:changelog -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "

cvs commit to debian-installer/tools/autopartkit/debian/po by andrelop

2002-12-12 Thread Debian Boot CVS Master
Repository: debian-installer/tools/autopartkit/debian/po who:andrelop time: Thu Dec 12 16:20:15 MST 2002 Log Message: * Sync pt_BR template translation with the latest english. Files: changed:pt_BR.po -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of

cvs commit to debian-installer/main-menu/debian/po by andrelop

2002-12-12 Thread Debian Boot CVS Master
Repository: debian-installer/main-menu/debian/po who:andrelop time: Thu Dec 12 16:14:31 MST 2002 Log Message: * Sync pt_BR template translation with the latest english. Files: changed:pt_BR.po -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubs

cvs commit to debian-installer/anna/debian/po by andrelop

2002-12-12 Thread Debian Boot CVS Master
Repository: debian-installer/anna/debian/po who:andrelop time: Thu Dec 12 16:09:53 MST 2002 Log Message: * Sync pt_BR template translation with the latest english. Files: changed:pt_BR.po -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe

cvs commit to debian-installer/main-menu/debian by andrelop

2002-12-12 Thread Debian Boot CVS Master
Repository: debian-installer/main-menu/debian who:andrelop time: Thu Dec 12 16:14:31 MST 2002 Log Message: * Sync pt_BR template translation with the latest english. Files: changed:changelog -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscr

cvs commit to debian-installer/anna/debian by andrelop

2002-12-12 Thread Debian Boot CVS Master
Repository: debian-installer/anna/debian who:andrelop time: Thu Dec 12 16:09:53 MST 2002 Log Message: * Sync pt_BR template translation with the latest english. Files: changed:changelog -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe".

Re: working on the Alpha port

2002-12-12 Thread Alexander Kotelnikov
> On Fri, 13 Dec 2002 07:23:27 +1100 > "HX" == Herbert Xu <[EMAIL PROTECTED]> wrote: HX> HX> On Thu, Dec 12, 2002 at 05:12:06PM +0300, Alexander Kotelnikov wrote: >> > On Thu, 12 Dec 2002 11:24:25 +0100 >> > "ML" == Mario Lang <[EMAIL PROTECTED]> wrote: ML> ML> Alexander Kotelniko

Bug#172828: mklibs: loops on mips

2002-12-12 Thread Falk Hueffner
Guido Guenther <[EMAIL PROTECTED]> writes: > The man page doesn't mention an option to actually show the > unresolved symbols. You can give -v twice. This should probably be a separate option. -- Falk -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trou

Re: working on the Alpha port

2002-12-12 Thread Falk Hueffner
Herbert Xu <[EMAIL PROTECTED]> writes: > On Thu, Dec 12, 2002 at 05:12:06PM +0300, Alexander Kotelnikov wrote: > > > On Thu, 12 Dec 2002 11:24:25 +0100 > > > "ML" == Mario Lang <[EMAIL PROTECTED]> wrote: > > ML> > > ML> Alexander Kotelnikov <[EMAIL PROTECTED]> writes: > > >> I have faced

Bug#172828: mklibs: loops on mips

2002-12-12 Thread Guido Guenther
Package: mklibs Version: 0.1.8 Severity: normal Hi, after 56 passes mklibs still can't succesfully reduce the libraries on a 'make build' of debian-installer for mips: I: library reduction pass 56 Objects: busybox netcfg-dhcp.postinst netcfg-static.postinst libresolv.so.2-so-stripped libdebian-i

Re: loading the initrd

2002-12-12 Thread Richard Hirst
On Thu, Dec 12, 2002 at 03:47:58PM -0500, Noah L. Meyerhans wrote: > On Wed, Dec 11, 2002 at 10:14:03PM -0500, Joey Hess wrote: > > This is something of a shot in the dark, but try using a filesystem that > > is not cramfs. I vaguely remember some problems along these lines being > > due to cramfs,

Re: loading the initrd

2002-12-12 Thread Noah L. Meyerhans
On Wed, Dec 11, 2002 at 10:14:03PM -0500, Joey Hess wrote: > This is something of a shot in the dark, but try using a filesystem that > is not cramfs. I vaguely remember some problems along these lines being > due to cramfs, maybe its use is not supported on a second floppy. Luser error. I was

Re: [important] CVS-generated email shouldn't go here

2002-12-12 Thread Raphael Hertzog
Le Thu, Dec 12, 2002 at 01:37:04PM -0600, Adam DiCarlo écrivait: > Oh my. I didn't even realize that debian-installer wasn't a package. > > Maybe I should burst out the debian-installer/* commits to their > actual source packages instead. That sounds like a better plan. The > only problem there

Re: working on the Alpha port

2002-12-12 Thread Herbert Xu
On Thu, Dec 12, 2002 at 05:12:06PM +0300, Alexander Kotelnikov wrote: > > On Thu, 12 Dec 2002 11:24:25 +0100 > > "ML" == Mario Lang <[EMAIL PROTECTED]> wrote: > ML> > ML> Alexander Kotelnikov <[EMAIL PROTECTED]> writes: > >> I have faced a problem with booting from two disks. The trouble s

Re: [important] CVS-generated email shouldn't go here

2002-12-12 Thread Adam DiCarlo
Raphael Hertzog <[EMAIL PROTECTED]> writes: > Le Wed, Dec 11, 2002 at 11:05:10AM +, Colin Watson écrivait: > > > Everything works automagically, I don't need any override. Anything > > > sent to [EMAIL PROTECTED] is automatically forwarded to the subscribers > > > of entry xx who have the keyw

cvs commit to debian-installer/anna/debian by sjogren

2002-12-12 Thread Debian Boot CVS Master
Repository: debian-installer/anna/debian who:sjogren time: Thu Dec 12 12:29:44 MST 2002 Log Message: Update build-deps Files: changed:changelog control -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

cvs commit to debian-installer/main-menu by sjogren

2002-12-12 Thread Debian Boot CVS Master
Repository: debian-installer/main-menu who:sjogren time: Thu Dec 12 12:29:27 MST 2002 Log Message: Update build-deps and fix a bug in config_package (wrong variable used) Files: changed:main-menu.c -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe"

cvs commit to debian-installer/main-menu/debian by sjogren

2002-12-12 Thread Debian Boot CVS Master
Repository: debian-installer/main-menu/debian who:sjogren time: Thu Dec 12 12:29:27 MST 2002 Log Message: Update build-deps and fix a bug in config_package (wrong variable used) Files: changed:changelog control -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of

Bug#172806: anna_0.018(unstable/sparc): need tighter versioned build-depends

2002-12-12 Thread Martin Sjögren
tor 2002-12-12 klockan 19.03 skrev James Troup: > Package: anna > Version: 0.018 > Severity: serious > > Going by the changelog(s), I guess the versioned build-depends on > libdebian-installer3-dev need to be tighter? Yes, it should depend on libd-i3-dev (>= 0.09), my mistake. I updated the shlib

Bug#172805: main-menu_0.020(unstable/sparc): insufficently versioned build-depends

2002-12-12 Thread James Troup
Package: main-menu Version: 0.020 Severity: serious Guessing from the changelog(s), I think the versioned build-depends on libdebian-installer3-dev need to be tighter? | Automatic build of main-menu_0.020 on vore by sbuild/sparc 1.169 | Build started at 20021207-1132 | ***

Bug#172806: anna_0.018(unstable/sparc): need tighter versioned build-depends

2002-12-12 Thread James Troup
Package: anna Version: 0.018 Severity: serious Going by the changelog(s), I guess the versioned build-depends on libdebian-installer3-dev need to be tighter? | Automatic build of anna_0.018 on vore by sbuild/sparc 1.169 | Build started at 20021207-1131 | **

Re: loading the initrd

2002-12-12 Thread Joey Hess
Noah L. Meyerhans wrote: > I've got images building on Alpha, but I can't seem to get the kernel to > load the initrd from the second floppy. (The kernel+initrd are about > 600k too big for a single floppy.) > > I've tried various combinations of parameters to the kernel. If I pass > "root=/dev/

autopartkit_0.33_i386.changes ACCEPTED

2002-12-12 Thread Debian Installer
Accepted: autopartkit_0.33.dsc to pool/main/a/autopartkit/autopartkit_0.33.dsc autopartkit_0.33.tar.gz to pool/main/a/autopartkit/autopartkit_0.33.tar.gz autopartkit_0.33_i386.udeb to pool/main/a/autopartkit/autopartkit_0.33_i386.udeb Announcing to [EMAIL PROTECTED] Thank you for your cont

autopartkit_0.34_i386.changes ACCEPTED

2002-12-12 Thread Debian Installer
Accepted: autopartkit_0.34.dsc to pool/main/a/autopartkit/autopartkit_0.34.dsc autopartkit_0.34.tar.gz to pool/main/a/autopartkit/autopartkit_0.34.tar.gz autopartkit_0.34_i386.udeb to pool/main/a/autopartkit/autopartkit_0.34_i386.udeb Announcing to [EMAIL PROTECTED] Thank you for your cont

cvs commit to debian-installer/tools/autopartkit/debian by tfheen

2002-12-12 Thread Debian Boot CVS Master
Repository: debian-installer/tools/autopartkit/debian who:tfheen time: Thu Dec 12 18:33:18 CET 2002 Log Message: Remove depends on di-fake and profilechooser, since those are not in Debian Files: changed:changelog control -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a

Re: Default disk partition table type?

2002-12-12 Thread Bdale Garbee
[EMAIL PROTECTED] (Petter Reinholdtsen) writes: > [Bdale Garbee] >> No. Any new ia64 installation should use GPT, not FAT-style MSDOS labels. > > Do you know what parted calls these disk labels? I do not. It calls them "GPT" in both the mklabel command and in the display. A typical example on

Windows XP

2002-12-12 Thread WindowsXP
Title: Nova pagina 1 Window Xp Nao precisa de codigo de ativacao. Apenas 5000 ienes. em portugues ou Ingles [EMAIL PROTECTED]   -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

mklibs doesn't manage to include symbol atexit

2002-12-12 Thread Raphael Hertzog
[ Please put me in cc in your answer so that I have a copy at work too, thanks ] Hello, i'm using mklibs at work here and I have a problem with it. One of the binaries that I use (lilo-mtd) requires the symbol "atexit" and mklibs doesn't manage to include it in the libc6 generated from the -pic v

Re: Default disk partition table type?

2002-12-12 Thread Petter Reinholdtsen
[Bdale Garbee] > No. Any new ia64 installation should use GPT, not FAT-style MSDOS labels. Do you know what parted calls these disk labels? I do not. -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Re: working on the Alpha port

2002-12-12 Thread Alexander Kotelnikov
> On Thu, 12 Dec 2002 11:24:25 +0100 > "ML" == Mario Lang <[EMAIL PROTECTED]> wrote: ML> ML> Alexander Kotelnikov <[EMAIL PROTECTED]> writes: >> I have faced a problem with booting from two disks. The trouble seems >> to be in Herbert's kernel, since mine boots and loads debian-installer >

Re: working on the Alpha port

2002-12-12 Thread Alexander Kotelnikov
> On Thu, 12 Dec 2002 09:34:36 + > "RH" == Richard Hirst <[EMAIL PROTECTED]> wrote: RH> RH> On Thu, Dec 12, 2002 at 09:52:18AM +0100, Denis Barbier wrote: >> On Thu, Dec 12, 2002 at 05:31:41AM +0300, Alexander Kotelnikov wrote: >> [...] >> > Dec 12 02:19:35 (none) user.info init: Start

Re: working on the Alpha port

2002-12-12 Thread Alexander Kotelnikov
> On Tue, 10 Dec 2002 22:58:01 -0500 > "NLM" == Noah L Meyerhans <[EMAIL PROTECTED]> wrote: NLM> NLM> On Tue, Dec 10, 2002 at 09:04:57PM -0500, Joey Hess wrote: >> I don't know how far over alpha is, but fitting on a PC floppy might be >> too much to ask of architectures with 64 bit code.

Re: loading the initrd

2002-12-12 Thread Alexander Kotelnikov
> On Thu, 12 Dec 2002 11:28:32 +0100 > "ML" == Mario Lang <[EMAIL PROTECTED]> wrote: ML> ML> "Noah L. Meyerhans" <[EMAIL PROTECTED]> writes: >> I've got images building on Alpha, but I can't seem to get the kernel to >> load the initrd from the second floppy. (The kernel+initrd are about

cvs commit to debian-installer/anna/debian/po by sjogren

2002-12-12 Thread Debian Boot CVS Master
Repository: debian-installer/anna/debian/po who:sjogren time: Thu Dec 12 03:39:25 MST 2002 Log Message: Update the po files Files: changed:da.po fr.po pt_BR.po sv.po templates.pot -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact

cvs commit to debian-installer/anna by sjogren

2002-12-12 Thread Debian Boot CVS Master
Repository: debian-installer/anna who:sjogren time: Thu Dec 12 03:37:34 MST 2002 Log Message: Improve template descriptions somewhat Files: changed:TODO -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

cvs commit to debian-installer/anna/debian by sjogren

2002-12-12 Thread Debian Boot CVS Master
Repository: debian-installer/anna/debian who:sjogren time: Thu Dec 12 03:37:34 MST 2002 Log Message: Improve template descriptions somewhat Files: changed:changelog templates -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMA

Re: loading the initrd

2002-12-12 Thread Mario Lang
"Noah L. Meyerhans" <[EMAIL PROTECTED]> writes: > I've got images building on Alpha, but I can't seem to get the kernel to > load the initrd from the second floppy. (The kernel+initrd are about > 600k too big for a single floppy.) > > I've tried various combinations of parameters to the kernel.

Re: working on the Alpha port

2002-12-12 Thread Mario Lang
Alexander Kotelnikov <[EMAIL PROTECTED]> writes: > I have faced a problem with booting from two disks. The trouble seems > to be in Herbert's kernel, since mine boots and loads debian-installer > initrd image. CONFIG_BLK_DEV_FD=m I guess that is the problem. -- CYa, Mario -- To UNSUBSCRIBE

cvs commit to debian-installer/retriever/net/debian by sjogren

2002-12-12 Thread Debian Boot CVS Master
Repository: debian-installer/retriever/net/debian who:sjogren time: Thu Dec 12 03:14:37 MST 2002 Log Message: Improve retriever descriptions Files: changed:changelog control -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAI

cvs commit to debian-installer/retriever/floppy/debian by sjogren

2002-12-12 Thread Debian Boot CVS Master
Repository: debian-installer/retriever/floppy/debian who:sjogren time: Thu Dec 12 03:14:37 MST 2002 Log Message: Improve retriever descriptions Files: changed:changelog control -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [E

cvs commit to debian-installer/retriever/cdrom/debian by sjogren

2002-12-12 Thread Debian Boot CVS Master
Repository: debian-installer/retriever/cdrom/debian who:sjogren time: Thu Dec 12 03:14:37 MST 2002 Log Message: Improve retriever descriptions Files: changed:changelog control -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EM

cvs commit to debian-installer/tools/autopartkit/debian/po by barbier

2002-12-12 Thread Debian Boot CVS Master
Repository: debian-installer/tools/autopartkit/debian/po who:barbier time: Thu Dec 12 03:10:52 MST 2002 Log Message: Run debconf-updatepo Files: changed:templates.pot pt_BR.po -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact

Re: working on the Alpha port

2002-12-12 Thread Denis Barbier
On Thu, Dec 12, 2002 at 10:54:14AM +0100, Tollef Fog Heen wrote: > * (Denis Barbier) > > | These files are created by debconf-loadtemplate, see build/Makefile > | to know how to call it. > > Actually, they are created by rfc822db. I am going to change that > into «Warning: Can't open %, creatin

autopartkit_0.34_i386.changes is NEW

2002-12-12 Thread Debian Installer
(new) autopartkit_0.34.dsc standard debian-installer (new) autopartkit_0.34.tar.gz standard debian-installer (new) autopartkit_0.34_i386.udeb standard debian-installer Automatically Partition Hard Drives (unsafe) This module will automatically partition the harddrive on which you wish to install

Re: working on the Alpha port

2002-12-12 Thread Tollef Fog Heen
* (Denis Barbier) | These files are created by debconf-loadtemplate, see build/Makefile | to know how to call it. Actually, they are created by rfc822db. I am going to change that into «Warning: Can't open %, creating», since so many think it is an error, while it is not. (Or I might lower the

cvs commit to debian-installer/main-menu/debian/po by sjogren

2002-12-12 Thread Debian Boot CVS Master
Repository: debian-installer/main-menu/debian/po who:sjogren time: Thu Dec 12 02:56:56 MST 2002 Log Message: debconf2po-update too Files: changed:fr.po pt_BR.po sv.po templates.pot -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contac

cvs commit to debian-installer/main-menu/debian by sjogren

2002-12-12 Thread Debian Boot CVS Master
Repository: debian-installer/main-menu/debian who:sjogren time: Thu Dec 12 02:55:32 MST 2002 Log Message: Make sure the default choice for resolving uninstalled menuitems is at the top Improve the template descriptions somewhat Clean up some code Files: changed:changelog te

cvs commit to debian-installer/main-menu by sjogren

2002-12-12 Thread Debian Boot CVS Master
Repository: debian-installer/main-menu who:sjogren time: Thu Dec 12 02:55:32 MST 2002 Log Message: Make sure the default choice for resolving uninstalled menuitems is at the top Improve the template descriptions somewhat Clean up some code Files: changed:main-menu.c -- T

Processing of autopartkit_0.34_i386.changes

2002-12-12 Thread Archive Administrator
autopartkit_0.34_i386.changes uploaded successfully to localhost along with the files: autopartkit_0.34.dsc autopartkit_0.34.tar.gz autopartkit_0.34_i386.udeb Greetings, Your Debian queue daemon -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Troubl

cvs commit to debian-installer/tools/autopartkit/debian by pere

2002-12-12 Thread Debian Boot CVS Master
Repository: debian-installer/tools/autopartkit/debian who:pere time: Thu Dec 12 02:45:42 MST 2002 Log Message: Release 0.34. Files: changed:changelog -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

cvs commit to debian-installer/tools/autopartkit by pere

2002-12-12 Thread Debian Boot CVS Master
Repository: debian-installer/tools/autopartkit who:pere time: Thu Dec 12 02:41:47 MST 2002 Log Message: Use 'msdos' disk label type on platforms where the proper type is unknown. This avoids a compile error on these platforms. Files: changed:autopartkit.c -- To UNSUBSCRIBE

Re: working on the Alpha port

2002-12-12 Thread Richard Hirst
On Thu, Dec 12, 2002 at 09:52:18AM +0100, Denis Barbier wrote: > On Thu, Dec 12, 2002 at 05:31:41AM +0300, Alexander Kotelnikov wrote: > [...] > > Dec 12 02:19:35 (none) user.info init: Starting pid 882, console /dev/console: >'/sbin/debian-installer' > > Cannot open template file /var/lib/cdebco

cvs commit to debian-installer/tools/autopartkit by pere

2002-12-12 Thread Debian Boot CVS Master
Repository: debian-installer/tools/autopartkit who:pere time: Thu Dec 12 02:38:24 MST 2002 Log Message: Make sure PED_DONE() is called on successfull termination. Files: changed:autopartkit.c -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trou

cvs commit to debian-installer/tools/autopartkit by pere

2002-12-12 Thread Debian Boot CVS Master
Repository: debian-installer/tools/autopartkit who:pere time: Thu Dec 12 02:36:21 MST 2002 Log Message: Log default disk label type. Files: changed:autopartkit.c -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

cvs commit to debian-installer/tools/autopartkit by pere

2002-12-12 Thread Debian Boot CVS Master
Repository: debian-installer/tools/autopartkit who:pere time: Thu Dec 12 02:33:42 MST 2002 Log Message: Remove unused test code. Files: changed:autopartkit.c -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

cvs commit to debian-installer/tools/autopartkit by pere

2002-12-12 Thread Debian Boot CVS Master
Repository: debian-installer/tools/autopartkit who:pere time: Thu Dec 12 02:33:29 MST 2002 Log Message: Avoid compare between signed and unsigned int. Files: changed:loadpartitions.c -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Cont

Re: working on the Alpha port

2002-12-12 Thread Denis Barbier
On Thu, Dec 12, 2002 at 05:31:41AM +0300, Alexander Kotelnikov wrote: [...] > Dec 12 02:19:35 (none) user.info init: Starting pid 882, console /dev/console: >'/sbin/debian-installer' > Cannot open template file /var/lib/cdebconf/templates.dat > Cannot open template file /var/lib/cdebconf/template

Re: cvs commit to debian-installer/tools/autopartkit/debian by pere

2002-12-12 Thread Denis Barbier
On Thu, Dec 12, 2002 at 08:51:26AM +0100, Martin Quinson wrote: > On Wed, Dec 11, 2002 at 03:02:58PM -0700, Debian Boot CVS Master wrote: > > Repository: debian-installer/tools/autopartkit/debian > > who:pere > > time: Wed Dec 11 15:02:58 MST 2002 > > Log Message: > > Reinsert versi

Re: cvs commit to debian-installer/tools/autopartkit/debian by pere

2002-12-12 Thread Martin Quinson
On Wed, Dec 11, 2002 at 03:02:58PM -0700, Debian Boot CVS Master wrote: > Repository: debian-installer/tools/autopartkit/debian > who:pere > time: Wed Dec 11 15:02:58 MST 2002 > Log Message: > Reinsert versioned depend on po-debconf. This will make sure the templates use >UTF-8. >

Re: [d-i] libdebian-installer2

2002-12-12 Thread Colin Walters
[ Old mail, yes, I know; but I'm going through my unread -boot mail ] On Wed, 2002-11-13 at 20:19, Junichi Uekawa wrote: > You can add members at the end of struct if and only if > any other application does not try to malloc it. > > Otherwise, interface probably needs to be bumped up. Another