[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Answer to my jigdo problem and patches.



Well, as I've seen nobody replying to this I'll reply to myself just in case
this matters to anyone else...

> make: *** No rule to make target
> /home/ftp/tmp/debian/dists/unstable/main/binary-i386/Packages.gz', needed by
> /home/ftp/tmp/jigdofilelist'.  Stop.
> 
> but... the thing is that I was trying to build my woody cd set and that I
> had not asked for jigdo on my config.


Well, the thing is that jigdofilelist seems to ask always for the unstable
Packages, as it can be read on...

$(TDIR)/jigdofilelist: $(MIRROR)/dists/unstable/main/binary-i386/Packages.gz
        @echo "Generating file list for jigdo (if requested) ..."

which to me looks all the way incorrect.

There is the other thing, why is it trying to make the jigdofilelist if I
have not asked for jigdo stuff? It even says on that little code up there
that it only generates file list if requested, and then we can read...

bin-images: ok bin-md5list $(OUT) $(TDIR)/jigdofilelist

So, each time one selects bin-images he gets to this jigdofilelist stuff
where the unstable thingy comes in.

Anyway, this is a quick patch for solving that, but maybe that check for the
Packages.gz doesn't make much sense anyway :-????

--- Makefile.orig	Mon Feb 18 22:27:50 2002
+++ Makefile	Wed Feb 20 16:34:40 2002
@@ -712,7 +712,7 @@
 # this list when really necessary (saves many minutes per run).
 # Don't depend on anything else as this will not work as intended, so
 # make $(TDIR) ourselves just to be sure.
-$(TDIR)/jigdofilelist: $(MIRROR)/dists/unstable/main/binary-i386/Packages.gz
+$(TDIR)/jigdofilelist: $(MIRROR)/dists/$(CODENAME)/main/binary-$(ARCH)/Packages.gz
 	@echo "Generating file list for jigdo (if requested) ..."
 	$(Q)set -e; \
 	if [ "$(DOJIGDO)" != 0 ]; then \



This is another patch, this time for a missing letter on a message, nothing
important, but in case someone has to apply some other stuff...

--- add-bin-doc.orig	Mon Feb 18 22:27:49 2002
+++ add-bin-doc	Mon Feb 18 23:42:45 2002
@@ -55,7 +55,7 @@
 		 cp -f $NONUS/dists/$CODENAME/non-US/Contents-$ARCH.gz \
 		    $dir/dists/$CODENAME/non-US/
 	    else
-		echo "WARNING: there's no Content-$ARCH.gz file for $CODENAME/non-US !"
+		echo "WARNING: there's no Contents-$ARCH.gz file for $CODENAME/non-US !"
 	    fi
 	fi
 
Well I was waiting for more tests to post some more patches, but I'll do
that tomorrow. Hope this ones help. I can apply them if nobody more used
than me wants to do it, but people feels they are ok.

Regards...
-- 
Manty/BestiaTester -> http://manty.net



Reply to: