Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 507328 - x11-libs/libxkbfile - add XORG_MULTILIB=yes
Summary: x11-libs/libxkbfile - add XORG_MULTILIB=yes
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Library (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Matt Turner
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: gx86-multilib
  Show dependency tree
 
Reported: 2014-04-10 14:09 UTC by Bertrand Jacquin
Modified: 2017-01-28 06:21 UTC (History)
1 user (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 Bertrand Jacquin 2014-04-10 14:09:12 UTC
Some extras applications (not in portage) like VMware View Client for Linux are linked to 32 bits libxkbfile.so.1. That file is not provided by any app-emulation/emul-linux-x86-* package if I am correct.

Multilib support can be added by defining XORG_MULTILIB=yes to ebuild header as xorg-2 eclass handle this directly.

Doing it at the moment fail as xorg-2 eclass define the following blocker 

  RDEPEND+=" abi_x86_32? ( !app-emulation/emul-linux-x86-xlibs[-abi_x86_32(-)] )"

But here x11-libs/libxkbfile is not provided by app-emulation/emul-linux-x86-xlibs

Reproducible: Always
Comment 1 Matt Turner gentoo-dev 2017-01-28 06:21:08 UTC
Fixed by

commit a4168bbc0ed3a1051ba95392e90f10d6fbeb2fc0
Author: Matt Turner <mattst88@gentoo.org>
Date:   Fri Jan 27 22:19:17 2017 -0800

    x11-libs/libxkbfile: Add multilib support.
    
    Bug: https://bugs.gentoo.org/507328