Your message dated Mon, 1 Nov 2010 13:16:57 +0100
with message-id <[email protected]>
and subject line Re: Bug#524723: xutils-dev: Debian mkdirhier bug
has caused the Debian Bug report #524723,
regarding xutils-dev: Debian mkdirhier bug
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.)
--
524723: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=524723
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: xutils-dev
Version: 1:7.4+4
Severity: normal
Hi,
I'm porting Debian to Interix. See http://www.debian-interix.net
for details.
While porting xutils-dev I overlooked to
#define MkdirHierCmd mkdir -p
so the default Debian version of mkdirhier.sh was used. With
mkdirhier.sh it is not possible to build
- xcalendar-i18n
- xcb
- xpat2
- xsok
- xxkb
because mkdirhier fails on pathes ending in /. as in
mkdirhier
/build/interix601+Administrator/xsok-1.02/debian/xsok/usr/X11R6/lib/X11/.
or shorter (and also on Linux):
mkdirhier /tmp/mkdir1/mkdir2/.
mkdir: cannot create directory `/tmp/mkdir1/mkdir2/.': File exists
mkdirhier: could not create directory "/tmp/mkdir1/mkdir2/."
With mkdir -p this works.
Martin
--- End Message ---
--- Begin Message ---
Version: 1:7.5+5
Hi Martin.
Martin Koeppe <[email protected]> (19/04/2009):
> mkdirhier /tmp/mkdir1/mkdir2/.
> mkdir: cannot create directory `/tmp/mkdir1/mkdir2/.': File exists
> mkdirhier: could not create directory "/tmp/mkdir1/mkdir2/."
>
> With mkdir -p this works.
In the above-mentioned version of xutils-dev:
| * imake 1.0.4.
| * Drop 02_mkdirhier_rewrite.diff, no longer needed since upstream now
| just calls mkdir -p.
As a result, the bug you reported is also fixed. Closing accordingly.
Mraw,
KiBi.
signature.asc
Description: Digital signature
--- End Message ---