Your message dated Sun, 13 May 2012 15:53:03 -0500
with message-id <20120513205303.GA31542@burratino>
and subject line Re: libtool: Invalid definition of 
LT_USE_WINDOWS_DIRENT_EMULATION in ltdl.c
has caused the Debian Bug report #290092,
regarding libtool: Invalid definition of LT_USE_WINDOWS_DIRENT_EMULATION in 
ltdl.c
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [email protected]
immediately.)


-- 
290092: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=290092
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
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




--- End Message ---
--- Begin Message ---
Version: 2.1a+cvs1.2458+20070509-1
tags 290092 - experimental
quit

Hi Christian,

Christian Holm Christensen wrote:

> 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 

Thanks for reporting it.  This was fixed in release-1-9b~103 ("Windows
dirent emulation functions moved", 2004-04-08).


--- End Message ---

Reply via email to