bug-gnu-utils
[Top][All Lists]
Advanced

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

ar 2.10.91 and command scripts


From: Zagorodnev, Grigory
Subject: ar 2.10.91 and command scripts
Date: Thu, 12 Jul 2001 20:46:02 +0400

Hi!

One of the features which I like in GNU ar is the command script.

But I reached a problem with GNU ar 2.10.91 (I was using 2.9.5 before).
Simple script...
----------------------
        CREATE ./foo.a

        END
----------------------
does not work with ar 2.10.91...
        address@hidden tmp]$ ar -M < script
        /usr/bin/ar: Can't open output archive tmp-./foo.a

As I can see, reason of problem is in approach for temporary name creation.
Previous versions of ar use template "%s-tmp" for name generation but now it is the "tmp-%s".
According to note in ar source code it was done to support DOS-like file systems with 8.3 name format.

Anyway, I want to ask couple questions:
        - Is this problem already known?
        - Is it already fixed in the latest versions?
        - If not, are you going to fix it?

Thanks,
Grigory Zagorodnev.


reply via email to

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