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
.
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) |
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
.
Before flagging this package (or any package) out ouf date read the comments.
It builds fine for me too after recompiling dcmtk. @kzod Thanks for information
@kzod You've nailed it! This infamous trouble of AUR packages :-(
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
.
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.
Builds fine here with icu 70.
after installing icu69 was able to complete build aeskulap
this package depends on icu69
, not icu
. With icu
it does not compile due to missing symbols.
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...
Pinned Comments
haawda commented on 2022-12-20 14:24 (UTC)
Before flagging this package (or any package) out ouf date read the comments.