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

Re: debian-cd and amd64/pure64 images?



Hello, Goswin and others,

>> try to build - anything that I must taken care of? Of course, since
>> amd64/prure64 is seperate I need to change paths to mirror
>> directory. Anything else?

> Please send success or failure reports to debian-amd64. I don't think
> anyone tried building a CD/DVD set in a long while.

How I found some time to have some tests :-) Seems to work quite good,
but before I could start, I had to add amd64 to tools/grab_md5 (which
doesn't know about amd64).

Then while building images, there was a corrupted file
(gap-small-groups_4r4p4-1_all.deb) and generating fast_sums noticed
something about too many symlink levels - this is quite interesting,
that in both cases there is sarge mentioned, but I tried building images
for sid :-)

Unfortunately my own amd64 test system is currently not available to me
- so now I have images, but no way to test them. If anyone likes to do
so, I can make jigdo templates public for them. If they work, I can
leave them online for anyone who likes to have them :-)

Cheers,
Jan

--- SNIP ---

done
1 ...
done.
2 ...
done.
3 ...
done.
set -e; \
 for i in /home/ifjke/tmp/sid-amd64/*.packages; do \
        dir=${i%%.packages}; \
        dir=${dir##/home/ifjke/tmp/sid-amd64/}; \
        dir=/home/ifjke/tmp/sid-amd64/CD$dir; \
        /srv/mirror/debian-cd/tools/scanpackages install $dir; \
done
 dists/sid/main/binary-amd64/: New 7897kB 6908 files 4586MB 37m11s
 dists/sid/non-free/binary-amd64/: New 17.2kB 15 files 19.2MB 10s
 dists/sid/contrib/binary-amd64/: New 54.0kB 45 files 29.0MB 16s
Done Packages, Starting contents.
Done. 4634MB in 6968 archives. Took 37m38s
 dists/sid/main/debian-installer/binary-amd64/: New 4141B 4 files 529kB 27s
Done Packages, Starting contents.
Done. 529kB in 4 archives. Took 27s
 dists/sid/main/binary-amd64/:
E: Corrupted archive
E: Errors apply to file
'/home/ifjke/tmp/sid-amd64/CD2/pool/unstable/main/amd64/g/gap-gdat/gap-small-groups_4r4p4-1_all.deb'
 New 7797kB 7524 files 4302MB 41m47s
 dists/sid/non-free/binary-amd64/: New 193kB 172 files 275MB 1m54s
 dists/sid/contrib/binary-amd64/: New 118kB 110 files 33.0MB 24s
Done Packages, Starting contents.
Done. 4610MB in 7806 archives. Took 44m9s
 dists/sid/main/debian-installer/binary-amd64/: New 177kB 234 files
23.3MB 54s
Done Packages, Starting contents.
Done. 23.3MB in 234 archives. Took 55s
 dists/sid/main/binary-amd64/: New 463kB 427 files 145MB 1m44s
 dists/sid/non-free/binary-amd64/: New 80.6kB 67 files 65.2MB 30s
 dists/sid/contrib/binary-amd64/: New 20B 0 files 0B 0s
Done Packages, Starting contents.
Done. 210MB in 494 archives. Took 2m16s
 dists/sid/main/debian-installer/binary-amd64/: New 20B 0 files 0B 0s
Done Packages, Starting contents.
Done. 0B in 0 archives. Took 0s
touch /home/ifjke/tmp/sid-amd64/packages-stamp
Generating sid-secured on all the binary CDs ...
set -e; \
 for file in /home/ifjke/tmp/sid-amd64/*.packages; do \
        dir=${file%%.packages}; \
        n=${dir##/home/ifjke/tmp/sid-amd64/}; \
        dir=/home/ifjke/tmp/sid-amd64/CD$n; \
        cd $dir; \
        /srv/mirror/debian-cd/tools/add_secured; \
done
touch /home/ifjke/tmp/sid-amd64/secured-stamp
Generating md5sum of files from all the binary CDs ...
set -e; \
if [ "$FASTSUMS" != "1" ] ; then \
 for file in /home/ifjke/tmp/sid-amd64/*.packages; do \
        dir=${file%%.packages}; \
        n=${dir##/home/ifjke/tmp/sid-amd64/}; \
        dir=/home/ifjke/tmp/sid-amd64/CD$n; \
        test -x "/srv/mirror/debian-cd/tools/sid.hook" && cd
/home/ifjke/tmp/sid-amd64 && /srv/mirror/debian-cd/tools/sid.hook $n
before-mkisofs; \
        cd $dir; \
        find . -follow -type f | grep -v "\./md5sum" | grep -v \
        "dists/stable" | grep -v "dists/frozen" | \
        grep -v "dists/unstable" | xargs /usr/bin/md5sum.textutils >
md5sum.txt ; \
 done \
else \
 /srv/mirror/debian-cd/tools/fast_sums /home/ifjke/tmp/sid-amd64; \
fi
Couldn't open file: /home/ifjke/tmp/sid-amd64/indices-non-US/md5sums at
/srv/mirror/debian-cd/tools/fast_sums line 32.
find: ./dists/sid/sarge: Too many levels of symbolic links
find: ./dists/testing/sarge: Too many levels of symbolic links

Attachment: signature.asc
Description: OpenPGP digital signature


Reply to: