View Single Post
  #5   (View Single Post)  
Old 17th June 2010
wimwauters wimwauters is offline
Port Guard
 
Join Date: Aug 2008
Posts: 36
Default

OK, I pkg_delete'd on jpeg too (which removes nearly all other packages too)

Still no joy. Building hplip-hpijs from ports gives the exact same error: how did they even build the package?

Do I need to 'register' the jpeg library somewhere, or is it somehow not in the path or libpath?

My gnome desktop is displaying JPEGs just fine, so I assume other packages can access the jpeg libs just fine?

Code:
# cd /usr/ports/print/hplip/ 
# env SUBPACKAGE="-hpijs" make install                                             
===>  Installing hpijs-3.9.8p1 from /usr/ports/packages/i386/all/
Can't install hpijs-3.9.8p1 because of conflicts (hplip-libs-3.9.8p0)
--- hpijs-3.9.8p1 -------------------
Can't install hpijs-3.9.8p1: conflicts
*** Error code 1

Stop in /usr/ports/print/hplip (line 1511 of /usr/ports/infrastructure/mk/bsd.port.mk).
# pkg_delete hplip-libs-3.9.8p0
hplip-libs-3.9.8p0: ok                                                                                               
# env SUBPACKAGE="-hpijs" make install                                                                               
===>  Installing hpijs-3.9.8p1 from /usr/ports/packages/i386/all/
hpijs-3.9.8p1:hplip-libs-3.9.8p0: ok (1 to go)                                                                       
Can't install hpijs-3.9.8p1 because of libraries
|library jpeg.63.0 not found
| not found anywhere
Direct dependencies for hpijs-3.9.8p1 resolve to: gettext-0.17p0 dbus-1.2.16p0 hplip-libs-3.9.8p0
Full dependency tree is net-snmp-5.4.2.1p3 libusb-0.1.12 gettext-0.17p0 dbus-1.2.16p0 libiconv-1.13p0 hplip-libs-3.9.8p0
*** Error code 1

Stop in /usr/ports/print/hplip (line 1511 of /usr/ports/infrastructure/mk/bsd.port.mk).
#
Reply With Quote