Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 506056 - x11-libs/libxshmfence - add MULTILIB_USEDEP
Summary: x11-libs/libxshmfence - add MULTILIB_USEDEP
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Library (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Gentoo X packagers
URL:
Whiteboard:
Keywords:
: 506538 (view as bug list)
Depends on:
Blocks:
 
Reported: 2014-03-28 11:38 UTC by Alexander Tsoy
Modified: 2014-04-02 13:32 UTC (History)
2 users (show)

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


Attachments
config.log (config.log,54.76 KB, text/plain)
2014-03-28 11:59 UTC, Alexander Tsoy
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Alexander Tsoy 2014-03-28 11:38:59 UTC
Missing MULTILIB_USEDEP:

-DEPEND="x11-proto/xproto
+DEPEND="x11-proto/xproto[${MULTILIB_USEDEP}]

Also abi_x86_32 use flag should be stable masked via package.use.stable.mask. Currently portage allows me to build libxshmfence[abi_x86_32] against xproto[-abi_x86_32]:

Calculating dependencies... done!
[ebuild   R    ] x11-proto/xproto-7.0.25  USE="-doc" ABI_X86="(64) (-32) (-x32)" 0 kB
[ebuild   R    ] x11-libs/libxshmfence-1.1  USE="-static-libs" ABI_X86="32* (64) (-x32)" 0 kB
Comment 1 Alexander Tsoy 2014-03-28 11:59:50 UTC
Created attachment 373730 [details]
config.log

configure for 32 bit abi:

configure:17722: checking for XPROTO
configure:17729: $PKG_CONFIG --exists --print-errors "xproto"
Package xproto was not found in the pkg-config search path.
Perhaps you should add the directory containing `xproto.pc'
to the PKG_CONFIG_PATH environment variable
No package 'xproto' found
configure:17732: $? = 1
configure:17746: $PKG_CONFIG --exists --print-errors "xproto"
Package xproto was not found in the pkg-config search path.
Perhaps you should add the directory containing `xproto.pc'
to the PKG_CONFIG_PATH environment variable
No package 'xproto' found
configure:17749: $? = 1
configure:17763: result: no
No package 'xproto' found
configure:17779: error: Package requirements (xproto) were not met:

No package 'xproto' found
Comment 2 Chí-Thanh Christopher Nguyễn gentoo-dev 2014-03-30 19:54:46 UTC
Fixed in CVS.
Comment 3 Jeroen Roovers (RETIRED) gentoo-dev 2014-04-02 13:32:42 UTC
*** Bug 506538 has been marked as a duplicate of this bug. ***