[haiku-commits] Re: BRANCH BuildtoolsPM-github.package-management [6ff546f] in legacy/gcc/gcc: . config/i386

  • From: Matt Madia <mattmadia@xxxxxxxxx>
  • To: haiku-commits@xxxxxxxxxxxxx
  • Date: Wed, 21 Aug 2013 19:53:20 -0400

On 8/15/13, BuildtoolsPM-github.package-management
<community@xxxxxxxxxxxx> wrote:
> added 3 changesets to branch
> 'refs/remotes/BuildtoolsPM-github/package-management'
> old head: 2d0a2c6404ffae1a46eb7e74daab08099b45af2c
> new head: 6ff546f23b0259bcd27550aa6ad8aaef89fd1bf6
> overview: https://github.com/haiku/BuildtoolsPM/compare/2d0a2c6...6ff546f
>
> ----------------------------------------------------------------------------
>
> d36fc8e: legacy gcc: declare some more include dirs C++ aware
>
> 86fe91b: legacy gcc: add --with-hybrid-secondary configure option
>
> 6ff546f: Bump legacy gcc version
>
>                                     [ Ingo Weinhold <ingo_weinhold@xxxxxx>
> ]
>
############################################################################
>
> Commit:      86fe91bce2e06f9d7732c848e9d116d45258b33d
> Author:      Ingo Weinhold <ingo_weinhold@xxxxxx>
> Date:        Wed Aug 14 09:47:55 2013 UTC
>
> legacy gcc: add --with-hybrid-secondary configure option
>
> ----------------------------------------------------------------------------
>
> diff --git a/legacy/gcc/gcc/Makefile.in b/legacy/gcc/gcc/Makefile.in
> index 4a94c0d..5f2aef4 100644
> --- a/legacy/gcc/gcc/Makefile.in
> +++ b/legacy/gcc/gcc/Makefile.in
> @@ -182,6 +182,12 @@ program_transform_cross_name = s,^,$(target_alias)-,
>  build_canonical = @build_canonical@
>  host_canonical = @host_canonical@
>
> +HYBRID_SECONDARY = @HYBRID_SECONDARY@
> +HYBRID_SECONDARY_DEFINES =
> +ifneq ($(HYBRID_SECONDARY),)
> +HYBRID_SECONDARY_DEFINES += -DHYBRID_SECONDARY="\"$(HYBRID_SECONDARY)\""
> +endif
> +
>  # Tools to use when building a cross-compiler.
>  # These are used because `configure' appends `cross-make'
>  # to the makefile when making a cross-compiler.


Hi,

I think this broke the build (at least) on FreeBSD.   Is there
anything you'd like me to try?

Making all in makeinfo
gcc -DHAVE_CONFIG_H -I.
-I/Buildbot/PM/BuildtoolsPM/legacy/gcc/texinfo/makeinfo -I..
-I/Buildbot/PM/BuildtoolsPM/legacy/gcc/texinfo/lib -I../intl
-DLOCALEDIR=\"/Buildbot/PM/x86gcc2/cross-tools-x86_gcc2/share/locale\"
 -O2 -U_FORTIFY_SOURCE -c
/Buildbot/PM/BuildtoolsPM/legacy/gcc/texinfo/makeinfo/makeinfo.c
gcc -DHAVE_CONFIG_H -I.
-I/Buildbot/PM/BuildtoolsPM/legacy/gcc/texinfo/makeinfo -I..
-I/Buildbot/PM/BuildtoolsPM/legacy/gcc/texinfo/lib -I../intl
-DLOCALEDIR=\"/Buildbot/PM/x86gcc2/cross-tools-x86_gcc2/share/locale\"
 -O2 -U_FORTIFY_SOURCE -c
/Buildbot/PM/BuildtoolsPM/legacy/gcc/texinfo/makeinfo/multi.c
gcc -O2 -U_FORTIFY_SOURCE  -o makeinfo  makeinfo.o multi.o ../lib/libtxi.a
Building the C and C++ compiler
"Makefile", line 188: Missing dependency operator
"Makefile", line 190: Need an operator
make: fatal errors encountered -- cannot continue
*** Error code 1

Stop in /Buildbot/PM/x86gcc2/cross-tools-x86_gcc2-build/gcc.
ERROR: Building gcc failed.
[builder@fBSD /Buildbot/PM]$


--mmadia

Other related posts: