josch commented on issue josch/plakativ#1 2021-09-21 06:22:55 +00:00
Can't install from pip
josch commented on issue josch/plakativ#1 2021-09-19 19:57:58 +00:00
Can't install from pip

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…

josch commented on issue josch/plakativ#1 2021-09-19 17:42:29 +00:00
Can't install from pip

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

josch commented on issue josch/mmdebstrap#13 2021-08-30 20:08:17 +00:00
mmdebstrap fails on Debian bullseye when using a apt trusted ASCII-armored format gpg key

Why? Does the fix from ccd4b5c163d322045c92f734f43bb5e1945fa774 not work for you?

josch commented on issue josch/mmdebstrap#13 2021-08-30 20:03:25 +00:00
mmdebstrap fails on Debian bullseye when using a apt trusted ASCII-armored format gpg key

Can you try the version from git and see if that fixes your problem?

josch commented on issue josch/mmdebstrap#13 2021-08-30 19:40:37 +00:00
mmdebstrap fails on Debian bullseye when using a apt trusted ASCII-armored format gpg key

@rockdrilla was fixing this in !1 -- maybe they have some input?

josch pushed to main at josch/mmdebstrap 2021-08-27 09:53:47 +00:00
7d472ca116 document on how to use mmdebstrap with podman
047619967e also check whether CAP_SYS_ADMIN is in the bounding set
5a5f57b404 Automatically skip using mount if that's not possible
7ab770267c README.md: document chroots without apt as a feature
1a18160fe8 document that apt-transport-https, ca-certificates and apt-transport-tor are no longer installed automatically
Compare 7 commits »
josch commented on pull request josch/mmdebstrap#8 2021-08-25 11:28:47 +00:00
Fix support for apt-transport-mirror URLs

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!

josch commented on issue josch/mmdebstrap#12 2021-08-25 11:14:30 +00:00
wrong security repo for stable suite

You were not wrong. I only pushed 18 commits I only had locally a few hours ago. :)

josch closed issue josch/mmdebstrap#12 2021-08-25 09:00:19 +00:00
wrong security repo for stable suite
josch commented on issue josch/mmdebstrap#12 2021-08-25 09:00:09 +00:00
wrong security repo for stable suite

fixed in c63ad873106697c4bdfd950eca16be844676a937

josch pushed to main at josch/mmdebstrap 2021-08-25 07:23:34 +00:00
850eeb24d5 more code comments
8b12375de3 add more references to #808203
c627606110 document copy:// vs. file://
dddccd5e55 tarfilter: expand description text
60dba1c19e fixup read_subuid_subgid
Compare 18 commits »
josch reopened issue josch/img2pdf#120 2021-08-23 20:54:35 +00:00
Tests fail with ImageMagick compiled with --with-quantum-depth=8 or 32
josch commented on issue josch/img2pdf#120 2021-08-23 20:54:13 +00:00
Tests fail with ImageMagick compiled with --with-quantum-depth=8 or 32

Whoops, clicked the close button by mistake.

josch closed issue josch/img2pdf#120 2021-08-23 20:53:21 +00:00
Tests fail with ImageMagick compiled with --with-quantum-depth=8 or 32
josch commented on issue josch/img2pdf#120 2021-08-23 20:52:49 +00:00
Tests fail with ImageMagick compiled with --with-quantum-depth=8 or 32

I can confirm that the depth attribute contains the compile-time constant quantum depth for TIFF images whereas baseDepth contains the actual depth (but for PNG or JPG, both attributes contain…

josch commented on issue josch/mmdebstrap#11 2021-08-23 08:19:39 +00:00
General permissions check before doing the build

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…

josch commented on pull request josch/img2pdf#106 2021-08-23 08:13:55 +00:00
Convert 8-bit PNG & GIF alpha channels to /SMasks in PDF

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
…
josch commented on issue josch/img2pdf#120 2021-08-23 08:11:19 +00:00
Tests fail with ImageMagick compiled with --with-quantum-depth=8 or 32

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…

josch commented on issue josch/mmdebstrap#11 2021-08-23 08:03:12 +00:00
General permissions check before doing the build

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…