From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:50526) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ScP3Q-0005ir-Af for qemu-devel@nongnu.org; Wed, 06 Jun 2012 18:50:17 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ScP3O-0000Ei-Hz for qemu-devel@nongnu.org; Wed, 06 Jun 2012 18:50:15 -0400 Received: from isrv.corpit.ru ([86.62.121.231]:43981) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ScP3O-0000Ee-AP for qemu-devel@nongnu.org; Wed, 06 Jun 2012 18:50:14 -0400 Message-ID: <4FCFDEA2.501@msgid.tls.msk.ru> Date: Thu, 07 Jun 2012 02:50:10 +0400 From: Michael Tokarev MIME-Version: 1.0 References: <1339017061-7358-1-git-send-email-mjt@msgid.tls.msk.ru> <4FCFD476.6040204@suse.de> <4FCFD5BE.7040506@msgid.tls.msk.ru> <4FCFD7D5.1030909@suse.de> <4FCFD84F.2080702@msgid.tls.msk.ru> <4FCFDB5C.8090405@suse.de> In-Reply-To: <4FCFDB5C.8090405@suse.de> Content-Type: text/plain; charset=ISO-8859-15 Content-Transfer-Encoding: quoted-printable Subject: Re: [Qemu-devel] [PATCH] use --libexecdir instead of ignoring it first and reinventing it later List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: =?ISO-8859-15?Q?Andreas_F=E4rber?= Cc: Bo Yang , Bruce Rogers , Alexander Graf , qemu-devel On 07.06.2012 02:36, Andreas F=E4rber wrote: > Am 07.06.2012 00:23, schrieb Michael Tokarev: >> On 07.06.2012 02:21, Andreas F=E4rber wrote: >>> Trust me, it [works]. Otherwise our package build would still fail si= nce >>> our %_libexecdir is /usr/lib. >>> >>> See Makefile, that one actually uses $(libexecdir): >> >> Makefile installs stuff to /usr/lib, but does the resulting >> qemu binary look there too? >=20 > Bo Yang, I believe you tested the new bridge helper recently. Did you > run into any path issues with /usr/libexec vs. /usr/lib? >=20 > Bruce seems to use make install libexecdir=3D%_libexecdir for the kvm > package just like I do for qemu. $ strings x86_64-softmmu/qemu-system-x86-64 | grep bridge is a very simple test. But I wonder if it is actually used except of the help text? It appears to be used, and even enabled by default.. But I haven't looked into the code this time, -EDEEPNIGHTALREADY :) /mjt