Package Details: opentodolist 3.48.0-1

Git Clone URL: https://aur.archlinux.org/opentodolist.git (read-only, click to copy)
Package Base: opentodolist
Description: Maintain todo lists, notes and images in libraries, which can be synced via various services like NextCloud between your devices.
Upstream URL: https://opentodolist.rpdev.net/
Licenses: GPL
Conflicts: opentodolist
Provides: opentodolist
Submitter: mhoeher
Maintainer: mhoeher
Last Packager: mhoeher
Votes: 2
Popularity: 0.000000
First Submitted: 2020-08-11 22:04 (UTC)
Last Updated: 2024-10-02 14:35 (UTC)

Latest Comments

« First ‹ Previous 1 2

sado1 commented on 2022-03-19 10:33 (UTC)

I am having an issue compiling this package - despite having syntax-highlighting package installed, and despite that this library is available in /usr/include/KF5/KSyntaxHighlighting/. Could you please take a look?

[157/293] Building CXX object lib/CMakeFiles/opentodolist-common.dir/utils/htmlsyntaxhighlighter.cpp.o FAILED: lib/CMakeFiles/opentodolist-common.dir/utils/htmlsyntaxhighlighter.cpp.o /usr/bin/c++ -DLIBSYNQCLIENT_LIBRARY_STATIC -DOPENTODOLIST_GIT_REVISION=\"bd5e868957d8b87c6df6ed90ee93894c4d887a48\" -DOPENTODOLIST_GIT_VERSION=\"3.39.0\" -DOPENTODOLIST_USE_SYSTEM_KF_SYNTAX_HIGHLIGHTING -DOPENTODOLIST_USE_SYSTEM_QTKEYCHAIN -DOPENTODOLIST_VERSION=\"3.39.0\" -DQLMDB_LIBRARY_STATIC -DQT_CONCURRENT_LIB -DQT_CORE_LIB -DQT_DBUS_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_NO_DEBUG -DQT_QMLMODELS_LIB -DQT_QML_LIB -DQT_QUICK_LIB -DQT_REMOTEOBJECTS_LIB -DQT_SQL_LIB -DQT_XML_LIB -I/home/MY_USER/.cache/pacaur/opentodolist/src/opentodolist/build/lib -I/home/MY_USER/.cache/pacaur/opentodolist/src/opentodolist/lib -I/home/MY_USER/.cache/pacaur/opentodolist/src/opentodolist/build/lib/opentodolist-common_autogen/include -I/home/MY_USER/.cache/pacaur/opentodolist/src/opentodolist/lib/../3rdparty -I/home/MY_USER/.cache/pacaur/opentodolist/src/opentodolist/lib/../3rdparty/simplecrypt -I/home/MY_USER/.cache/pacaur/opentodolist/src/opentodolist/build/lib/../3rdparty/qtkeychain -I/home/MY_USER/.cache/pacaur/opentodolist/src/opentodolist/3rdparty/qlmdb/qlmdb/.. -I/home/MY_USER/.cache/pacaur/opentodolist/src/opentodolist/3rdparty/synqclient/libsynqclient/inc -isystem /usr/include/KF5/KSyntaxHighlighting -isystem /usr/include/qt -isystem /usr/include/qt/QtGui -isystem /usr/include/qt/QtCore -isystem /usr/lib/qt/mkspecs/linux-g++ -isystem /usr/include/qt/QtQml -isystem /usr/include/qt/QtNetwork -isystem /usr/include/qt/QtQuick -isystem /usr/include/qt/QtQmlModels -isystem /usr/include/qt/QtXml -isystem /usr/include/qt/QtConcurrent -isystem /usr/include/qt/QtSql -isystem /usr/include/qt/QtRemoteObjects -isystem /usr/include/qt/QtDBus -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -Wp,-D_GLIBCXX_ASSERTIONS -Wall -O3 -DNDEBUG -fPIC -std=gnu++14 -MD -MT lib/CMakeFiles/opentodolist-common.dir/utils/htmlsyntaxhighlighter.cpp.o -MF lib/CMakeFiles/opentodolist-common.dir/utils/htmlsyntaxhighlighter.cpp.o.d -o lib/CMakeFiles/opentodolist-common.dir/utils/htmlsyntaxhighlighter.cpp.o -c /home/MY_USER/.cache/pacaur/opentodolist/src/opentodolist/lib/utils/htmlsyntaxhighlighter.cpp In file included from /home/MY_USER/.cache/pacaur/opentodolist/src/opentodolist/lib/utils/htmlsyntaxhighlighter.cpp:26: /home/MY_USER/.cache/pacaur/opentodolist/src/opentodolist/lib/utils/htmlsyntaxhighlighter.h:29:14: fatal error: KSyntaxHighlighting/abstracthighlighter.h: No such file or directory 29 | # include <KSyntaxHighlighting/abstracthighlighter.h> | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ compilation terminated. [162/293] Building CXX object lib/CMakeFiles/opentodolist-common.dir/sync/webdavsynchronizer.cpp.o ninja: build stopped: subcommand failed. ==> ERROR: A failure occurred in build(). Aborting... error: failed to build opentodolist package(s)

mhoeher commented on 2021-05-03 19:53 (UTC)

Thanks for letting me know! I hopefully fixed this once and for all by just adding qtkeychain-qt5 as a dependency and building against that version instead of the one included in the sources.

dreieck commented on 2021-05-03 14:57 (UTC)

Should conflict with qtkeychain-qt5 (or change the PKGBUILD to not include the conflicting files)o

error: failed to commit transaction (conflicting files)
opentodolist: /usr/share/qt5keychain/translations/qtkeychain_de.qm exists in filesystem (owned by qtkeychain-qt5)
opentodolist: /usr/share/qt5keychain/translations/qtkeychain_fr.qm exists in filesystem (owned by qtkeychain-qt5)
opentodolist: /usr/share/qt5keychain/translations/qtkeychain_ro.qm exists in filesystem (owned by qtkeychain-qt5)
opentodolist: /usr/share/qt5keychain/translations/qtkeychain_ru.qm exists in filesystem (owned by qtkeychain-qt5)
opentodolist: /usr/share/qt5keychain/translations/qtkeychain_zh.qm exists in filesystem (owned by qtkeychain-qt5)
Errors occurred, no packages were upgraded.

Thanks for maintaining!

simonweiss commented on 2021-03-15 06:09 (UTC)

@mhoeher, thanks a lot! Now it's working.

mhoeher commented on 2021-03-14 22:06 (UTC)

Thanks for letting me know about the issue!

The build issue should be fixed now with 3.32.0-2.

simonweiss commented on 2021-03-14 08:29 (UTC)

Got the following error trying to install 3.32.0-1:

(1/1) checking for file conflicts                                                                        [##############################################################] 100%
error: failed to commit transaction (conflicting files)
opentodolist: /usr/include/qt5keychain/keychain.h exists in filesystem (owned by qtkeychain-qt5)
opentodolist: /usr/include/qt5keychain/qkeychain_export.h exists in filesystem (owned by qtkeychain-qt5)
opentodolist: /usr/lib/cmake/Qt5Keychain/Qt5KeychainConfig.cmake exists in filesystem (owned by qtkeychain-qt5)
opentodolist: /usr/lib/cmake/Qt5Keychain/Qt5KeychainConfigVersion.cmake exists in filesystem (owned by qtkeychain-qt5)
opentodolist: /usr/lib/cmake/Qt5Keychain/Qt5KeychainLibraryDepends.cmake exists in filesystem (owned by qtkeychain-qt5)
opentodolist: /usr/lib/qt/mkspecs/modules/qt_Qt5Keychain.pri exists in filesystem (owned by qtkeychain-qt5)

Errors occurred, no packages were upgraded.

tomacrisan commented on 2021-02-02 15:07 (UTC)

The package is building as 3.31.0-2. Please change pkgrel=2 to pkgrel=1 in the PKGBUILD file.

Thanks for putting this package on AUR.

malcolm commented on 2020-08-30 14:22 (UTC)

Thank you for keeping this package up to date!