Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 775863 - dev-util/dwdiff-2.1.3 make LIBTOOL=libtool failed
Summary: dev-util/dwdiff-2.1.3 make LIBTOOL=libtool failed
Status: RESOLVED WONTFIX
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal
Assignee: Patrice Clement (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2021-03-13 21:41 UTC by Alessandro Barbieri
Modified: 2021-03-18 11:47 UTC (History)
1 user (show)

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


Attachments
dwdiff-2.1.3:20210313-185231.log (dwdiff-2.1.3:20210313-185231.log,3.59 KB, text/plain)
2021-03-13 21:42 UTC, Alessandro Barbieri
Details
config.log (config.log,387 bytes, text/plain)
2021-03-13 21:43 UTC, Alessandro Barbieri
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Alessandro Barbieri 2021-03-13 21:41:57 UTC
I've exported MAKE="make LIBTOOL=libtool"

>>> Configuring source in /var/tmp/portage/dev-util/dwdiff-2.1.3/work/dwdiff-2.1.3 ...
Checking for working make (make LIBTOOL=libtool)... no
make LIBTOOL=libtool failed. See config.log for errors.
 * ERROR: dev-util/dwdiff-2.1.3::gentoo failed (configure phase):
 *   (no error message)
 * 
 * Call stack:
 *     ebuild.sh, line 125:  Called src_configure
 *   environment, line 2323:  Called die
 * The specific snippet of code:
 *       ./configure --prefix="${EPREFIX}"/usr $(use_with nls gettext) || die
Comment 1 Alessandro Barbieri 2021-03-13 21:42:33 UTC
Created attachment 691233 [details]
dwdiff-2.1.3:20210313-185231.log

buildlog
Comment 2 Alessandro Barbieri 2021-03-13 21:43:18 UTC
Created attachment 691236 [details]
config.log

config.log
Comment 3 Ionen Wolkens gentoo-dev 2021-03-14 06:33:51 UTC
Do we really want to start fixing MAKE not taking arguments?

As far as I'm aware, GNU make will always use MAKEFLAGS to allow passing LIBTOOL=

Also, this package doesn't seem to use libtool beyond a test in ./configure, it doesn't build libraries.
Comment 4 Ionen Wolkens gentoo-dev 2021-03-18 11:47:03 UTC
I'll just close this one unless the maintainer disagree, please use MAKEFLAGS.