[PATCH] RELENG_7 buildworld fails in libarchive.

Eygene Ryabinkin rea-fbsd at codelabs.ru
Mon Feb 11 12:19:35 UTC 2008


Ian, Tim, good day.

Mon, Feb 11, 2008 at 01:38:16PM +0200, Ian FREISLICH wrote:
> It seems like cpio has been removed from libarchive, but not the
> Makefile, or some remnant accidentally got added.

Hmm, seems like cpio.5 was forgotten in the MFC from -CURRENT
to RELENG_7 made at Mon Feb 11 03:31:06 2008 UTC+3 (original
commit is from Sun Dec 30 07:58:22 2007 UTC+3).  Original commit
message says:
-----
Update libarchive to 2.4.10.  This includes a number of improvements
that I've been working on but put off committing until after the
RELENG_7 branch, including:

* New manpages: cpio.5 mtree.5
[...]
-----

> RCS file: /home/ncvs/src/lib/libarchive/Makefile,v
> retrieving revision 1.77.2.1
> diff -u -d -r1.77.2.1 Makefile
> --- Makefile    11 Feb 2008 00:31:06 -0000      1.77.2.1
> +++ Makefile    11 Feb 2008 11:33:36 -0000
> @@ -100,7 +100,6 @@
>         archive_util.3                                  \
>         archive_write.3                                 \
>         archive_write_disk.3                            \
> -       cpio.5                                          \
>         libarchive.3                                    \
>         libarchive-formats.5                            \
>         tar.5
> cvs diff: Diffing test

This will work (and I put this to my Makefile too), but possibly
it is better to add the missing cpio.5.
-- 
Eygene


More information about the freebsd-current mailing list