Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 17 Aug 2015 12:52:14 +0200
From:      =?UTF-8?B?Um9nZXIgUGF1IE1vbm7DqQ==?= <royger@FreeBSD.org>
To:        Outback Dingo <outbackdingo@gmail.com>
Cc:        freebsd-virtualization@freebsd.org, FreeBSD XEN <freebsd-xen@freebsd.org>
Subject:   Re: HEAD UP: notice to FreeBSD/Xen Dom0 users
Message-ID:  <55D1BCDE.9000709@FreeBSD.org>
In-Reply-To: <CAKYr3zxSyv34t2=tEAMNZ9AYwr3ah3y_fU6w47eFsF%2BC544K%2Bw@mail.gmail.com>
References:  <558CFD11.9050807@FreeBSD.org> <CAKYr3zxSyv34t2=tEAMNZ9AYwr3ah3y_fU6w47eFsF%2BC544K%2Bw@mail.gmail.com>

next in thread | previous in thread | raw e-mail | index | archive | help
Hello,

El 15/08/15 a les 15.36, Outback Dingo ha escrit:
> HEAD UP on 10.2 the instructions found at
> http://wiki.xen.org/wiki/FreeBSD_Dom0
>  git branch
>  master
> * stable-4.5
> 
> 
> 
> no longer appear to work
> 
> gmake -j8 install-tools HOSTCC=gcc48 CC=gcc48
> 
> fails with
> __________SNIP__________
> gmake[3]: Entering directory
> '/usr/home/dingo/xen/tools/qemu-xen-dir-remote'
>  GEN   config-host.h
>  GEN   trace/generated-tracers.h
>  GEN   trace/generated-tracers.c
>  LINK  qemu-nbd
>  LINK  qemu-img
> c++  LINK  qemu-io
> : error: unknown argument: '-fstack-protector-strong'
> c++: error: unknown argument: '-fstack-protector-strong'

I've tried to reproduce this with a fresh checkout without success. I
guess you have some libraries in your system that change the way Qemu is
built. In any case, can you try the following rune:

gmake -j8 install-tools HOSTCC=gcc48 CC=gcc48 HOSTCXX=g++48 CXX=g++48

Also, did you perform a distclean before building? (If the tree is not a
fresh checkout).

Roger.



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?55D1BCDE.9000709>