Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 796776 - sys-devel/autogen-5.18.16-r1 has unrecognized configure options
Summary: sys-devel/autogen-5.18.16-r1 has unrecognized configure options
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal
Assignee: Gentoo Toolchain Maintainers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2021-06-19 18:46 UTC by Agostino Sarubbo
Modified: 2021-06-20 20:56 UTC (History)
0 users

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


Attachments
build.log (build.log,125.32 KB, text/plain)
2021-06-19 18:46 UTC, Agostino Sarubbo
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Agostino Sarubbo gentoo-dev 2021-06-19 18:46:53 UTC
https://blogs.gentoo.org/ago/2020/07/04/gentoo-tinderbox/

Issue: sys-devel/autogen-5.18.16-r1 has unrecognized configure options.
Discovered on: amd64 (internal ref: ci)

NOTE:
This machine uses GCC-11: https://gcc.gnu.org/gcc-11/porting_to.html
Comment 1 Agostino Sarubbo gentoo-dev 2021-06-19 18:46:56 UTC
Created attachment 716871 [details]
build.log

build log and emerge --info
Comment 2 Sergei Trofimovich (RETIRED) gentoo-dev 2021-06-20 20:49:42 UTC
The specific report is:

"""
 * QA Notice: Unrecognized configure options:
 * 
 * 	--enable-snprintfv-convenience
 * 	--enable-snprintfv-convenience
...
running CONFIG_SHELL=/bin/sh /bin/sh ./configure --prefix=/usr --build=x86_64-pc-linux-gnu --host=x86_64-pc-linux-gnu --mandir=/usr/share/man --infodir=/usr/share/info --datadir=/usr/share --sysconfdir=/etc --localstatedir=/var/lib --disable-dependency-tracking --disable-silent-rules --docdir=/usr/share/doc/autogen-5.18.16-r1 --htmldir=/usr/share/doc/autogen-5.18.16-r1/html --with-sysroot=/ --libdir=/usr/lib64 --disable-static build_alias=x86_64-pc-linux-gnu host_alias=x86_64-pc-linux-gnu CFLAGS=-O2 -pipe -march=x86-64 -frecord-gcc-switches LDFLAGS=-Wl,-O1 -Wl,--as-needed -Wl,--defsym=__gentoo_check_ldflags__=0 --enable-snprintfv-convenience --no-create --no-recursion
configure: WARNING: unrecognized options: --enable-snprintfv-convenience
"""

Ebuild does not pass this flag explicitly.
Comment 3 Larry the Git Cow gentoo-dev 2021-06-20 20:56:01 UTC
The bug has been closed via the following commit(s):

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

commit ffb54bda053550183944c7137175df508b97df2a
Author:     Sergei Trofimovich <slyfox@gentoo.org>
AuthorDate: 2021-06-20 20:55:49 +0000
Commit:     Sergei Trofimovich <slyfox@gentoo.org>
CommitDate: 2021-06-20 20:55:59 +0000

    sys-devel/autogen: add a QA workaround against configure option
    
    Reported-by: Agostino Sarubbo
    Closes: https://bugs.gentoo.org/796776
    Package-Manager: Portage-3.0.20, Repoman-3.0.3
    Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>

 sys-devel/autogen/autogen-5.18.16-r1.ebuild | 4 ++++
 1 file changed, 4 insertions(+)