Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 925949 - sys-auth/elogind-246.10-r3: Got argument buildtype as both -Dbuildtype and --buildtype. Pick one
Summary: sys-auth/elogind-246.10-r3: Got argument buildtype as both -Dbuildtype and --...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Andreas Sturmlechner
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2024-03-01 23:20 UTC by Marco Sirabella
Modified: 2024-03-01 23:22 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments
build.log (build.log,4.05 KB, text/x-log)
2024-03-01 23:20 UTC, Marco Sirabella
Details
emerge --info '=sys-auth/elogind-246.10-r3::gentoo' (elogind-246.10-r3.info.txt,7.81 KB, text/plain)
2024-03-01 23:21 UTC, Marco Sirabella
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Marco Sirabella 2024-03-01 23:20:28 UTC
Created attachment 886506 [details]
build.log

>>> Configuring source in /var/tmp/portage/sys-auth/elogind-246.10-r3/work/elogind-246.10 ...
meson setup -Db_lto=false --libdir lib64 --localstatedir /var/lib --prefix /usr --sysconfdir /etc --wrap-mode nodownload --build.pkg-config-path /usr/share/pkgconfig --pkg-config-path /usr/share/pkgconfig --native-file /var/tmp/portage/sys-auth/elogind-246.10-r3/temp/meson.x86_64-pc-linux-gnu.amd64.ini -Db_pch=false -Dwerror=false -Dbuildtype=plain -Ddocdir=/usr/share/doc/elogind-246.10-r3 -Dhtmldir=/usr/share/doc/elogind-246.10-r3/html -Dpamlibdir=/lib64/security -Dudevrulesdir=/lib/udev/rules.d --libdir=/usr/lib64 -Drootlibdir=/lib64 -Drootlibexecdir=/lib64/elogind -Drootprefix=/ -Dbashcompletiondir=/usr/share/bash-completion/completions -Dman=auto -Dsmack=true -Dcgroup-controller=openrc -Ddefault-hierarchy=hybrid -Ddefault-kill-user-processes=false -Dacl=true -Daudit=false --buildtype release -Dhtml=false -Dpam=true -Dselinux=false -Dtests=true -Dutmp=true /var/tmp/portage/sys-auth/elogind-246.10-r3/work/elogind-246.10 /var/tmp/portage/sys-auth/elogind-246.10-r3/work/elogind-246.10-build

ERROR: Got argument buildtype as both -Dbuildtype and --buildtype. Pick one.
Comment 1 Marco Sirabella 2024-03-01 23:21:17 UTC
Created attachment 886507 [details]
emerge --info '=sys-auth/elogind-246.10-r3::gentoo'
Comment 2 Sam James archtester Gentoo Infrastructure gentoo-dev Security 2024-03-01 23:22:37 UTC
Already fixed, please sync.

commit b723bef43da14a66b5d55f4a4b222c9bb78c2a96
Author: Sam James <sam@gentoo.org>
Date:   Fri Mar 1 22:06:21 2024 +0000

    sys-auth/elogind: --buildtype -> -Dbuildtype for meson.eclass changes

    Since b95ea11330e446d0deb89ca7d78356cb2a7d0d06, we need to do -Dbuildtype,
    not --buildtype.

    Signed-off-by: Sam James <sam@gentoo.org>