Package Details: aeskulap 0.2.2.beta2.8.ge710562-2

Git Clone URL: https://aur.archlinux.org/aeskulap.git (read-only, click to copy)
Package Base: aeskulap
Description: Medical image viewer and DICOM client
Upstream URL: http://www.nongnu.org/aeskulap
Licenses: GPL
Submitter: haawda
Maintainer: None
Last Packager: haawda
Votes: 15
Popularity: 0.000001
First Submitted: 2018-04-21 17:35 (UTC)
Last Updated: 2022-03-08 22:38 (UTC)

Pinned Comments

haawda commented on 2022-12-20 14:24 (UTC)

Before flagging this package (or any package) out ouf date read the comments.

Latest Comments

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

Smoerrebroed commented on 2019-03-05 15:30 (UTC)

Needs libicu 61 to run - Arch is currently on 63 so doesn't work due to unavailable libs.

haawda commented on 2018-12-30 09:38 (UTC)

Does not build against dcmtk 3.6.4, as a workaround use dcmtk 3.6.3.

haawda commented on 2018-05-28 20:26 (UTC)

Please file that patch upstream (https://github.com/jenslody/aeskulap/issues/12).

kolewu commented on 2018-05-27 22:19 (UTC) (edited on 2018-05-27 22:20 (UTC) by kolewu)

The patch needed to compile without an error:

--- imagepool/poolinstance.h~   2018-01-24 00:56:04.000000000 +0100
+++ imagepool/poolinstance.h    2018-05-25 23:12:46.137276723 +0200
@@ -37,6 +37,9 @@
 class Series;
 class Study;
 class Loader;
+class Instance;
+
+void remove_instance(const Glib::RefPtr<Instance>&);

 class Instance : public Glib::Object {
 protected:

With this patch the PKBDUILD works without using gcc6 -- but I am not able to open the images from a dicomdir (the project itself seems to open fine), so maybe something not resulting in a compiler error doesn't work when using gcc 8.1.

haawda commented on 2018-05-26 21:42 (UTC)

Sorry, source-URL was indeed wrong. I corrected this. I also added gcc6 as makedependency.

ktasoulas commented on 2018-05-26 19:14 (UTC)

curl: (22) The requested URL returned error: 404 Not Found ==> ERROR: Failure while downloading https://github.com/jenslody/aeskulap/archive/release-0.2.2.beta2.tar.gz Aborting... ==> ERROR: Makepkg was unable to build aeskulap. ==> Restart building aeskulap ? [y/N]

haawda commented on 2018-05-26 05:28 (UTC)

Added gconf and wrote to the devel mailing list for the build error.

ejona86 commented on 2018-05-25 01:24 (UTC) (edited on 2018-05-25 01:25 (UTC) by ejona86)

gconf is a missing dependency.

I also get a compile failure:

In file included from poolseries.h:27,
                from poolseries.cpp:22:
poolinstance.h:46:81: error: ‘void ImagePool::remove_instance(const Glib::RefPtr<ImagePool::Instance>&)’ should have been declared inside ‘ImagePool’
 friend void ImagePool::remove_instance(const Glib::RefPtr<ImagePool::Instance>&);
                                                                                ^

mzecher commented on 2018-05-03 01:51 (UTC)

intltool is missing as dep Thanks for the PKGBUILD

superhdj commented on 2017-12-16 13:58 (UTC)

make[4]: [../../config/Makefile.def:88: ofstd.o] Error 1 make[4]: se sale del directorio '/tmp/yaourt-tmp-user/aur-aeskulap-dcmtkcompat/src/aeskulap-0.2.2-beta1/dcmtk/ofstd/libsrc' make[3]: [Makefile:38: libsrc-all] Error 2 make[3]: se sale del directorio '/tmp/yaourt-tmp-user/aur-aeskulap-dcmtkcompat/src/aeskulap-0.2.2-beta1/dcmtk/ofstd' make[2]: [Makefile:79: ofstd-libsrc-all] Error 2 make[2]: se sale del directorio '/tmp/yaourt-tmp-user/aur-aeskulap-dcmtkcompat/src/aeskulap-0.2.2-beta1/dcmtk' make[1]: [Makefile:359: all-recursive] Error 1 make[1]: se sale del directorio '/tmp/yaourt-tmp-user/aur-aeskulap-dcmtkcompat/src/aeskulap-0.2.2-beta1' make: *** [Makefile:288: all] Error 2 ==> ERROR: Se produjo un fallo en build(). Cancelando... ==> ERROR: Makepkg no ha podido compilar aeskulap-dcmtkcompat.