Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 602972 - =sys-apps/util-linux-2.29 USE=-unicode - configure: error: wide-char support enabled, but non-wide ncurses selects
Summary: =sys-apps/util-linux-2.29 USE=-unicode - configure: error: wide-char support ...
Status: UNCONFIRMED
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:
Depends on:
Blocks:
 
Reported: 2016-12-17 23:21 UTC by Bertrand Jacquin
Modified: 2016-12-22 14:36 UTC (History)
1 user (show)

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


Attachments
build.log (build.log,21.76 KB, text/x-log)
2016-12-17 23:21 UTC, Bertrand Jacquin
Details
emerge --info (info.log,16.53 KB, text/x-log)
2016-12-17 23:21 UTC, Bertrand Jacquin
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Bertrand Jacquin 2016-12-17 23:21:14 UTC
Created attachment 456538 [details]
build.log

Hi,

=sys-apps/util-linux-2.29 fail to build when USE=-unicode is defined (with or without USE=unicode on sys-libs/ncurses-6.0-r1), the following error is throw:

checking for ncurses.h... yes
configure: error: wide-char support enabled, but non-wide ncurses selects
!!! Please attach the following file when seeking support:
!!! /var/tmp/portage/sys-apps/util-linux-2.29/work/util-linux-2.29-abi_x86_64.amd64/config.log
 * ERROR: sys-apps/util-linux-2.29::gentoo failed (configure phase):
 *   econf failed
 * 
 * Call stack:
 *               ebuild.sh, line  115:  Called src_configure
 *             environment, line 4463:  Called multilib-minimal_src_configure
 *             environment, line 2752:  Called multilib_foreach_abi 'multilib-minimal_abi_src_configure'
 *             environment, line 2966:  Called multibuild_foreach_variant '_multilib_multibuild_wrapper' 'multilib-minimal_abi_src_configure'
 *             environment, line 2682:  Called _multibuild_run '_multilib_multibuild_wrapper' 'multilib-minimal_abi_src_configure'
 *             environment, line 2680:  Called _multilib_multibuild_wrapper 'multilib-minimal_abi_src_configure'
 *             environment, line  676:  Called multilib-minimal_abi_src_configure
 *             environment, line 2746:  Called multilib_src_configure
 *             environment, line 3190:  Called econf '--enable-fs-paths-extra=/usr/sbin:/bin:/usr/bin' '--docdir=${datarootdir}/doc/util-linux-2.29' '--disable-nls' '--enable-agetty' '--with-bashcompletiondir=/usr/share/bash-completion/completions' '--enable-bash-completion' '--enable-setpriv' '--disable-chfn-chsh' '--disable-cramfs' '--disable-fdformat' '--with-ncurses=yes' '--disable-kill' '--disable-login' '--disable-mesg' '--disable-nologin' '--enable-partx' '--with-python' '--enable-raw' '--with-readline' '--enable-rename' '--disable-reset' '--enable-schedutils' '--disable-su' '--disable-wall' '--disable-write' '--enable-makeinstall-chown' '--enable-makeinstall-setuid' '--without-selinux' '--without-slang' '--disable-static' '--without-systemd' '--with-systemdsystemunitdir=no' '--with-udev'
 *        phase-helpers.sh, line  665:  Called __helpers_die 'econf failed'
 *   isolated-functions.sh, line  117:  Called die
 * The specific snippet of code:
 *              die "$@"


build log and emerge --info attached
Comment 1 Bertrand Jacquin 2016-12-17 23:21:58 UTC
Created attachment 456540 [details]
emerge --info