Re: [Qemu-devel] [PATCH 1/3 v2] bsd-user: Revert part of update to rules.mk

2014-06-16 Thread Peter Maydell
On 15 June 2014 21:47, Sean Bruno sbr...@freebsd.org wrote: In c5cb1afc4675bf5ff66e7a149d2a8cffba2eaa9e rules.mk change was causing complete failure on bsd-user when not using --disable-curl Signed-off-by: Sean Bruno sbr...@freebsd.org --- rules.mak | 3 ++- 1 file changed, 2

Re: [Qemu-devel] [PATCH 1/3 v2] bsd-user: Revert part of update to rules.mk

2014-06-16 Thread Fam Zheng
On Mon, 06/16 08:36, Peter Maydell wrote: On 15 June 2014 21:47, Sean Bruno sbr...@freebsd.org wrote: In c5cb1afc4675bf5ff66e7a149d2a8cffba2eaa9e rules.mk change was causing complete failure on bsd-user when not using --disable-curl Signed-off-by: Sean Bruno sbr...@freebsd.org ---

Re: [Qemu-devel] [PATCH 1/3 v2] bsd-user: Revert part of update to rules.mk

2014-06-16 Thread Paolo Bonzini
Il 16/06/2014 11:12, Fam Zheng ha scritto: On Mon, 06/16 08:36, Peter Maydell wrote: On 15 June 2014 21:47, Sean Bruno sbr...@freebsd.org wrote: In c5cb1afc4675bf5ff66e7a149d2a8cffba2eaa9e rules.mk change was causing complete failure on bsd-user when not using --disable-curl Signed-off-by:

Re: [Qemu-devel] [PATCH 1/3 v2] bsd-user: Revert part of update to rules.mk

2014-06-16 Thread Sean Bruno
Sean, could you show the configure command line? Also please attach the make V=1 output and config-host.mak file. Paolo I'm using: ./configure --static --target-list=i386-bsd-user sparc-bsd-user sparc64-bsd-user x86_64-bsd-user Log:

Re: [Qemu-devel] [PATCH 1/3 v2] bsd-user: Revert part of update to rules.mk

2014-06-16 Thread Sean Bruno
On Mon, 2014-06-16 at 06:55 -0700, Sean Bruno wrote: Sean, could you show the configure command line? Also please attach the make V=1 output and config-host.mak file. Paolo I'm using: ./configure --static --target-list=i386-bsd-user sparc-bsd-user sparc64-bsd-user

Re: [Qemu-devel] [PATCH 1/3 v2] bsd-user: Revert part of update to rules.mk

2014-06-16 Thread Paolo Bonzini
Il 16/06/2014 15:58, Sean Bruno ha scritto: On Mon, 2014-06-16 at 06:55 -0700, Sean Bruno wrote: Sean, could you show the configure command line? Also please attach the make V=1 output and config-host.mak file. Paolo I'm using: ./configure --static --target-list=i386-bsd-user

Re: [Qemu-devel] [PATCH 1/3 v2] bsd-user: Revert part of update to rules.mk

2014-06-16 Thread Sean Bruno
On Mon, 2014-06-16 at 16:15 +0200, Paolo Bonzini wrote: Il 16/06/2014 15:58, Sean Bruno ha scritto: On Mon, 2014-06-16 at 06:55 -0700, Sean Bruno wrote: Sean, could you show the configure command line? Also please attach the make V=1 output and config-host.mak file. Paolo I'm

Re: [Qemu-devel] [PATCH 1/3 v2] bsd-user: Revert part of update to rules.mk

2014-06-16 Thread Peter Maydell
On 16 June 2014 15:15, Paolo Bonzini pbonz...@redhat.com wrote: but the other question is: do we care about static linking of anything except the user-mode emulators? Should --static automatically imply --disable-tools --disable-system? It's certainly tempting. No doubt somebody somewhere is

[Qemu-devel] [PATCH 1/3 v2] bsd-user: Revert part of update to rules.mk

2014-06-15 Thread Sean Bruno
In c5cb1afc4675bf5ff66e7a149d2a8cffba2eaa9e rules.mk change was causing complete failure on bsd-user when not using --disable-curl Signed-off-by: Sean Bruno sbr...@freebsd.org --- rules.mak | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/rules.mak b/rules.mak index