[MacPorts] #28368: kdepimlibs4 @4.6.0 - build failure
MacPorts
noreply at macports.org
Tue Jul 12 07:46:59 PDT 2011
#28368: kdepimlibs4 @4.6.0 - build failure
--------------------------------+-------------------------------------------
Reporter: gerlosgm@… | Owner: snc@…
Type: defect | Status: new
Priority: Normal | Milestone:
Component: ports | Version: 1.9.2
Keywords: | Port: kdepimlibs4, akonadi
--------------------------------+-------------------------------------------
Comment(by doug.mccomber@…):
I am having this issue too (trying to get to Digikam on Snow Leo).
The following fails:
{{{
$ sudo port install kdepimlibs4
---> Computing dependencies for kdepimlibs4
---> Configuring kdepimlibs4
Error: Target org.macports.configure returned: configure failure: shell
command failed (see log for details)
Log for kdepimlibs4 is at:
/opt/local/var/macports/logs/_opt_local_var_macports_sources_rsync.macports.org_release_ports_kde_kdepimlibs4/main.log
Error: Status 1 encountered during processing.
}}}
With this in mail.log for kdepimlibs4:
{{{
:info:configure
-----------------------------------------------------------------------------
:info:configure -- The following REQUIRED packages could NOT be located on
your system.
:info:configure -- You must install these packages before continuing.
:info:configure
-----------------------------------------------------------------------------
:info:configure * Nepomuk <http://www.kde.org>
:info:configure Support for the semantic desktop, including indexing
of PIM data
:info:configure Nepomuk is part of kdelibs
:info:configure
:info:configure
-----------------------------------------------------------------------------
:info:configure
:info:configure CMake Error at
/opt/local/share/apps/cmake/modules/MacroLogFeature.cmake:152 (MESSAGE):
:info:configure Exiting: Missing Requirements
:info:configure Call Stack (most recent call first):
:info:configure CMakeLists.txt:207 (macro_display_feature_log)
:info:configure
:info:configure
:info:configure CMake Error: The following variables are used in this
project, but they are set to NOTFOUND.
:info:configure Please set them or make sure they are set and tested
correctly in the CMake files:
:info:configure NEPOMUK_LIBRARIES (ADVANCED)
:info:configure linked by target "akonadi-contact" in directory
/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_kde_kdepimlibs4/work/kdepimlibs-4.6.4/akonadi/contact
:info:configure linked by target "akonadi-calendar" in directory
/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_kde_kdepimlibs4/work/kdepimlibs-4.6.4/akonadi/calendar
:info:configure
:info:configure -- Configuring incomplete, errors occurred!
:info:configure shell command " cd
"/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_kde_kdepimlibs4/work/build"
&& cmake -DCMAKE_INSTALL_PREFIX=/opt/local -DCMAKE_VERBOSE_MAKEFILE=ON
-DCMAKE_COLOR_MAKEFILE=ON -DCMAKE_BUILD_TYPE=Release
-DCMAKE_BUILD_WITH_INSTALL_RPATH=ON
-DCMAKE_INSTALL_NAME_DIR=/opt/local/lib
-DCMAKE_SYSTEM_PREFIX_PATH="/opt/local;/usr"
-DCMAKE_MODULE_PATH=/opt/local/share/cmake/modules -Wno-dev
-DBUILD_doc=OFF -DBUILD_SHARED_LIBS=ON
-DBUNDLE_INSTALL_DIR=/Applications/MacPorts/KDE4
-DKDE_DISTRIBUTION_TEXT="MacPorts/Mac OS X"
-DQT_QT_INCLUDE_DIR=/opt/local/include -DQT_QMAKESPEC=macx-g++
-DQT_ZLIB_LIBRARY=/opt/local/lib/libz.dylib
-DQT_PNG_LIBRARY=/opt/local/lib/libpng.dylib
-DDOCBOOKXSL_DIR=/opt/local/share/xsl/docbook-xsl
-DGETTEXT_INCLUDE_DIR=/opt/local/include
-DGETTEXT_LIBRARY=/opt/local/libgettextlib.dylib
-DGIF_INCLUDE_DIR=/opt/local/include -DGIF_LIBRARY=/opt/local/libgif.dylib
-DJASPER_INCLUDE_DIR=/opt/local/include
-DJASPER_LIBRARY=/opt/local/lib/libjasper.dylib
-DJPEG_INCLUDE_DIR=/opt/local/include
-DJPEG_LIBRARY=/opt/local/lib/libjpeg.dylib
-DLBER_LIBRARIES=/opt/local/lib/liblber.dylib
-DLDAP_INCLUDE_DIR=/opt/local/include
-DLDAP_LIBRARIES=/opt/local/lib/libldap.dylib
-DLIBEXSLT_INCLUDE_DIR=/opt/local/include
-DLIBEXSLT_LIBRARIES=/opt/local/lib/libexslt.dylib
-DLIBINTL_INCLUDE_DIR=/opt/local/include
-DLIBINTL_LIBRARY=/opt/local/lib/libintl.dylib
-DLIBXML2_INCLUDE_DIR=/opt/local/include/libxml2
-DLIBXML2_LIBRARIES=/opt/local/lib/libxml2.dylib
-DLIBXML2_XMLLINT_EXECUTABLE=/opt/local/bin/xmllint
-DLIBXSLT_INCLUDE_DIR=/opt/local/include
-DLIBXSLT_LIBRARIES=/opt/local/lib/libxslt.dylib
-DMYSQLD_EXECUTABLE=/opt/local/libexec/mysqld
-DMYSQL_INCLUDE_DIR=/opt/local/include/mysql5/mysql
-DMYSQL_LIB_DIR=/opt/local/lib/mysql5/mysql
-DMYSQLCONFIG_EXECUTABLE=/opt/local/bin/mysql_config5
-DPNG_INCLUDE_DIR=/opt/local/include
-DPNG_PNG_INCLUDE_DIR=/opt/local/include
-DPNG_LIBRARY=/opt/local/lib/libpng.dylib
-DQCA2_INCLUDE_DIR=/opt/local/include/QtCrypto
-DQCA2_LIBRARIES=/opt/local/lib/libqca.dylib
-DTIFF_INCLUDE_DIR=/opt/local/include
-DTIFF_LIBRARY=/opt/local/lib/libtiff.dylib
-DCMAKE_OSX_ARCHITECTURES="i386" -DCMAKE_OSX_SYSROOT=/ ../kdepimlibs-4.6.4
" returned error 1
:error:configure Target org.macports.configure returned: configure
failure: shell command failed (see log for details)
:debug:configure Backtrace: configure failure: shell command failed (see
log for details)
while executing
"$procedure $targetname"
:info:configure Warning: the following items did not execute (for
kdepimlibs4): org.macports.activate org.macports.configure
org.macports.build org.macports.destroot org.macports.install
}}}
kdelibs4 is installed. As is Akonadi.
--
Ticket URL: <https://trac.macports.org/ticket/28368#comment:7>
MacPorts <http://www.macports.org/>
Ports system for Mac OS
More information about the macports-tickets
mailing list