* release-2010.12: PHP build issues
@ 2010-12-02 12:17 Pierluigi Passaro
2010-12-02 12:53 ` Frans Meulenbroeks
0 siblings, 1 reply; 4+ messages in thread
From: Pierluigi Passaro @ 2010-12-02 12:17 UTC (permalink / raw)
To: openembedded-devel
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
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: release-2010.12: PHP build issues
2010-12-02 12:17 release-2010.12: PHP build issues Pierluigi Passaro
@ 2010-12-02 12:53 ` Frans Meulenbroeks
2010-12-02 14:40 ` Pierluigi Passaro
0 siblings, 1 reply; 4+ messages in thread
From: Frans Meulenbroeks @ 2010-12-02 12:53 UTC (permalink / raw)
To: openembedded-devel
2010/12/2 Pierluigi Passaro <pierluigi.passaro@phoenixsoftware.it>:
> 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)
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: release-2010.12: PHP build issues
2010-12-02 12:53 ` Frans Meulenbroeks
@ 2010-12-02 14:40 ` Pierluigi Passaro
2010-12-02 14:58 ` Frans Meulenbroeks
0 siblings, 1 reply; 4+ messages in thread
From: Pierluigi Passaro @ 2010-12-02 14:40 UTC (permalink / raw)
To: openembedded-devel
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 <pierluigi.passaro@phoenixsoftware.it>:
>
>> 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
>
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: release-2010.12: PHP build issues
2010-12-02 14:40 ` Pierluigi Passaro
@ 2010-12-02 14:58 ` Frans Meulenbroeks
0 siblings, 0 replies; 4+ messages in thread
From: Frans Meulenbroeks @ 2010-12-02 14:58 UTC (permalink / raw)
To: openembedded-devel
2010/12/2 Pierluigi Passaro <pierluigi.passaro@phoenixsoftware.it>:
> 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
Thanks for the testing!
I feel Khem Raj is the person to choose the patch in this case.
I'm quite sure that a thread with release2010 in the name will draw
his attention, so I don' tthink additional action is needed.
Frans
> Frans Meulenbroeks wrote:
>>
>> 2010/12/2 Pierluigi Passaro <pierluigi.passaro@phoenixsoftware.it>:
>>
>>>
>>> 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
>>
>
> _______________________________________________
> Openembedded-devel mailing list
> Openembedded-devel@lists.openembedded.org
> http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-devel
>
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2010-12-02 15:00 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-12-02 12:17 release-2010.12: PHP build issues Pierluigi Passaro
2010-12-02 12:53 ` Frans Meulenbroeks
2010-12-02 14:40 ` Pierluigi Passaro
2010-12-02 14:58 ` Frans Meulenbroeks
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.