https://bugs.kde.org/show_bug.cgi?id=392839
Phil <phd...@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |phd...@gmail.com --- Comment #2 from Phil <phd...@gmail.com> --- Hi Rex Dieter, Thank you for your prompt reply. I had to download, compile, and install "alkimia-7.0", I used the newest one "alkimia-7.0.1". It did compile and install. Thank you. I still got the same error with KMyMoney ver5.0.1, but version 5.0.0 got further. It now wanted the "KChart" from "Kdiagram" packages which is not available in my Linux Mint KDE 18.3 system's repositories with the Kubuntu backports ppa. So I went to that Kdiagram GitHub website, downloaded that, compiled and installed that too. This seemed to work and finished builiding with some comments below, but "sudo make install" failed. cmake .. -DCMAKE_INSTALL_PREFIX=/usr/ -- Boost version: 1.58.0 -- Found LibAlkimia: /usr/local/lib/x86_64-linux-gnu/cmake/LibAlkimia5-7.0/LibAlkimia5Config.cmake (found version "7.0.1") -- Found Doxygen: /usr/bin/doxygen (found version "1.8.11") -- Looking for unistd.h -- Looking for unistd.h - found -- Looking for pwd.h -- Looking for pwd.h - found -- Looking for windows.h -- Looking for windows.h - not found -- Looking for lmcons.h -- Looking for lmcons.h - not found -- Looking for process.h -- Looking for process.h - not found -- Found PkgConfig: /usr/bin/pkg-config (found version "0.28") -- Checking for module 'libofx>=0.9.4' -- Found libofx, version 0.9.10 -- Found LibOfx: -- Performing Test LIBOFX_HAVE_CLIENTUID -- Performing Test LIBOFX_HAVE_CLIENTUID - Failed CMake Warning at CMakeLists.txt:166 (find_package): By not providing "FindAQBANKING.cmake" in CMAKE_MODULE_PATH this project has asked CMake to find a package configuration file provided by "AQBANKING", but CMake did not find one. Could not find a package configuration file provided by "AQBANKING" (requested version 5.6.5) with any of the following names: AQBANKINGConfig.cmake aqbanking-config.cmake Add the installation prefix of "AQBANKING" to CMAKE_PREFIX_PATH or set "AQBANKING_DIR" to a directory containing one of the above files. If "AQBANKING" provides a separate development package or SDK, be sure it has been installed. -- Found Libical version 1.0 -- Looking for __GLIBC__ -- Looking for __GLIBC__ - found -- Performing Test _OFFT_IS_64BIT -- Performing Test _OFFT_IS_64BIT - Success -- Performing Test HAVE_DATE_TIME -- Performing Test HAVE_DATE_TIME - Success -- Performing Test COMPILER_HAS_HIDDEN_VISIBILITY -- Performing Test COMPILER_HAS_HIDDEN_VISIBILITY - Success -- Performing Test COMPILER_HAS_HIDDEN_INLINE_VISIBILITY -- Performing Test COMPILER_HAS_HIDDEN_INLINE_VISIBILITY - Success -- Performing Test COMPILER_HAS_DEPRECATED_ATTR -- Performing Test COMPILER_HAS_DEPRECATED_ATTR - Success -------- KMyMoney 5.0.0 -------- Configure results (user options): -------------------------------------------- GpgME Encryption: yes KDE PIM holidays: yes KDE PIM addressbook: yes OFX plugin: yes OFX supports CLIENTUID: no KBanking plugin: no weboob plugin: yes iCalendar export plugin: yes SQLCipher plugin: no QWebEngine: no -------------------------------------------- Configure results (developer options): -------------------------------------------- Qt-Designer library support: no Generate modeltest code: no Generate API documentation with Doxygen: yes Build type: RelWithDebInfo -- Looking for dgettext -- Looking for dgettext - found -- Found Gettext: built in libc -- Configuring done -- Generating done -- Build files have been written to: /home/user69/kmymoney-5.0.0/build "sudo make install" failed with: [ 18%] Building CXX object kmymoney/models/CMakeFiles/models.dir/accountsmodel.cpp.o /home/user69/kmymoney-5.0.0/kmymoney/models/accountsmodel.cpp: In instantiation of ‘AccountsModel::setColumnVisibility(eAccountsModel::Column, bool)::<lambda(auto:3&&, QStandardItem*)> [with auto:3 = AccountsModel::setColumnVisibility(eAccountsModel::Column, bool)::<lambda(auto:3&&, QStandardItem*)>&]’: /home/user69/kmymoney-5.0.0/kmymoney/models/accountsmodel.cpp:719:53: required from here /home/user69/kmymoney-5.0.0/kmymoney/models/accountsmodel.cpp:712:34: internal compiler error: Segmentation fault childItem->removeColumn(ixCol); ^ Please submit a full bug report, with preprocessed source if appropriate. See <file:///usr/share/doc/gcc-5/README.Bugs> for instructions. kmymoney/models/CMakeFiles/models.dir/build.make:110: recipe for target 'kmymoney/models/CMakeFiles/models.dir/accountsmodel.cpp.o' failed make[2]: *** [kmymoney/models/CMakeFiles/models.dir/accountsmodel.cpp.o] Error 1 CMakeFiles/Makefile2:4110: recipe for target 'kmymoney/models/CMakeFiles/models.dir/all' failed make[1]: *** [kmymoney/models/CMakeFiles/models.dir/all] Error 2 Makefile:138: recipe for target 'all' failed make: *** [all] Error 2 Do you or anyone else have any more suggestions? Best regards, Phil (phd21) phd21m...@gmail.com -- You are receiving this mail because: You are the assignee for the bug.