Package: libtool
Version: 1.6-0+1.5a-4
Severity: important
Hi,
When you do
libtoolize --ltdl --automake --copy --force
the file
libltdl/ltdl.c
contains an invalid definition/use of
LT_USE_WINDOWS_DIRENT_EMULATION
It says
# define LT_USE_WINDOWS_DIRENT_EMULATION
...
# if LT_USE_WINDOWS_DIRENT_EMULATION
which obviously is wrong. LT_USE_WINDOWS_DIRENT_EMULATION should be
defined to 1, or the preprocessor conditional should be #ifdef
This bug is not seen on a GNU or UNIX system (and probably not on Cygwin
either), but only on a true Windows system. That is, if you compile
ltdl.c with something like MSVC.
As such, it's not really a problem for Debian runtime, and it's probably
not even a Debian specific bug. However, I file the bug report with
Debian as I can see that some patches have been applied to the libtool
sources. I guess the maintainer of libtool will forward this report to
the libtool maintainers if applicable.
However, the bug is serious in that it makes the package that uses
ltdl.c less portable than it need to be.
Yours,
Christian
-- System Information:
Debian Release: 3.1
APT prefers unstable
APT policy: (500, 'unstable'), (1, 'experimental')
Architecture: i386 (i686)
Kernel: Linux 2.6.7-1-bs-686
Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968)
Versions of packages libtool depends on:
ii autotools-dev 20041130.2 Update infrastructure for config.{
ii cpp 4:3.3.5-1 The GNU C preprocessor (cpp)
ii file 4.12-1 Determines file type using "magic"
ii gcc [c-compiler] 4:3.3.5-1 The GNU C compiler
ii gcc-3.3 [c-compiler] 1:3.3.5-6 The GNU C compiler
ii gcc-3.4 [c-compiler] 3.4.3-7 The GNU C compiler
ii gcc-4.0 [c-compiler] 4.0-0pre2 The GNU C compiler
ii libc6-dev [libc-dev] 2.3.2.ds1-20 GNU C Library: Development Librari
-- no debconf information
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]