Imagine you are writing a program that takes input files, operates on them and then writes some files as output. Now you are passing broken input files to that program. Should that program complain?…
Yes, and the error message you pasted explains why this is and what you can do about it. Where is the bug?
it should handle images with alpha channel all i am trying to say
The reason I…
img2pdf is for lossless conversion. If you do not require lossless conversion, then there are many existing libraries that do the job. You should use the right tool for the task at hand and if you…
err... what do you expect to happen if you specify the L
colorspace for a jpeg image that is clearly RGB?
According to the metadata, the photo was shot with a "Canon EOS 700D" camera -- is that correct? It seems that camera writes the invalid rotation value 0 in its metadata. In the next img2pdf version…
Yes, and the error message you pasted explains why this is and what you can do about it. Where is the bug?
Your input image uses the exif rotation 0 which is an invalid rotation. What kind of image are you passing to img2pdf?
Me neither. Unfortunately I don't have a crystal ball that can tell me which image you used as input, so unless you give me enough information that lets me reproduce your issue I'm afraid I cannot be…
I talked to the apt developers. Indeed --error-on=any
is doing exactly what I want (error out on transient network errors) and is supposed to keep that semantic in future apt versions. I'm going to…
agreed, wouldn't the mentioned --error-on=any help already? Seems to cover the network errors which apt called "temporary errors"…
You mean the E: nothing got downloaded
error? That one is independent of the second.
The fact that file://
is not allowed is also a relict from the past when mmdebstrap only relied on the…
It probably fails after the step I: installing remaining packages inside the chroot...
, right?
This is expected, because the path /root/sources/...
cannot be accessed from inside the chroot.…
This is a known problem and you will have to bring it up with the apt maintainers. The underlying problem is, that there is currently no way for mmdebstrap to tell apt: "Fail in these cases but not…
Currently nearly the whole testsuite is run as a (wrongly named) jenkins job daily here: https://jenkins.debian.net/job/fakeroot-foreign-worker/
We could easily add tests for cowbuildor and…
This is not a bug in mmdebstrap but in the Debian package of mmdebstrap and should thus instead be reported to the Debian bts instead. Since I won't do a new mmdebstrap upload any time soon due to…