From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:36959) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UrVVr-0006T9-AN for qemu-devel@nongnu.org; Tue, 25 Jun 2013 11:50:38 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UrVVo-0005AZ-9c for qemu-devel@nongnu.org; Tue, 25 Jun 2013 11:50:35 -0400 Received: from mx1.redhat.com ([209.132.183.28]:27449) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UrVVn-00059w-FP for qemu-devel@nongnu.org; Tue, 25 Jun 2013 11:50:32 -0400 Message-ID: <51C9B0E5.6040306@redhat.com> Date: Tue, 25 Jun 2013 17:01:57 +0200 From: Laszlo Ersek MIME-Version: 1.0 References: <20130606150618.10486.60669.stgit@hds.com> <20130606150638.10486.36820.stgit@hds.com> In-Reply-To: <20130606150638.10486.36820.stgit@hds.com> Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH v4 04/10] Add a script to extract VSS SDK headers on POSIX system List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Tomoki Sekiyama Cc: libaiqing@huawei.com, mdroth@linux.vnet.ibm.com, stefanha@gmail.com, qemu-devel@nongnu.org, lcapitulino@redhat.com, vrozenfe@redhat.com, Paolo Bonzini , seiji.aguchi@hds.com, areis@redhat.com On 06/06/13 17:06, Tomoki Sekiyama wrote: > +if ! command -v msiextract > /dev/null; then > + echo 'msiextract not found. Please install msitools.' >&2 > + exit 1 > +fi (This is not a review comment -- I'm trying to test it:) What msiextract version (and dependencies, like libgcab, libgsf etc) are you using? I'm unable to extract "vsssdk.msi"; msiextract spews a bunch of assertion failures. 2e39646b7850a12673bc66ade85fece3 setup.exe 433eb024ed0c669dd1563d952ca41091 vsssdk.msi My versions (RHEL-6.4.z distro): - msitools-0.92 (built from source) - gcab-0.4 (built from source) - libgsf-1.14.15-5.el6 (patch in [1] doesn't seem to help, it only changes the kinds of asserts that fail) - glib2-2.22.5-7.el6 - libuuid-2.17.2-12.9.el6_4.3 [1] http://bugzilla.gnome.org/show_bug.cgi?id=689706 Thanks! Laszlo