The "me too" point I wanted to make is that as far as I see it, which was not mentioned before, the problem seems not to originate from within the amide package. Somehow, libgtk-3.so.0 gets linked in, although gtk+-2.0 is asked for. I have tried to investigate this by figuring out which dependency might be causing this, however unsuccessful thus far. Sorry for not having a patch.
Search Criteria
Package Details: amide 1.0.6-8
Package Actions
Git Clone URL: | https://aur.archlinux.org/amide.git (read-only, click to copy) |
---|---|
Package Base: | amide |
Description: | Medical imaging data examiner |
Upstream URL: | http://amide.sourceforge.net/ |
Licenses: | GPL |
Submitter: | haawda |
Maintainer: | haawda |
Last Packager: | haawda |
Votes: | 11 |
Popularity: | 0.000000 |
First Submitted: | 2010-02-08 15:28 (UTC) |
Last Updated: | 2022-03-05 15:24 (UTC) |
Dependencies (9)
- dcmtk (dcmtk-git)
- gsl (gsl-git)
- libgnomecanvas
- volpack
- xmedcon-gtk2
- gnome-doc-utils (make)
- gtk-doc (gtk-doc-git) (make)
- intltool (make)
- libxml2 (libxml2-git) (make)
Required by (0)
Sources (2)
Latest Comments
jpeter commented on 2021-03-25 06:44 (UTC)
haawda commented on 2021-03-24 17:48 (UTC)
Yes, the error exists, as I wrote in my previous comment, and we do not need another "me too"-comment, but a fix. Patches are welcome.
jpeter commented on 2021-03-24 13:25 (UTC)
Confirmed wh75er Error.
Compilation and linking is without error. However, ldd amide lists libgtk-3.so.0 although the linker option includes $(shell pkg-config --cflags gtk+-2.0)
haawda commented on 2021-03-23 11:32 (UTC)
confirmed, maybe buildin in a clean chroot will help.
wh75er commented on 2021-03-22 16:37 (UTC) (edited on 2021-03-22 16:38 (UTC) by wh75er)
I'm having problem with this package after building. When running I'm getting:
GTK+ 2.x symbols detected. Using GTK+ 2.x and GTK+ 3 in the same process is not supported
I have gtk2 and gtk3 installed in my system
bartus commented on 2020-07-05 12:53 (UTC) (edited on 2020-07-05 12:54 (UTC) by bartus)
Missing gtk-doc
in makedepends
simona commented on 2020-07-04 15:07 (UTC)
now perfect. thx.
haawda commented on 2020-06-05 09:50 (UTC)
Thanks, fixed.
bartus commented on 2020-06-04 12:43 (UTC) (edited on 2020-06-04 12:47 (UTC) by bartus)
@simona, @haawad:
Wont build with -fno-common
against gcc:10
, change to -fcommon
to fix.
simona commented on 2020-06-03 11:28 (UTC)
/bin/ld: amitk_canvas_object.o:/home/simona/.cache/yay/amide/src/amide-1.0.6/src/render.h:54: multiple definition of `dummy_voxel';
amitk_canvas.o:/home/simona/.cache/yay/amide/src/amide-1.0.6/src/render.h:54: first defined here
simona commented on 2020-06-03 10:45 (UTC)
do not compile anymore
diabonas commented on 2019-10-19 17:50 (UTC)
This package is now built from the latest (semi-)official sources published by the project author before development stopped in early 2017, see his post on the amide-users mailing list. This coincides with the last commit in the project's Mercurial repository on SourceForge. At the time of writing this comment, the program works well without segfaulting.
haawda commented on 2019-10-16 19:57 (UTC) (edited on 2019-10-16 19:57 (UTC) by haawda)
amide 1.0.5 now also sefaults for me, please use 106 (amide-hg).
humhumhum commented on 2019-10-05 10:44 (UTC) (edited on 2019-10-05 10:58 (UTC) by humhumhum)
FYI: Error when I tried to generate amide-hg
Cloning amide hg repo... /usr/share/makepkg/source/hg.sh: line 45: hg: command not found
The installation of mercurial before solved the problem.
Perhaps it should be part of the depencies.
humhumhum commented on 2019-10-05 10:36 (UTC) (edited on 2019-10-05 10:37 (UTC) by humhumhum)
same here coredump as soon as I run amide.
The remove of amide, and the installation of amide-hg (after the installation of mercurial) works.
Thanks haawda
haawda commented on 2019-05-08 16:23 (UTC)
Cannot reproduce, does it segfault always or only if you do certain actions?
Is amide-hg an alternative?
marcin commented on 2019-05-08 06:34 (UTC)
It core dumps:
[Thread debugging using libthread_db enabled] Using host libthread_db library "/usr/lib/libthread_db.so.1"
haawda commented on 2018-11-11 10:35 (UTC)
Pardon? What should this tell us?
simona commented on 2018-11-10 22:17 (UTC) (edited on 2018-11-11 11:36 (UTC) by simona)
"** (process:7913): DEBUG (recursed): Name com.canonical.AppMenu.Registrar does not exist on the session bus" when i launch it.
haawda commented on 2017-12-23 18:16 (UTC)
Disabled gtk-doc. amide still uses a no longer included binary.
nakanoXF commented on 2017-12-23 15:20 (UTC)
Can't build:
touch scan-build.stamp gtkdoc-mktmpl --module= make[3]: gtkdoc-mktmpl: Command not found make[3]: [Makefile:789: tmpl-build.stamp] Error 127 make[3]: Leaving directory '/tmp/yaourt-tmp-nakano/aur-amide/src/amide-1.0.5/doc/reference' make[2]: [Makefile:419: all-recursive] Error 1 make[2]: Leaving directory '/tmp/yaourt-tmp-nakano/aur-amide/src/amide-1.0.5/doc' make[1]: [Makefile:490: all-recursive] Error 1 make[1]: Leaving directory '/tmp/yaourt-tmp-nakano/aur-amide/src/amide-1.0.5' make: [Makefile:421: all] Error 2 ==> ERROR: A failure occurred in build(). Aborting... ==> ERROR: Makepkg was unable to build amide.
Pinned Comments
diabonas commented on 2019-10-19 17:50 (UTC)
This package is now built from the latest (semi-)official sources published by the project author before development stopped in early 2017, see his post on the amide-users mailing list. This coincides with the last commit in the project's Mercurial repository on SourceForge. At the time of writing this comment, the program works well without segfaulting.