Everyone, Apparently, aeskulap is broken during the upgrade fro 7.5 to 7.6, and is no longer available in the epel repos. I had some difficulty having it function, and during the debug process I decided to do a yum remove, but when I tried a yum install to reinstall it, aeskulap was no longer present. This problem may also affect other modules. I have placed a bug report : https://bugzilla.redhat.com/show_bug.cgi?id=1659667 The depracation of tcp wrappers may be involved in this https://fedoraproject.org/wiki/Changes/Deprecate_TCP_wrappers -------------------------------------------------------------------------------------- Everyone, As it turns out the problem was not related to the EPEL repo, but rather to the nux-dextop repo. I have contacted the maintainer of nex-dextop and he advised me that although aeskulap compiled on Centos 7.5 it would not compile on 7.6. Does anyone on the list have any knowledge of what may be happening. Thank you, Greg Ennis ----------------------------------------------------------------------------------------- Everyone, I tried to compile aeskulap on Centos 7.6 by using the commands ./configure followed by make which resulted in the following errors : make[4]: *** [dimoimg.o] Error 1 make[4]: Leaving directory `/root/rpmbuild/SOURCES/aeskulap-0.2.2- beta1/dcmtk/dcmimgle/libsrc' make[3]: *** [libsrc-all] Error 2 make[3]: Leaving directory `/root/rpmbuild/SOURCES/aeskulap-0.2.2-beta1/dcmtk/dcmimgle' make[2]: *** [dcmimgle-libsrc-all] Error 2 make[2]: Leaving directory `/root/rpmbuild/SOURCES/aeskulap-0.2.2-beta1/dcmtk' make[1]: *** [all-recursive] Error 1 make[1]: Leaving directory `/root/rpmbuild/SOURCES/aeskulap-0.2.2-beta1' make: *** [all] Error 2 I downloaded the source files from : http://li.nux.ro/download/nux/dextop/el7/SRPMS/aeskulap-0.2.2-0.17beta1.el7.nux.src.rpm If any of you can give me a starting point for this I would appreciate it. Apparently aeskulap did compile on Centos 7.5 and earlier os. Thank in advance!!! Greg Ennis _______________________________________________ CentOS mailing list CentOS at centos.org https://lists.centos.org/mailman/listinfo/centos
On 12/27/18 7:53 PM, Gregory P. Ennis wrote:> Everyone, > > Apparently, aeskulap is broken during the upgrade fro 7.5 to 7.6, and > is no longer available in the epel repos. > > I had some difficulty having it function, and during the debug process > I decided to do a yum remove, but when I tried a yum install to > reinstall it, aeskulap was no longer present. This problem may also affect > other modules. > > I have placed a bug report : > > https://bugzilla.redhat.com/show_bug.cgi?id=1659667 > > The depracation of tcp wrappers may be involved in this > > https://fedoraproject.org/wiki/Changes/Deprecate_TCP_wrapperstcp_wrappers is still part of CentOS 7 in 7.6.
> I tried to compile aeskulap on Centos 7.6 by using the commands ./configure followed by > make which resulted in the following errors :Attempting to build this way is next to pointless and will likely show you errors completely unrelated to why the package won't properly build.> make[4]: *** [dimoimg.o] Error 1 > make[4]: Leaving directory `/root/rpmbuild/SOURCES/aeskulap-0.2.2- > beta1/dcmtk/dcmimgle/libsrc' > make[3]: *** [libsrc-all] Error 2 > make[3]: Leaving directory `/root/rpmbuild/SOURCES/aeskulap-0.2.2-beta1/dcmtk/dcmimgle' > make[2]: *** [dcmimgle-libsrc-all] Error 2 > make[2]: Leaving directory `/root/rpmbuild/SOURCES/aeskulap-0.2.2-beta1/dcmtk' > make[1]: *** [all-recursive] Error 1 > make[1]: Leaving directory `/root/rpmbuild/SOURCES/aeskulap-0.2.2-beta1' > make: *** [all] Error 2...and even if you were building it correctly you completely skipped the actual errors here. What you've shown can't be used in any significant way to help.> I downloaded the source files from : > > http://li.nux.ro/download/nux/dextop/el7/SRPMS/aeskulap-0.2.2-0.17beta1.el7.nux.src.rpmAs you've already stated and shown here this is a package from a 3rd-party repo, and as such is not supported by the CentOS project. If Nux can't help you then I suggest you look for the package elsewhere or try to (properly) build it yourself. Unfortunately neither of these options is supported here. Peter
> I tried to compile aeskulap on Centos 7.6 by using the commands ./configure followed by > make which resulted in the following errors :Attempting to build this way is next to pointless and will likely show you errors completely unrelated to why the package won't properly build.> make[4]: *** [dimoimg.o] Error 1 > make[4]: Leaving directory `/root/rpmbuild/SOURCES/aeskulap-0.2.2- > beta1/dcmtk/dcmimgle/libsrc' > make[3]: *** [libsrc-all] Error 2 > make[3]: Leaving directory `/root/rpmbuild/SOURCES/aeskulap-0.2.2-beta1/dcmtk/dcmimgle' > make[2]: *** [dcmimgle-libsrc-all] Error 2 > make[2]: Leaving directory `/root/rpmbuild/SOURCES/aeskulap-0.2.2-beta1/dcmtk' > make[1]: *** [all-recursive] Error 1 > make[1]: Leaving directory `/root/rpmbuild/SOURCES/aeskulap-0.2.2-beta1' > make: *** [all] Error 2...and even if you were building it correctly you completely skipped the actual errors here. What you've shown can't be used in any significant way to help.> I downloaded the source files from : > > http://li.nux.ro/download/nux/dextop/el7/SRPMS/aeskulap-0.2.2-0.17beta1.el7.nux.src.rpmAs you've already stated and shown here this is a package from a 3rd-party repo, and as such is not supported by the CentOS project. If Nux can't help you then I suggest you look for the package elsewhere or try to (properly) build it yourself. Unfortunately neither of these options is supported here. Peter ------------------------------------------------------------------------------------------- Peter, Thanks for taking the time to respond. I have very little experience and knowledge with reference to compiling source code. Thank you for letting me know what I did was not correct. I had contacted the maintainer, and he was helpful but has so far been unable to compile aeskulap on 7.6. I am certainly low on the learning curve compiling source code, but thought this problem might be a good place to start gleaning how to do this. aeskulap is part of Fedora 29, and works perfectly on F29. Do you have any idea what changes were made in Centos 7.6 from 7.5 that may have contributed to the aeskulap failure. Greg