Re: [Cooker] makecd seems to have broken for me since RC2

2002-09-20 Thread Warly

Leon Brooks [EMAIL PROTECTED] writes:

 Using the following command on a Cooker collection rsync'ed from Norway 3 
 hours ago, I get...

 depslist.ordered, hdlists and RPMS mismatch

 ...and no ISOs (and did before I added the --buildhdlist option). This command 
 produced 5 working ISOs when I tried it about halfway between RC2 and RC3 
 (also sans --buildhdlist option), and I know it's the same because I 
 immortalised it as a shell script:

 cooker/i586/misc/MakeCD --discsize 7 -d --isodir iso \
   --buildhdlist cooker/i586/Mandrake/RPMS contrib/RPMS \
   -a cooker/i586 contrib/RPMS

The --buildhdlist must mot be necessary, it is completely independant from
the -a option

cooker/i586/misc/MakeCD --discsize 7 -d --isodir iso \ 
-a cooker/i586 contrib/RPMS 

Should be enought

perform:

cooker/i586/misc/MakeCD --verbose --discsize 7 -d --isodir iso \  
-a cooker/i586 contrib/RPMS  mkcd.log

and send me privately the mkcd.log file if you want me to have a more
precise look.

-- 
Warly




Re: [Cooker] makecd seems to have broken for me since RC2

2002-09-20 Thread Leon Brooks

On Fri, 20 Sep 2002 14:45, Warly wrote:
 perform:

 cooker/i586/misc/MakeCD --verbose --discsize 7 -d --isodir iso \
 -a cooker/i586 contrib/RPMS  mkcd.log

Doing that now.

 and send me privately the mkcd.log file if you want me to have a more
 precise look.

Thanks!

Cheers; Leon





[Cooker] makecd seems to have broken for me since RC2

2002-09-19 Thread Leon Brooks

Using the following command on a Cooker collection rsync'ed from Norway 3 
hours ago, I get...

depslist.ordered, hdlists and RPMS mismatch

...and no ISOs (and did before I added the --buildhdlist option). This command 
produced 5 working ISOs when I tried it about halfway between RC2 and RC3 
(also sans --buildhdlist option), and I know it's the same because I 
immortalised it as a shell script:

cooker/i586/misc/MakeCD --discsize 7 -d --isodir iso \
  --buildhdlist cooker/i586/Mandrake/RPMS contrib/RPMS \
  -a cooker/i586 contrib/RPMS

The rsync is complete except for sparc, alpha, PPC, ia64 and SRPMS trees:

rsync -ltrvz --partial --progress --stats --delete \
  --exclude SRPMS --exclude alpha --exclude ppc --exclude ia64 \
  --exclude sparc sunsite.uio.no::Mandrake-devel/cooker .
rsync -ltrvz --partial --progress --stats --delete \
  --exclude SRPMS --exclude alpha --exclude ppc --exclude ia64 \
  --exclude sparc sunsite.uio.no::Mandrake-devel/contrib .

I needed to add the -d AKA --depslist-creation to make it work last time (the 
post-RC2 build).

Any ideas?

Cheers; Leon