Thanks a lot, that does the trick!
Am 15.02.2017 um 00:30 schrieb James Clarke: > Control: tags -1 patch > > On Wed, Feb 15, 2017 at 12:17:03AM +0100, Josua Mayer wrote: >> I am attempting to reproduce creating installer isos using debian-cd. >> Following the README I set up a mirror using debmirror, and then ran the >> mentioned mkae steps up to make images, where I encountered an error message >> concerning a command called catz (never heard of it). >> I suspect debian-cd is missing a runtime dependency. > This is found in /usr/share/debian-cd/tools/catz. If you use build.sh, > it adds the directory to PATH, but not if you invoke make manually. The > attached patch fixes this like it is done elsewhere. > > Regards, > James > >> This is the short log leading to the error: >> root@vm-stretch:/usr/share/debian-cd# make images >> Looking in /opt/debmirror/dists/stretch/ /opt/debmirror/dists/stretch/ >> Using MD5 sums from Packages files: >> /opt/debmirror/dists/stretch/contrib/binary-arm64/Packages.xz >> /opt/debmirror/dists/stretch/contrib/binary-arm64/Packages.gz >> /opt/debmirror/dists/stretch/main/binary-arm64/Packages.xz >> /opt/debmirror/dists/stretch/main/binary-arm64/Packages.gz >> /opt/debmirror/dists/stretch/main/debian-installer/binary-arm64/Packages.xz >> /opt/debmirror/dists/stretch/main/debian-installer/binary-arm64/Packages.gz >> /opt/debmirror/dists/stretch/non-free/binary-arm64/Packages.xz >> /opt/debmirror/dists/stretch/non-free/binary-arm64/Packages.gz >> /opt/debmirror/dists/stretch/contrib/binary-arm64/Packages.xz >> /opt/debmirror/dists/stretch/contrib/binary-arm64/Packages.gz >> /opt/debmirror/dists/stretch/main/binary-arm64/Packages.xz >> /opt/debmirror/dists/stretch/main/binary-arm64/Packages.gz >> /opt/debmirror/dists/stretch/main/debian-installer/binary-arm64/Packages.xz >> /opt/debmirror/dists/stretch/main/debian-installer/binary-arm64/Packages.gz >> /opt/debmirror/dists/stretch/non-free/binary-arm64/Packages.xz >> /opt/debmirror/dists/stretch/non-free/binary-arm64/Packages.gz >> /usr/share/debian-cd/tools/grab_md5: 74: >> /usr/share/debian-cd/tools/grab_md5: catz: not found >> Generating the arm64 iso/jigdo images ... >> Last-minute updates: >> README.html >> md5sum: ./README.html: No such file or directory >> Makefile:479: recipe for target 'images' failed >> make: *** [images] Error 1 >> root@vm-stretch:/usr/share/debian-cd#