On 3 Jul 2003, Gaudenz Steinlin wrote: > Am Mit, 2003-07-02 um 23.41 schrieb [EMAIL PROTECTED]: > > On 2 Jul 2003, Gaudenz Steinlin wrote: > > > > > Am Mit, 2003-07-02 um 02.03 schrieb [EMAIL PROTECTED]: > > > I'll send this off while I ponder the next breakage: > > Need to download : rootskel cdebconf-udeb main-menu udpkg anna > > di-utils-shell kernel-image-2.4.20-powerpc-udeb busybox-cvs-net-udeb > > choose-mirror net-retriever netcfg-static netcfg-dhcp modutils-basic > > busybox-cvs-udeb ide-modules-2.4.20-powerpc-udeb > > scsi-modules-2.4.20-powerpc-udeb nic-modules-2.4.20-powerpc-udeb > > nic-modules-shared-2.4.20-powerpc-udeb > > socket-modules-2.4.20-powerpc-udeb console-keymaps-amiga > > console-keymaps-ps2 console-keymaps-usb kbd-chooser mac-fdisk-udeb > > Reading Package Lists... Done > > Building Dependency Tree... Done > > Package busybox-cvs-net-udeb has no available version, but exists in the > > database. > > This typically means that the package was mentioned in a dependency and > > never uploaded, has been obsoleted or is not available with the contents > > of sources.list > > E: Package busybox-cvs-net-udeb has no installation candidate > > make: *** [net-get_udebs-stamp] Error 100 > > > Reread my last email and adjust your pkg-lists. > Keep in mind that d-i is still under developement and not yet released, > so post a little bit less honestly if you would like to have an answer > next time.
I don't understand, "little bit less honestly." You want me to lie? What have I done wrong? Remember, I'm only using _this_ package because I can't get help to use b-f which is my preferred choice. The probem that stops me now is this: Need to download : rootskel cdebconf-udeb main-menu udpkg anna di-utils-shell kernel-image-2.4.20-powerpc-udeb choose-mirror net-retriever netcfg-static netcfg-dhcp modutils-basic busybox-cvs-udeb ide-modules-2.4.20-powerpc-udeb scsi-modules-2.4.20-powerpc-udeb nic-modules-2.4.20-powerpc-udeb nic-modules-shared-2.4.20-powerpc-udeb socket-modules-2.4.20-powerpc-udeb console-keymaps-amiga console-keymaps-ps2 console-keymaps-usb kbd-chooser mac-fdisk-udeb Reading Package Lists... Done Building Dependency Tree... Done E: Couldn't find package mac-fdisk-udeb make: *** [net-get_udebs-stamp] Error 100 I have these changes from CVS, jmakefile is my fixed makefile to get over the udebn problem. Kultarr:~/cvs/bf/debian-installer# cvs -q diff -u ? build/jmakefile Index: build/pkg-lists/base =================================================================== RCS file: /cvs/debian-boot/debian-installer/build/pkg-lists/base,v retrieving revision 1.11 diff -u -r1.11 base --- build/pkg-lists/base 1 Jun 2003 08:40:39 -0000 1.11 +++ build/pkg-lists/base 2 Jul 2003 23:37:41 -0000 @@ -8,3 +8,4 @@ # The kernel is just unpacked to copy the source. It is not included # in the initrd file. kernel-image-${kernel:Version}-udeb + Index: build/pkg-lists/net/common =================================================================== RCS file: /cvs/debian-boot/debian-installer/build/pkg-lists/net/common,v retrieving revision 1.12 diff -u -r1.12 common --- build/pkg-lists/net/common 29 May 2003 16:22:02 -0000 1.12 +++ build/pkg-lists/net/common 2 Jul 2003 23:37:41 -0000 @@ -1,7 +1,7 @@ # These udebs (plus base) are needed on a single-floppy system that # can get up on the net and download more udebs. If it's not needed for # such a system, do *not* list it here (space is tight..) -busybox-cvs-net-udeb +#busybox-cvs-net-udeb choose-mirror net-retriever # floppy-retriever requires floppy-modules, and over-fills the floppy. Index: build/pkg-lists/net/powerpc =================================================================== RCS file: /cvs/debian-boot/debian-installer/build/pkg-lists/net/powerpc,v retrieving revision 1.1 diff -u -r1.1 powerpc --- build/pkg-lists/net/powerpc 28 Jun 2003 05:42:18 -0000 1.1 +++ build/pkg-lists/net/powerpc 2 Jul 2003 23:37:41 -0000 @@ -1,11 +1,18 @@ +modutils-basic +busybox-cvs-udeb ide-modules-${kernel:Version}-udeb scsi-modules-${kernel:Version}-udeb nic-modules-${kernel:Version}-udeb nic-modules-shared-${kernel:Version}-udeb -packet-socket-${kernel:Version}-udeb +socket-modules-${kernel:Version}-udeb #usb-modules-${kernel:Version}-udeb #input-modules-${kernel:Version}-udeb console-keymaps-amiga console-keymaps-ps2 console-keymaps-usb kbd-chooser + +#temporary workaround +mac-fdisk-udeb + + Kultarr:~/cvs/bf/debian-installer# Possibly, this is just a timing issue with mirrors, though I'd have thought ftp.wa.au.debian.org would have done its daily update by now. -- Cheers John Summerfield Please, no off-list mail at all at all. This address accepts mail only from Debian addresses. -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]