Change History (8)
comment:1 by , 22 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
comment:2 by , 20 years ago
Priority: | high → normal |
---|---|
Resolution: | fixed |
Status: | closed → reopened |
Summary: | cpio-2.5 → cpio-2.6 |
Version: | CVS → SVN |
comment:3 by , 20 years ago
Owner: | changed from | to
---|---|
Status: | reopened → new |
comment:4 by , 20 years ago
Status: | new → assigned |
---|
comment:5 by , 20 years ago
The 'mt' program is not installed by default any longer. Additionally, if you try to manually build it, the build fails. The 'mt' man page is installed, so I'm wondering if it's just a problem with the package. I've sent an email to the maintainers. I'll wait a few days to see if there's any response before doing anything else.
comment:6 by , 20 years ago
A note from the maintainer follows:
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
- 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
Version increment (2.6)