instalar hplip en Deepin
Tofloor
poster avatar
asterion30
deepin
2015-04-26 12:39
Author
¿Hola Alguien ha intentado instalar hplip (controlador para impresoras HP) en Deepin?
someone tried to install hplip in Deepin?
Reply Favorite View the author
All Replies
asterion30
deepin
2015-04-27 07:18
#1
Trate de compilar el fuente pero me arroja este error al intentar realizar el (./configure)
configure:3240: checking for C++ compiler version
configure:3249: g++ --version >&5
./configure: line 3251: g++: command not found
configure:3260: $? = 127
configure:3249: g++ -v >&5
./configure: line 3251: g++: command not found
configure:3260: $? = 127
configure:3249: g++ -V >&5
./configure: line 3251: g++: command not found
configure:3260: $? = 127
configure:3249: g++ -qversion >&5
./configure: line 3251: g++: command not found
configure:3260: $? = 127
configure:3280: checking whether the C++ compiler works
configure:3302: g++    conftest.cpp  >&5
./configure: line 3304: g++: command not found
configure:3306: $? = 127
configure:3344: result: no
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "HP Linux Imaging and Printing"
| #define PACKAGE_TARNAME "hplip"
| #define PACKAGE_VERSION "3.15.4"
| #define PACKAGE_STRING "HP Linux Imaging and Printing 3.15.4"
| #define PACKAGE_BUGREPORT "3.15.4"
| #define PACKAGE_URL ""
| #define PACKAGE "hplip"
| #define VERSION "3.15.4"
| /* end confdefs.h.  */

¿Alguna sugerencia?
Saludos
Reply View the author
asterion30
deepin
2015-04-27 07:30
#2
Hola intenté lo siguiente:
echo $PATH  
(gcc no este  variable PATH)
which gcc
/usr/bin/gcc
PATH=$PATH:/usr/bin/gcc
Posterior a eso intente de ejecutar el "./configure" pero arroja el mismo error.
¿Alguien mas tuvo problemas con HPLIP?
Se agradece,
Reply View the author
asterion30
deepin
2015-04-27 07:45
#3
Hola Hice lo siguiente:
sudo apt-get install build-essential
sudo apt-get install libboost-all-dev(esto no sé si es necesario)
posterior  ejecuté el "./configure"
y me tira el siguiente mensaje:
configure: error: "cannot find libjpeg support"
Continuo avanzando si alguien me tira una idea sera bien recibida.
Saludos,

Reply View the author
asterion30
deepin
2015-04-27 07:48
#4
Seguimos con la odisea:
Instale  libjpeg:
sudo apt-get install libjpeg8 libjpeg8-dev libjpeg-progs
Ahora tira el siguiente error de configuración:
"configure: error: cannot find net-snmp support (or --disable-network-build)"
Reply View the author
asterion30
deepin
2015-04-27 07:52
#5
Seguimos:
sudo ./configure --disable-network-build
ahora tira el siguiente error de configuración:
"configure: error: cannot find libcups support"
Reply View the author
asterion30
deepin
2015-04-27 08:05
#6
Bue seguimos:
sudo apt-get install libcups2-dev
ahora arroja el siguiente error de configuración:
"configure: error: cannot find sane-backends-devel support (or --disable-scan-build)"
Reply View the author
asterion30
deepin
2015-04-27 08:08
#7
Y otra más:
sudo ./configure --disable-network-build --disable-scan-build
ahora arroja el error de configuración:
"configure: error: cannot find dbus-devel support: No package 'dbus-1' found"
Reply View the author
asterion30
deepin
2015-04-27 08:12
#8
Vamos!!!!!!!!!!!!
Lo configuró:
sudo aptitude install libdbus-1-dev
Veremos que pasa con el make y el make install...
Reply View the author
asterion30
deepin
2015-04-27 08:36
#9
Ok el make arroja el siguiente error:
prnt/hpcups/CommonDefinitions.h:43:25: fatal error: cups/raster.h: No such file or directory
Oh My God!!!  it is impossible!!!!
{:4_122:}
Reply View the author
asterion30
deepin
2015-04-27 08:45
#10
No me rindo:
sudo apt-get install  libcupsimage2-dev
compilo e instalo.
sudo hp-check -t
warning: CUPSEXT could not be loaded. Please check HPLIP installation

Informo novedades en breve ahajajajajajajaj
Reply View the author
asterion30
deepin
2015-04-27 09:24
#11
bueno si bien informa ese error de cupsext pude escanear sin problemas e imprimir
Lo daría por resuelto.
bueejejejejeje
Reply View the author