bug-cpio
[Top][All Lists]
Advanced

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

Re: [Bug-cpio] cpio-2.6 Questions


From: Sergey Poznyakoff
Subject: Re: [Bug-cpio] cpio-2.6 Questions
Date: Tue, 21 Dec 2004 10:48:13 +0200

Hi Randy,

Thanks for noticing the problem.

> 1) The mt program does not get built or installed. Was this
> by design, or did somehow my system not pass the correct flags

It is temporarily disabled in configure. To get it compiled configure
the package as follows:

    ./configure CPIO_MT_PROG=mt
 
> 2. The mt man page does get installed.

By default it is installed in $prefix/man/man1. Check if this directory
is in your MANPATH
 
> 3. If I change directories to src and run make mt, the program
> fails at these lines:
> 
>   i = argmatch (argv[optind], opnames);
>   if (i < 0)
>     {
>       invalid_arg ("tape operation", argv[optind], i);

My mistake. Change `invalid_arg' to `argmatch_invalid'. Sorry for
inconvenience.

Regards,
Sergey




reply via email to

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