Bug 408391 - util-linux-ng's setarch is missing alpha subarchs
Summary: util-linux-ng's setarch is missing alpha subarchs
Keywords:
Status: CLOSED ERRATA
Alias: None
Product: Fedora
Classification: Fedora
Component: util-linux-ng
Version: 8
Hardware: alpha
OS: Linux
medium
high
Target Milestone: ---
Assignee: Karel Zak
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2007-12-03 09:00 UTC by Oliver Falk
Modified: 2007-12-20 20:03 UTC (History)
0 users

Fixed In Version: 2.13-3.1.fc8
Clone Of:
Environment:
Last Closed: 2007-12-20 20:03:32 UTC
Type: ---
Embargoed:


Attachments (Terms of Use)

Description Oliver Falk 2007-12-03 09:00:09 UTC
Please apply the following patch - upstream or at least rawhide/devel + F-8 branch:
diff -up util-linux-ng-2.13/sys-utils/setarch.c.more_alpha
util-linux-ng-2.13/sys-utils/setarch.c
--- util-linux-ng-2.13/sys-utils/setarch.c.more_alpha   2007-12-03
09:25:31.000000000 +0100
+++ util-linux-ng-2.13/sys-utils/setarch.c      2007-12-03 09:25:33.000000000 +0100
@@ -143,6 +143,10 @@ int set_arch(const char *pers, unsigned 
 #endif
 #if defined(__alpha__)
     {PER_LINUX, "alpha", "alpha"},
+    {PER_LINUX, "alphaev5", "alpha"},
+    {PER_LINUX, "alphaev56", "alpha"},
+    {PER_LINUX, "alphaev6", "alpha"},
+    {PER_LINUX, "alphaev67", "alpha"},
 #endif
     {-1, NULL, NULL}
   };


This is just a WorksForMe patch. You might want to change...

Comment 1 Karel Zak 2007-12-03 12:36:36 UTC
Applied to upstream branch 2.14. Thanks. (I assume you agree with "Signed-off-by:".)

Comment 2 Oliver Falk 2007-12-03 12:42:55 UTC
Sure. Thx a lot!

Comment 3 Fedora Update System 2007-12-06 20:53:58 UTC
util-linux-ng-2.13-3.1.fc8 has been pushed to the Fedora 8 testing repository.  If problems still persist, please make note of it in this bug report.
 If you want to test the update, you can install it with 
 su -c 'yum --enablerepo=updates-testing update util-linux-ng'

Comment 4 Fedora Update System 2007-12-20 20:03:30 UTC
util-linux-ng-2.13-3.1.fc8 has been pushed to the Fedora 8 stable repository.  If problems still persist, please make note of it in this bug report.


Note You need to log in before you can comment on or make changes to this bug.