Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 913178 - media-libs/mesa-9999 with USE="opencl" requires >=dev-util/meson-1.2.1
Summary: media-libs/mesa-9999 with USE="opencl" requires >=dev-util/meson-1.2.1
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: 2023-08-29 02:46 UTC by Jason Oliveira
Modified: 2023-09-04 13:48 UTC (History)
0 users

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 Jason Oliveira 2023-08-29 02:46:32 UTC
Git Mesa's Rusticl now requires =<dev-util/meson-1.2.1. 

Reproducible: Always

Steps to Reproduce:
1. Pop Popcorn
2. USE="opencl" emerge -1 media-libs/mesa-9999
3. tail -f /var/tmp/portage/media-libs/mesa-9999/temp/build.log
4. Eat Popcorn and watch mesa break on meson dependency.
Actual Results:  
mesa chokes and dies when rusticl cries and whines.

Expected Results:  
mesa builds like a good soldier.
Comment 1 Matt Turner gentoo-dev 2023-08-29 14:22:03 UTC
> mesa chokes and dies when rusticl cries and whines.

Please try to be less obnoxious.
Comment 2 Larry the Git Cow gentoo-dev 2023-08-29 14:35:22 UTC
The bug has been closed via the following commit(s):

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

commit 87eccb808788efd2959f0d7e9d4a84883098924b
Author:     Matt Turner <mattst88@gentoo.org>
AuthorDate: 2023-08-29 14:34:30 +0000
Commit:     Matt Turner <mattst88@gentoo.org>
CommitDate: 2023-08-29 14:35:19 +0000

    media-libs/mesa: Require >=meson-1.2.0 for USE=opencl
    
    Closes: https://bugs.gentoo.org/913178
    Signed-off-by: Matt Turner <mattst88@gentoo.org>

 media-libs/mesa/mesa-9999.ebuild | 1 +
 1 file changed, 1 insertion(+)
Comment 3 Jason Oliveira 2023-08-29 15:40:37 UTC
(In reply to Matt Turner from comment #1)
> > mesa chokes and dies when rusticl cries and whines.
> 
> Please try to be less obnoxious.

Interesting, I've never seen someone emotionally-attached to lines of compiled code that they didn't write.

Next time, I'll include an ebuild so you have nothing to complain about. Thanks for making the one-liner fix.
Comment 4 Sam James archtester Gentoo Infrastructure gentoo-dev Security 2023-08-29 19:13:34 UTC
(In reply to Jason Oliveira from comment #3)
> (In reply to Matt Turner from comment #1)
> > > mesa chokes and dies when rusticl cries and whines.
> > 
> > Please try to be less obnoxious.
> 
> Interesting, I've never seen someone emotionally-attached to lines of
> compiled code that they didn't write.
> 

It's more about how we're used to skimming build.logs and emerge --info for issues and having to read through nonsensical "steps to reproduce" is a waste of time, but we have to read it given someone wrote it and there might be something important there.

> Next time, I'll include an ebuild so you have nothing to complain about.
> Thanks for making the one-liner fix.

A unified diff would be nice but not really needed for this.