[GERRIT] gbuild migration: pyuno module

David Ostrovsky david.ostrovsky at gmx.de
Mon Jun 18 23:41:54 PDT 2012


Hi David,

On 19.06.2012 07:23, David Tardon wrote:
> Hi,
>
> On Fri, Jun 08, 2012 at 09:22:12AM +0200, David Ostrovsky wrote:
>> Hi,
>>
>> with the last change set https://gerrit.libreoffice.org/#/c/179/
>> clean build on linux x86_64 with --enable-python=internal is working.
>>
>> Two questions:
>> The thing is
>> on unix:
>> python.sh is get copied to bin/pyuno/python in Package_python_shell.mk
>>
>> on wnt:
>> native python executable wrapper is built in
>> pyuno/Executable_python.mk now and is delivered by default to
>> bin/python.exe.
>> But then we have a collision with native python executable artifact
>> which get build in python module.
>> How can i force on gbuild land (RepositoryFixes.mk doesn't handle
>> executables, only libs so far)
> Sorry I am late here...
better late then never ;-)

> This is actually very easy--all you need to do
> is to name the executable pyuno/python instead of just python :-)
> IOW
>
> $(eval $(call gb_Executable_Executable,python))
>
> becomes
>
> $(eval $(call gb_Executable_Executable,pyuno/python))
Thank you! Pushed a fix for it:
http://cgit.freedesktop.org/libreoffice/core/commit/?id=d633da43995f7457e487634016b2ca3bbc9245b2

Regards
David


More information about the LibreOffice mailing list