Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 122597 - net-dns/bind-tools-9.3.2-r1 fails to ./configure idnkit (et_EE locale issue)
Summary: net-dns/bind-tools-9.3.2-r1 fails to ./configure idnkit (et_EE locale issue)
Status: VERIFIED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Konstantin Arkhipov (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-02-12 11:58 UTC by Jaak Ristioja
Modified: 2008-06-05 23:20 UTC (History)
1 user (show)

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


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Jaak Ristioja 2006-02-12 11:58:10 UTC
./configure --prefix=/usr --host=x86_64-pc-linux-gnu --mandir=/usr/share/man --infodir=/usr/share/info --datadir=/usr/share --sysconfdir=/etc --localstatedir=/var/lib --libdir=/usr/lib64 --build=x86_64-pc-linux-gnu
creating cache ./config.cache
checking host system type... Usage: ./config.sub [OPTION] CPU-MFR-OPSYS
       ./config.sub [OPTION] ALIAS

Canonicalize a configuration name.

Operation modes:
  -h, --help         print this help, then exit
  -t, --time-stamp   print date of last modification, then exit
  -v, --version      print version number, then exit

Report bugs and patches to <config-patches@gnu.org>.
checking for gcc... gcc
checking whether the C compiler (gcc -O2 -pipe -march=athlon64 -Wl,-O2) works... yes
checking whether the C compiler (gcc -O2 -pipe -march=athlon64 -Wl,-O2) is a cross-compiler... no
checking whether we are using GNU C... yes
checking whether gcc accepts -g... yes
checking for a BSD compatible install... /bin/install -c
checking build system type... config.sub: invalid option --bux86_64-pc-linux-gnu
Try `config.sub --help' for more information.
checking for ranlib... ranlib
checking for ld used by GCC... /usr/x86_64-pc-linux-gnu/bin/ld
checking if the linker (/usr/x86_64-pc-linux-gnu/bin/ld) is GNU ld... yes
checking for BSD-compatible nm... /usr/bin/nm -B
checking whether ln -s works... yes
updating cache ./config.cache
ltconfig: too many arguments
Try `ltconfig --help' for more information.
configure: error: libtool configure failed

Basically, applying the sys-devel/flex/files/flex-configure-LANG.patch before econf in the "use idn && ()" section in src_compile seems to solve this problem.

bind-tools-9.2.6-r1, using idn, is also affected by this issue.
Comment 1 Konstantin Arkhipov (RETIRED) gentoo-dev 2006-02-23 09:58:41 UTC
fixed in 9.2.6-r2 and 9.3.2-r2.
thanks, J.