A quick search did not reveal anything helpful, forgive me if this has already been covered and I missed it. I’m new to openSUSE (and LINUX) and I’m using 11.1 with KDE. I’m trying to install the HPLIP and the ‘make’ command fails with status code 2. I’ve installed all of the dependencies except cups-ddk. This is not installed because I cannot locate it. cupsddk (without the hyphen) CUPS Driver Development Kit 1.2.3-65.105 is installed. Any assistance is appreciated. The full affair follows:
magicnosegoblin@linux-y35i:~> cd Desktop
magicnosegoblin@linux-y35i:~/Desktop> sh hplip-2.8.12.run
Creating directory hplip-2.8.12
Verifying archive integrity… All good.
Uncompressing HPLIP 2.8.12 Self Extracting Archive…
HP Linux Imaging and Printing System (ver. 2.8.12)
HPLIP Installer ver. 5.0
Copyright (c) 2001-8 Hewlett-Packard 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.
Installer log saved in: hplip-install_Tue-23-Dec-2008_17:16:07.log
/home/magicnosegoblin/Desktop/hplip-2.8.12/installer/core_install.py:32: DeprecationWarning: the sha module is deprecated; use the hashlib module instead
import sha # TODO: Replace with hashlib (sha is deprecated in Python 3.0)
note: Defaults for each question are maked with a ‘*’. Press <enter> to accept the default.
INSTALLATION MODE
Automatic mode will install the full HPLIP solution with the most common options.
Custom mode allows you to chose installation options to fit specific requirements.
Please choose the installation mode (a=automatic*, c=custom, q=quit) : a
Initializing. Please wait…
warning: Invalid ppd_dir value: None
INTRODUCTION
This installer will install HPLIP version 2.8.12 on your computer.
Please close any running package management systems now (YaST, Adept, Synaptic, Up2date, etc).
DISTRO/OS CONFIRMATION
Distro appears to be SUSE Linux 11.1.
Is “SUSE Linux 11.1” your correct distro/OS and version (y=yes*, n=no, q=quit) ? y
SELECT HPLIP OPTIONS
Would you like to enable support for parallel (LPT:) connected printers? (y=yes, n=no*, q=quit) ? n
ENTER ROOT/SUPERUSER PASSWORD
Please enter the root/superuser password:
Password accepted
RUNNING PRE-INSTALL COMMANDS
INSTALL MISSING OPTIONAL DEPENDENCIES
warning: There are 1 missing OPTIONAL dependencies.
note: Installation of dependencies requires an active internet connection.
warning: Missing OPTIONAL dependency for option ‘base’: cups-ddk (cups-ddk - CUPS driver development kit) warning: This installer cannot install ‘cups-ddk’ for your distro/OS and/or version.
NOTE: cupsddk CUPS Driver Development Kit 1.2.3-65.105 IS INSTALLED. I cannot locate cups-ddk (with the hyphen)
PRE-BUILD COMMANDS
BUILD AND INSTALL
Running ‘./configure --libdir=/usr/lib64 --prefix=/usr --disable-qt4 --enable-foomatic-ppd-install --enable-doc-build --enable-qt3 --enable-gui-build --disable-foomatic-drv-install --disable-pp-build --enable-network-build --enable-dbus-build --disable-hpijs-only-build --enable-scan-build --enable-fax-build’
Please wait, this may take several minutes…
Command completed successfully.
Running ‘make clean’
Please wait, this may take several minutes…
Command completed successfully.
Running ‘make’
Please wait, this may take several minutes…
error: ‘make’ command failed with status code 2
magicnosegoblin@linux-y35i:~/Desktop>