Search Criteria
Package Details: semantik 1.2.9-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/semantik.git (read-only, click to copy) |
---|---|
Package Base: | semantik |
Description: | mindmapping-like tool for document generation (reports, thesis, etc) |
Upstream URL: | https://waf.io/semantik.html |
Keywords: | diagram mindmap |
Licenses: | GPL3 |
Submitter: | der_fenix |
Maintainer: | etaboon |
Last Packager: | etaboon |
Votes: | 13 |
Popularity: | 0.000851 |
First Submitted: | 2014-01-23 19:25 (UTC) |
Last Updated: | 2023-01-01 18:04 (UTC) |
Dependencies (10)
- kdelibs4support (kdelibs4support-git)
- kio (kio-git)
- python (nogil-python, python36, python32, python311, python39, python38, python37, python312)
- python-pygments
- qt5-svg (qt5-svg-git)
- qt5-tools (qt5-tools-git)
- qt5-webengine
- desktop-file-utils (desktop-file-utils-git) (make)
- shared-mime-info (shared-mime-info-git) (make)
- minted (optional) – syntax highlighting support in documents generated by LaTeX
Latest Comments
1 2 Next › Last »
muthuh commented on 2021-04-26 16:27 (UTC)
Worked like a charm. Was it a hard fix? How did you manage to figure this one out? Tanks.
etaboon commented on 2021-04-26 16:20 (UTC)
@muthuh : I think I found a temporary fix (works for me). Tell me if it compiles for you.
etaboon commented on 2021-04-25 14:30 (UTC)
It is the same for me: I can't compile this package anymore (last time it worked in february).
Probably related to the updates of plasma/kf5.
I've contacted the dev to have some info about it.
muthuh commented on 2021-04-19 08:19 (UTC) (edited on 2021-04-25 20:47 (UTC) by muthuh)
Many thanks for looking after this package.
On my system the 'kdialog' package was missining, some of the compilation errors were solved by adding it. However, something else is missing still and can't compile - any idea what could it be?
Cheers.
P.S. Compiler complaints are about 'KMessageBox' and 'KLocalizedString'. P.S.S. Let me know if more verbose output (the '-v' flag) is needed.
[ 15/139] Compiling src/fig/box_view.cpp ../src/fig/box_entity_properties.cpp:3:10: fatal error: KMessageBox: No such file or directory 3 | #include <KMessageBox> | ^~~~~~~~~~~~~ compilation terminated.
In file included from ../src/fig/mem_box.cpp:5: ../src/con.h:6:10: fatal error: KLocalizedString: No such file or directory 6 | #include <KLocalizedString> | ^~~~~~~~~~~~~~~~~~ compilation terminated.
In file included from ../src/base/color_scheme.h:7, from ../src/base/data_item.h:15, from ../src/fig/mem_box.h:6, from ../src/fig/box_document_properties.cpp:12: ../src/con.h:6:10: fatal error: KLocalizedString: No such file or directory 6 | #include <KLocalizedString> | ^~~~~~~~~~~~~~~~~~ compilation terminated.
../src/fig/box_view.cpp:4:10: fatal error: KMessageBox: No such file or directory 4 | #include <KMessageBox> | ^~~~~~~~~~~~~ compilation terminated.
In file included from ../src/base/color_scheme.h:7, from ../src/base/data_item.h:15, from ../src/fig/CON.h:8, from ../src/fig/box_fork.h:8, from ../src/fig/box_fork.cpp:14: ../src/con.h:6:10: fatal error: KLocalizedString: No such file or directory 6 | #include <KLocalizedString> | ^~~~~~~~~~~~~~~~~~ compilation terminated.
Waf: Leaving directory `/data/Temp/semantik/src/semantik-1.2.6/build' Build failed -> task in 'semlib' failed with exit status 1 (run with -v to display more information) (..) -> task in 'semlib' failed with exit status 1 (run with -v to display more information) ==> ERROR: A failure occurred in build(). Aborting...
etaboon commented on 2020-08-03 16:50 (UTC) (edited on 2020-08-04 17:57 (UTC) by etaboon)
@SSYH : probably because you're using python 3.7.6 instead of Arch's
(or Manjaro's) default (3.8.5) ?
Something is maybe missing in your Python installation
(python dev version : headers for C/C++ dev or something like that).
Could you please provide the log file :
/home/sam/.cache/yay/semantik/src/semantik-1.2.5/build/config.log
Edit: your version of anaconda is old.
Have you tried to update it first to 2020.07 which uses Python 3.8 ?
And then try an installation of Semantik ?
PS: anaconda is in the AUR (> yay -S anaconda)
SSYH commented on 2020-07-25 13:48 (UTC)
evert commented on 2020-03-17 12:50 (UTC)
Needs an additional dependency: qt5-tools
Error: "Semantik requires the program lrelease (from the Qt linguist package? - compilation only)"
After installing qt5-tools, I could build Semantik.
1 2 Next › Last »