Package Base Details: anjuta

Git Clone URL: https://aur.archlinux.org/anjuta.git (read-only, click to copy)
Submitter: arojas
Maintainer: ian_eo
Last Packager: ian_eo
Votes: 1
Popularity: 0.000000
First Submitted: 2022-04-01 16:29 (UTC)
Last Updated: 2023-01-18 23:49 (UTC)

Latest Comments

olorton commented on 2024-02-14 19:16 (UTC)

I can confirm the page http://www.anjuta.org/ is serving betwin188 content.

ian_eo commented on 2023-11-14 22:45 (UTC) (edited on 2023-11-29 18:21 (UTC) by ian_eo)

@nonickknown: just tried reinstalling, seems to work fine. it is not overtaken by bitwin188 ad page.

nonickknown commented on 2023-11-14 06:44 (UTC)

It seems that the upstream URL is overtaken by bitwin188 adpage.. is this project still alive?

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"