> > 1. Make mirrorcheck starts apt-get update if a Package.gz file is
> > missing. Of course apt-get terminates if it can't connect to a server.
>
> No that's wrong and not possible ! It's not the standard apt-get update
>
Well why is mirrorcheck terminating in this case?
> > 2. Make list TASK=... gives a statistic if anything is added. If the
>
> ?! If you launch make list a second time, nothing is done if you haven't
> cleaned your tree ... that's what Makefiles are about, not doing things
> twice it it's not needed. :) If you want to start again everything, please
> do a make distclean before (it's automatically done in build.sh).
>
Aha, I didn't know there is a distclean, I'm not as fluently with makefiles as I
should.
> > Making the binary CDs bootable ...
> > No script to make CDs bootable for i386 ...
>
> You :
> - either don't have a complete debian-cd tree
> - or have misconfigured your CONF.sh (you probably have a bad BASEDIR
> setting...)
>
I've tried to match as much as I need from a Debian mirror to have a complete
tree. Unfortunatly there isn't much information what's needed.
CONF.sh -------------------------------------
export BASEDIR=/usr/share/debian-cd
export CODENAME=frozen
export DEBVERSION="2.2"
export OFFICIAL="Unofficial"
export ARCH=`dpkg --print-installation-architecture`
export MIRROR=/usr/debian
export TDIR=/usr/tmp
export OUT=/usr/debian-cd
export APTTMP=/usr/tmp/apt
export MKISOFS_OPTS="-a -r -T" #For normal users
> > Generally errors are rather difficult to interpret. Could it be possible
> > to show always the last package/file which is accessed when an error
> > occurs?
>
> Error shouldn't occur if make mirrorcheck passes successfully and if you
> have configured correctly your variables (in CONF.sh).
>
Shouldn't occur is not doesn't occur. How should I be able to correct any error
I don't know where to look for? How about a verbose switch to list any processed
package/file?
O. Wyss
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]