HPLIP は Acroread で壊れていますか、それとも全体的に壊れていますか?

HPLIP は Acroread で壊れていますか、それとも全体的に壊れていますか?

以前は同じシステムで acroread を使用すると正常に動作していた HP プリンターが、acroread を使用すると動作しなくなりました。

Gentoo 安定版、3.18.11 を実行中。

プリンター: HP Officejet Pro 8100 (イーサネット接続)

HPLIP: ネットプリント/hplip-3.14.10

Firefox やコマンドラインから印刷できます。たとえば、次のようにします。

   echo "hello" | lpr

ただし、acroread からの印刷は何も表示されずに失敗します。

/var/log/cups/access_log には、無害なメッセージのみが表示されます:

localhost - - [03/May/2015:14:49:07 +0200] "POST /printers/Officejet_Pro_8100 HTTP/1.1" 200 506 Create-Job successful-ok
localhost - - [03/May/2015:14:49:07 +0200] "POST /printers/Officejet_Pro_8100 HTTP/1.1" 200 209178 Send-Document successful-ok

localhost:631 の CUPS でも同じことが当てはまり、問題を示すエラーは発生しません。

hplip に含まれる GUI ベースのツールでも同じことが言えます。このツールでは、プリンタがジョブを受信し、「印刷中」の状態にあることが示されますが、物理的な印刷は行われていません。

hplip の USE フラグ:

 * Found these USE flags for net-print/hplip-3.14.10:
 U I
 + + X                        : Enables scanner GUI dependencies with USE="scanner" where media-gfx/xsane is preferred over media-gfx/sane-frontends
 + + doc                      : Build documentation
 - - fax                      : Enable fax on multifunction devices which support it
 + + hpcups                   : Build the hpcups driver for cups (by HP)
 + + hpijs                    : Build the IJS driver for cups (Foomatic)
 - - kde                      : Enables kde-misc/skanlite as scanner GUI with USE="scanner X"
 + + libnotify                : Enables desktop notifications
 - - libusb0                  : Depend on virtual/libusb:0. Some old printers do not work with virtual/libusb:1
 - - minimal                  : Only build internal hpijs/hpcups driver (not recommended at all, make sure you know what you are doing)
 - - parport                  : Enable parallel port for devices which require it
 + + policykit                : Enable PolicyKit authentication support
 + + python_targets_python2_7 : Build with Python 2.7
 + + qt4                      : Enable graphical interface using Qt 4
 - - scanner                  : Enable scanner on multifunction devices which support it
 + + snmp                     : Add support for net-analyzer/net-snmp which enables this driver to work over networks (both for server and client)
 - - static-ppds              : Use statically-generated PPDs instead of Dynamic PPDs. Although this is deprecated some printers may still need it
                                to work properly. Use this flag if hp-setup fails to find/create a valid PPD file

acroread USEフラグ:

 + + html          : HTML support and help reading capability (only for x86).
 + + ldap          : Add LDAP support (Lightweight Directory Access Protocol)
 - - linguas_ja    : Japanese locale
 - - linguas_ko    : Korean locale
 - - linguas_zh_CN : Chinese locale for Peoples Republic of China
 - - linguas_zh_TW : Chinese locale for Taiwan
 + + nsplugin      : Build plugin for browsers supporting the Netscape plugin architecture (that is almost any modern browser)

hp-doctor には次のエラーが表示されますが、これらのエラーはプリンターが動作していた時から常に存在していたため、関連性があるとは考えられません。

 error: avahi-utils   avahi-utils               OPTIONAL        -               -               MISSING    'avahi-utils needs to be installed'
 error: reportlab     Python-PDF-Lib            OPTIONAL        2.0             -               MISSING    'reportlab needs to be installed'

 error: pil           Python-Image-Lib          OPTIONAL        -               -               MISSING    'pil needs to be installed'

私が試したこと:

プリンターを物理的にオン/オフにします。Gentoo を実行している別のコンピューターを使用します (同じ結果ですが、動作しますが、acroread では動作しません)。hpijs USE フラグを hplip に追加します (以前は不要でしたが、現在は違いがないようです)。

なぜこれが機能しないのでしょうか? これは acroread の問題でしょうか、hplip の問題でしょうか、それとも物理的なプリンターのソフトウェアの問題でしょうか?

関連情報