Package Details: artha 1.0.5-2

Git Clone URL: https://aur.archlinux.org/artha.git (read-only, click to copy)
Package Base: artha
Description: A free cross-platform English thesaurus based on WordNet
Upstream URL: http://artha.sourceforge.net/wiki/index.php/Home
Licenses: GPL
Submitter: ShadowKyogre
Maintainer: donpicoro (zaramaloo)
Last Packager: donpicoro
Votes: 85
Popularity: 0.006963
First Submitted: 2009-09-17 03:35 (UTC)
Last Updated: 2024-08-19 11:28 (UTC)

Dependencies (7)

Required by (0)

Sources (1)

Latest Comments

« First ‹ Previous 1 2 3 4 5 6 7 Next › Last »

zaramaloo commented on 2020-07-23 11:50 (UTC)

Message to the maintainers, cloning the GIT repo exits with an error: "make: *** [Makefile:275: all] Errore 2 ==> ERROR: A failure occurred in build(). Aborting..." any ideas? thanks its a great little app....

donpicoro commented on 2020-07-06 12:32 (UTC)

Ok, this is an error I did manage to reproduce. However I cannot seem to get it to work.

I am grateful this package was around when I was writing my PhD Thesis but I do not use it anymore. I welcome any possible input from you people.

I cannot spend a lot of time trying to fix a great package that unfortunately has not have any new releases since 2012-10-07 and no new code development since 2014-09-23. See https://sourceforge.net/p/artha/news/

My guess is that GCC9 could be the one to point the finger to.

Cheers,

/Pico

abd commented on 2020-07-06 07:52 (UTC)

Similar err but this's in link time

/usr/bin/ld: gui.o:(.bss+0x20): multiple definition of notify_notification_close'; mod_notify.o:(.bss+0x10): first defined here /usr/bin/ld: gui.o:(.bss+0x30): multiple definition ofnotify_notification_update'; mod_notify.o:(.bss+0x20): first defined here
/usr/bin/ld: gui.o:(.bss+0x28): multiple definition of notify_notification_show'; mod_notify.o:(.bss+0x18): first defined here /usr/bin/ld: gui.o:(.bss+0x38): multiple definition ofnotify_notification_new'; mod_notify.o:(.bss+0x28): first defined here
/usr/bin/ld: gui.o:(.bss+0x40): multiple definition of notify_uninit'; mod_notify.o:(.bss+0x30): first defined here /usr/bin/ld: gui.o:(.bss+0x48): multiple definition ofnotify_init'; mod_notify.o:(.bss+0x38): first defined here
collect2: error: ld returned 1 exit status

sully6119 commented on 2020-06-29 02:53 (UTC) (edited on 2020-06-29 03:01 (UTC) by sully6119)

Same problem here. Brand new EndeavorOS install. I am new to Arch. Previously Gentoo, Slackware and Ubuntu user. Attempts to manually build result in:

/usr/bin/ld: gui.o:/home/sean/Downloads/artha-1.0.3/src/mod_notify.h:51: multiple definition of `notify_notification_close'; mod_notify.o:/home  /sean/Downloads/artha-1.0.3/src/mod_notify.h:51: first defined here
/usr/bin/ld: gui.o:/home/sean/Downloads/artha-1.0.3/src/mod_notify.h:43: multiple definition of `notify_notification_update'; mod_notify.o:/home/sean/Downloads/artha-1.0.3/src/mod_notify.h:43: first defined here
/usr/bin/ld: gui.o:/home/sean/Downloads/artha-1.0.3/src/mod_notify.h:48: multiple definition of `notify_notification_show'; mod_notify.o:/home/sean/Downloads/artha-1.0.3/src/mod_notify.h:48: first defined here
/usr/bin/ld: gui.o:/home/sean/Downloads/artha-1.0.3/src/mod_notify.h:39: multiple definition of `notify_notification_new'; mod_notify.o:/home    /sean/Downloads/artha-1.0.3/src/mod_notify.h:39: first defined here
/usr/bin/ld: gui.o:/home/sean/Downloads/artha-1.0.3/src/mod_notify.h:37: multiple definition of `notify_uninit'; mod_notify.o:/home/sean/Downloads/artha-1.0.3/src/mod_notify.h:37: first defined here
/usr/bin/ld: gui.o:/home/sean/Downloads/artha-1.0.3/src/mod_notify.h:36: multiple definition of `notify_init'; mod_notify.o:/home/sean/Downloads/artha-1.0.3/src/mod_notify.h:36: first defined here
/usr/bin/ld: gui.o: undefined reference to symbol 'g_file_delete'
/usr/bin/ld: /usr/lib/libgio-2.0.so.0: error adding symbols: DSO missing from command line
collect2: error: ld returned 1 exit status
make[2]: *** [Makefile:444: artha] Error 1
make[2]: Leaving directory '/home/sean/Downloads/artha-1.0.3/src'
make[1]: *** [Makefile:344: all-recursive] Error 1
make[1]: Leaving directory '/home/sean/Downloads/artha-1.0.3'
make: *** [Makefile:275: all] Error 2

Tio commented on 2020-06-29 00:25 (UTC)

I get this error:

mv -f .deps/eggaccelerators.Tpo .deps/eggaccelerators.Po
mv -f .deps/wni.Tpo .deps/wni.Po
rm -f libwni.a
ar cru libwni.a wni.o 
ar: `u' modifier ignored since `D' is the default (see `U')
ranlib libwni.a
mv -f .deps/gui.Tpo .deps/gui.Po
/bin/sh ../libtool --tag=CC   --mode=link gcc -Wall -Wextra -std=c99 -pedantic -Wno-unused-parameter -fstrict-aliasing -Wno-missing-field-initializers -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/harfbuzz -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/fribidi -I/usr/include/uuid -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/atk-1.0 -pthread -DGTK_DISABLE_DEPRECATED=1 -DGDK_DISABLE_DEPRECATED=1 -DGDK_PIXBUF_DISABLE_DEPRECATED=1 -DG_DISABLE_DEPRECATED=1 -I/usr/include/dbus-1.0 -I/usr/lib/dbus-1.0/include -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include  -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fno-plt  -Wl,--copy-dt-needed-entries -Wl,-O1,--sort-common,--as-needed,-z,relro,-z,now -o artha mod_notify.o suggestions.o hotkey_editor.o gui.o eggaccelerators.o tomboyutil.o instance_handler.o  libwni.a -lWN -lX11 -ldbus-1 -ldbus-glib-1 -lgtk-x11-2.0 -lgdk-x11-2.0 -lgmodule-2.0 -lgobject-2.0 -lglib-2.0  
libtool: link: gcc -Wall -Wextra -std=c99 -pedantic -Wno-unused-parameter -fstrict-aliasing -Wno-missing-field-initializers -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/harfbuzz -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/fribidi -I/usr/include/uuid -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/atk-1.0 -pthread -DGTK_DISABLE_DEPRECATED=1 -DGDK_DISABLE_DEPRECATED=1 -DGDK_PIXBUF_DISABLE_DEPRECATED=1 -DG_DISABLE_DEPRECATED=1 -I/usr/include/dbus-1.0 -I/usr/lib/dbus-1.0/include -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fno-plt -Wl,--copy-dt-needed-entries -Wl,-O1 -Wl,--sort-common -Wl,--as-needed -Wl,-z -Wl,relro -Wl,-z -Wl,now -o artha mod_notify.o suggestions.o hotkey_editor.o gui.o eggaccelerators.o tomboyutil.o instance_handler.o  libwni.a -lWN -lX11 -ldbus-1 -ldbus-glib-1 -lgtk-x11-2.0 -lgdk-x11-2.0 -lgmodule-2.0 -lgobject-2.0 -lglib-2.0 -pthread
/usr/bin/ld: gui.o:(.bss+0x20): multiple definition of `notify_notification_close'; mod_notify.o:(.bss+0x10): first defined here
/usr/bin/ld: gui.o:(.bss+0x30): multiple definition of `notify_notification_update'; mod_notify.o:(.bss+0x20): first defined here
/usr/bin/ld: gui.o:(.bss+0x28): multiple definition of `notify_notification_show'; mod_notify.o:(.bss+0x18): first defined here
/usr/bin/ld: gui.o:(.bss+0x38): multiple definition of `notify_notification_new'; mod_notify.o:(.bss+0x28): first defined here
/usr/bin/ld: gui.o:(.bss+0x40): multiple definition of `notify_uninit'; mod_notify.o:(.bss+0x30): first defined here
/usr/bin/ld: gui.o:(.bss+0x48): multiple definition of `notify_init'; mod_notify.o:(.bss+0x38): first defined here
collect2: error: ld returned 1 exit status
make[2]: *** [Makefile:444: artha] Error 1
make[2]: Leaving directory '/var/tmp/pamac-build-tio/artha/src/artha-1.0.3/src'
make[1]: *** [Makefile:344: all-recursive] Error 1
make[1]: Leaving directory '/var/tmp/pamac-build-tio/artha/src/artha-1.0.3'
make: *** [Makefile:275: all] Error 2
==> ERROR: A failure occurred in build().
    Aborting...

donpicoro commented on 2020-06-17 09:04 (UTC)

Dear @thaiphd,

as I wrote @fantab some time ago. I just tried it in my system (ArchLinux) building it myself and I found no errors.

Can you try and compile it manually? Maybe we can learn something more about the nature of the error that way.

/Pico

thaiphd commented on 2020-06-16 12:27 (UTC)

I got a problem trying to install artha using pamac


/usr/bin/ld: gui.o:(.bss+0x20): multiple definition of notify_notification_close'; mod_notify.o:(.bss+0x10): first defined here
/usr/bin/ld: gui.o:(.bss+0x30): multiple definition ofnotify_notification_update'; mod_notify.o:(.bss+0x20): first defined here
/usr/bin/ld: gui.o:(.bss+0x28): multiple definition of notify_notification_show'; mod_notify.o:(.bss+0x18): first defined here
/usr/bin/ld: gui.o:(.bss+0x38): multiple definition ofnotify_notification_new'; mod_notify.o:(.bss+0x28): first defined here
/usr/bin/ld: gui.o:(.bss+0x40): multiple definition of notify_uninit'; mod_notify.o:(.bss+0x30): first defined here
/usr/bin/ld: gui.o:(.bss+0x48): multiple definition ofnotify_init'; mod_notify.o:(.bss+0x38): first defined here
collect2: error: ld returned 1 exit status
make[2]: *** [Makefile:444: artha] Error 1

fantab commented on 2020-05-27 11:52 (UTC) (edited on 2020-05-27 12:09 (UTC) by fantab)

Hi @donpicoro I tried re-installing but the same error however the required dependencies have all installed without any issue.

[url]https://pastebin.com/wwnzhw4k[/url]

donpicoro commented on 2020-05-27 07:23 (UTC) (edited on 2020-05-27 07:24 (UTC) by donpicoro)

Dear @fantab:

I just tried in my system and got it to compile with no problems....

==> Tidying install...
  -> Removing empty directories...
  -> Removing libtool files...
  -> Purging unwanted files...
  -> Removing static library files...
  -> Stripping unneeded symbols from binaries and libraries...
  -> Compressing man and info pages...
==> Checking for packaging issues...
==> Creating package "artha"...
  -> Generating .PKGINFO file...
  -> Generating .BUILDINFO file...
  -> Generating .MTREE file...
  -> Compressing package...
==> Leaving fakeroot environment.
==> Finished making: artha 1.0.3-8 (Wed 27 May 2020 09:19:12 AM CEST)

I wondered what happens at your machine. Could you post a more complete report? Maybe I have overlooked the dependencies since forever ago or something.

Cheers,

/Pico

fantab commented on 2020-05-27 04:52 (UTC) (edited on 2020-05-27 12:00 (UTC) by fantab)

Hi I have run into the following ERROR installing artha:

[code] collect2: error: ld returned 1 exit status make[2]: [Makefile:444: artha] Error 1 make[2]: Leaving directory '/home/ria/.cache/pacaur/artha/src/artha-1.0.3/src' make[1]: [Makefile:344: all-recursive] Error 1 make[1]: Leaving directory '/home/ria/.cache/pacaur/artha/src/artha-1.0.3' make: *** [Makefile:275: all] Error 2 ==> ERROR: A failure occurred in build(). Aborting... :: failed to build artha package(s) [/code]

I am using Pacaur but I get the same error with direct snapshot download and 'makepkg'.

[code] collect2: error: ld returned 1 exit status make[2]: [Makefile:444: artha] Error 1 make[2]: Leaving directory '/home/ria/artha/src/artha-1.0.3/src' make[1]: [Makefile:344: all-recursive] Error 1 make[1]: Leaving directory '/home/ria/artha/src/artha-1.0.3' make: *** [Makefile:275: all] Error 2 ==> ERROR: A failure occurred in build(). Aborting... [/code]