This confirms my suspicion. It's not plakativ that cannot be installed but it's pikepdf. So you should file a bug with pikepdf instead. If you cannot install pikepdf, then you cannot install…
Hi,
this doesn't look like something is wrong with plakativ but it looks like you are unable to install pikepdf. Can you confirm this by running:
pip install pikepdf
Why? Does the fix from ccd4b5c163d322045c92f734f43bb5e1945fa774 not work for you?
Can you try the version from git and see if that fixes your problem?
@rockdrilla was fixing this in !1 -- maybe they have some input?
Your auxfiles patch is still necessary though. What files does apt put into auxfiles? Does that only happen with mirror URIs?
Hi, I wanted to ping you about my question above. Thanks!
You were not wrong. I only pushed 18 commits I only had locally a few hours ago. :)
Whoops, clicked the close button by mistake.
I can confirm that the
depth
attribute contains the compile-time constant quantum depth for TIFF images whereasbaseDepth
contains the actual depth (but for PNG or JPG, both attributes contain…
Now suppose we do this, then doing so would make the following use-case impossible:
--customize-hook="mkdir ./bar" \ --customize-hook="sync-out /foo ./bar"
With…
This is my ImageMagick version:
$ convert --version Version: ImageMagick 7.1.0-4 Q16 x86_64 2021-07-18 https://imagemagick.org Copyright: (C) 1999-2021 ImageMagick Studio LLC …
Does the test suite at some point use ImageMagick to create new files? In that case, maybe this setting affects the depth of the created files?
Yes, I'm using the convert
tool from imagemagick…
I'm not sure in which way mmdebstrap could possibly do any checks here. Suppose somebody runs mmdebstrap with:
--customize-hook="sync-out /foo ./bar"
If I understand you correctly, then…