From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([140.186.70.92]:32996) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RTJCZ-00088n-8p for qemu-devel@nongnu.org; Wed, 23 Nov 2011 15:13:52 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1RTJCU-0002AC-Fy for qemu-devel@nongnu.org; Wed, 23 Nov 2011 15:13:51 -0500 Received: from mail-bw0-f45.google.com ([209.85.214.45]:50315) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RTJCU-0002A8-93 for qemu-devel@nongnu.org; Wed, 23 Nov 2011 15:13:46 -0500 Received: by bkbzu5 with SMTP id zu5so2248008bkb.4 for ; Wed, 23 Nov 2011 12:13:45 -0800 (PST) Message-ID: <4ECD53F6.5080505@googlemail.com> Date: Wed, 23 Nov 2011 20:13:42 +0000 From: Mr Dash Four MIME-Version: 1.0 References: <4ECCEDFF.1000303@googlemail.com> <4ECD4E91.9060605@googlemail.com> <201111232353.53878.jcmvbkbc@gmail.com> <4ECD5032.7030708@googlemail.com> In-Reply-To: Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] cannot build qemu with "--static" configure option List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Peter Maydell Cc: Max Filippov , qemu-devel@nongnu.org, Paolo Bonzini >> That is what I just wrote in my previous post, didn't I? The "die die die" comments were related to the glib package, not the glib2! Just open glib.spec and see it for yourself. > > However it looks from Max's list of libraries like the glib2-static package > contains all the static libraries qemu wants here [both libglib-2.0 and > libgthread-2.0]so so you don't need to build anything yourself, just install > that, right? That's what I am doing now, *but* the strange thing is, I now get build failure because of two *new* unpackaged files: %{_datadir}/systemtap/tapset/glib.stp %{_datadir}/systemtap/tapset/gobject.stp I presume these are destined to be in the -devel package so I'll include them there myself. Max is right though - indeed the -static package covers both libglib-2.0 and libgthread-2.0, so I am just compiling the source rm at present and will update the devel and static packages when it is done. Will let you know how it goes.