It's not clear to me what you have installed from ports and what from packages, and which port installations have failed.
Please do the following, as root:
Code:
pkg delete hplip-plugin hplip
pkg install hplip-plugin hplip
If anything fails or produces an error message, we need to see it.
Once you know the packages are installed, you can try
hp-setup -b usb
again.
root@christian:/home/christian # pkg delete hplip-plugin hplip
No packages matched for pattern 'hplip-plugin'
Checking integrity... done (0 conflicting)
Deinstallation has been requested for the following 1 packages (of 0 packages in the universe):
Installed packages to be REMOVED:
hplip: 3.23.12
Number of packages to be removed: 1
The operation will free 31 MiB.
Proceed with deinstalling packages? [y/N]: y
[1/1] Deinstalling hplip-3.23.12...
[1/1] Deleting files for hplip-3.23.12: 100%
==> Running trigger: gtk-update-icon-cache.ucl
Generating GTK icon cache for /usr/local/share/icons/hicolor
==> Running trigger: desktop-file-utils.ucl
Building cache database of MIME types
root@christian:/home/christian # pkg install hplip-plugin hplip
Updating FreeBSD repository catalogue...
FreeBSD repository is up to date.
All repositories are up to date.
pkg: No packages available to install matching 'hplip-plugin' have been found in the repositories
root@christian:/home/christian # pkg install hplip
Updating FreeBSD repository catalogue...
FreeBSD repository is up to date.
All repositories are up to date.
Checking integrity... done (0 conflicting)
The following 1 package(s) will be affected (of 0 checked):
New packages to be INSTALLED:
hplip: 3.23.12
Number of packages to be installed: 1
The process will require 31 MiB more space.
Proceed with this action? [y/N]: y
[1/1] Installing hplip-3.23.12...
[1/1] Extracting hplip-3.23.12: 100%
==> Running trigger: gtk-update-icon-cache.ucl
Generating GTK icon cache for /usr/local/share/icons/hicolor
==> Running trigger: desktop-file-utils.ucl
Building cache database of MIME types
root@christian:/home/christian # hp-setup -b usb
HP Linux Imaging and Printing System (ver. 3.23.12)
Printer/Fax Setup Utility ver. 9.0
Copyright (c) 2001-18 HP Development Company, LP
This software comes with ABSOLUTELY NO WARRANTY.
This is free software, and you are welcome to distribute it
under certain conditions. See COPYING file for more details.
warning: Fax setup disabled - Python 2.3+ required.
Searching... (bus=usb, search=(None), desc=0)
error: Failed to connect to HPLIP site. Error code = 8
error: Failed to download
http://hplip.sourceforge.net/hplip_web.conf.
error: Unable to load Qt4/Qt5 support. Is it installed?
Traceback (most recent call last):
File "/usr/local/share/hplip/ui5/setupdialog.py", line 1386, in NextButton_clicked
self.showDevicesPage()
File "/usr/local/share/hplip/ui5/setupdialog.py", line 556, in showDevicesPage
smart_install.disable(GUI_MODE, 'qt4')
File "/usr/local/share/hplip/base/smart_install.py", line 239, in disable
dialog.exec_()
AttributeError: 'NoneType' object has no attribute 'exec_'
Abort trap (core dumped)
This is the same exact error i keep getting.
Should i just wipe and re install FreeBSD to start fresh?