Hello Erich,
If I try:
yume --repo /tftpboot/distro/mandriva-2006-i386 -- install gcc-gfortran
it doesn't work, complaining about libgfortran
Adding libgfortran to the command:
yume --repo /tftpboot/distro/mandriva-2006-i386 -- install gcc-gfortran
libgfortran
it's capable of seaching for libgfortran in the libgfortran0 rpm and installs.
(complete output attached)
Then, I would say it's yum, no?
Thanks again,
Fernando
Erich Focht a écrit :
Hello Fernando,
On Wednesday 15 February 2006 22:08, Fernando Laudares Camargos wrote:
Hello, I'm having 2 problems while running Step3:
1)"processing dependency" of package gcc-fortran asks for libgfortran; I got
libgfortran0 in the repository. If I use (Mandriva's) 'urpmi' directly it selects
libgfortran0 as the dependency and installs correctly. Would this be a 'yum' issue?
This can be "yum" or "createrepo". Can you please try removing the two rpms
from the node (or the image) and install gcc-fortran with yume?
yume --repo /tftpboot/distro/mandriva-2006-i386 -- install gcc-fortran
Please post the output.
2)The system go on even with this "error" and promptly says that it had success while
installing "server non-core RPMs". This is clearly a problem, isn't it?
I don't know why this happens, but one possibility is because we use the "-y"
flag to avoid user input. We are capturing the output anyway, so a particular
error string in the output could well be parsed and interpreted as an error.
Will try to reproduce this on one of the virtual machines when I find some
time.
Regards,
Erich
--
Fernando Laudares Camargos
Révolution Linux
http://www.revolutionlinux.com
---------------------------------------
* Tout opinion et prise de position exprimée dans ce message est celle de son
auteur et pas nécessairement celle de Révolution Linux.
** Any views and opinion presented in this e-mail are solely those of the
author and do not necessarily represent those of Révolution Linux.
[EMAIL PROTECTED] scripts]# yume --repo /tftpboot/distro/mandriva-2006-i386/ --
install gcc-gfortran
Setting up Install Process
Setting up Repos
mandriva-2006-i386 100% |=========================| 951 B 00:00
Reading repository metadata in from local files
mandriva-2: ################################################## 1924/1924
Parsing package install arguments
Resolving Dependencies
--> Populating transaction set with selected packages. Please wait.
---> Package gcc-gfortran.i586 0:4.0.1-5mdk set to be updated
--> Running transaction check
--> Processing Dependency: libgfortran = 4.0.1-5mdk for package: gcc-gfortran
--> Finished Dependency Resolution
Error: Missing Dependency: libgfortran = 4.0.1-5mdk is needed by package
gcc-gfortran
[EMAIL PROTECTED] scripts]# yume --repo /tftpboot/distro/mandriva-2006-i386/ --
install gcc-gfortran libgfortran
Setting up Install Process
Setting up Repos
mandriva-2006-i386 100% |=========================| 951 B 00:00
Reading repository metadata in from local files
mandriva-2: ################################################## 1924/1924
Parsing package install arguments
Resolving Dependencies
--> Populating transaction set with selected packages. Please wait.
---> Downloading header for libgfortran0 to pack into transaction set.
libgfortran0-4.0.1-5mdk.i 100% |=========================| 8.8 kB 00:00
---> Package libgfortran0.i586 0:4.0.1-5mdk set to be updated
---> Package gcc-gfortran.i586 0:4.0.1-5mdk set to be updated
--> Running transaction check
Dependencies Resolved
Transaction Listing:
Install: gcc-gfortran.i586 0:4.0.1-5mdk - mandriva-2006-i386
Install: libgfortran0.i586 0:4.0.1-5mdk - mandriva-2006-i386
Total download size: 2.4 M
Is this ok [y/N]: y
Downloading Packages:
Running Transaction Test
Finished Transaction Test
Transaction Test Succeeded
Running Transaction
Installing: libgfortran0 100 % done 1/2
Installing: gcc-gfortran 100 % done 2/2
Installed: gcc-gfortran.i586 0:4.0.1-5mdk libgfortran0.i586 0:4.0.1-5mdk
Complete!