Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 828126 - media-libs/mesa-9999 failing to build with USE=classic, because classic drivers are gone from master git
Summary: media-libs/mesa-9999 failing to build with USE=classic, because classic drive...
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:
: 828130 (view as bug list)
Depends on:
Blocks:
 
Reported: 2021-12-04 11:53 UTC by Jiří Moravec
Modified: 2021-12-05 22:21 UTC (History)
3 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 Jiří Moravec 2021-12-04 11:53:01 UTC
...

Source dir: /var/tmp/portage/media-libs/mesa-9999/work/mesa-9999
Build dir: /var/tmp/portage/media-libs/mesa-9999/work/mesa-9999-abi_x86_32.x86
Build type: native build
Program python3 found: YES (/var/tmp/portage/media-libs/mesa-9999/temp/python3.9/bin/python3)
WARNING: Unknown options: "prefer-crocus, prefer-iris"
The value of new options can be set with:
meson setup <builddir> --reconfigure -Dnew_option=new_value ...
Project name: mesa
Project version: 22.0.0-devel
C compiler for the host machine: clang -m32 (clang 13.0.0 "clang version 13.0.0")
C linker for the host machine: clang -m32 ld.bfd 2.37
C++ compiler for the host machine: clang++ -m32 (clang 13.0.0 "clang version 13.0.0")
C++ linker for the host machine: clang++ -m32 ld.bfd 2.37
Host machine cpu family: x86
Host machine cpu: i686

../mesa-9999/meson.build:178:2: ERROR: Problem encountered: Mesa's main branch no longer has any "classic" drivers, use the "amber" branch instead.


Reproducible: Always

Steps to Reproduce:
1. USE=classic emerge -v1 =media-libs/mesa-9999
2.
3.
Comment 1 brankob 2021-12-05 22:16:28 UTC
Same here. 
I do have VIDEO_CARDS="radeon radeonsi amdgpu nouveau intel i965 iris",
even though I use AMD Ryzen APU, since I want to write some stuff for intel and nouveau drivers.

Without nouveau and "intel i965 iris" options it compiles fine...
Comment 2 Sam James archtester Gentoo Infrastructure gentoo-dev Security 2021-12-05 22:20:26 UTC
*** Bug 828130 has been marked as a duplicate of this bug. ***