Opened 14 years ago

Closed 13 years ago

#23753 closed defect (fixed)

Configure error with kdenlive - missing Nepomuk

Reported by: meo85@… Owned by: ddennedy (Dan Dennedy)
Priority: Normal Milestone:
Component: ports Version: 1.8.2
Keywords: Cc: ryandesign (Ryan Carsten Schmidt)
Port: kdenlive

Description

The output when I try to configure kdenlive is the following:

Configuring kdenlive
Error: Target org.macports.configure returned: configure failure: shell command " cd "/opt/local/var/macports/build/_opt_mports_trunk_dports_multimedia_kdenlive/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_SYSTEM_PREFIX_PATH="/opt/local;/usr" -DQT_QMAKE_EXECUTABLE=/opt/local/libexec/qt4-mac/bin/qmake -Wno-dev -DBUILD_doc=OFF -DBUILD_SHARED_LIBS=ON -DBUNDLE_INSTALL_DIR=/Applications/MacPorts/KDE4 -DPHONON_INCLUDE_DIR=/opt/local/libexec/qt4-mac/include -DPHONON_LIBRARY=/opt/local/libexec/qt4-mac/lib/phonon.framework/phonon -DQT_QMAKE_EXECUTABLE=/opt/local/libexec/qt4-mac/bin/qmake -DKDE_DISTRIBUTION_TEXT="MacPorts/Mac OS X" ../kdenlive-0.7.6 -DNO_JOGSHUTTLE=1 -DCMAKE_OSX_ARCHITECTURES="x86_64" " returned error 1
Command output: -- Found Qt-Version 4.6.1 (using /opt/local/libexec/qt4-mac/bin/qmake)
-- Phonon Version: 4.3.1
-- Found KDE 4.4 include dir: /opt/local/include
-- Found KDE 4.4 library dir: /opt/local/lib
-- Found the KDE4 kconfig_compiler preprocessor: /opt/local/bin/kconfig_compiler
-- Found automoc4: /opt/local/bin/automoc4
-- Found MLT INSTALL PATH: /opt/local
-- Found MLT INCLUDES: /opt/local/include/mlt
-- Found MLT LIBR: /opt/local/lib/libmlt.dylib
-- Found MLT++ INCLUDES: /opt/local/include
-- Found MLT++ LIBR: /opt/local/lib/libmlt++.dylib
-- Found MLT library: /opt/local/lib/libmlt.dylib
-- Found msgfmt: /opt/local/bin/msgfmt
CMake Error at /opt/local/share/cmake-2.8/Modules/FindPackageHandleStandardArgs.cmake:70 (MESSAGE):
Could NOT find Nepomuk (missing: NEPOMUK_LIBRARIES NEPOMUK_INCLUDE_DIR)
Call Stack (most recent call first):
/opt/local/share/apps/cmake/modules/FindNepomuk.cmake:69 (find_package_handle_standard_args)
src/CMakeLists.txt:4 (find_package)
-- Configuring incomplete, errors occurred!
Error: Status 1 encountered during processing.

It seems to need a nepomuk port, but I couldn't find it... Thanks for attention, Matteo

Attachments (1)

kdenlive.txt (275.2 KB) - added by meo85@… 14 years ago.
Output of 'sudo port -d install kdenlive'

Download all attachments as: .zip

Change History (5)

Changed 14 years ago by meo85@…

Attachment: kdenlive.txt added

Output of 'sudo port -d install kdenlive'

comment:1 Changed 14 years ago by mf2k (Frank Schima)

Owner: changed from macports-tickets@… to dan@…

comment:2 Changed 13 years ago by jmroot (Joshua Root)

Keywords: snowleopard removed

Does this still happen with 0.7.8?

comment:3 Changed 13 years ago by ddennedy (Dan Dennedy)

I do not have nepomuk installed and this from Kdenlive source shows it opitonal:

ddennedy-macbook:kdenlive ddennedy$ grep -i nepomuk src/CMakeLists.txt
macro_optional_find_package(Nepomuk)
if(Nepomuk_FOUND)
  include_directories(NEPOMUK_INCLUDES)
  set(optional_libs ${NEPOMUK_LIBRARIES})
  add_definitions(-DNEPOMUK)
endif(Nepomuk_FOUND)

I do not recall if I did something special to install dependencies without nepomuk.

comment:4 Changed 13 years ago by ryandesign (Ryan Carsten Schmidt)

Cc: ryandesign@… added
Resolution: fixed
Status: newclosed

Latest kdenlive in MacPorts installs fine for me. Nepomuk issues were recently resolved, so this ticket should be as well.

Note: See TracTickets for help on using tickets.