Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 697102 - sys-fabric/mstflint-4.10.0_p3 - ./configure: line 16529: syntax error near unexpected token `-Wno-format-overflow,'
Summary: sys-fabric/mstflint-4.10.0_p3 - ./configure: line 16529: syntax error near un...
Status: UNCONFIRMED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: AMD64 Linux
: Normal normal (vote)
Assignee: Zac Medico
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2019-10-09 21:38 UTC by Bryce Handerson
Modified: 2019-10-10 16:46 UTC (History)
1 user (show)

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


Attachments
emerge --info (info.log,5.23 KB, text/plain)
2019-10-09 21:38 UTC, Bryce Handerson
Details
emerge -pqv (emerge_output.log,62 bytes, text/plain)
2019-10-09 21:38 UTC, Bryce Handerson
Details
build.log (build.log,10.06 KB, text/plain)
2019-10-09 21:39 UTC, Bryce Handerson
Details
environment (environment,55.88 KB, text/plain)
2019-10-09 21:40 UTC, Bryce Handerson
Details
config.log (config.log,34.47 KB, text/x-log)
2019-10-10 16:46 UTC, Bryce Handerson
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Bryce Handerson 2019-10-09 21:38:19 UTC
Created attachment 592346 [details]
emerge --info

I belive sys-fabric/mstflint is missing a dependency. The error was:

 * ERROR: sys-fabric/mstflint-4.10.0_p3::gentoo failed (configure phase):
 *   econf failed
 * 
 * Call stack:
 *               ebuild.sh, line  125:  Called src_configure
 *             environment, line 1312:  Called econf '--disable-inband'
 *        phase-helpers.sh, line  718:  Called __helpers_die 'econf failed'
 *   isolated-functions.sh, line  119:  Called die
 * The specific snippet of code:
 *              die "$@"
 * 


Which is solved by

diff --git a/sys-fabric/mstflint/mstflint-4.10.0_p3.ebuild b/sys-fabric/mstflint/mstflint-4.10.0_p3.ebuild
index ed5c82cd271e..35d1f1169604 100644
--- a/sys-fabric/mstflint/mstflint-4.10.0_p3.ebuild
+++ b/sys-fabric/mstflint/mstflint-4.10.0_p3.ebuild
@@ -17,7 +17,8 @@ IUSE="inband"
 SLOT="0"
 RDEPEND="inband? ( sys-fabric/libibmad )
        sys-libs/zlib:="
-DEPEND="${RDEPEND}"
+DEPEND="${RDEPEND}
+       sys-devel/autoconf-archive"
 S="${WORKDIR}/${PN}-${MY_PV}"

 src_prepare() {
Comment 1 Bryce Handerson 2019-10-09 21:38:58 UTC
Created attachment 592348 [details]
emerge -pqv
Comment 2 Bryce Handerson 2019-10-09 21:39:49 UTC
Created attachment 592350 [details]
build.log
Comment 3 Bryce Handerson 2019-10-09 21:40:08 UTC
Created attachment 592352 [details]
environment
Comment 4 Jeroen Roovers (RETIRED) gentoo-dev 2019-10-10 06:54:42 UTC
Comment on attachment 592350 [details]
build.log

checking --enable-openssl argument... no
./configure: line 16529: syntax error near unexpected token `-Wno-format-overflow,'
./configure: line 16529: `AX_CHECK_COMPILE_FLAG(-Wno-format-overflow, CFLAGS="$CFLAGS -Wno-format-overflow", , )'

!!! Please attach the following file when seeking support:
!!! /var/tmp/portage/sys-fabric/mstflint-4.10.0_p3/work/mstflint-4.10.0-3/config.log

Where is it?
Comment 5 Bryce Handerson 2019-10-10 16:46:46 UTC
Created attachment 592388 [details]
config.log

Sorry must have missed this one