[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Bug-cpio] Re: Destination directory patch
From: |
P J P |
Subject: |
[Bug-cpio] Re: Destination directory patch |
Date: |
Fri, 23 Jul 2010 00:39:33 +0530 (IST) |
--- On Thu, 22/7/10, Sergey Poznyakoff <address@hidden> wrote:
> Yes, it has.
I think change_dir() could create problems in copy-pass mode. Because in
src/copypass.c
output_name.ds_string = directory_name + '/' + input_name.ds_string
where directory_name = argv[index] in src/main.c, which could be different from
change_directory_option.
> > After bootstrap, the configure fails to create the
> Makefile for
> > absence of the Make.rules file in the top directory.
>
> I've pushed a fix (3ac72b91f6).
I git cloned it today, it still has enough glitches. Make fails with
$ make
Making all in doc
Making all in headers
Making all in gnu
Making all in lib
make[3]: *** No rule to make target `exit.o', needed by `libpax.a'. Stop.
make[2]: *** [all] Error 2
make[1]: *** [all-recursive] Error 1
make: *** [all] Error 2
After bootstrap, rmt directory and rmt/Makefile.in did not exist, I think
configure failed for that. Let me know if this is right
1. $ git clone git://git.savannah.gnu.org/cpio.git cpio
2. $ cd cpio
3. $ ./bootstrap
4. $ ./configure
5. $ make
Thanks.
---
Regards
-Prasad
PS: Please don't send me html/attachment/Fwd mails