bug-tar
[Top][All Lists]
Advanced

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

Re: [Bug-tar] Issue with GNU Tar and HP-UX LVM v2.2 filesystems


From: Paul Eggert
Subject: Re: [Bug-tar] Issue with GNU Tar and HP-UX LVM v2.2 filesystems
Date: Sun, 23 Dec 2012 08:49:32 -0800
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:17.0) Gecko/17.0 Thunderbird/17.0

On 12/23/2012 07:12 AM, Michael White wrote:
I don't have a clue how to go about trying to patch and compile.

If you have the proper build tools installed, and you're
on the Internet,  you can do this.

git clone git://git.savannah.gnu.org/tar.git
cd tar
./bootstrap
./configure
make check

Perhaps your HP-UX host lacks some tools; if so,
the easiest thing might be to find a GNU/Linux host
that has them (I use Fedora and Ubuntu, but any standard
distribution will do) and run this:

git clone git://git.savannah.gnu.org/tar.git
cd tar
./bootstrap
./configure
make dist

This will create a tarball file (currently tar-1.26.90.tar.gz)
that you can then copy to the HP-UX host, untar, and run
"./configure; make check" in the usual way.

The tools you need are listed in the README-hacking file, at:
http://git.savannah.gnu.org/cgit/tar.git/tree/README-hacking



reply via email to

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