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