Gentoo Archives: gentoo-alt

From: Alan Hourihane <alanh@×××××××××××.uk>
To: gentoo-alt@l.g.o
Subject: Re: [gentoo-alt] dev-libs/libiconv-1.13.1 build problem
Date: Tue, 12 Jan 2010 12:38:20
Message-Id: 1263299988.16683.4241.camel@jetpack.demon.co.uk
In Reply to: [gentoo-alt] dev-libs/libiconv-1.13.1 build problem by Alan Hourihane
1 On Mon, 2010-01-11 at 15:23 +0000, Alan Hourihane wrote:
2 > Has anyone on interix tried building dev-libs/libiconv-1.13.1 lately ?
3 >
4 > I'm rebuilding now and getting a libtool mismatch error because LT_INIT
5 > is from 2.2.6 and we now have 2.2.6b in the tree.
6 >
7 > Can anyone confirm ?
8 >
9 > Thanks,
10 >
11 > Alan.
12 >
13 >
14 This is the error that I get on FreeMiNT and I suspect interix will be
15 the same...
16
17 checking dynamic linker characteristics... no
18 checking how to hardcode library paths into programs... unsupported
19 checking whether stripping libraries is possible... yes
20 checking if libtool supports shared libraries... no
21 checking whether to build shared libraries... no
22 checking whether to build static libraries... yes
23 checking for simple visibility declarations... yes
24 configure: creating ./config.status
25 config.status: creating Makefile
26 config.status: executing libtool commands
27 make
28 builddir="`pwd`"; cd libcharset && make all && make install-lib
29 libdir="$builddir/lib" includedir="$builddir/lib"
30 make[1]: Entering directory
31 `/j/var/tmp/portage/dev-libs/libiconv-1.13.1/work/libiconv-1.13.1/libcharset'
32 if [ ! -d include ] ; then mkdir include ; fi
33 cp ./include/libcharset.h.in include/libcharset.h
34 cd lib && make all
35 make[2]: Entering directory
36 `/j/var/tmp/portage/dev-libs/libiconv-1.13.1/work/libiconv-1.13.1/libcharset/lib'
37 /bin/bash ../libtool --mode=compile m68k-atari-mint-gcc -I. -I. -I..
38 -I./.. -I../include -O2 -pipe -fvisibility=hidden -DLIBDIR=\"/usr/lib\"
39 -DBUILDING_LIBCHARSET -DBUILDING_DLL -DENABLE_RELOCATABLE=1 -DIN_LIBRARY
40 -DINSTALLDIR=\"/usr/lib\" -DNO_XMALLOC
41 -Dset_relocation_prefix=libcharset_set_relocation_prefix
42 -Drelocate=libcharset_relocate -DHAVE_CONFIG_H -c ./localcharset.c
43 libtool: Version mismatch error. This is libtool 2.2.6b, but the
44 libtool: definition of this LT_INIT comes from libtool 2.2.6.
45 libtool: You should recreate aclocal.m4 with macros from libtool 2.2.6b
46 libtool: and run autoconf again.
47 make[2]: *** [localcharset.lo] Error 63
48 make[2]: Leaving directory
49 `/j/var/tmp/portage/dev-libs/libiconv-1.13.1/work/libiconv-1.13.1/libcharset/lib'
50 make[1]: *** [all] Error 2
51 make[1]: Leaving directory
52 `/j/var/tmp/portage/dev-libs/libiconv-1.13.1/work/libiconv-1.13.1/libcharset'
53 make: *** [lib/localcharset.h] Error 2
54 * ERROR: dev-libs/libiconv-1.13.1 failed:
55 * emake failed
56
57 Alan.

Replies

Subject Author
Re: [gentoo-alt] dev-libs/libiconv-1.13.1 build problem Alan Hourihane <alanh@×××××××××××.uk>