Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 821544 (meson-0.60.x) - [Tracker] Packages failing with dev-util/meson-0.60.x (e.g. unknown options becoming fatal)
Summary: [Tracker] Packages failing with dev-util/meson-0.60.x (e.g. unknown options b...
Status: RESOLVED FIXED
Alias: meson-0.60.x
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Mike Gilbert
URL:
Whiteboard:
Keywords: Tracker
Depends on: 821538 821547 821622 821628 821631 823122 823134 823164 823416 823422 823617 823650 823836 823954 824026 824142 824234 827143 827482 827538
Blocks:
  Show dependency tree
 
Reported: 2021-11-03 23:39 UTC by Sam James
Modified: 2022-05-09 23:59 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 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(-)