From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from smtpweb22.aruba.it ([62.149.158.22] helo=smtplq03.aruba.it) by linuxtogo.org with smtp (Exim 4.69) (envelope-from ) id 1POAMF-0008Kk-P1 for openembedded-devel@lists.openembedded.org; Thu, 02 Dec 2010 15:42:04 +0100 Received: (qmail 24872 invoked by uid 89); 2 Dec 2010 14:40:37 -0000 Received: from unknown (HELO smtp8.aruba.it) (62.149.158.228) by smtplq03.aruba.it with SMTP; 2 Dec 2010 14:40:37 -0000 Received: (qmail 18097 invoked by uid 89); 2 Dec 2010 14:40:38 -0000 Received: from unknown (HELO ?192.168.1.65?) (pierluigi.passaro@phoenixsoftware.it@94.33.39.20) by smtp8.ad.aruba.it with SMTP; 2 Dec 2010 14:40:38 -0000 Message-ID: <4CF7AFE7.3060201@phoenixsoftware.it> Date: Thu, 02 Dec 2010 15:40:39 +0100 From: Pierluigi Passaro User-Agent: Thunderbird 2.0.0.24 (X11/20101027) MIME-Version: 1.0 To: openembedded-devel@lists.openembedded.org References: <4CF78E73.7010401@phoenixsoftware.it> In-Reply-To: X-SA-Exim-Connect-IP: 62.149.158.22 X-SA-Exim-Mail-From: pierluigi.passaro@phoenixsoftware.it X-Spam-Checker-Version: SpamAssassin 3.2.5 (2008-06-10) on discovery X-Spam-Level: X-Spam-Status: No, score=-2.6 required=5.0 tests=BAYES_00 autolearn=ham version=3.2.5 X-SA-Exim-Version: 4.2.1 (built Wed, 25 Jun 2008 17:20:07 +0000) X-SA-Exim-Scanned: Yes (on linuxtogo.org) Subject: Re: release-2010.12: PHP build issues X-BeenThere: openembedded-devel@lists.openembedded.org X-Mailman-Version: 2.1.11 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: Thu, 02 Dec 2010 14:42:04 -0000 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Hi Frans, thanks for your quick reply. I tested your solution without any building issue. Who need to be advised for pushing either your or mine fix to release-2010.12 branch? Thanks Regards Pierluigi Frans Meulenbroeks wrote: > 2010/12/2 Pierluigi Passaro : > >> Hi all, >> I still have problem compiling PHP 5.2.13 with release-2010.12 branch. >> >> I fixed the problem with the following patch regarding iconv option. Can >> anyone confirm the issue? >> >> Thanks >> Regards >> Pierluigi >> >> --- a/recipes/php/php_5.2.13.bb >> +++ b/recipes/php/php_5.2.13.bb >> @@ -21,7 +21,7 @@ export LIBS=" -lpthread " >> >> EXTRA_OECONF = " --enable-mbstring \ >> --enable-discard-path \ >> - --disable-iconv \ >> + --without-iconv \ >> --enable-sockets \ >> --enable-shared \ >> --enable-pcntl \ >> >> -- >> Ing. Pierluigi Passaro >> Via Pasqualigo 31 >> 30174 Venezia Mestre >> Cel: +39 348 355 4119 >> Tel: +39 041 862 3373 >> Fax: +39 041 862 3173 >> Web: www.phoenixsoftware.it >> P.IVA 03884060272 >> > > Pierluigi, > > This indeed fixes the build problem. > The disable has been a mistake at my side. > A better solution is to merge > http://cgit.openembedded.org/cgit.cgi/openembedded/commit/?id=fa117e417c1f2277c9c0fff0367edb678ea0d844 > into the release version. > This fixes the problem and adds iconv support (which is needed by some > other recipes). > > Anyway either your patch or my git patch above needs to be applied. > > Frans. (who spent quite some time debugging php configure to find the > cause iconv support was not working properly) > > _______________________________________________ > Openembedded-devel mailing list > Openembedded-devel@lists.openembedded.org > http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-devel >