New comment by biopsin on void-packages repository https://github.com/void-linux/void-packages/pull/40434#issuecomment-1318562628 Comment: @ahesford mhm your right they are symlinks to py-scripts which trigger ``` warning: GUI mode disabled in build. error: hp-print requires GUI support (try running with --qt3). Exiting. ``` ``` warning: GUI mode disabled in build. error: hp-printsettings requires Qt4 GUI support. Exiting. ``` ``` warning: GUI mode disabled in build. error: hp-wificonfig -u/--gui requires Qt4 GUI support. Exiting. ``` ``` warning: GUI mode disabled in build. error: hp-pqdiag -u/--gui requires Qt4 GUI support. Exiting. ``` Think these are all ah also on pkg install check.py has some warnings ``` [*] Configuring unpacked packages hplip-3.22.10_1: configuring ... Byte-compiling python code in usr/share/hplip... ./usr/share/hplip/check-plugin.py:116: SyntaxWarning: "is" with a literal. Did you mean "=="? if log_level is 'debug': ./usr/share/hplip/check.py:685: SyntaxWarning: "is not" with a literal. Did you mean "!="? if 'getfacl' not in g and '' is not g and 'file' not in g: ./usr/share/hplip/check-plugin.py:116: SyntaxWarning: "is" with a literal. Did you mean "=="? if log_level is 'debug': ./usr/share/hplip/check.py:685: SyntaxWarning: "is not" with a literal. Did you mean "!="? if 'getfacl' not in g and '' is not g and 'file' not in g: Updating ldconfig(8) cache... hplip-3.22.10_1: updated successfully. ```