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

Bug 671464

Summary: app-admin/metalog-20181125 : ./configure:line <snip>: syntax error near unexpected token -Wall,WFLAGS= $WFLAGS -Wall
Product: Gentoo Linux Reporter: Toralf Förster <toralf>
Component: Current packagesAssignee: Gentoo's Team for Core System packages <base-system>
Status: RESOLVED FIXED    
Severity: normal CC: bug, eagle.bugs.gentoo.org, zhuyifei1999
Priority: Normal Keywords: PullRequest
Version: unspecified   
Hardware: All   
OS: Linux   
See Also: https://github.com/gentoo/gentoo/pull/10473
Whiteboard:
Package list:
Runtime testing required: ---
Attachments: emerge-info.txt
app-admin:metalog-20181125:20181118-192332.log
emerge-history.txt
environment
etc.portage.tbz2
logs.tbz2
temp.tbz2

Description Toralf Förster gentoo-dev 2018-11-18 19:25:55 UTC
checking for libpcre... yes
checking if malloc debugging is wanted... no
./configure: line 6849: syntax error near unexpected token `-Wall,WFLAGS="$WFLAGS -Wall"'
./configure: line 6849: `AX_CHECK_COMPILE_FLAG(-Wall,WFLAGS="$WFLAGS -Wall")'

!!! Please attach the following file when seeking support:

  -------------------------------------------------------------------

  This is an unstable amd64 chroot image at a tinderbox (==build bot)
  name: 17.0-no-multilib-hardened_20181118-113156

  -------------------------------------------------------------------

gcc-config -l:
 [1] x86_64-pc-linux-gnu-8.2.0 *

Available Python interpreters, in order of preference:
  [1]   python3.6
  [2]   python2.7 (fallback)





emerge -qpvO app-admin/metalog
[ebuild     U ] app-admin/metalog-20181125 [3-r2] USE="unicode"
Comment 1 Toralf Förster gentoo-dev 2018-11-18 19:25:58 UTC
Created attachment 555650 [details]
emerge-info.txt
Comment 2 Toralf Förster gentoo-dev 2018-11-18 19:26:00 UTC
Created attachment 555652 [details]
app-admin:metalog-20181125:20181118-192332.log
Comment 3 Toralf Förster gentoo-dev 2018-11-18 19:26:03 UTC
Created attachment 555654 [details]
emerge-history.txt
Comment 4 Toralf Förster gentoo-dev 2018-11-18 19:26:06 UTC
Created attachment 555656 [details]
environment
Comment 5 Toralf Förster gentoo-dev 2018-11-18 19:26:09 UTC
Created attachment 555658 [details]
etc.portage.tbz2
Comment 6 Toralf Förster gentoo-dev 2018-11-18 19:26:11 UTC
Created attachment 555660 [details]
logs.tbz2
Comment 7 Toralf Förster gentoo-dev 2018-11-18 19:26:14 UTC
Created attachment 555662 [details]
temp.tbz2
Comment 8 YiFei Zhu 2018-11-22 14:39:18 UTC
AX_CHECK_COMPILE_FLAG macro is provided by sys-devel/autoconf-archive
Comment 9 Larry the Git Cow gentoo-dev 2018-12-20 16:17:37 UTC
The bug has been closed via the following commit(s):

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

commit 86c5479fa7b12f81f11fc38033bfc9859eabf0ff
Author:     YiFei Zhu <zhuyifei1999@gmail.com>
AuthorDate: 2018-11-25 00:40:56 +0000
Commit:     Benda Xu <heroxbd@gentoo.org>
CommitDate: 2018-12-20 16:15:07 +0000

    app-admin/metalog: DEPEND on sys-devel/autoconf-archive
    
    Its autoconf requires AX_CHECK_COMPILE_FLAG macro from
    sys-devel/autoconf-archive, or otherwise configure will
    fail with syntax error from unexpanded macro invocation.
    
    Closes: https://bugs.gentoo.org/671464
    Closes: https://github.com/gentoo/gentoo/pull/10473
    Bug: https://bugs.gentoo.org/670757
    Package-Manager: Portage-2.3.52, Repoman-2.3.12
    Signed-off-by: YiFei Zhu <zhuyifei1999@gmail.com>
    Signed-off-by: Benda Xu <heroxbd@gentoo.org>

 app-admin/metalog/metalog-20181125.ebuild | 1 +
 1 file changed, 1 insertion(+)