can't install in Raspbian Jessie

Bug #1534294 reported by Alberto Vidal
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
HPLIP
New
Undecided
Unassigned

Bug Description

I tried to install hplip 3.15.11 under Raspbian Jessie (official distro for Raspberry Pi), but ends with the following message (from log):

hplip-install[12522]: info: :[01mMISSING DEPENDENCIES[0m
hplip-install[12522]: info: :[01m--------------------[0m
hplip-install[12522]: info: :Following dependencies are not installed. HPLIP will not work if all REQUIRED dependencies are not installed and some of the HPLIP features will not work if OPTIONAL dependencies are not installed.
hplip-install[12522]: info: :Package-Name Component Required/Optional
hplip-install[12522]: info: :xsane scan OPTIONAL
hplip-install[12522]: info: :make base REQUIRED
error: Installation can not continue because all REQUIRED dependencies are not installed.

make package is installed, but not detected properly.

Revision history for this message
goutam kodu (goutam-hplip) wrote : Re: [Bug 1534294] [NEW] can't install in Raspbian Jessie

Can you try running command 'sudo apt-get install make' in terminal and let
us know if you are able to install the package
On 15 Jan 2016 02:10, "edgard72" <email address hidden> wrote:

> Public bug reported:
>
> I tried to install hplip 3.15.11 under Raspbian Jessie (official distro
> for Raspberry Pi), but ends with the following message (from log):
>
> hplip-install[12522]: info: :[01mMISSING DEPENDENCIES[0m
> hplip-install[12522]: info: :[01m--------------------[0m
> hplip-install[12522]: info: :Following dependencies are not installed.
> HPLIP will not work if all REQUIRED dependencies are not installed and some
> of the HPLIP features will not work if OPTIONAL dependencies are not
> installed.
> hplip-install[12522]: info: :Package-Name Component
> Required/Optional
> hplip-install[12522]: info: :xsane scan
> OPTIONAL
> hplip-install[12522]: info: :make base
> REQUIRED
> error: Installation can not continue because all REQUIRED dependencies are
> not installed.
>
> make package is installed, but not detected properly.
>
> ** Affects: hplip
> Importance: Undecided
> Status: New
>
>
> ** Tags: raspberry raspbian
>
> --
> You received this bug notification because you are subscribed to HPLIP.
> https://bugs.launchpad.net/bugs/1534294
>
> Title:
> can't install in Raspbian Jessie
>
> Status in HPLIP:
> New
>
> Bug description:
> I tried to install hplip 3.15.11 under Raspbian Jessie (official
> distro for Raspberry Pi), but ends with the following message (from
> log):
>
> hplip-install[12522]: info: :[01mMISSING DEPENDENCIES[0m
> hplip-install[12522]: info: :[01m--------------------[0m
> hplip-install[12522]: info: :Following dependencies are not installed.
> HPLIP will not work if all REQUIRED dependencies are not installed and some
> of the HPLIP features will not work if OPTIONAL dependencies are not
> installed.
> hplip-install[12522]: info: :Package-Name Component
> Required/Optional
> hplip-install[12522]: info: :xsane scan
> OPTIONAL
> hplip-install[12522]: info: :make base
> REQUIRED
> error: Installation can not continue because all REQUIRED dependencies
> are not installed.
>
> make package is installed, but not detected properly.
>
> To manage notifications about this bug go to:
> https://bugs.launchpad.net/hplip/+bug/1534294/+subscriptions
>

Revision history for this message
goutam kodu (goutam-hplip) wrote :

Sorry I did not read the last line . If make package is installed and Hplip
installer not detecting it then we will take a look at this issue and try
to reproduce it here.

You can try manually installing Hplip through source folder hplip-3.15.11
created in your current working directory.

Follow the below steps:

cd hplip-3.15.11
./configure --prefix=/use
make
sudo make install

Let us know if you are able to install Hplip driver using above steps

Thanks,
Goutam
On 15 Jan 2016 02:40, "Goutam Kk" <email address hidden> wrote:

> Can you try running command 'sudo apt-get install make' in terminal and
> let us know if you are able to install the package
> On 15 Jan 2016 02:10, "edgard72" <email address hidden> wrote:
>
>> Public bug reported:
>>
>> I tried to install hplip 3.15.11 under Raspbian Jessie (official distro
>> for Raspberry Pi), but ends with the following message (from log):
>>
>> hplip-install[12522]: info: :[01mMISSING DEPENDENCIES[0m
>> hplip-install[12522]: info: :[01m--------------------[0m
>> hplip-install[12522]: info: :Following dependencies are not installed.
>> HPLIP will not work if all REQUIRED dependencies are not installed and some
>> of the HPLIP features will not work if OPTIONAL dependencies are not
>> installed.
>> hplip-install[12522]: info: :Package-Name Component
>> Required/Optional
>> hplip-install[12522]: info: :xsane scan
>> OPTIONAL
>> hplip-install[12522]: info: :make base
>> REQUIRED
>> error: Installation can not continue because all REQUIRED dependencies
>> are not installed.
>>
>> make package is installed, but not detected properly.
>>
>> ** Affects: hplip
>> Importance: Undecided
>> Status: New
>>
>>
>> ** Tags: raspberry raspbian
>>
>> --
>> You received this bug notification because you are subscribed to HPLIP.
>> https://bugs.launchpad.net/bugs/1534294
>>
>> Title:
>> can't install in Raspbian Jessie
>>
>> Status in HPLIP:
>> New
>>
>> Bug description:
>> I tried to install hplip 3.15.11 under Raspbian Jessie (official
>> distro for Raspberry Pi), but ends with the following message (from
>> log):
>>
>> hplip-install[12522]: info: :[01mMISSING DEPENDENCIES[0m
>> hplip-install[12522]: info: :[01m--------------------[0m
>> hplip-install[12522]: info: :Following dependencies are not installed.
>> HPLIP will not work if all REQUIRED dependencies are not installed and some
>> of the HPLIP features will not work if OPTIONAL dependencies are not
>> installed.
>> hplip-install[12522]: info: :Package-Name Component
>> Required/Optional
>> hplip-install[12522]: info: :xsane scan
>> OPTIONAL
>> hplip-install[12522]: info: :make base
>> REQUIRED
>> error: Installation can not continue because all REQUIRED dependencies
>> are not installed.
>>
>> make package is installed, but not detected properly.
>>
>> To manage notifications about this bug go to:
>> https://bugs.launchpad.net/hplip/+bug/1534294/+subscriptions
>>
>

Revision history for this message
Alberto Vidal (edgard72) wrote :

It worked and installed succesfully, but now I'm going to make a clean install again, because there was an old HPLIP 2.14.6 installed previously, and it seems it is creating some kind of conflicts. USB printer (LaserJet_Professional_M1132_MFP) is detected properly, but I get a 'filter failed' error when printing the test page.

Alberto Vidal (edgard72)
tags: added: pi
Revision history for this message
goutam (goutamkk) wrote :

You have to install the plugin files for this printer.

You can download the plugin file 'hplip-3.15.11-plugin.run' from here
https://www.openprinting.org/download/printdriver/auxfiles/HP/plugins/hplip-3.15.11-plugin.run

Run command 'sh hplip-3.15.11-plugin.run -- -i' in terminal to install the plugin files.

Let us know if this helped to resolve the issue.

Thanks,
Goutam

Revision history for this message
Alberto Vidal (edgard72) wrote :

Works like a charm! Thank you very much!

To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.