RJVB / macstrop

RJVB's repository of alternative macports, with ports missing from or overriding those in the standard collection, including a set of KF5 ports.
21 stars 9 forks source link

calligra: fix some configure-stage errors #111

Closed barracuda156 closed 2 months ago

barracuda156 commented 3 months ago

It still fails to find some ports (OpenEXR, poppler-qt4-mac, postgresql), but at least with this configure succeeds.

barracuda156 commented 3 months ago

Context of message called with incorrect number of arguments error:

--->  Configuring calligra
        (using ccache)
Executing:  cd "/opt/local/var/macports/build/_opt_PPCSnowLeopardPorts_kde_calligra/calligra/work/build" && /opt/local/bin/cmake -G "CodeBlocks - Unix Makefiles" -DCMAKE_BUILD_TYPE=MacPorts -DCMAKE_INSTALL_PREFIX="/opt/local" -DCMAKE_INSTALL_NAME_DIR="/opt/local/lib" -DCMAKE_SYSTEM_PREFIX_PATH="/opt/local;/usr" -DCMAKE_C_COMPILER_LAUNCHER=/opt/local/bin/ccache -DCMAKE_CXX_COMPILER_LAUNCHER=/opt/local/bin/ccache -DCMAKE_Fortran_COMPILER_LAUNCHER=/opt/local/bin/ccache -DCMAKE_OBJC_COMPILER_LAUNCHER=/opt/local/bin/ccache -DCMAKE_OBJCXX_COMPILER_LAUNCHER=/opt/local/bin/ccache -DCMAKE_ISPC_COMPILER_LAUNCHER=/opt/local/bin/ccache -DCMAKE_C_COMPILER="$CC" -DCMAKE_CXX_COMPILER="$CXX" -DCMAKE_OBJC_COMPILER="$CC" -DCMAKE_OBJCXX_COMPILER="$CXX" -DCMAKE_POLICY_DEFAULT_CMP0025=NEW -DCMAKE_POLICY_DEFAULT_CMP0060=NEW -DCMAKE_VERBOSE_MAKEFILE=ON -DCMAKE_COLOR_MAKEFILE=ON -DCMAKE_FIND_FRAMEWORK=LAST -DCMAKE_EXPORT_COMPILE_COMMANDS=ON -DCMAKE_MAKE_PROGRAM=/usr/bin/make -DCMAKE_MODULE_PATH="/opt/local/share/cmake/Modules" -DCMAKE_PREFIX_PATH="/opt/local/share/cmake/Modules" -DCMAKE_BUILD_WITH_INSTALL_RPATH:BOOL=ON -DCMAKE_INSTALL_RPATH="/opt/local/lib" -Wno-dev -DKDE4_BUILD_TESTS:BOOL=OFF -DPhonon_DIR=/opt/local/share/cmake/Modules/phonon -DICONV_INCLUDE_DIR=/opt/local/include -DICONV_LIBRARIES=/opt/local/lib/libiconv.dylib -DBUNDLE_INSTALL_DIR=/Applications/MacPorts/KDE4/Calligra-Suite -DRELEASE_BUILD=ON -DFreeTDS_INCLUDE_DIR=/opt/local/include/freetds -DFreeTDS_LIBRARIES=/opt/local/lib/libsybdb.dylib -DPRODUCTSET=CREATIVEPRACTICAL -DCMAKE_MODULE_PATH="/opt/local/lib/cmake/KDE4;/opt/local/share/cmake/Modules" -DCMAKE_PREFIX_PATH="/opt/local/lib/cmake/KDE4;/opt/local/share/cmake/Modules" -DBUILD_doc=OFF -DBUILD_docs=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/qt4  -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-nons -DGETTEXT_INCLUDE_DIR=/opt/local/include -DGETTEXT_LIBRARY=/opt/local/lib/libgettextlib.dylib -DGIF_INCLUDE_DIR=/opt/local/include -DGIF_LIBRARY=/opt/local/lib/libgif.dylib -DJASPER_INCLUDE_DIR=/opt/local/libexec/jasper2/include -DJASPER_LIBRARY=/opt/local/libexec/jasper2/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 -DLIBICALSS_LIBRARY=/opt/local/lib/libicalss.dylib -DLIBICAL_INCLUDE_DIRS=/opt/local/include -DLIBICAL_LIBRARY=/opt/local/lib/libical.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 -DPNG_INCLUDE_DIR=/opt/local/include -DPNG_PNG_INCLUDE_DIR=/opt/local/include -DPNG_LIBRARY=/opt/local/lib/libpng.dylib -DTIFF_INCLUDE_DIR=/opt/local/include -DTIFF_LIBRARY=/opt/local/lib/libtiff.dylib -DCMAKE_OSX_ARCHITECTURES="ppc" -DCMAKE_OSX_DEPLOYMENT_TARGET="10.6" -DCMAKE_OSX_SYSROOT="/" /opt/local/var/macports/build/_opt_PPCSnowLeopardPorts_kde_calligra/calligra/work/calligra-2.9.10 
-- The C compiler identification is GNU 14.2.0
-- The CXX compiler identification is GNU 14.2.0
-- Checking whether C compiler has -isysroot
-- Checking whether C compiler has -isysroot - yes
-- Checking whether C compiler supports OSX deployment target flag
-- Checking whether C compiler supports OSX deployment target flag - yes
-- Detecting C compiler ABI info
-- Detecting C compiler ABI info - done
-- Check for working C compiler: /opt/local/bin/gcc-mp-14 - skipped
-- Detecting C compile features
-- Detecting C compile features - done
-- Checking whether CXX compiler has -isysroot
-- Checking whether CXX compiler has -isysroot - yes
-- Checking whether CXX compiler supports OSX deployment target flag
-- Checking whether CXX compiler supports OSX deployment target flag - yes
-- Detecting CXX compiler ABI info
-- Detecting CXX compiler ABI info - done
-- Check for working CXX compiler: /opt/local/bin/g++-mp-14 - skipped
-- Detecting CXX compile features
-- Detecting CXX compile features - done
-- Calligra version: 2.9.10
-- Release build: ON
-- -------------------------------------------------------------------
-- Configured with product set "CREATIVEPRACTICAL"
-- -------------------------------------------------------------------
-- Looking for Q_WS_X11
-- Looking for Q_WS_X11 - not found
-- Looking for Q_WS_WIN
-- Looking for Q_WS_WIN - not found
-- Looking for Q_WS_QWS
-- Looking for Q_WS_QWS - not found
-- Looking for Q_WS_MAC
-- Looking for Q_WS_MAC - found
-- Looking for QT_MAC_USE_COCOA
-- Looking for QT_MAC_USE_COCOA - not found
-- Found Qt-Version 4.8.7 (using /opt/local/libexec/qt4/bin/qmake)
-- Performing Test CMAKE_HAVE_LIBC_PTHREAD
-- Performing Test CMAKE_HAVE_LIBC_PTHREAD - Success
-- Found Threads: TRUE
-- Found OpenSSL: /opt/local/libexec/openssl3/lib/libcrypto.dylib (found version "3.3.1")
-- Found Automoc4: /opt/local/bin/automoc4
-- Found Perl: /opt/local/bin/perl (found version "5.34.3")
-- Found Phonon: /opt/local/include (Required is at least version "4.3.80")
-- Performing Test _OFFT_IS_64BIT
-- Performing Test _OFFT_IS_64BIT - Success
-- Performing Test HAVE_FPIE_SUPPORT
-- Performing Test HAVE_FPIE_SUPPORT - Success
-- Performing Test __KDE_HAVE_W_OVERLOADED_VIRTUAL
-- Performing Test __KDE_HAVE_W_OVERLOADED_VIRTUAL - Success
-- Performing Test __KDE_HAVE_GCC_VISIBILITY
-- Performing Test __KDE_HAVE_GCC_VISIBILITY - Success
-- Found KDE 4.12 include dir: /opt/local/include/KDE4
-- Found KDE 4.12 library dir: /opt/local/lib
-- Found the KDE4 kconfig_compiler preprocessor: /opt/local/bin/kconfig_compiler
-- Found automoc4: /opt/local/bin/automoc4
-- Found Qt-Version 4.8.7 (using /opt/local/libexec/qt4/bin/qmake)
-- Found Qt-Version 4.8.7 (using /opt/local/libexec/qt4/bin/qmake)
-- Found ZLIB: /opt/local/lib/libz.dylib (found version "1.3.1")
-- Found PNG: /opt/local/lib/libpng.dylib (found version "1.6.43")
-- Found Boost: /opt/local/include (found version "1.76.0") found components: system
-- Found Carbon: -framework Carbon
-- Found PkgConfig: /opt/local/bin/pkg-config (found version "0.29.2")
-- Found Sqlite: /opt/local/include
-- Found SQLite version 3.46.1
-- Found support for extensions loading in SQLite.
-- Found ICU header files in /opt/local/include
-- Found ICU libraries: /opt/local/lib/libicuuc.dylib
-- Found OpenGL: /opt/local/lib/libGL.dylib
-- Found OpenGL: /opt/local/lib/libGL.dylib;/opt/local/lib/libGLU.dylib
-- Found Qt OpenGL support
-- Found GNU Scientific Library 2.8: /opt/local/include/gsl /opt/local/lib/libgsl.dylib;/opt/local/lib/libgslcblas.dylib
-- Found KdepimLibs: /opt/local/lib/cmake/KdepimLibs/KdepimLibsConfig.cmake (Required is at least version "4.6.0")
-- Found Eigen3: /opt/local/include/eigen3 (Required is at least version "2.91.0")
-- Could NOT find QCA2 (missing: QCA2_LIBRARIES QCA2_INCLUDE_DIR) 
-- Found Exiv2: /opt/local/lib/libexiv2.dylib (found suitable version "0.27.6", minimum required is "0.16")
-- Found Soprano: /opt/local/include (found suitable version "2.9.4", minimum required is "1.99")
-- Found Marble: /opt/local/include (found version "0.19.2")
-- Checking for module 'lcms2'
--   Found lcms2, version 2.16
-- Found lcms version 2.16, /opt/local/lib/liblcms2.dylib
-- Detected Compiler: GCC 14.2.0
-- Performing Test check_cxx_compiler_flag__Wabi
-- Performing Test check_cxx_compiler_flag__Wabi - Success
-- Performing Test check_cxx_compiler_flag__fabi_version_0
-- Performing Test check_cxx_compiler_flag__fabi_version_0 - Success
-- Performing Test check_cxx_compiler_flag__fabi_compat_version_0
-- Performing Test check_cxx_compiler_flag__fabi_compat_version_0 - Success
-- Performing Test check_cxx_compiler_flag__Wa,_q
-- Performing Test check_cxx_compiler_flag__Wa,_q - Failed
-- Performing Test check_cxx_compiler_flag__ffp_contract_fast
-- Performing Test check_cxx_compiler_flag__ffp_contract_fast - Success
-- No support for auto-detection of the target instruction set/extension
-- Found Vc: /opt/local/lib/cmake/Vc/VcConfig.cmake (found suitable version "1.4.1", minimum required is "0.6.70")
-- Vc found!
-- Vc version is greater than 0.7, enabling AVX2 support
CMake Warning at /opt/local/lib/cmake/Vc/AddCompilerFlag.cmake:49 (message):
  Deprecated use of the AddCompilerFlag macro.
Call Stack (most recent call first):
  CMakeLists.txt:406 (AddCompilerFlag)

-- Performing Test check_cxx_compiler_flag__std_c__11
-- Performing Test check_cxx_compiler_flag__std_c__11 - Success
-- Found SharedMimeInfo: /opt/local/bin/update-mime-database (found suitable version "2.4", minimum required is "0.18")
-- Checking for module 'librevenge-0.0'
--   Found librevenge-0.0, version 0.0.5
-- Found LIBREVENGE 
-- Checking for module 'libodfgen-0.1'
--   Found libodfgen-0.1, version 0.1.7
-- Found LIBODFGEN 
-- Checking for module 'libwpd-0.10'
--   Found libwpd-0.10, version 0.10.3
-- Found LIBWPD 
-- Checking for module 'libwpg-0.3'
--   Found libwpg-0.3, version 0.3.4
-- Found LIBWPG 
-- Checking for module 'libwps-0.3'
--   Found libwps-0.3, version 0.3.1
-- Found LIBWPS 
-- Checking for module 'libvisio-0.1'
--   Found libvisio-0.1, version 0.1.7
-- Found LIBVISIO 
-- Checking for module 'libetonyek-0.1'
--   Found libetonyek-0.1, version 0.1.10
-- Found LIBETONYEK 
-- Checking for module 'poppler-qt4'
--   No package 'poppler-qt4' found
-- Could not find OPTIONAL package Poppler-Qt4
-- Checking for one of the modules 'libgit2'
-- Found libgit2: /opt/local/lib/libgit2.dylib
-- Checking for one of the modules 'libqgit2'
-- Could NOT find libqgit2 (missing: LIBQGIT2_LIBRARIES LIBQGIT2_INCLUDE_DIR) 
-- Unable to find the iconutil utility - application will not have an application icon!
-- Looking for uname
-- Looking for uname - found
-- Performing Test HAVE_MYSQL_OPT_EMBEDDED_CONNECTION
-- Performing Test HAVE_MYSQL_OPT_EMBEDDED_CONNECTION - Failed
-- MySQL not found.
-- MySQL Embedded not found.
-- Could NOT find PostgreSQL (missing: PostgreSQL_LIBRARY PostgreSQL_INCLUDE_DIR PostgreSQL_TYPE_INCLUDE_DIR) 
-- Checking for module 'libpqxx'
--   Found libpqxx, version 7.9.2
-- Could NOT find XBase (missing: XBase_INCLUDE_DIR XBase_LIBRARIES) 
-- Found GLIB2: /opt/local/lib/libglib-2.0.dylib
-- Performing Test ICONV_SECOND_ARGUMENT_IS_CONST
-- Performing Test ICONV_SECOND_ARGUMENT_IS_CONST - Failed
-- Unable to find the iconutil utility - application will not have an application icon!
-- Checking for module 'fftw3>=3.2'
--   Found fftw3, version 3.3.10
-- Found FFTW3 
-- FFTW Found Version: 
-- Found GLEW: /opt/local/include
-- GLEW found!
-- OpenGL found -- krita will be able  to use OpenGL for hardware accelerated rendering.
-- Looking for powf
-- Looking for powf - found
-- Performing Test check_cxx_compiler_flag__xSSE2
-- Performing Test check_cxx_compiler_flag__xSSE2 - Failed
-- Performing Test check_cxx_compiler_flag__msse2
-- Performing Test check_cxx_compiler_flag__msse2 - Failed
-- Performing Test check_cxx_compiler_flag__arch_SSE2
-- Performing Test check_cxx_compiler_flag__arch_SSE2 - Failed
-- Performing Test check_cxx_compiler_flag__xSSSE3
-- Performing Test check_cxx_compiler_flag__xSSSE3 - Failed
-- Performing Test check_cxx_compiler_flag__mssse3
-- Performing Test check_cxx_compiler_flag__mssse3 - Failed
-- Performing Test check_cxx_compiler_flag__xSSE4_1
-- Performing Test check_cxx_compiler_flag__xSSE4_1 - Failed
-- Performing Test check_cxx_compiler_flag__msse4_1
-- Performing Test check_cxx_compiler_flag__msse4_1 - Failed
-- Performing Test check_cxx_compiler_flag__xAVX
-- Performing Test check_cxx_compiler_flag__xAVX - Failed
-- Performing Test check_cxx_compiler_flag__mavx
-- Performing Test check_cxx_compiler_flag__mavx - Failed
-- Performing Test check_cxx_compiler_flag__arch_AVX
-- Performing Test check_cxx_compiler_flag__arch_AVX - Failed
CMake Warning at /opt/local/lib/cmake/Vc/VcMacros.cmake:505 (message):
  The following unknown targets where listed in the ONLY list of
  vc_compile_for_all_implementations: 'AVX2'
Call Stack (most recent call first):
  CMakeLists.txt:422 (vc_compile_for_all_implementations)
  krita/image/CMakeLists.txt:53 (ko_compile_for_all_implementations)

DEBUG_BOOST_LIBRARIES = /opt/local/lib/libboost_system-mt.dylib
DEBUG_BOOST_SYSTEM_FOUND = ON
DEBUG_BOOST_SYSTEM_LIBRARY = /opt/local/lib/libboost_system-mt.dylib
G'Mic: using pthreads
-- Found OpenMP_C: -fopenmp (found version "4.5")
-- Found OpenMP_CXX: -fopenmp (found version "4.5")
-- Found OpenMP: TRUE (found version "4.5")
G'Mic: using OpenMP
G'Mic: using FFTW3
-- Found CURL: /opt/local/lib/libcurl.dylib (found version "8.9.1")
G'Mic: using Curl
-- Found TIFF: /opt/local/lib/libtiff.dylib (found version "4.6.0")
-- Found JPEG: /opt/local/lib/libjpeg.dylib (found version "80")
-- Check for Kdcraw library in local sub-folder...
-- Check Kdcraw library using pkg-config...
-- Checking for module 'libkdcraw'
--   Found libkdcraw, version 2.4.2
-- Found libkdcraw release 2.4.2
-- Found libkdcraw: /opt/local/lib/libkdcraw.dylib
-- Found OpenJPEG: /opt/local/lib/libopenjpeg.dylib
-- Unable to find the iconutil utility - application will not have an application icon!
-- Karbon detected that you use a 32 bit processor.
-- Unable to find the iconutil utility - application will not have an application icon!
-- Unable to find the iconutil utility - application will not have an application icon!
CMake Warning at /opt/local/lib/cmake/Vc/VcMacros.cmake:505 (message):
  The following unknown targets where listed in the ONLY list of
  vc_compile_for_all_implementations: 'AVX2'
Call Stack (most recent call first):
  CMakeLists.txt:414 (vc_compile_for_all_implementations)
  libs/pigment/CMakeLists.txt:26 (ko_compile_for_all_implementations_no_scalar)

Following objects are generated from the per-arch lib
CMake Error at libs/pigment/CMakeLists.txt:29 (message):
  message called with incorrect number of arguments

-- Could NOT find Spnav (missing: SPNAV_INCLUDE_DIR SPNAV_LIBRARY) 
-- Could NOT find Phonon (missing: Phonon_DIR)
-- Looking for include file ndir.h
-- Looking for include file ndir.h - not found
-- Looking for include file sys/dir.h
-- Looking for include file sys/dir.h - found
-- Looking for include file sys/ndir.h
-- Looking for include file sys/ndir.h - not found
-- Looking for include file dirent.h
-- Looking for include file dirent.h - found
-- Looking for include file ieeefp.h
-- Looking for include file ieeefp.h - not found
-- Looking for include file string.h
-- Looking for include file string.h - found
-- Looking for include file strings.h
-- Looking for include file strings.h - found
-- Looking for sys/iconv.h
-- Looking for sys/iconv.h - not found
-- Found pstoedit version 4.01: /opt/local/bin/pstoedit
-- Found pstoedit svg-plugin: plot-svg

-----------------------------------------------------------------------------
-- The following external packages were located on your system.
-- This installation will have the extra features provided by these packages.
-----------------------------------------------------------------------------
   * SQLite - Embedded SQL database engine with enabled extensions loading
   * ICU - International Components for Unicode (ICU) Library
   * OpenGL - OpenGL support
   * GSL - GNU Scientific Library
   * KDE PIMLibs - KDE Personal Information Management Libraries
   * Eigen - C++ template library for linear algebra
   * Exiv2 - Image metadata library and tools
   * Soprano - KDE4 RDF handling library
   * Marble - KDE4 World Globe Widget library
   * LittleCMS - Color management engine
   * Vc - Portable, zero-overhead SIMD library for C++
   * KActivities - Activities interface library
   * Qt Webkit - Qt binding for Webkit, the HTML engine.
   * SharedMimeInfo - Shared Mime Info
   * LibRevenge - A base library for writing document import filters
   * LibOdfGen - Open Document Format Generation Library
   * LibWpd - WordPerfect Document Library
   * LibWpg - WordPerfect Graphics Library
   * LibWps - Microsoft Works Document Library
   * LibVisio - Visio Import Filter Library
   * LibEtonyek - Apple Keynote Document Library
   * FreeTDS - Open source implementation of the TDS (Tabular Data Stream) protocol
   * FFTW3 - A fast, free C FFT library
   * GLEW - The OpenGL Extension Wrangler Library
   * OCIO - The OpenColorIO Library
   * png - Official PNG reference library
   * tiff - TIFF Library and Utilities
   * jpeg - Free library for JPEG image compression. Note: libjpeg8 is NOT supported.
   * kdcraw - The KDCraw library
   * openjpeg - Free library for JPEG 2000 image compression
   * Iconv - Iconv
   * pstoedit with svg plugin - Translates PostScript and PDF graphics to SVG

-----------------------------------------------------------------------------
-- The following OPTIONAL packages could NOT be located on your system.
-- Consider installing them to enable more features from this software.
-----------------------------------------------------------------------------
   * OpenEXR  <http://www.openexr.com>
     High dynamic-range (HDR) image file format
     Required by the Krita OpenEXR filter
   * QCA (2.0 or higher)  <http://delta.affinix.com/qca>
     Qt Cryptographic Architecture
     Required for encrypted OpenDocument files and encrypted xls files support (available as a module in kdesupport)
   * Okular  <http://okular.kde.org/>
     Okular ODP Plugin
     Required to build the Okular OpenDocument Presenter plugin
   * poppler-qt4  <http://poppler.freedesktop.org>
     The Poppler Qt4 interface library
     Required by the Krita PDF filter, Karbon PDF import filter and CSTester PDF feature
   * libmysqlclient  <http://www.mysql.com>
     MySQL Client Library
     Required by Kexi MySQL driver
   * libpq  <http://www.postgresql.org>
     C application programmer's interface to PostgreSQL
     Required by Kexi PostgreSQL driver
   * XBase  <http://linux.techass.com/projects/xdb>
     XBase compatible C++ class library
     Required by Kexi XBase driver
   * Spnav  <http://spacenav.sourceforge.net/>
     3Dconnexion device driver and SDK
     Required by SpaceNavigator 3D mouse plugin
   * Cauchy's M2MML  <https://bitbucket.org/cyrille/cauchy>
     Matlab/Octave to MathML compiler
     Required for the matlab/octave formula tool

-----------------------------------------------------------------------------

-- ------ The following required product(set)s/features will be built -------
-- LIB_KDCHART:  libkdchart   [[needed by: PLUGIN_CHARTSHAPE;PLUGIN_REPORTING]]
-- BUILDTOOL_RNG2CPP:  rng2cpp   [[needed by: LIB_CALLIGRA]]
-- LIB_KOVECTORIMAGE:  libkovectorimage   [[needed by: PLUGIN_VECTORSHAPE;FILTER_WMF_TO_SVG]]
-- LIB_KOPROPERTY:  libkoproperty   [[needed by: LIB_KOREPORT]]
-- LIB_CALLIGRADB:  libcalligradb   [[needed by: LIB_KOREPORT;APP_KEXI]]
-- LIB_KOREPORT:  libkoreport   [[needed by: APP_KEXI;PLUGIN_REPORTING]]
-- LIB_CALLIGRA:  Calligra core libs   [[needed by: APP_KARBON;LIB_KOMAIN;FILEMANAGER_PROPERTIES;FILEMANAGER_THUMBNAIL;PLUGIN_ARTISTICTEXTSHAPE;PLUGIN_CHARTSHAPE;PLUGIN_DEFAULTTOOLS;PLUGIN_DOCKERS;PLUGIN_FORMULASHAPE;PLUGIN_PATHSHAPES;PLUGIN_PICTURESHAPE;PLUGIN_PLUGINSHAPE;PLUGIN_TEXTEDITING;PLUGIN_TEXTSHAPE;PLUGIN_VARIABLES;PLUGIN_VECTORSHAPE;APP_KRITA;PLUGIN_COLORENGINES;PLUGIN_SPACENAVIGATOR;PART_STAGE;LIB_KOPAGEAPP;PLUGIN_VIDEOSHAPE;LIB_MSO;LIB_KOMSOOXML;LIB_KOODF2;APP_BRAINDUMP;PLUGIN_MUSICSHAPE;PLUGIN_THREEDSHAPE;APP_KEXI;PART_SHEETS;APP_CONVERTER]]
-- LIB_KOMAIN:  Lib for one-file-per-window apps   [[needed by: APP_KARBON;FILEMANAGER_THUMBNAIL;PLUGIN_CHARTSHAPE;PLUGIN_FORMULASHAPE;PLUGIN_PLUGINSHAPE;FILTER_EPS_TO_SVG_AI;FILTER_XFIG_TO_ODG;FILTER_PDF_TO_SVG;FILTER_WPG_TO_SVG;FILTER_WMF_TO_SVG;PART_STAGE;LIB_KOPAGEAPP;FILTER_KEY_TO_ODP;FILTER_KPR_TO_ODP;FILTER_PPT_TO_ODP;LIB_KOMSOOXML;FILTER_PPTX_TO_ODP;APP_BRAINDUMP;PART_SHEETS;APP_CONVERTER]]
-- LIB_KOPAGEAPP:  Lib for paged documents   [[needed by: PART_STAGE]]
-- LIB_KOODF2:  libkoodf2   [[needed by: LIB_KOMSOOXML;FILTER_PPTX_TO_ODP]]
-- LIB_MSO:  libmso   [[needed by: FILTER_PPT_TO_ODP]]
-- LIB_KOMSOOXML:  libkomsooxml   [[needed by: FILTER_PPTX_TO_ODP]]
-- FEATURE_SCRIPTING:  Scripting feature
-- PLUGIN_TEXTSHAPE:  Text shape plugin
-- PART_STAGE:  Stage engine   [[needed by: APP_STAGE]]
-- PART_SHEETS:  Sheets engine   [[needed by: PLUGIN_KEXI_SPREADSHEETMIGRATION]]
-- APP_STAGE:  Stage app (for Desktop)   [[needed by: STAGE]]
-- APP_KARBON:  Karbon app (for Desktop)   [[needed by: KARBON;FILTER_SVG_TO_KARBON;FILTER_KARBON1X_TO_KARBON;FILTER_KARBON_TO_IMAGE;FILTER_KARBON_TO_SVG;FILTER_KARBON_TO_WMF]]
-- APP_KRITA:  Krita app (for Desktop)   [[needed by: KRITA]]
-- APP_KEXI:  Kexi app (for Desktop)   [[needed by: KEXI;PLUGIN_KEXI_SPREADSHEETMIGRATION]]
-- APP_BRAINDUMP:  Braindump app (for Desktop)   [[needed by: BRAINDUMP]]
-- DOC:  Calligra Documentations
-- APP_CONVERTER:  Format converter for commandline
-- FILEMANAGER_PROPERTIES:  Plugin for the KDE file properties dialog
-- FILEMANAGER_THUMBNAIL:  Plugins for KDE filesystem thumbnailing
-- FILEMANAGER_QUICKPRINT:  Plugin for the filemanager adding a "Print" action
-- FILEMANAGER_TEMPLATES:  File templates for filemanager
-- PLUGIN_COLORENGINES:  Colorengine plugins
-- PLUGIN_MUSICSHAPE:  Music shape plugin
-- PLUGIN_SPACENAVIGATOR:  SpaceNavigator input plugin
-- PLUGIN_ARTISTICTEXTSHAPE:  Artistic shape plugin
-- PLUGIN_DOCKERS:  Default dockers plugin
-- PLUGIN_TEXTEDITING:  Textediting plugins
-- PLUGIN_KEXI_SPREADSHEETMIGRATION:  Import from ODS plugin for Kexi
-- PLUGIN_DEFAULTTOOLS:  Default Flake tools plugin
-- PLUGIN_PATHSHAPES:  Path shape plugins
-- PLUGIN_VARIABLES:  Text variables plugin
-- PLUGIN_CHARTSHAPE:  Chart shape plugin
-- PLUGIN_PICTURESHAPE:  Picture shape plugin
-- PLUGIN_PLUGINSHAPE:  Plugin shape plugin
-- PLUGIN_FORMULASHAPE:  Formula shape plugin
-- PLUGIN_VIDEOSHAPE:  Plugin for handling videos in Calligra
-- PLUGIN_VECTORSHAPE:  Vectorgraphic shape plugin
-- PLUGIN_REPORTING:  Renderer plugins for libkoreport
-- FILTER_KEY_TO_ODP:  Apple Keynote to ODP filter
-- FILTER_KPR_TO_ODP:  KPresenter to ODP filter
-- FILTER_PPT_TO_ODP:  PPT to OPD filter
-- FILTER_PPTX_TO_ODP:  PPTX to ODP filter
-- FILTER_EPS_TO_SVG_AI:  EPS to SVG/AI filter
-- FILTER_XFIG_TO_ODG:  XFig to ODG filter
-- FILTER_WPG_TO_SVG:  WPG to SVG filter
-- FILTER_KARBON_TO_IMAGE:  Karbon image export filter
-- FILTER_KARBON_TO_SVG:  Karbon SVG export filter
-- FILTER_SVG_TO_KARBON:  Karbon SVG import filter
-- FILTER_KARBON_TO_WMF:  Karbon WMF export filter
-- FILTER_WMF_TO_SVG:  WMF to SVG filter
-- FILTER_KARBON1X_TO_KARBON:  Karbon 1.x import filter
-- FILTERS_STAGE_IMPORT:  All Stage import filters
-- FILTERS_STAGE:  All Stage filters
-- FILTERS_KARBON_IMPORT:  All Karbon import filters
-- FILTERS_KARBON_EXPORT:  All Karbon export filters
-- FILTERS_KARBON:  All Karbon filters
-- FILEMANAGER:  Extensions for the filemanager
-- BRAINDUMP:  Full Braindump (for Desktop)
-- KARBON:  Full Karbon (for Desktop)
-- KEXI:  Full Kexi (for Desktop)
-- KRITA:  Full Krita
-- STAGE:  Full Stage (for Desktop)
-- 
-- ---- The following required product(set)s/features can NOT be built ------
-- PLUGIN_THREEDSHAPE:  3D shape plugin  |  Not ready for release
-- FILTER_PDF_TO_SVG:  PDF to SVG filter  |  poppler xpdf headers not found
-- 
-- ------ The following product(set)s/features will be built ---------
-- CREATIVEPRACTICAL:  Creative & Practical suite
-- -------------------------------------------------------------------
-- Configuring incomplete, errors occurred!
barracuda156 commented 2 months ago

@RJVB This should be good to merge (and necessary to, assuming someone wants to try building this).

RJVB commented 2 months ago

Thanks!

(Why was the path-style depspec for Eigen3 necessary?)

barracuda156 commented 2 months ago

Thanks!

(Why was the path-style depspec for Eigen3 necessary?)

@RJVB I use eigen3-devel (the one from standard MacPorts), because standard one is old and has a bug on ppc, a back-port of a fix for which did not exactly work out.