search for: piot

Displaying 11 results from an estimated 11 matches for "piot".

Did you mean: pio
2020 Jan 16
3
CentOS 8: several packages have unresolved dependencies after "dnf update all "
I am doing a dnf install package_without_version for instance for g++: [piot at paris opal]$ sudo dnf install gcc-c++ Last metadata expiration check: 0:01:06 ago on Thu 16 Jan 2020 06:45:59 AM CST. Error: Problem: package gcc-8.3.1-4.5.el8.x86_64 requires glibc-devel >= 2.2.90-12, but none of the providers can be installed - package glibc-devel-2.28-72.el8.i686 requir...
2020 Jan 16
2
CentOS 8: several packages have unresolved dependencies after "dnf update all "
Thanks, Stephen. Just for completeness, the repo I am currently pointing to are [piot at paris opal]$ sudo dnf update CentOS-8 - AppStream 775 kB/s | 5.8 MB 00:07 CentOS-8 - Base 798 kB/s | 4.0 MB 00:05 CentOS-8 - Extras 2.9 kB/s | 2.1 kB 00:00 CentOS-8 - PowerTools 686 kB/s | 2.0 MB...
2020 Jan 16
0
CentOS 8: several packages have unresolved dependencies after "dnf update all "
On Thu, 16 Jan 2020 at 09:48, Philippe Piot <piot at nicadd.niu.edu> wrote: > > No it did not work; see: > [piot at paris ~]$ sudo dnf install --nobest --allowerasing gcc-c++ > Last metadata expiration check: 0:18:24 ago on Thu 16 Jan 2020 08:28:51 AM CST. > Error: > Problem: package gcc-8.3.1-4.5.el8.x86_64 require...
2020 Jan 16
0
CentOS 8: several packages have unresolved dependencies after "dnf update all "
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 <piot at nicadd.niu.edu> wrote: > I am doing a dnf install package_without_version for instance for g++: > > [piot at paris opal]$ sudo dnf install gcc-c++ > Last metadata expiration check: 0:01:06 ago on Thu 16 Jan 2020 06:45:59 AM > CST. > Error: > Problem: package gc...
2020 Jan 16
2
CentOS 8: several packages have unresolved dependencies after "dnf update all "
Just as a followup even g++ is broken: [piot at paris ~]$ g++ bash: g++: command not found... Install package 'gcc-c++' to provide command 'g++'? [N/y] y * Waiting in queue... The following packages have to be downgraded: cpp-8.2.1-3.5.el8.x86_64 The C Preprocessor glibc-2.28-42.el8.1.i686 The GNU libc libraries glibc-2.28...
2020 Jan 16
0
CentOS 8: several packages have unresolved dependencies after "dnf update all "
...all the best update candidate for package perl-Unicode-Normalize-1.25-396.el8.x86_64 - package perl-libs-4:5.24.4-404.module_el8.1.0+229+cd132df8.x86_64 is excluded Help dnf update --allowerasing, but all the perl packages will be removed. Regards, DH ?t 16. 1. 2020 v 5:33 odes?latel Philippe Piot <piot at nicadd.niu.edu> napsal: > Just as a followup even g++ is broken: > > [piot at paris ~]$ g++ > bash: g++: command not found... > Install package 'gcc-c++' to provide command 'g++'? [N/y] y > * Waiting in queue... > The following packages have to...
2019 Dec 22
2
CENTOS8: running wine 32 bits?
...ource 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 install 32-bit development libraries.* and trying to install the require i686 packages results in a [ *piot at unknown50EB7156B508 wine-4.18]$ sudo dnf install glibc-devel.i686 libgcc.i686 libstdc++-devel.i686 ncurses-devel.i686 Last metadata expiration check: 0:09:26 ago on Sun 22 Dec 2019 07:04:41 AM CST.Package libgcc-8.2.1-3.5.el8.i686 is already installed.Error: Problem: package libxcrypt-devel-4.1...
2020 Jan 16
2
CentOS 8: several packages have unresolved dependencies after "dnf update all "
...8.x86_64 qt5-qttools-static-5.11.1-5.el8.x86_64 qt5-rpm-macros-5.11.1-2.el8.noarch systemtap-4.0-7.el8.x86_64 systemtap-devel-4.0-7.el8.x86_64 Thank you for any suggestions. -- Philippe. ERROR MESSAGE WHEN TRYING TO INSTALL ONE OF THESE PACKAGES: ------------------------------------------ [piot at paris ~]$ sudo dnf install boost-openmpi-devel [sudo] password for piot: Last metadata expiration check: 0:13:02 ago on Wed 15 Jan 2020 10:05:29 PM CST. Error: Problem: package libquadmath-devel-8.3.1-4.5.el8.x86_64 requires gcc = 8.3.1-4.5.el8, but none of the providers can be installed - pa...
2020 Jan 16
0
CentOS 8: several packages have unresolved dependencies after "dnf update all "
On Thu, 16 Jan 2020 at 07:24, Philippe Piot <piot at nicadd.niu.edu> wrote: > > Thanks, Stephen. Just for completeness, the repo I am currently pointing to > are > > [piot at paris opal]$ sudo dnf update > CentOS-8 - AppStream > 775 kB/s | 5.8 MB 00:07 > CentOS-8 - Base >...
2020 Jan 16
0
CentOS 8: several packages have unresolved dependencies after "dnf update all "
On Wed, 15 Jan 2020 at 23:29, Philippe Piot <piot at nicadd.niu.edu> wrote: > > All, > While updating my package using dnf update all I allow dnf to clean some > package with unresolved dependencies. > I would like to reinstall some of them but got an error message "but none > of the providers can be installe...
2019 Dec 13
0
dlopen RTD_LAZY and RTLD_GLOBAL
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 | os.RTLD_GLOBAL) python then does a bunch of imports and most results in a shared library with indefined