mingw-cross-env-list
[Top][All Lists]
Advanced

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

Re: [Mingw-cross-env-list] call for testing: support for lzma archives


From: Mark Brand
Subject: Re: [Mingw-cross-env-list] call for testing: support for lzma archives
Date: Mon, 13 Sep 2010 22:42:32 +0200
User-agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.9) Gecko/20100824 SUSE/3.1.3 Thunderbird/3.1.3


At least it does when it's executed from a shell (either csh or bash):

%xz -dc -F lzma w32api-3.15-1-mingw32-dev.tar.lzma | tar x
tar: Error opening archive: Failed to open '/dev/sa0'

Running from the Makefile succeeds, however. Not sure what's going on here.
The command you are quoting uses "tar x" instead of "tar -xf -".
Maybe this is the cause?
Yes, the Makefile uses the "tar x" form and at some point I changed it
to "tar -xf -". I hadn't rebuilt w32api since, but had reverted the
change in the Makefile. Building it again now fails.

Just some line noise, my apologies. FreeBSD does need the "tar -xf -" form.

Tony


Thanks for checking that out. It looks like a safe choice is "| tar xf -", although I even considered "| tar xf /dev/stdin"!

http://hg.savannah.gnu.org/hgweb/mingw-cross-env/rev/eebfbf8cbcda

Mark



reply via email to

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