perl yum problem

2013-03-28 Thread Todd And Margo Chester

Hi All,

Any idea how to fix this?

Many thanks,
-T

Error: Package: perl-IO-Compress-Bzip2-2.020-127.el6.x86_64 (@sl/6x)
   Requires: perl = 4:5.10.1-127.el6
   Removing: 4:perl-5.10.1-127.el6.x86_64 (@sl/6x)
   perl = 4:5.10.1-127.el6
   Updated By: 4:perl-5.10.1-130.el6_4.x86_64 (sl-security)
   perl = 4:5.10.1-130.el6_4



Fixed it.  Don't know if it is the official "approved" method,
but here goes:

1) # rpm -e --nodeps perl-IO-Compress-Bzip2-2.020-127.el6.x86_64

2) # yum upgrade

3) # yum install perl-IO-Compress-Bzip2
   ...
   Installed:
   perl-IO-Compress-Bzip2.noarch 0:2.015-1.el6.rf


Happy camping has returned.

-T


Re: [SCIENTIFIC-LINUX-USERS] perl yum problem

2013-03-27 Thread Pat Riehecky

You may have gotten your repodata during the rebuild.

Try yum clean expire-cache and see if that helps.

Pat

On 03/27/2013 01:28 PM, Todd And Margo Chester wrote:

Hi All,

Any idea how to fix this?

Many thanks,
-T

Error: Package: perl-IO-Compress-Bzip2-2.020-127.el6.x86_64 (@sl/6x)
   Requires: perl = 4:5.10.1-127.el6
   Removing: 4:perl-5.10.1-127.el6.x86_64 (@sl/6x)
   perl = 4:5.10.1-127.el6
   Updated By: 4:perl-5.10.1-130.el6_4.x86_64 (sl-security)
   perl = 4:5.10.1-130.el6_4



--
Pat Riehecky

Scientific Linux developer
http://www.scientificlinux.org/


perl yum problem

2013-03-27 Thread Todd And Margo Chester

Hi All,

Any idea how to fix this?

Many thanks,
-T

Error: Package: perl-IO-Compress-Bzip2-2.020-127.el6.x86_64 (@sl/6x)
   Requires: perl = 4:5.10.1-127.el6
   Removing: 4:perl-5.10.1-127.el6.x86_64 (@sl/6x)
   perl = 4:5.10.1-127.el6
   Updated By: 4:perl-5.10.1-130.el6_4.x86_64 (sl-security)
   perl = 4:5.10.1-130.el6_4


Re: yum problem

2011-04-04 Thread Kay Diederichs

On 04/04/2011 11:43 AM, Matthias Schroeder wrote:

Looks as if the repos/mirrors you use do not have glibc-devel
2.12-1.7.el6_0.3 for i686. So they offer you
glibc-devel-2.12-1.7.el6.i686. But that one is not compatible with the
glibc package versions you already have installed.

Hope this helps,

Matthias



yes, this helped a lot - thanks for looking closer than I did!

I had enabled the mirror stuff in sl.repo and sl-updates.repo (after 
finding sl-base-6.txt in Google's cache) for the recent downtime of the 
scientificlinux servers, and at the time, this worked so well (i.e. the 
German and Swiss mirrors were so much faster) that I left it enabled 
afterwards.


It's a pity that the mirror system does not seem to be fully operational.

thanks,

Kay
--
Kay Diederichshttp://strucbio.biologie.uni-konstanz.de
email: kay.diederi...@uni-konstanz.deTel +49 7531 88 4049 Fax 3183
Fachbereich Biologie, Universität Konstanz, Box M647, D-78457 Konstanz

This e-mail is digitally signed. If your e-mail client does not have the
necessary capabilities, just ignore the attached signature "smime.p7s".



smime.p7s
Description: S/MIME Cryptographic Signature


Re: yum problem

2011-04-04 Thread Matthias Schroeder

On 04/02/2011 06:34 PM, Kay Diederichs wrote:

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?


Looks as if the repos/mirrors you use do not have glibc-devel 
2.12-1.7.el6_0.3 for i686. So they offer you 
glibc-devel-2.12-1.7.el6.i686. But that one is not compatible with the 
glibc package versions you already have installed.


Hope this helps,

Matthias


yum problem

2011-04-02 Thread Kay Diederichs

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 Transaction
  Installing : 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


Re: yum problem

2011-01-20 Thread Edgar Vargas
2011/1/18 Scott Nelson :
> On Jan 18, 2011, at 3:27 AM, Tadeusz Wasiutyński wrote:
>
>> suddenly yum refused to work giving following error:
>>
>>   File "/usr/bin/yum", line 30
>>     except KeyboardInterrupt, e:
>
> This error simply means that you interrupted yum (did you press Ctrl-C?).  
> Yum was probably busy, perhaps waiting for a network connection.
>
>> Did I spoiled something?
>
> Probably not.  Try again.
>

ps -aux

then

kill -9 (the process)

with these instruction you can use again yum :)
-- 
Edguit@r:
http://cybernautape.blogspot.com/


Re: yum problem

2011-01-18 Thread Scott Nelson
On Jan 18, 2011, at 3:27 AM, Tadeusz Wasiutyński wrote:

> suddenly yum refused to work giving following error: 
> 
>   File "/usr/bin/yum", line 30
> except KeyboardInterrupt, e:

This error simply means that you interrupted yum (did you press Ctrl-C?).  Yum 
was probably busy, perhaps waiting for a network connection.

> Did I spoiled something?

Probably not.  Try again.


yum problem

2011-01-18 Thread Tadeusz Wasiutyński
Dears,
suddenly yum refused to work giving following error:

  File "/usr/bin/yum", line 30
except KeyboardInterrupt, e:

Did I spoiled something?
regards


Re: Yum problem after kernel update

2009-03-18 Thread FRANCHISSEUR Robert
-- Le (On) 2009-03-18 +0100 à (at) 09:34:25 Urs Beyerle écrivit (wrote): --

> Hi,
> 

   Hi Urs,

   and thanks for your kind answer.

> As far as I remember kernel-module-firewire was never included in official 
> SL. Maybe I put it once
> on a LiveCD.
> 

   I did not use it from a LiveCD but I use your :

   
http://linux.web.psi.ch/dist/scientific/4/psi/current/firewire-1286-5.sl4.psi.src.rpm
  

   which I "rpmbuild" for each new kernel release. I did that for a long 
time and it worked
   fine till yesterday :(


> Do you need firewire support on this hardware? If not I would just uninstall 
> all firewire related rpms.

   Yes because on this old laptop I have only USB 1 and firewire is much 
faster to access
   external hard disks.

> 
> 
> 

   After many attempts, I just discover it is a bug with yum-2.4.3-10.SL

   yum localinstall 
kernel-module-firewire-2.6.9-78.0.17.EL-1286-5.sl4.psi.i686.rpm 
   

   does not work, but :

   yum install 
kernel-module-firewire-2.6.9-78.0.17.EL-1286-5.sl4.psi.i686.rpm 
   ===

   is OK.

-- 
 Best regards,
   Robert FRANCHISSEUR

  Apollo_gist :-)___
| Robert FRANCHISSEUR   |
| Laboratoire de Météorologie Dynamique -  C.N.R.S. |
| Equipe "R.A.M.S.E.S." -   UPMC   -   Tour 45-55 3ème 315C |
| Boite 99 - 4, place JussieuF-75252 PARIS CEDEX 05  FRANCE |
| Phone  : +33 (0)1 44 27 73 87  fax : +33 (0)1 44 27 62 72 |
| e-mail : robert at lmd . jussieu . fr   http://www.lmd.jussieu.fr |
 ---


Re: Yum problem after kernel update

2009-03-18 Thread Urs Beyerle
Hi,

As far as I remember kernel-module-firewire was never included in official SL. 
Maybe I put it once
on a LiveCD.

Do you need firewire support on this hardware? If not I would just uninstall 
all firewire related rpms.

rpm -qa | grep firewire
rpm -e .. .. ..

Afterwards, yum update should work.

If you need firewire support. You still find the kernel-module-firewire in the 
PSI repository

http://linux.web.psi.ch/dist/scientific/4/psi/current/

However, the repository lags behind the kernel version of SL. I don't see
kernel-module-firewire-2.6.9-78.0.17.EL-1286-5.sl4.psi.i686.rpm there. I'm no 
longer responsible for
this repository. But you may want to ask Marc Gasser from PSI for the latest 
kernel-module-firewire.

Cheers,

Urs


FRANCHISSEUR Robert wrote:
> Hello,
> 
> after updating an SL4.5 laptop with the new kernel 2.6.9-78.0.17.EL 
> I could not  install the 
> kernel-module-firewire-2.6.9-78.0.17.EL-1286-5.sl4.psi.i686.rpm 
> I just rebuild.
> 
> The messages are:
> 
> [r...@rabeson i686]# yum localinstall 
> kernel-module-firewire-2.6.9-78.0.17.EL-1286-5.sl4.psi.i686.rpm 
> Loading "versionfix" plugin
> Loading "kernel-module" plugin
> Loading "installonlyn" plugin
> Setting up Local Package Process
> Examining kernel-module-firewire-2.6.9-78.0.17.EL-1286-5.sl4.psi.i686.rpm: 
> kernel-module-firewire-2.6.9-78.0.17.EL - 1286-5.sl4.psi.i686
> Marking kernel-module-firewire-2.6.9-78.0.17.EL-1286-5.sl4.psi.i686.rpm to be 
> installed
> Resolving Dependencies
> --> Populating transaction set with selected packages. Please wait.
> ---> Package kernel-module-firewire-2.6.9-78.0.17.EL.i686 0:1286-5.sl4.psi 
> set to be updated
> --> Running transaction check
> Beginning Kernel Module Plugin
> Traceback (most recent call last):
>   File "/usr/bin/yum", line 29, in ?
> yummain.main(sys.argv[1:])
>   File "/usr/share/yum-cli/yummain.py", line 138, in main
> (result, resultmsgs) = base.buildTransaction() 
>   File "__init__.py", line 344, in buildTransaction
>   File "plugins.py", line 159, in run
>   File "/usr/lib/yum-plugins/kernel-module.py", line 145, in postresolve_hook
> kmdl_install(conduit, kernels, kmdls)
>   File "/usr/lib/yum-plugins/kernel-module.py", line 125, in kmdl_install
> for pkg in conduit.getPackages():
>   File "plugins.py", line 469, in getPackages
> AttributeError: YumBaseCli instance has no attribute 'pkgSack'
> 
> Thanks for your help.
> 


-- 
Urs Beyerle
Institute for Atmospheric and Climate Science
ETH Zurich
Universitätstrasse 16 (CHN N 16.2)
8092 Zürich, Switzerland

Tel +41 44 632 82 55
Fax +41 44 632 13 11
Web http://www.iac.ethz.ch/people/beyerleu


Yum problem after kernel update

2009-03-17 Thread FRANCHISSEUR Robert
Hello,

after updating an SL4.5 laptop with the new kernel 2.6.9-78.0.17.EL 
I could not  install the 
kernel-module-firewire-2.6.9-78.0.17.EL-1286-5.sl4.psi.i686.rpm 
I just rebuild.

The messages are:

[r...@rabeson i686]# yum localinstall 
kernel-module-firewire-2.6.9-78.0.17.EL-1286-5.sl4.psi.i686.rpm 
Loading "versionfix" plugin
Loading "kernel-module" plugin
Loading "installonlyn" plugin
Setting up Local Package Process
Examining kernel-module-firewire-2.6.9-78.0.17.EL-1286-5.sl4.psi.i686.rpm: 
kernel-module-firewire-2.6.9-78.0.17.EL - 1286-5.sl4.psi.i686
Marking kernel-module-firewire-2.6.9-78.0.17.EL-1286-5.sl4.psi.i686.rpm to be 
installed
Resolving Dependencies
--> Populating transaction set with selected packages. Please wait.
---> Package kernel-module-firewire-2.6.9-78.0.17.EL.i686 0:1286-5.sl4.psi set 
to be updated
--> Running transaction check
Beginning Kernel Module Plugin
Traceback (most recent call last):
  File "/usr/bin/yum", line 29, in ?
yummain.main(sys.argv[1:])
  File "/usr/share/yum-cli/yummain.py", line 138, in main
(result, resultmsgs) = base.buildTransaction() 
  File "__init__.py", line 344, in buildTransaction
  File "plugins.py", line 159, in run
  File "/usr/lib/yum-plugins/kernel-module.py", line 145, in postresolve_hook
kmdl_install(conduit, kernels, kmdls)
  File "/usr/lib/yum-plugins/kernel-module.py", line 125, in kmdl_install
for pkg in conduit.getPackages():
  File "plugins.py", line 469, in getPackages
AttributeError: YumBaseCli instance has no attribute 'pkgSack'

Thanks for your help.

-- 
 Best regards,
   Robert FRANCHISSEUR

  Apollo_gist :-)___
| Robert FRANCHISSEUR   |
| Laboratoire de Météorologie Dynamique -  C.N.R.S. |
| Equipe "R.A.M.S.E.S." -   UPMC   -   Tour 45-55 3ème 315C |
| Boite 99 - 4, place JussieuF-75252 PARIS CEDEX 05  FRANCE |
| Phone  : +33 (0)1 44 27 73 87  fax : +33 (0)1 44 27 62 72 |
| e-mail : robert at lmd . jussieu . fr   http://www.lmd.jussieu.fr |
 ---