> | Okay, #344981 says "This error is usually caused by broken old
> | versions of tcl.m4; the current tcl packages have fixed versions."
> 
> pam-tmpdir doesn't use tcl.m4 in any way or incarnation, though.
> 
> I'll investigate and see where it comes from.

It looks like it has the same buggy code as tcl.m4, though -- maybe the 
upstream author originally copied it from there.

The problem is in:

        if test -r /etc/.relid -a "X`uname -n`" = "X`uname -s`" ; then
            system=MP-RAS-`awk '{print $3}' /etc/.relid'`
        fi

The extraneous single quote after .relid on the middle line derails bash's 
parser until eventually it finds something else which doesn't make sense to 
it and complains about that instead.  The fix is simply to remove that single 
quote (at least in other packages).
-- 
Daniel Schepler


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to