Search Criteria
Package Details: libanjuta 3.34.0-9
Package Actions
Git Clone URL: | https://aur.archlinux.org/anjuta.git (read-only, click to copy) |
---|---|
Package Base: | anjuta |
Description: | Anjuta runtime library |
Upstream URL: | http://www.anjuta.org/ |
Licenses: | GPL |
Conflicts: | anjuta |
Submitter: | arojas |
Maintainer: | ian_eo |
Last Packager: | ian_eo |
Votes: | 1 |
Popularity: | 0.000024 |
First Submitted: | 2022-04-01 16:29 (UTC) |
Last Updated: | 2023-01-18 23:49 (UTC) |
Dependencies (20)
- gdl (gdl-git)
- autogen (make)
- dconf (make)
- devhelp (devhelp-git, devhelp-docs-git) (make)
- gdl (gdl-git) (make)
- git (git-vfs, git-run-command-patch-git, git-git, git-fc) (make)
- gjs (gjs-git) (make)
- glade (make)
- gnome-common (make)
- gobject-introspection (gobject-introspection-git) (make)
- gtk-doc (make)
- intltool (make)
- itstool (make)
- libgda (make)
- neon (make)
- python (python36, python32, python37, python39, python38, python310, python312) (make)
- subversion (make)
- vte3 (vte3-ng-fullwidth-emoji, vte3-ng, vte3-tilix, vte3-selectall, vte3-nohang, vtethree-git, vte3-notification) (make)
- yelp-tools (make)
- perl (perl-git) (optional) – required for plugin tools
Latest Comments
dylanchapell commented on 2023-09-15 16:34 (UTC)
I was running into the error "ModuleNotFoundError: No module named 'giscanner._giscanner'" until I ran conda deactivate. I found this solution here: https://github.com/AyatanaIndicators/ayatana-ido/issues/56 and I wanted to leave it here in case anyone else is running into this.
HotblackDesiato commented on 2023-02-21 07:31 (UTC)
@ian_eo: I cannot confirm this. I just tried (Feb 21):
==> Lade PKGBUILD von libanjuta aus dem AUR herunter... ==> FEHLER:libanjuta nicht im AUR gefunden.
translation: ERROR:libanjuta not found in AUR
wakamue commented on 2023-02-16 09:26 (UTC)
Comilation failed if libgda6 is installed
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../.. -w -I/usr/include/libgda-6.0 -I/usr/include/libgda-6.0/libgda -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/sysprof-4 -pthread -I/usr/include/libxml2 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/gtk-3.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/fribidi -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/gio-unix-2.0 -I/usr/include/cloudproviders -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/dbus-1.0/include -pthread -I/usr/include/libgdl-3.0 -I/usr/include/gtk-3.0 -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/harfbuzz -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/gio-unix-2.0 -I/usr/include/cloudproviders -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/dbus-1.0/include -pthread -I/usr/include/libxml2 -I../.. -I../../libanjuta -DPACKAGE_PIXMAPS_DIR=\"/usr/share/pixmaps/anjuta\" -DPACKAGE_LIB_DIR=\"/usr/lib/anjuta\" -DPACKAGE_DATA_DIR=\"/usr/share/anjuta\" -DSYMBOL_DB_SHM=\"/dev/shm\" -DPACKAGE_BIN_DIR=\"/usr/bin\" -DG_LOG_DOMAIN=\"libanjuta-symbol-db\" -w -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -MT symbol-db-engine-core.lo -MD -MP -MF .deps/symbol-db-engine-core.Tpo -c symbol-db-engine-core.c -fPIC -DPIC -o .libs/symbol-db-engine-core.o symbol-db-engine-core.c: In function 'symbol_db_engine_update_project_symbols': symbol-db-engine-core.c:5446:65: error: 'GDA_TYPE_TIMESTAMP' undeclared (first use in this function); did you mean 'GDA_TYPE_TIME'? 5446 | GDA_TYPE_TIMESTAMP, | ^~~~~~~~~~~~~~~~~~ | GDA_TYPE_TIME symbol-db-engine-core.c:5446:65: note: each undeclared identifier is reported only once for each function it appears in symbol-db-engine-core.c:5476:23: error: unknown type name 'GdaTimestamp' 5476 | const GdaTimestamp *timestamp; | ^~~~~~~~~~~~ symbol-db-engine-core.c:5538:43: error: request for member 'year' in something not a structure or union 5538 | filetm.tm_year = timestamp->year - 1900; | ^~ symbol-db-engine-core.c:5539:42: error: request for member 'month' in something not a structure or union 5539 | filetm.tm_mon = timestamp->month - 1; | ^~ symbol-db-engine-core.c:5540:43: error: request for member 'day' in something not a structure or union 5540 | filetm.tm_mday = timestamp->day; | ^~ symbol-db-engine-core.c:5541:43: error: request for member 'hour' in something not a structure or union 5541 | filetm.tm_hour = timestamp->hour; | ^~ symbol-db-engine-core.c:5542:42: error: request for member 'minute' in something not a structure or union 5542 | filetm.tm_min = timestamp->minute; | ^~ symbol-db-engine-core.c:5543:42: error: request for member 'second' in something not a structure or union 5543 | filetm.tm_sec = timestamp->second; | ^~
If I remove libgda6 the compilation works fine.
ian_eo commented on 2023-02-15 21:46 (UTC)
i just tested it, download of package and install is working.
HotblackDesiato commented on 2023-01-26 05:59 (UTC) (edited on 2023-01-26 05:59 (UTC) by HotblackDesiato)
I get a "package not found in AUR" error for version 3.34.0-9.
ian_eo commented on 2023-01-18 21:42 (UTC) (edited on 2023-01-18 23:51 (UTC) by ian_eo)
from gtkpod comments by @satnififu: To anyone who's had trouble building due to anjuta issues, simply disable the devhelp plugin in the anjuta PKGBUILD by changing the --enable-plugin-devhelp flag to --disable-plugin-devhelp
edit: updated anjuta to 3.34.0-9, "disabled the devhelp plugin from PKGBUILD"