[Yum] i586 packages on an x86_64 machine

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



On Thu, 2004-06-10 at 12:44 -0500, Jason L Tibbitts III wrote:
> >>>>> "sv" == seth vidal <skvidal@xxxxxxxxxxxx> writes:
> 
> sv> since you can replicate this YOU get to test it :-D
> 
> I can replicate it as well, and would be happy to provide as much
> debug information as you require.
> 

Apply the patch below to your /usr/share/yum/archwork.py

see if it lets you do i586 normally and see if you notice anything else
odd once you do that.

diff -u -r1.9.2.8.2.3 -r1.9.2.8.2.4
--- archwork.py 23 Dec 2003 04:48:54 -0000      1.9.2.8.2.3
+++ archwork.py 23 Jun 2004 06:40:29 -0000      1.9.2.8.2.4
@@ -74,7 +74,7 @@
     archdict['ia64']=['ia64','noarch', 'i686']
     archdict['s390']=['noarch','s390']
     archdict['s390x']=['noarch','s390','s390x']
-    archdict['x86_64']=['noarch','x86_64','athlon','i386','i686']
+    archdict['x86_64']=['noarch','x86_64','athlon','i386','i486','i586','i686']

archdict['parisc']=['hppa2.0','hppa1.2','hppa1.2','hppa1.1','hppa1.0','paris','noarch']
     myarch=getArch()
     if archdict.has_key(myarch):

thanks
-sv




[Index of Archives]     [Fedora Users]     [Fedora Legacy List]     [Fedora Maintainers]     [Fedora Desktop]     [Fedora SELinux]     [Big List of Linux Books]     [Yosemite News]     [KDE Users]

  Powered by Linux