Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 464090 - sys-libs/libraw1394 - add multilib ABI support
Summary: sys-libs/libraw1394 - add multilib ABI support
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Core system (show other bugs)
Hardware: All Linux
: Normal enhancement (vote)
Assignee: Gentoo's Team for Core System packages
URL:
Whiteboard:
Keywords: PATCH
Depends on:
Blocks: gx86-multilib 464232 468940
  Show dependency tree
 
Reported: 2013-04-01 15:24 UTC by Karl Lindén
Modified: 2013-08-01 15:55 UTC (History)
2 users (show)

See Also:
Package list:
Runtime testing required: ---


Attachments
A patch for the latest ebuild in tree. (libraw1394-2.1.0-r1.ebuild.patch,957 bytes, patch)
2013-04-01 15:25 UTC, Karl Lindén
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
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