Re: [CentOS] CentOS 8: several packages have unresolved dependencies after "dnf update all "

2020-01-16 Thread Philippe Piot
Also just to be more specific I am running CentOS 8.1. So the issue I encounter were after upgrading to 8.1. Thank you! -- Philippe. On Thu, Jan 16, 2020 at 6:48 AM Philippe Piot wrote: > I am doing a dnf install package_without_version for instance for g++: > > [piot@paris opal]$

Re: [CentOS] CentOS 8: several packages have unresolved dependencies after "dnf update all "

2020-01-16 Thread Philippe Piot
rs-4.18.0-147.3.1.el8_1.x86_64 is excluded - package kernel-headers-4.18.0-147.el8.x86_64 is excluded (try to add '--skip-broken' to skip uninstallable packages or '--nobest' to use not only best candidate packages) All the best, -- Philippe. Philippe Piot, https://www.niu.edu/advanced-accelera

Re: [CentOS] CentOS 8: several packages have unresolved dependencies after "dnf update all "

2020-01-16 Thread Philippe Piot
for Enterprise Linux Modular 8 - x86_64 11 kB/s | 10 kB 00:00 Extra Packages for Enterprise Linux 8 - x86_64 768 kB/s | 5.2 MB 00:06 google-chrome 13 kB/s | 3.5 kB 00:00 Dependencies resolved. Nothing to do. Complete! Philippe Piot, https://www.niu.edu/advanced

Re: [CentOS] CentOS 8: several packages have unresolved dependencies after "dnf update all "

2020-01-16 Thread Philippe Piot
.x86_64 systemtap-devel-4.0-7.el8.x86_64 I think I will downsgrade some of the needed dependencies to be able to reinstall the critical one g++, and the openmpi ones. All the best, -- Philippe. Philippe Piot, https://www.niu.edu/advanced-accelerator-randd/ <https://www.niu.edu/advan

Re: [CentOS] CentOS 8: several packages have unresolved dependencies after "dnf update all "

2020-01-15 Thread Philippe Piot
. kernel-headers-4.18.0-80.11.2.el8_0.x86_64 Header files for the Linux kernel for use by glibc libxcrypt-devel-4.1.1-4.el8.x86_64 Development files for libxcryp On Wed, Jan 15, 2020 at 10:26 PM Philippe Piot wrote: > All, > While updating my package using dnf update all I allow dnf to clea

[CentOS] CentOS 8: several packages have unresolved dependencies after "dnf update all "

2020-01-15 Thread Philippe Piot
headers >= 2.2.1, but none of the providers can be installed - cannot install the best candidate for the job - package kernel-headers-4.18.0-147.0.3.el8_1.x86_64 is excluded - package kernel-headers-4.18.0-147.3.1.el8_1.x86_64 is excluded - package kernel-headers-4.18.0-147.el8.x86_64 is exclu

Re: [CentOS] CENTOS8: running wine 32 bits?

2019-12-22 Thread Philippe Piot
Ed, Thank you. Yes, I actually used the instruction on wineHQ wiki. 64 bits build without problem. Only issue (I think) with 32 bits is that the -m32 flag cannot be passed to gcc. But when I try to install the required library for the -m32 option on gcc, that is libX11-devel.i686

[CentOS] CENTOS8: running wine 32 bits?

2019-12-22 Thread Philippe Piot
All, I need to run some legacy Windows software (32 bits) under my Linux box. I have installed wine from the source the 64 bits works fine but not the 32 bits. The ./configure gives ... *checking whether gcc -m32 works... no* *configure: error: Cannot build a 32-bit program, you need to

[CentOS] dlopen RTD_LAZY and RTLD_GLOBAL

2019-12-12 Thread Philippe Piot
All, I use a code which has a python (I use python36) wrapper loading shared libraries. The code worked fine in RHEL 7 but as I was testing it on Centos 8, python cannot import the shared library (the import is done via dlopen with flags set as sys.setdlopenflags(os.RTLD_LAZY |