Your message dated Mon, 02 Aug 2010 13:18:16 -0700
with message-id <[email protected]>
and subject line Bug #540233: $as_mkdir_p creates '"$as_dir"' directory
has caused the Debian Bug report #540233,
regarding autoconf: $as_mkdir_p creates '"$as_dir"' directory
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.)
--
540233: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=540233
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: autoconf
Version: 2.64-1
Severity: normal
I built ruby (www.ruby-lang.org) with autoconf 2.64-1,
and I found strange directory '"$as_dir"' found in build directory.
Ruby's configure.in includes $as_mkdir_p,
it makes '"$as_dir"' directory.
reproducable example:
% cat configure.in
AC_INIT()
if $as_mkdir_p; then
MAKEDIRS='mkdir -p'
else
MAKEDIRS='install -d'
fi
% autoconf
% ./configure
% \ls
"$as_dir" autom4te.cache config.log configure configure.in
%
-- System Information:
Debian Release: squeeze/sid
APT prefers unstable
APT policy: (500, 'unstable')
Architecture: i386 (i686)
Kernel: Linux 2.6.30-1-686 (SMP w/1 CPU core)
Locale: LANG=ja_JP.UTF-8, LC_CTYPE=ja_JP.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash
Versions of packages autoconf depends on:
ii debianutils 3.2 Miscellaneous utilities specific t
ii m4 1.4.13-1 a macro processing language
ii perl 5.10.0-24 Larry Wall's Practical Extraction
Versions of packages autoconf recommends:
ii automake [automaken] 1:1.10.2-1 A tool for generating GNU Standard
Versions of packages autoconf suggests:
pn autobook <none> (no description available)
pn autoconf-archive <none> (no description available)
pn autoconf-doc <none> (no description available)
pn autoconf2.13 <none> (no description available)
ii gettext 0.17-6 GNU Internationalization utilities
pn gnu-standards <none> (no description available)
ii libtool 2.2.6a-4 Generic library support script
-- no debconf information
--- End Message ---
--- Begin Message ---
I'm looking through old bug reports before uploading Autoconf
2.67.
Kazuhiro NISHIYAMA <[email protected]> initially reported that
invoking $as_mkdir_p from a configure script created a directory
named '"$as_dir"'.
Ralf Wildenhues replied:
$as_mkdir_p is not a documented Autoconf API, and you are not
supposed to use it directly, and its usage may change.
However, the AS_MKDIR_P macro is documented.
Kazuhiro replied:
This information forwarded to Ruby BTS and fixed in trunk and
ruby_1_8 branch.
Since Kazuhiro seems satisfied with this handling, I don't think
that there is any bug here, so I am closing it (with this email).
--
Ben Pfaff
http://benpfaff.org
--- End Message ---