Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 737624 - media-libs/mesa-20.2.0_rc2 - ../mesa-20.2.0-rc2/meson.build:1556:2 - ERROR - Invalid version of dependency, need 'libglvnd' ['>= 1.3.2'] found '1.3.1'.
Summary: media-libs/mesa-20.2.0_rc2 - ../mesa-20.2.0-rc2/meson.build:1556:2 - ERROR - ...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Gentoo X packagers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2020-08-17 11:33 UTC by Martin Mokrejš
Modified: 2020-08-22 03:34 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 Martin Mokrejš 2020-08-17 11:33:01 UTC
Please bump the required version of media-libs/libglvnd

Found CMake: /usr/bin/cmake (3.18.1)
llvm-config found: YES (/usr/lib/llvm/10/bin/x86_64-pc-linux-gnu-llvm-config) 10.0.0
Run-time dependency LLVM (modules: bitwriter, core, engine, executionengine, instcombine, mcdisassembler, mcjit, scalaropts, transformutils, coroutines) found: YES 10.0.0
Dependency libglvnd found: NO found 1.3.1 but need: '>= 1.3.2'
Run-time dependency libglvnd found: NO (tried cmake)

../mesa-20.2.0-rc2/meson.build:1556:2: ERROR: Invalid version of dependency, need 'libglvnd' ['>= 1.3.2'] found '1.3.1'.

A full log can be found at /data/var/tmp/portage/media-libs/mesa-20.2.0_rc2/work/mesa-20.2.0-rc2-abi_x86_64.amd64/meson-logs/meson-log.txt
 * ERROR: media-libs/mesa-20.2.0_rc2::gentoo failed (configure phase):
 *   (no error message)
 * 
 * Call stack:
 *     ebuild.sh, line  125:  Called src_configure
 *   environment, line 4105:  Called multilib-minimal_src_configure
 *   environment, line 2792:  Called multilib_foreach_abi 'multilib-minimal_abi_src_configure'
 *   environment, line 3025:  Called multibuild_foreach_variant '_multilib_multibuild_wrapper' 'multilib-minimal_abi_src_configure'
 *   environment, line 2722:  Called _multibuild_run '_multilib_multibuild_wrapper' 'multilib-minimal_abi_src_configure'
 *   environment, line 2720:  Called _multilib_multibuild_wrapper 'multilib-minimal_abi_src_configure'
 *   environment, line  941:  Called multilib-minimal_abi_src_configure
 *   environment, line 2786:  Called multilib_src_configure
 *   environment, line 3343:  Called meson_src_configure
 *   environment, line 2654:  Called die
 * The specific snippet of code:
 *       "${mesonargs[@]}" ) || die
 * 
 * If you need support, post the output of `emerge --info '=media-libs/mesa-20.2.0_rc2::gentoo'`,
 * the complete build log and the output of `emerge -pqv '=media-libs/mesa-20.2.0_rc2::gentoo'`.
 * The complete build log is located at '/scratch/var/tmp/portage/media-libs/mesa-20.2.0_rc2/temp/build.log'.
 * The ebuild environment file is located at '/scratch/var/tmp/portage/media-libs/mesa-20.2.0_rc2/temp/environment'.
 * Working directory: '/scratch/var/tmp/portage/media-libs/mesa-20.2.0_rc2/work/mesa-20.2.0-rc2-abi_x86_64.amd64'
 * S: '/scratch/var/tmp/portage/media-libs/mesa-20.2.0_rc2/work/mesa-20.2.0-rc2'
Comment 1 Larry the Git Cow gentoo-dev 2020-08-22 03:34:05 UTC
The bug has been closed via the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ebd0f5c08e21d69706aafa9a4fb5376342608353

commit ebd0f5c08e21d69706aafa9a4fb5376342608353
Author:     Matt Turner <mattst88@gentoo.org>
AuthorDate: 2020-08-22 03:33:03 +0000
Commit:     Matt Turner <mattst88@gentoo.org>
CommitDate: 2020-08-22 03:33:32 +0000

    media-libs/mesa: Raise libglvnd version requirement
    
    Closes: https://bugs.gentoo.org/737624
    Signed-off-by: Matt Turner <mattst88@gentoo.org>

 media-libs/mesa/mesa-20.2.0_rc2.ebuild | 2 +-
 media-libs/mesa/mesa-9999.ebuild       | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)