>Number: 178789 >Category: misc >Synopsis: [PATCH] unbreak graphics/digikam-kde4 by add depend with >devel/boost-libs >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Mon May 20 14:40:00 UTC 2013 >Closed-Date: >Last-Modified: >Originator: Hon-Yu Lawrence Cheung >Release: FreeBSD 9.1-RELEASE-p3 >Organization: >Environment: FreeBSD headquarter.honyucheung.net 9.1-RELEASE-p3 FreeBSD 9.1-RELEASE-p3 #0 r250087: Tue Apr 30 13:03:25 HKT 2013 r...@headquarter.honyucheung.net:/usr/obj/usr/src/sys/HEADQUARTER amd64 >Description: graphcis/digikam-kde4 fail to build inside poudriere sandbox result from missing Boost Graph library found.
The following is poudriere log ================================= .. -- -- Qt4 SQL module found..................... YES -- mysql server found....................... NO (optional - disabled by user) -- libtiff library found.................... YES -- libpng library found..................... YES -- libjasper library found.................. YES -- liblcms library found.................... YES -- Boost Graph library found................ NO -- CMake Error at CMakeLists.txt:101 (MESSAGE): digiKam needs Boost Graph. You need to install the Boost Graph (headers only) library development package. Call Stack (most recent call first): CMakeLists.txt:494 (PRINT_LIBRARY_STATUS) -- Boost Graph website is at http://www.boost.org/doc/libs/1_43_0/libs/graph/doc/index.html -- -- libkipi library found.................... YES -- libkexiv2 library found.................. YES -- libkdcraw library found.................. YES -- libkface library found................... YES -- libkgeomap library found................. YES -- libpgf library found..................... YES (optional) -- Eigen3 library found..................... NO (optional) -- -- digiKam will be compiled without Refocus tool support. -- -- libgphoto2 and libusb libraries found.... YES (optional) -- libkdepimlibs library found.............. NO (optional) -- -- digiKam will be compiled without address book support. -- -- Liblqr-1 found........................... YES (optional) -- Liblensfun found......................... YES (optional) -- Libsqlite v2 found....................... NO (optional) -- -- digiKam will be compiled without importing databases of digiKam 0.7 support. -- -- Doxygen found............................ NO (optional) -- -- You will not be able to to generate the API documentation. -- This does not affect building digiKam in any way. -- CMake Error at CMakeLists.txt:612 (MESSAGE): digiKam will be compiled................. NO (Look README file for more details about dependencies) -- Configuring incomplete, errors occurred! *** [do-configure] Error code 1 Stop in /usr/ports/graphics/digikam-kde4. >How-To-Repeat: use poudriere to build graphics/digikam-kde4 >Fix: add "boost_graph:${PORTSDIR}/devel/boost-libs" to LIB_DEPENDS Patch attached with submission follows: --- Makefile.original 2013-05-20 00:22:27.637740478 +0800 +++ Makefile 2013-05-20 21:38:13.497775764 +0800 @@ -21,11 +21,11 @@ LIB_DEPENDS= png15:${PORTSDIR}/graphics/png \ paper:${PORTSDIR}/print/libpaper RUN_DEPENDS= ${ADOBECMAPDIR}/ai0/CMap/Identity-H:${PORTSDIR}/print/adobe-cmaps -USE_TEX= yes +USE_TEX= base tetex GNU_CONFIGURE= yes CONFIGURE_ARGS= --datadir=${LOCALBASE}/share MAKE_JOBS_SAFE= yes PLIST_SUB= DVIPDFMXDIR=${DVIPDFMXDIR} \ >Release-Note: >Audit-Trail: >Unformatted: _______________________________________________ freebsd-bugs@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-bugs To unsubscribe, send any mail to "freebsd-bugs-unsubscr...@freebsd.org"