From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:44058) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WuK5m-0006pO-2n for qemu-devel@nongnu.org; Tue, 10 Jun 2014 07:19:55 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1WuK5g-0002r3-KN for qemu-devel@nongnu.org; Tue, 10 Jun 2014 07:19:50 -0400 Received: from mail-we0-x232.google.com ([2a00:1450:400c:c03::232]:64754) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WuK5g-0002qr-6K for qemu-devel@nongnu.org; Tue, 10 Jun 2014 07:19:44 -0400 Received: by mail-we0-f178.google.com with SMTP id p10so5248693wes.9 for ; Tue, 10 Jun 2014 04:19:43 -0700 (PDT) Sender: Paolo Bonzini Message-ID: <5396E9CC.1080803@redhat.com> Date: Tue, 10 Jun 2014 13:19:40 +0200 From: Paolo Bonzini MIME-Version: 1.0 References: <5322F612.6070708@redhat.com> <20140606020418.GF10963@T430.nay.redhat.com> <5396DCA4.5090909@codingfarm.de> In-Reply-To: <5396DCA4.5090909@codingfarm.de> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 8bit Subject: Re: [Qemu-devel] Problems compiling HEAD on Mac OS X 10.9.2 List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: =?ISO-8859-1?Q?Rainer_M=FCller?= , Fam Zheng , Peter Maydell Cc: QEMU Developers Il 10/06/2014 12:23, Rainer Müller ha scritto: > You really can't just sort the words as their order is important, at > least for some options such as "-arch" and its argument. > > From config-host.mak: > > LIBSSH2_LIBS=-L/opt/local/lib -lssh2 -Wl,-headerpad_max_install_names -arch x86_64 While we should fix it in QEMU, this is a bug in MacPorts. https://trac.macports.org/ticket/22747 You probably should report it and/or rebuild libssh2. Paolo