From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail.windriver.com (mail.windriver.com [147.11.1.11]) by mail.openembedded.org (Postfix) with ESMTP id 2A68161566 for ; Tue, 3 Dec 2013 10:44:59 +0000 (UTC) Received: from ALA-HCA.corp.ad.wrs.com (ala-hca.corp.ad.wrs.com [147.11.189.40]) by mail.windriver.com (8.14.5/8.14.5) with ESMTP id rB3Aiwn2005170 (version=TLSv1/SSLv3 cipher=AES128-SHA bits=128 verify=FAIL); Tue, 3 Dec 2013 02:44:58 -0800 (PST) Received: from [128.224.162.213] (128.224.162.213) by ALA-HCA.corp.ad.wrs.com (147.11.189.50) with Microsoft SMTP Server (TLS) id 14.2.347.0; Tue, 3 Dec 2013 02:44:58 -0800 Message-ID: <529DB651.2080505@windriver.com> Date: Tue, 3 Dec 2013 18:45:37 +0800 From: ChenQi User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:17.0) Gecko/20130804 Thunderbird/17.0.8 MIME-Version: 1.0 To: Paul Eggleton References: <1385087849-30272-1-git-send-email-Qi.Chen@windriver.com> <6163089.YiV9QuLgku@helios> In-Reply-To: <6163089.YiV9QuLgku@helios> X-Originating-IP: [128.224.162.213] Cc: openembedded-devel@lists.openembedded.org Subject: Re: [meta-webserver][PATCH] webmin: fix failures in do_install task X-BeenThere: openembedded-devel@lists.openembedded.org X-Mailman-Version: 2.1.12 Precedence: list Reply-To: openembedded-devel@lists.openembedded.org List-Id: Using the OpenEmbedded metadata to build Distributions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 03 Dec 2013 10:45:00 -0000 Content-Type: text/plain; charset="ISO-8859-1"; format=flowed Content-Transfer-Encoding: 7bit On 12/03/2013 06:19 PM, Paul Eggleton wrote: > Hi Qi, > > On Friday 22 November 2013 10:37:29 Qi.Chen@windriver.com wrote: >> - export perl=perl >> + export perl=${OECMAKE_PERLNATIVE_DIR}/perl > I'm afraid I don't like the look of this - OECMAKE_PERLNATIVE_DIR is set for > use by cmake, and perlnative.bbclass should be putting our perl binary into > PATH so it should be run anyway. Is this change actually necessary? > > Cheers, > Paul > Please drop this patch. I found that the do_install task in webmin runs some perl scripts (e.g. postinstall.pl and enable-collections.pl) that are supposed to be run on target. I suspect webmin has never worked correctly on target as a result. I'm gonna propose another fix. The goal is to make it work on target. Best Regards, Chen Qi