hplip-2.8.5.run error code 2

Asked by troypulk

I have Mandriva 2008.1

After I install hplip 2.8.5 it ends with this error right when it's starting "make"

"Running 'make'
Please wait, this may take several minutes...
error: 'make' command failed with status code 2"

Any suggestions?

Thanks

Question information

Language:
English Edit question
Status:
Solved
For:
HPLIP Edit question
Assignee:
No assignee Edit question
Solved by:
troypulk
Solved:
Last query:
Last reply:

This question was reopened

Revision history for this message
Aaron Albright (albrigha-deactivatedaccount) said :
#1

Run:

cd hplip-2.8.5

Then run:

make

and post the error.

Thanks!

A

Revision history for this message
dwelch91 (dwelch91) said :
#2

It might also be instructive to do this:

$ cd hplip-2.8.5
$ python ./check.py -tc

On Mon, Jun 9, 2008 at 8:32 AM, Aaron Albright <
<email address hidden>> wrote:

> Question #35656 on HPLIP changed:
> https://answers.launchpad.net/hplip/+question/35656
>
> Status: Open => Needs information
>
> Aaron Albright requested for more information:
> Run:
>
> cd hplip-2.8.5
>
> Then run:
>
> make
>
> and post the error.
>
> Thanks!
>
> A
>
> --
> You received this question notification because you are a member of HP
> Linux Imaging and Printing, which is an answer contact for HPLIP.
>

Revision history for this message
troypulk (troypulk) said :
#3

This was the only error:

"error: cups/cups.h: No such file or directory
make: *** [hplipjs.o] Error 1"

Revision history for this message
troypulk (troypulk) said :
#4

python ./check.py -tc

Said that cups and python were not installed, so I went to the install program and they were not available so I went and installed them myself

after this I ran hplip-2.8.5 make again and then make install and all is well, every thing installed just fine

Thanks again for your help

Revision history for this message
troypulk (troypulk) said :
#5

I have been loading modprobe parport_pc && modprobe ppdev to start the parallel port module after booting up

How do I get this to load at boot?

Revision history for this message
troypulk (troypulk) said :
#6

Thanks dwelch91, that solved my question.

Revision history for this message
troypulk (troypulk) said :
#7

help

Revision history for this message
troypulk (troypulk) said :
#8

Sorry for the repost

I have been loading modprobe parport_pc && modprobe ppdev to start the parallel port module after booting up

How do I get this to load at boot?

Revision history for this message
Aaron Albright (albrigha-deactivatedaccount) said :
#9

Well this depends on the distro, but usually you can add the modules to the /etc/modules file.

Thanks for your support of HPLIP!

Aaron

Revision history for this message
Greg Combs (greg-combsnet) said :
#10

Thanks for the suggestion to use "python ./check.py -tc". It appears that I was missing SIP (error: SIP not installed or version not found.). I installed python-dev and python-sip4-dev which did not fix the error, so I installed sip4, python2.5-dbg, python-dbg and python-sip4-dbg. I still receive the error that "Checking SIP version...
error: SIP not installed or version not found." I am running Ubuntu 8.04...

Thanks for any suggestions...

   /Greg

Revision history for this message
troypulk (troypulk) said :
#11

Hi Greg,

It might be better if you start a new Topic, I don't think they are watching this one any more

Troy

Revision history for this message
troypulk (troypulk) said :
#12

Thanks for the help