Package: libtool
Version: 1.5.22-4
Severity: normal
Tags: upstream

Hi,

unixodbc currently FTBFS at least on hurd-i386 and kfreebsd-i386 when
performing its manifest check because libtool doesn't make it use the
--version-script option.  Indeed, it is only set on $host_os ~= linux*):

    linux*)
        ...
        if test $supports_anon_versioning = yes; then
          _LT_AC_TAGVAR(archive_expsym_cmds, $1)='$echo "{ global:" > 
$output_objdir/$libname.ver~
  cat $export_symbols | sed -e "s/\(.*\)/\1;/" >> $output_objdir/$libname.ver~
  $echo "local: *; };" >> $output_objdir/$libname.ver~
          $CC -shared'"$tmp_addflag"' $libobjs $deplibs $compiler_flags 
${wl}-soname $wl$soname ${wl}-version-script ${wl}$output_objdir/$libname.ver 
-o $lib'
        fi

linux*) should be changed into gnu* | linux* | kfreebsd*-gnu | knetbsd*-gnu)

Samuel

-- System Information:
Debian Release: 4.0
  APT prefers testing
  APT policy: (990, 'testing'), (500, 'unstable'), (500, 'stable'), (1, 
'experimental')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.19
Locale: [EMAIL PROTECTED], [EMAIL PROTECTED] (charmap=ISO-8859-15)

Versions of packages libtool depends on:
ii  autotools-dev             20060702.1     Update infrastructure for config.{
ii  bcc [c-compiler]          0.16.14-1.4    16-bit x86 C compiler
ii  cpp                       4:4.1.1-15     The GNU C preprocessor (cpp)
ii  file                      4.17-5         Determines file type using "magic"
ii  gcc [c-compiler]          4:4.1.1-15     The GNU C compiler
ii  gcc-2.95 [c-compiler]     1:2.95.4-27    The GNU C compiler
ii  gcc-3.3 [c-compiler]      1:3.3.6-15     The GNU C compiler
ii  gcc-3.4 [c-compiler]      3.4.6-5        The GNU C compiler
ii  gcc-4.0 [c-compiler]      4.0.3-7        The GNU C compiler
ii  gcc-4.1 [c-compiler]      4.1.1-21       The GNU C compiler
ii  gcc-4.2 [c-compiler]      4.2-20060709-1 The GNU C compiler
ii  libc6-dev [libc-dev]      2.3.6.ds1-8    GNU C Library: Development Librari

Versions of packages libtool recommends:
ii  libltdl3-dev                  1.5.22-4   A system independent dlopen wrappe

-- no debconf information


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to