bug-mailutils
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[bug-mailutils] Re: FYI: daily builds of mailutils


From: Simon Josefsson
Subject: [bug-mailutils] Re: FYI: daily builds of mailutils
Date: Sat, 23 Aug 2008 11:50:05 +0200
User-agent: Gnus/5.110011 (No Gnus v0.11) Emacs/22.2 (gnu/linux)

Sergey Poznyakoff <address@hidden> writes:

> Simon Josefsson <address@hidden> ha escrit:
>
>> I'm not sure how to fix this though.  Maybe writing a replacement for
>> 'cp' in tcl/expect works around it...
>
> That's what I did in the yesterday's snapshot. Please, give it a try:
>
> ftp://download.gnu.org.ua/pub/alpha/mailutils/mailutils-1.9.92-20080822.tar.bz

That's the version I tried.  As far as I can tell, it still calls out to
cp:

imap4d/testsuite/lib/imap4d.exp:

...
    if {$reuse_spool == 0} {
        mu_prepare_spools
        set output [remote_exec host \
                         "cp $MU_SPOOL_DIR/teaparty.mbox $MU_SPOOL_DIR/INBOX"]
        if [lindex $output 0] {
                perror "Cannot create $MU_SPOOL_DIR/INBOX: [lindex $output 1]"
                exit 1
        }
...

/Simon




reply via email to

[Prev in Thread] Current Thread [Next in Thread]