Per Einar Ellefsen wrote:> For the PDF version, it all seems to have been build correctly, but > after a loong wait (it takes a long time, even on a pretty decent > computer here, but I guess that's normal), I get the following errors: > Invalid Parameter - \svs..ppm > Output file write error --- out of disk space? > Invalid Parameter - \sds..ppm > Output file write error --- out of disk space? > Invalid Parameter - \sr0..ppm > Invalid Parameter - \sr0..ppm > Invalid Parameter - \sr0..ppm > Invalid Parameter - \sr0..ppm > Invalid Parameter - \su0..ppm > Invalid Parameter - \su0..ppm > Invalid Parameter - \su0..ppm > Invalid Parameter - \su0..ppm > > Does anyone know where this is coming from? I don't have the guts to try > and debug it now. Please tell me if you know where it's coming from > (DocSet or Ghostscript?)
what's ppm? is it the perl package manager?
what operations do you get these errors from? you should see it by building in the verbose more (-v)
No, the Perl Package Manager shouldn't be involved here. This is during the PDF generation.
I'll try to look up where the error is coming from, but the problem is that the build takes an aweful lot of time, and has a tendency of crashing my computer if I don't follow slosely on what it's doing.
there are two stages in creating a pdf. html => ps => pdf. Which stage does it fail at?
You don't have to rebuild the whole thing just to test something.
Simly adjust the timestamp of the file and then rebuild without -f. I always something like this:
% touch src/download/binaries.pod && bin/build
or if I want the pdf, I add the -f flag
Looking at the -v output, it seems to be getting this error when generating the netcraft page. So it has something to do with images (that's what I was thinking: ppm is an image format). I have the netpbm package installed, which I suppose html2ps calls when converting images for use with the PS version.
So... now I just need to find the reason for this error. Maybe sometime after my vacation. In the meantime, it's not a problem, as a PDF version of the Netcraft stats isn't that important.
-- Per Einar Ellefsen [EMAIL PROTECTED]
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
