Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 811066 - meson.eclass: uses --destdir option which requires >=dev-util/meson-0.57.0
Summary: meson.eclass: uses --destdir option which requires >=dev-util/meson-0.57.0
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Eclasses (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Mike Gilbert
URL:
Whiteboard:
Keywords:
: 811069 (view as bug list)
Depends on:
Blocks:
 
Reported: 2021-08-30 00:51 UTC by Fernando Rodriguez
Modified: 2021-08-30 01:35 UTC (History)
2 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 Fernando Rodriguez 2021-08-30 00:51:36 UTC
dev-cpp/atkmm fails at the install phase because earlier versions don't have the --destdir
Comment 1 Sam James archtester Gentoo Infrastructure gentoo-dev Security 2021-08-30 00:54:42 UTC
Please attach the full build.log and emerge --info, even if it seems obvious.
Comment 2 Sam James archtester Gentoo Infrastructure gentoo-dev Security 2021-08-30 01:00:43 UTC
*** Bug 811069 has been marked as a duplicate of this bug. ***
Comment 3 Larry the Git Cow gentoo-dev 2021-08-30 01:22:34 UTC
The bug has been closed via the following commit(s):

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

commit 49616df56321344f1d3253fa82333e8cd5117af7
Author:     Mike Gilbert <floppym@gentoo.org>
AuthorDate: 2021-08-30 01:21:22 +0000
Commit:     Mike Gilbert <floppym@gentoo.org>
CommitDate: 2021-08-30 01:21:22 +0000

    meson.eclass: depend on >=dev-util/meson-0.57.0
    
    Earlier versions did not support the meson install --destdir option.
    
    Closes: https://bugs.gentoo.org/811066
    Signed-off-by: Mike Gilbert <floppym@gentoo.org>

 eclass/meson.eclass | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)