Your message dated Tue, 16 May 2006 07:04:32 -0700
with message-id <[EMAIL PROTECTED]>
and subject line Bug#367501: autoconf: checking for vsnprintf fails with 
cross-compilation error, while cross-compilation is not the case
has caused the attached Bug report 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 I am
talking about this indicates a serious mail system misconfiguration
somewhere.  Please contact me immediately.)

Debian bug tracking system administrator
(administrator, Debian Bugs database)

--- Begin Message ---
Package: autoconf
Version: 2.59.cvs.2006.05.13-1
Severity: normal


I'm using autoconf for my own project. Generated ./configure fails with error:
checking for C99-compatible vsnprintf()... configure: error: cannot run test 
program while cross compiling
See `config.log' for more details.

But in config.log I have:
configure:2820: checking whether we are cross compiling
configure:2822: result: no

Previous autoconf version 2.59a-9 worked fine.

-- System Information:
Debian Release: testing/unstable
  APT prefers unstable
  APT policy: (500, 'unstable'), (500, 'testing')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.17-rc3
Locale: LANG=pl_PL.UTF-8, LC_CTYPE=pl_PL.UTF-8 (charmap=UTF-8)

Versions of packages autoconf depends on:
ii  debianutils                   2.16       Miscellaneous utilities specific t
ii  m4                            1.4.4-1    a macro processing language
ii  perl                          5.8.8-4    Larry Wall's Practical Extraction 

Versions of packages autoconf recommends:
ii  automake1.4 [automaken]       1:1.4-p6-9 A tool for generating GNU Standard
ii  automake1.9 [automaken]       1.9.6-4    A tool for generating GNU Standard

-- no debconf information


--- End Message ---
--- Begin Message ---
Krzysztof Witkowski <[EMAIL PROTECTED]> writes:

> Dnia 16-05-2006, wto o godzinie 06:40 -0700, Ben Pfaff napisaƂ(a):
>> Krzysztof Witkowski <[EMAIL PROTECTED]> writes:
>> 
>> > I'm using autoconf for my own project. Generated ./configure fails with 
>> > error:
>> > checking for C99-compatible vsnprintf()... configure: error: cannot run 
>> > test program while cross compiling
>> > See `config.log' for more details.
>> >
>> > But in config.log I have:
>> > configure:2820: checking whether we are cross compiling
>> > configure:2822: result: no
>> >
>> > Previous autoconf version 2.59a-9 worked fine.
>> 
>> Please provide a configure.ac that exhibits the problem.

The quoting is wrong in your call to AC_TRY_RUN.  In particular,
there is a stray, unmatched ] just before the closing ).  Without
running your configure script, I suspect that this is the
problem, so I am closing the bug.  If that's not the case, please
reopen it.

(A large number of bugs filed against the Autoconf package are in
fact bad quoting, so there is precedent for this.)
-- 
Ben Pfaff 
email: [EMAIL PROTECTED]
web: http://benpfaff.org

--- End Message ---

Reply via email to