* [gentoo-portage-dev] [PATCH] _approx_multilib_categories: rename ia to ia64 (bug 550898)
@ 2015-05-31 18:43 Zac Medico
2015-06-01 2:19 ` Mike Frysinger
0 siblings, 1 reply; 2+ messages in thread
From: Zac Medico @ 2015-05-31 18:43 UTC (permalink / raw
To: gentoo-portage-dev; +Cc: Zac Medico
In LinkageMapELF.py, there's a fallback mapping for
multilib categories, which is used by the LinkMapElf class when
NEEDED.ELF.2 does not contain multilib categories due to being
generated by older portage. This mapping should be consistent with
the mutilib categories generated by the compute_multilib_category
function which was modified by commit
b50bbcb70506254d66937dac376056bbf99b3fe9.
Fixes: b50bbcb70506 ("multilib: use ia64 as ia64 multilib name")
X-Gentoo-Bug: 550898
X-Gentoo-Bug-url: https://bugs.gentoo.org/show_bug.cgi?id=550898
---
pym/portage/util/_dyn_libs/LinkageMapELF.py | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pym/portage/util/_dyn_libs/LinkageMapELF.py b/pym/portage/util/_dyn_libs/LinkageMapELF.py
index f4d8b5d..63e2213 100644
--- a/pym/portage/util/_dyn_libs/LinkageMapELF.py
+++ b/pym/portage/util/_dyn_libs/LinkageMapELF.py
@@ -30,7 +30,7 @@ _approx_multilib_categories = {
"AARCH64": "arm_64",
"ALPHA": "alpha_64",
"ARM": "arm_32",
- "IA_64": "ia_64",
+ "IA_64": "ia64_64",
"MIPS": "mips_o32",
"PARISC": "hppa_64",
"PPC": "ppc_32",
--
2.3.5
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [gentoo-portage-dev] [PATCH] _approx_multilib_categories: rename ia to ia64 (bug 550898)
2015-05-31 18:43 [gentoo-portage-dev] [PATCH] _approx_multilib_categories: rename ia to ia64 (bug 550898) Zac Medico
@ 2015-06-01 2:19 ` Mike Frysinger
0 siblings, 0 replies; 2+ messages in thread
From: Mike Frysinger @ 2015-06-01 2:19 UTC (permalink / raw
To: gentoo-portage-dev; +Cc: Zac Medico
[-- Attachment #1: Type: text/plain, Size: 477 bytes --]
On 31 May 2015 11:43, Zac Medico wrote:
> In LinkageMapELF.py, there's a fallback mapping for
> multilib categories, which is used by the LinkMapElf class when
> NEEDED.ELF.2 does not contain multilib categories due to being
> generated by older portage. This mapping should be consistent with
> the mutilib categories generated by the compute_multilib_category
> function which was modified by commit
> b50bbcb70506254d66937dac376056bbf99b3fe9.
looks obvious enough ;)
-mike
[-- Attachment #2: Digital signature --]
[-- Type: application/pgp-signature, Size: 819 bytes --]
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2015-06-01 2:19 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-05-31 18:43 [gentoo-portage-dev] [PATCH] _approx_multilib_categories: rename ia to ia64 (bug 550898) Zac Medico
2015-06-01 2:19 ` Mike Frysinger
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox