Dear all,to be able to do 32bit-compilation/linking (e.g. using gfortran -m32) on a 64bit machine I need /usr/lib/crt1.o .
I know this file is in glibc-devel.i686 so I try % yum install glibc-devel.i686 Loaded plugins: fastestmirror, refresh-packagekit Loading mirror speeds from cached hostfile * sl: scientificlinux.physik.uni-muenchen.de * sl-security: scientificlinux.physik.uni-muenchen.de Setting up Install Process Resolving Dependencies --> Running transaction check ---> Package glibc-devel.i686 0:2.12-1.7.el6 set to be updated--> Processing Dependency: glibc = 2.12-1.7.el6 for package: glibc-devel-2.12-1.7.el6.i686 --> Processing Dependency: glibc-headers = 2.12-1.7.el6 for package: glibc-devel-2.12-1.7.el6.i686
--> Finished Dependency Resolution
Error: Package: glibc-devel-2.12-1.7.el6.i686 (sl)
Requires: glibc = 2.12-1.7.el6
Installed: glibc-2.12-1.7.el6_0.3.i686 (@sl-updates/6)
glibc = 2.12-1.7.el6_0.3
Installed: glibc-2.12-1.7.el6_0.3.x86_64 (@sl-updates/6)
glibc = 2.12-1.7.el6_0.3
Available: glibc-2.12-1.7.el6.i686 (sl)
glibc = 2.12-1.7.el6
Available: glibc-2.12-1.7.el6.x86_64 (sl)
glibc = 2.12-1.7.el6
Error: Package: glibc-devel-2.12-1.7.el6.i686 (sl)
Requires: glibc-headers = 2.12-1.7.el6
Installed: glibc-headers-2.12-1.7.el6_0.3.x86_64 (@sl-updates/6)
glibc-headers = 2.12-1.7.el6_0.3
Available: glibc-headers-2.12-1.7.el6.x86_64 (sl)
glibc-headers = 2.12-1.7.el6
You could try using --skip-broken to work around the problem
You could try running: rpm -Va --nofiles --nodigest
What is the underlying problem? rpm -Va --nofiles --nodigest does not
produce any output. On a different machine I can
% yum install glibc-devel.i686 Loaded plugins: refresh-packagekit Setting up Install Process Resolving Dependencies --> Running transaction check ---> Package glibc-devel.i686 0:2.12-1.7.el6_0.3 set to be updated --> Finished Dependency Resolution Dependencies Resolved ================================================================================Package Arch Version Repository Size
================================================================================ Installing:glibc-devel i686 2.12-1.7.el6_0.3 sl-security 960 k
Transaction Summary ================================================================================ Install 1 Package(s) Upgrade 0 Package(s) Total download size: 960 k Installed size: 953 k Is this ok [y/N]: y Downloading Packages:glibc-devel-2.12-1.7.el6_0.3.i686.rpm | 960 kB 00:01
Running rpm_check_debug Running Transaction Test Transaction Test Succeeded Running TransactionInstalling : glibc-devel-2.12-1.7.el6_0.3.i686 1/1
Installed:glibc-devel.i686 0:2.12-1.7.el6_0.3
Complete! so there's no problem at all. Both machines produce identical output of % rpm -qa glibc-\* glibc-common-2.12-1.7.el6_0.3.x86_64 glibc-headers-2.12-1.7.el6_0.3.x86_64 glibc-devel-2.12-1.7.el6_0.3.x86_64 thanks for any insight! Kay
smime.p7s
Description: S/MIME Cryptographic Signature
