Subject: Re: building 1.6 on -current: pax-as-tar problem?
To: Luke Mewburn <lukem@netbsd.org>
From: Andreas Wrede <andreas@planix.com>
List: current-users
Date: 01/15/2003 09:28:58
On Wed, 15 Jan 2003, Luke Mewburn wrote:

> That actual operation has been removed from the -current build because
> it was too flaky, especially cross building on other platforms (such as HP/UX).
>
> Try the following patch; if it works we'll consider pulling this up
> to the -1-6 branch:

The patch solves the problem, a full build of 1.6 on my -current
system just finished.

Thanks.

> Index: gnu/dist/toolchain/gcc/Makefile.in
> ===================================================================
> RCS file: /cvsroot/src/gnu/dist/toolchain/gcc/Makefile.in,v
> retrieving revision 1.4
> retrieving revision 1.5
> diff -p -u -r1.4 -r1.5
> --- gnu/dist/toolchain/gcc/Makefile.in	2001/12/02 04:10:11	1.4
> +++ gnu/dist/toolchain/gcc/Makefile.in	2002/12/13 15:37:10	1.5
> @@ -2609,7 +2609,7 @@ install-multilib: stmp-multilib installd
>  	done
>
>  # Install all the header files built in the include subdirectory.
> -install-headers: install-include-dir $(INSTALL_HEADERS_DIR) $(INSTALL_ASSERT_H)
> +install-headers: install-include-dir $(INSTALL_ASSERT_H)
>  # Fix symlinks to absolute paths in the installed include directory to
>  # point to the installed directory, not the build directory.
>  # Don't need to use LN_S here since we really do need ln -s and no substitutes.


-- 
    - aew