On 2006-04-08 Filippo Giunchedi <[EMAIL PROTECTED]> wrote:
> Package: findutils
> Version: 4.2.27-1
> Severity: wishlist
> Hi,
> if dejagnu is installed with expect-tcl8.3 the test suite will fail on
> [file normalize ....] because "normalize" was introduced in tcl8.4, I'm
> not sure if it is appropriate to build-depend also on tcl8.4, this
> presumably will force expect and not expect-tcl8.3 to be installed.
Hello,
that's fixed in upstream CVS by using
-----------
proc normalize_dir { dir } {
if [ catch { file normalize $dir } result ] then {
return [ exec /bin/sh -c "cd $dir && /bin/pwd" ]
} else {
return $result;
}
}
-----------
I'll pull the patch.
cu andreas
--
The 'Galactic Cleaning' policy undertaken by Emperor Zhark is a personal
vision of the emperor's, and its inclusion in this work does not constitute
tacit approval by the author or the publisher for any such projects,
howsoever undertaken. (c) Jasper Ffforde
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]