Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 464090

Summary: sys-libs/libraw1394 - add multilib ABI support
Product: Gentoo Linux Reporter: Karl Lindén <karl.j.linden>
Component: [OLD] Core systemAssignee: Gentoo's Team for Core System packages <base-system>
Status: RESOLVED FIXED    
Severity: enhancement CC: karl.j.linden, multilib+disabled
Priority: Normal Keywords: PATCH
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---
Bug Depends on:    
Bug Blocks: 454644, 464232, 468940    
Attachments: A patch for the latest ebuild in tree.

Description Karl Lindén 2013-04-01 15:24:01 UTC
sys-libs/libraw1394 should have multilib ABI support so that it can be removed from emul-linux-x86-baselibs in the future versions.

Reproducible: Always

Steps to Reproduce:
1.equery u sys-libs/libraw1394 shows no abi_x86_* flags
2.
3.
Actual Results:  
sys-libs/libraw1394 does currently not have multilib ABI support

Expected Results:  
sys-libs/libraw1394 should have multilib ABI support

I have made a patch for version 2.1.0 so that uses autotools-multilib. I've tested it and it works for me, but I haven't tested the static-libs USE flag (yet).
Comment 1 Karl Lindén 2013-04-01 15:25:53 UTC
Created attachment 343950 [details, diff]
A patch for the latest ebuild in tree.

Here is the patch for the latest ebuild in tree (version 2.1.0).
Comment 2 Michał Górny archtester Gentoo Infrastructure gentoo-dev Security 2013-04-01 15:33:50 UTC
(In reply to comment #1)
> Created attachment 343950 [details, diff] [details, diff]
> A patch for the latest ebuild in tree.
> 
> Here is the patch for the latest ebuild in tree (version 2.1.0).

static-libs is handled automatically by the eclass.
Comment 3 Karl Lindén 2013-04-01 15:41:45 UTC
Yes, I know. Now I tried it too. It works fine for me. No strange errors.
Comment 4 Karl Lindén 2013-04-01 15:44:53 UTC
(In reply to comment #2)
> (In reply to comment #1)
> > Created attachment 343950 [details, diff] [details, diff] [details, diff]
> > A patch for the latest ebuild in tree.
> > 
> > Here is the patch for the latest ebuild in tree (version 2.1.0).
> 
> static-libs is handled automatically by the eclass.

Oops, missed the reply button totally. My last comment was a reply to this one.
Comment 5 Alexis Ballier gentoo-dev 2013-08-01 15:55:41 UTC
minimal changes, no eapi bump -> committed