Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 485722 - x11-drivers/ati-drivers: please convert to multilib-build
Summary: x11-drivers/ati-drivers: please convert to multilib-build
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: emil karlson
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: gx86-multilib
  Show dependency tree
 
Reported: 2013-09-23 08:50 UTC by Michał Górny
Modified: 2015-09-10 11:34 UTC (History)
4 users (show)

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


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Michał Górny archtester Gentoo Infrastructure gentoo-dev Security 2013-09-23 08:50:58 UTC
Instead of using IUSE=multilib and multilib.eclass magic, please switch to the verbose-and-explicit multilib-build eclass or the multilib-minimal eclass, whichever suits you better.

Afterwards, please add [${MULTILIB_USEDEP}] on your package to virtual/opencl.
Comment 1 emil karlson 2013-09-23 20:03:07 UTC
# required by =virtual/glu-9.0-r1 (argument)
# /usr/portage/profiles/package.mask:
# Michał Górny <mgorny@gentoo.org> (21 Sep 2013)
# Mask multilib versions of OpenGL packages for testing.
=virtual/glu-9.0-r1

needed by multilib ati-drivers
Comment 2 Michał Górny archtester Gentoo Infrastructure gentoo-dev Security 2013-09-23 21:20:48 UTC
(In reply to emil karlson from comment #1)
> # required by =virtual/glu-9.0-r1 (argument)
> # /usr/portage/profiles/package.mask:
> # Michał Górny <mgorny@gentoo.org> (21 Sep 2013)
> # Mask multilib versions of OpenGL packages for testing.
> =virtual/glu-9.0-r1
> 
> needed by multilib ati-drivers

Please revbump ati-drivers for the change and add it to that mask as well. Or just tell me what version will the ebuild have and I'll commit the mask for you.
Comment 3 emil karlson 2013-09-24 10:35:51 UTC
Now masked in x11-overlay.
Comment 4 emil karlson 2014-04-27 11:10:14 UTC
The ati-drivers-14.4 should be multilib-build compatible just as long as USE=multilib for multilib systems (perhaps add REQUIRED_USE="abi_x86_32? ( abi_x86_64? ( multilib ) ) ")

14.4_rc-r1 uses multilib build, but is not compatible with non multilib-build systems

I guess we can use the compatible old style ebuilds until the transition is complete and then switch to multilib-build version
Comment 5 emil karlson 2014-12-10 08:01:20 UTC
Dropped compat ebuild as I couldn't immediately figure out how to update non-multilib-build system to xorg-server-1.16. It seems to me that this task is now done.
Comment 6 Michał Górny archtester Gentoo Infrastructure gentoo-dev Security 2014-12-17 19:02:50 UTC
Just one minor note: please add before inherits:

  MULTILIB_COMPAT=( abi_x86_{32,64} )

so that the eclass won't declare ABI support for other ABIs and arches :).
Comment 7 Manuel Rüger (RETIRED) gentoo-dev 2015-09-10 11:34:17 UTC
Recent versions support multilib-build, so I guess this is fixed.