Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 821544 (meson-0.60.x)

Summary: [Tracker] Packages failing with dev-util/meson-0.60.x (e.g. unknown options becoming fatal)
Product: Gentoo Linux Reporter: Sam James <sam>
Component: Current packagesAssignee: Mike Gilbert <floppym>
Status: RESOLVED FIXED    
Severity: normal CC: flow, perfect007gentleman, williamh
Priority: Normal Keywords: Tracker
Version: unspecified   
Hardware: All   
OS: Linux   
See Also: https://bugs.gentoo.org/show_bug.cgi?id=828551
Whiteboard:
Package list:
Runtime testing required: ---
Bug Depends on: 821538, 821547, 821622, 821628, 821631, 823122, 823134, 823164, 823416, 823422, 823617, 823650, 823836, 823954, 824026, 824142, 824234, 827143, 827482, 827538    
Bug Blocks:    

Description Sam James archtester Gentoo Infrastructure gentoo-dev Security 2021-11-03 23:39:18 UTC
Meson 0.60.x has made unknown options fatal (rather than a warning as in the past).

Please file blocker bugs against this one.
Comment 1 Larry the Git Cow gentoo-dev 2021-11-04 00:36:32 UTC
The bug has been referenced in the following commit(s):

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

commit ab9105ea8fc1387bdbd02270368060371a735799
Author:     Sam James <sam@gentoo.org>
AuthorDate: 2021-11-04 00:35:47 +0000
Commit:     Sam James <sam@gentoo.org>
CommitDate: 2021-11-04 00:35:47 +0000

    profiles: mask >= meson 0.60.x (errors on unknown arguments)
    
    Erroring out on unknown arguments is a feature (and a good thing!)
    but there's enough excitement going on with other changes
    hitting the tree so we should mask this for some further
    testing to uncover issues in packages.
    
    Bug: https://bugs.gentoo.org/821544
    Signed-off-by: Sam James <sam@gentoo.org>

 profiles/package.mask | 5 +++++
 1 file changed, 5 insertions(+)
Comment 2 Larry the Git Cow gentoo-dev 2021-11-20 15:16:03 UTC
The bug has been closed via the following commit(s):

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

commit ba30da0ccc535a4c5b2769327c6bcf6950bbb754
Author:     Mike Gilbert <floppym@gentoo.org>
AuthorDate: 2021-11-20 15:14:27 +0000
Commit:     Mike Gilbert <floppym@gentoo.org>
CommitDate: 2021-11-20 15:14:27 +0000

    profiles: drop mask on >=dev-util/meson-0.60
    
    Closes: https://bugs.gentoo.org/821544
    Signed-off-by: Mike Gilbert <floppym@gentoo.org>

 profiles/package.mask | 5 -----
 1 file changed, 5 deletions(-)