From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mail1.windriver.com ([147.11.146.13]) by linuxtogo.org with esmtp (Exim 4.72) (envelope-from ) id 1URaDf-0006px-23 for openembedded-core@lists.openembedded.org; Mon, 15 Apr 2013 05:36:42 +0200 Received: from ALA-HCA.corp.ad.wrs.com (ala-hca.corp.ad.wrs.com [147.11.189.40]) by mail1.windriver.com (8.14.5/8.14.3) with ESMTP id r3F3J91W013375 (version=TLSv1/SSLv3 cipher=AES128-SHA bits=128 verify=FAIL) for ; Sun, 14 Apr 2013 20:19:10 -0700 (PDT) Received: from [128.224.162.205] (128.224.162.205) by ALA-HCA.corp.ad.wrs.com (147.11.189.50) with Microsoft SMTP Server (TLS) id 14.2.342.3; Sun, 14 Apr 2013 20:19:09 -0700 Message-ID: <516B7221.5010409@windriver.com> Date: Mon, 15 Apr 2013 11:21:05 +0800 From: Kang Kai User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:10.0.2) Gecko/20120216 Thunderbird/10.0.2 MIME-Version: 1.0 To: References: In-Reply-To: X-Originating-IP: [128.224.162.205] X-MIME-Autoconverted: from 8bit to quoted-printable by mail1.windriver.com id r3F3J91W013375 Subject: Re: [PATCH 0/1] V2: Fix rpm2cpio segment fault X-BeenThere: openembedded-core@lists.openembedded.org X-Mailman-Version: 2.1.11 Precedence: list List-Id: Patches and discussions about the oe-core layer List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 15 Apr 2013 03:36:45 -0000 Content-Type: text/plain; charset="UTF-8"; format=flowed Content-Transfer-Encoding: quoted-printable On 2013=E5=B9=B404=E6=9C=8815=E6=97=A5 11:17, Kang Kai wrote: > Hi Mark, > > As my last mail on Apr 12 mentioned, not only macro "_dbpath" need to b= e defined. Macros "_dbi_config*" are needed too, and they can't be simply= assigned some value. > > I think parse config files first could be a workaround to fix rpm2cpio = segment fault error for now. Update: If parse config files fails, just give warning. > > Thanks, > Kai > > > The following changes since commit 4c02dd5f6432c6e683a57d47b610f56433e9= ca0d: > > kern-tools: fix conditional configuration items (2013-04-11 08:27:41= +0100) > > are available in the git repository at: > git://git.pokylinux.org/poky-contrib kangkai/rpm2cpio-segfault > http://git.pokylinux.org/cgit.cgi/poky-contrib/log/?h=3Dkangkai/rpm2= cpio-segfault > > Kang Kai (1): > rpm: fix rpm2cpio segmentation fault > > .../rpm/rpm/rpm2cpio-fix-segmentation-fault.patch | 28 +++++++++++= +++++++++ > meta/recipes-devtools/rpm/rpm_5.4.9.bb | 1 + > 2 files changed, 29 insertions(+), 0 deletions(-) > create mode 100644 meta/recipes-devtools/rpm/rpm/rpm2cpio-fix-segment= ation-fault.patch > --=20 Regards, Neil | Kai Kang