Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 671464 - app-admin/metalog-20181125 : ./configure:line <snip>: syntax error near unexpected token -Wall,WFLAGS= $WFLAGS -Wall
Summary: app-admin/metalog-20181125 : ./configure:line <snip>: syntax error near unexp...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Gentoo's Team for Core System packages
URL:
Whiteboard:
Keywords: PullRequest
Depends on:
Blocks:
 
Reported: 2018-11-18 19:25 UTC by Toralf Förster
Modified: 2018-12-20 16:17 UTC (History)
3 users (show)

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


Attachments
emerge-info.txt (emerge-info.txt,14.73 KB, text/plain)
2018-11-18 19:25 UTC, Toralf Förster
Details
app-admin:metalog-20181125:20181118-192332.log (app-admin:metalog-20181125:20181118-192332.log,6.56 KB, text/plain)
2018-11-18 19:26 UTC, Toralf Förster
Details
emerge-history.txt (emerge-history.txt,15.38 KB, text/plain)
2018-11-18 19:26 UTC, Toralf Förster
Details
environment (environment,63.62 KB, text/plain)
2018-11-18 19:26 UTC, Toralf Förster
Details
etc.portage.tbz2 (etc.portage.tbz2,11.75 KB, application/x-bzip)
2018-11-18 19:26 UTC, Toralf Förster
Details
logs.tbz2 (logs.tbz2,7.36 KB, application/x-bzip)
2018-11-18 19:26 UTC, Toralf Förster
Details
temp.tbz2 (temp.tbz2,18.14 KB, application/x-bzip)
2018-11-18 19:26 UTC, Toralf Förster
Details

Note You need to log in before you can comment on or make changes to this bug.
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(+)