Re: Woody DVD / Jigdo Problem

2003-10-31 Thread Jan Kesten
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Hello, again!

If've tried to work on my problem and see that I havn't noticed an
error message: Here is what make bootable prints on the screen..

- --- SNIP ---

[EMAIL PROTECTED]:/mirror2/mirror/tools/debian-cd$ make bootable
Apt-get is updating his files ...
Reading Package Lists...
Building Dependency Tree...
Adding the required directories to the binary CDs ...
Generating the binary CD labels and their volume ids ...
Adding disks-i386 stuff ...
Adding the documentation (bin) ...
ch-basic_defs.en.html
ch-basic_defs.html
ch-compat.en.html
ch-compat.html
ch-contributing.en.html
ch-contributing.html
ch-customizing.en.html
ch-customizing.html
ch-faqinfo.en.html
ch-faqinfo.html
ch-ftparchives.en.html
ch-ftparchives.html
ch-getting.en.html
ch-getting.html
ch-kernel.en.html
ch-kernel.html
ch-nexttime.en.html
ch-nexttime.html
ch-pkg_basics.en.html
ch-pkg_basics.html
ch-pkgtools.en.html
ch-pkgtools.html
ch-redistrib.en.html
ch-redistrib.html
ch-software.en.html
ch-software.html
ch-support.en.html
ch-support.html
ch-uptodate.en.html
ch-uptodate.html
footnotes.en.html
footnotes.html
index.en.html
index.html
/mirror2/mirror/tools/debian-cd/tools/add-bin-doc: todos: command not found
make: *** [/mirror2/tmp/woody-i386/CD1/doc] Error 127

- --- SNIP ---

If've looked into add-bin-doc and found following lines in this
script:

lynx -dump -force_html $dir/README.html | todos \
> $dir/README.txt ; \

I this is the point where execution fails - so what does this todos
mean? I tried google and didn't find any useful information. Any
ideas?

Jan
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.2.2 (MingW32)
Comment: Benutzt PGP! Fragen? [EMAIL PROTECTED]

iD8DBQE/opm+Fkp/xtPKawsRAtMcAKCHOXkZa9e9baatZ3scwrq4bo0KFACglGIG
iUm+z1nt8vHzM3U7YS4gdMM=
=vRwz
-END PGP SIGNATURE-


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Re: Woody DVD / Jigdo Problem

2003-10-31 Thread Jan Kesten
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Hello, again :-)

I think I found it - I mixed up "to do's" and "to dos" - and so I
looked for a program - converting something "to dos" - And guess what,
that's it!

But now I ask me, if this is missing - why did other builds work
before? So my sysutils package must have been in holiday or something,
apt told me that it was not installed before.. don't know why..

Jan
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.2.2 (MingW32)
Comment: Benutzt PGP! Fragen? [EMAIL PROTECTED]

iD8DBQE/opuFFkp/xtPKawsRAqMaAJ96QZRzSlItAQimsSo2CqQigzcqqQCfZw24
27WtVLxR/OPbZSk7V8IyIwI=
=THP9
-END PGP SIGNATURE-


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Re: Woody DVD / Jigdo Problem

2003-10-31 Thread Joe Nahmias
Jan Kesten wrote:
> If've looked into add-bin-doc and found following lines in this
> script:
> 
> lynx -dump -force_html $dir/README.html | todos \
> > $dir/README.txt ; \
> 
> I this is the point where execution fails - so what does this todos
> mean? I tried google and didn't find any useful information. Any
> ideas?

apt-get install sysutils

--Joe


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Re: Woody DVD / Jigdo Problem

2003-10-31 Thread Jan Kesten
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Hello, again!

If've tried to work on my problem and see that I havn't noticed an
error message: Here is what make bootable prints on the screen..

- --- SNIP ---

[EMAIL PROTECTED]:/mirror2/mirror/tools/debian-cd$ make bootable
Apt-get is updating his files ...
Reading Package Lists...
Building Dependency Tree...
Adding the required directories to the binary CDs ...
Generating the binary CD labels and their volume ids ...
Adding disks-i386 stuff ...
Adding the documentation (bin) ...
ch-basic_defs.en.html
ch-basic_defs.html
ch-compat.en.html
ch-compat.html
ch-contributing.en.html
ch-contributing.html
ch-customizing.en.html
ch-customizing.html
ch-faqinfo.en.html
ch-faqinfo.html
ch-ftparchives.en.html
ch-ftparchives.html
ch-getting.en.html
ch-getting.html
ch-kernel.en.html
ch-kernel.html
ch-nexttime.en.html
ch-nexttime.html
ch-pkg_basics.en.html
ch-pkg_basics.html
ch-pkgtools.en.html
ch-pkgtools.html
ch-redistrib.en.html
ch-redistrib.html
ch-software.en.html
ch-software.html
ch-support.en.html
ch-support.html
ch-uptodate.en.html
ch-uptodate.html
footnotes.en.html
footnotes.html
index.en.html
index.html
/mirror2/mirror/tools/debian-cd/tools/add-bin-doc: todos: command not found
make: *** [/mirror2/tmp/woody-i386/CD1/doc] Error 127

- --- SNIP ---

If've looked into add-bin-doc and found following lines in this
script:

lynx -dump -force_html $dir/README.html | todos \
> $dir/README.txt ; \

I this is the point where execution fails - so what does this todos
mean? I tried google and didn't find any useful information. Any
ideas?

Jan
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.2.2 (MingW32)
Comment: Benutzt PGP! Fragen? [EMAIL PROTECTED]

iD8DBQE/opm+Fkp/xtPKawsRAtMcAKCHOXkZa9e9baatZ3scwrq4bo0KFACglGIG
iUm+z1nt8vHzM3U7YS4gdMM=
=vRwz
-END PGP SIGNATURE-




Re: Woody DVD / Jigdo Problem

2003-10-31 Thread Jan Kesten
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Hello, again :-)

I think I found it - I mixed up "to do's" and "to dos" - and so I
looked for a program - converting something "to dos" - And guess what,
that's it!

But now I ask me, if this is missing - why did other builds work
before? So my sysutils package must have been in holiday or something,
apt told me that it was not installed before.. don't know why..

Jan
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.2.2 (MingW32)
Comment: Benutzt PGP! Fragen? [EMAIL PROTECTED]

iD8DBQE/opuFFkp/xtPKawsRAqMaAJ96QZRzSlItAQimsSo2CqQigzcqqQCfZw24
27WtVLxR/OPbZSk7V8IyIwI=
=THP9
-END PGP SIGNATURE-




Re: Woody DVD / Jigdo Problem

2003-10-31 Thread Joe Nahmias
Jan Kesten wrote:
> If've looked into add-bin-doc and found following lines in this
> script:
> 
> lynx -dump -force_html $dir/README.html | todos \
> > $dir/README.txt ; \
> 
> I this is the point where execution fails - so what does this todos
> mean? I tried google and didn't find any useful information. Any
> ideas?

apt-get install sysutils

--Joe