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: haawda
Last Packager: haawda
Votes: 15
Popularity: 0.001150
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

1 2 3 4 Next › Last »

dllud commented on 2023-01-09 18:32 (UTC)

In case others are getting something like this when running aeskulap:

error while loading shared libraries: libtiff.so.5: cannot open shared object file: No such file or directory

The solution is yet again to rebuild dcmtk.

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

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

maderios commented on 2022-11-28 18:30 (UTC)

It builds fine for me too after recompiling dcmtk. @kzod Thanks for information

EasyToRemember commented on 2022-03-20 12:48 (UTC)

@kzod You've nailed it! This infamous trouble of AUR packages :-(

kzod commented on 2022-03-20 07:26 (UTC)

I've had the same issue as EasyToRemeber (/usr/bin/ld: warning: libicuuc.so.69, needed by /usr/lib/libofstd.so, not found (try using -rpath or -rpath-link)) but solved it by recompiling dcmtk which contains libofstd.so.

EasyToRemember commented on 2022-03-12 12:16 (UTC) (edited on 2022-03-12 12:17 (UTC) by EasyToRemember)

x86_64 here.

It still does not compile with icu and lib32-icu standard packages version 70.1-1.

It compiles with icu69-bin AUR package.

haawda commented on 2022-03-12 10:11 (UTC)

Builds fine here with icu 70.

slav commented on 2022-03-11 17:38 (UTC)

after installing icu69 was able to complete build aeskulap

pschichtel commented on 2022-03-10 16:40 (UTC)

this package depends on icu69, not icu. With icu it does not compile due to missing symbols.

slav commented on 2022-03-10 12:08 (UTC) (edited on 2022-03-10 12:11 (UTC) by slav)

unfortunately error during compilation...


/usr/include/glib-2.0/glib/gtypes.h:545:26: note: declared here
  545 | typedef struct _GTimeVal GTimeVal GLIB_DEPRECATED_TYPE_IN_2_62_FOR(GDateTime);
      |                          ^~~~~~~~
/usr/bin/ld: warning: libicuuc.so.69, needed by /usr/lib/libofstd.so, not found (try using -rpath or -rpath-link)
/usr/bin/ld: /usr/lib/libofstd.so: undefined reference to `UCNV_TO_U_CALLBACK_STOP_69'
/usr/bin/ld: /usr/lib/libofstd.so: undefined reference to `ucnv_open_69'
/usr/bin/ld: /usr/lib/libofstd.so: undefined reference to `UCNV_FROM_U_CALLBACK_STOP_69'
/usr/bin/ld: /usr/lib/libofstd.so: undefined reference to `ucnv_getName_69'
/usr/bin/ld: /usr/lib/libofstd.so: undefined reference to `ucnv_setFromUCallBack_69'
/usr/bin/ld: /usr/lib/libofstd.so: undefined reference to `ucnv_close_69'
/usr/bin/ld: /usr/lib/libofstd.so: undefined reference to `ucnv_setToUCallBack_69'
/usr/bin/ld: /usr/lib/libofstd.so: undefined reference to `UCNV_TO_U_CALLBACK_SKIP_69'
/usr/bin/ld: /usr/lib/libofstd.so: undefined reference to `u_errorName_69'
/usr/bin/ld: /usr/lib/libofstd.so: undefined reference to `UCNV_FROM_U_CALLBACK_SKIP_69'
/usr/bin/ld: /usr/lib/libofstd.so: undefined reference to `ucnv_getFromUCallBack_69'
/usr/bin/ld: /usr/lib/libofstd.so: undefined reference to `ucnv_convertEx_69'
collect2: error: ld returned 1 exit status
make[2]: *** [Makefile:575: aeskulap] Error 1
make[1]: *** [Makefile:499: all-recursive] Error 1
make: *** [Makefile:431: all] Error 2
==> ERROR: A failure occurred in build().
    Aborting...