Re: 10.10 tinderbox builds crashes on opening any file

2014-11-02 Thread Robert Antoni Buj i Gelonch
I've sent a patch proposal, https://gerrit.libreoffice.org/#/c/12200/

Regards,
Robert

On Sun, Nov 2, 2014 at 12:32 PM, Robert Antoni Buj i Gelonch <
robert@gmail.com> wrote:

> The following command also fixes the issue and you don't need to create
> any link to LibreOfficePython.framework:
>
> # find
> /Applications/LibreOfficeDev.app/Contents/Frameworks/LibreOfficePython.framework/Versions/3.3/lib/python3.3/lib-dynload
> -name "*.so" -exec install_name_tool -change
> /Volumes/Master/lo/core/workdir/UnpackedTarball/python3/python-inst/@__OOO/LibreOfficePython.framework/Versions/3.3/LibreOfficePython
> @loader_path/../../../LibreOfficePython '{}' \;
>
>
> Regards,
>
> Robert
>
> On Sun, Nov 2, 2014 at 3:19 AM, Robert Antoni Buj i Gelonch <
> robert@gmail.com> wrote:
>
>> It's an issue related with LibreOfficePython.framework and
>> install_name_tool:
>>
>> 1 - create the folder where LibreOfficePython.framework was installed in
>> the tinderbox:
>>
>> $: sudo mkdir -p
>> /Volumes/Master/lo/core/workdir/UnpackedTarball/python3/python-inst/@__OOO
>>
>> 2 - create a symbolic link to LibreOfficePython.framework:
>>
>> $: sudo ln -s
>> /Applications/LibreOfficeDev.app/Contents/Frameworks/LibreOfficePython.framework
>> /Volumes/Master/lo/core/workdir/UnpackedTarball/python3/python-inst/@__OOO/LibreOfficePython.framework
>>
>> 3 - Launch LibreOffice:
>>
>> $: /Applications/LibreOfficeDev.app/Contents/MacOS/soffice
>>
>>
>> Regards,
>>
>> Robert
>>
>> On Sat, Nov 1, 2014 at 10:40 AM, Robert Antoni Buj i Gelonch wrote:
>>
>>> Doing a clean build seems that doesn't solve the issue, so I'm going to
>>> install the development environment from scratch.
>>>
>>> On Fri, Oct 31, 2014 at 11:16 AM, Christian Lohmaier wrote:
>>>
 Hi Robert,

 there have been reports on IRC that the daily builds of your tinderbox
 (@64) crashes when opening any file.

 Those crashes don't occur with the daily builds from my bot (@49),
 that also compiles on Mac OSX 10.10 (although with the default
 min-version.

 As your bot does incremental builds: could you try a make clean to see
 whether the problem is caused by some incompatible changes that
 weren't picked up properly by the incremental build?

 The user who reported it often hangs out in the #libreoffice-qa
 channel (nich steve-_-2)

 Thanks a lot,

 ciao
 Christian

>>>
>>>
>>>
>>> --
>>> http://about.me/rbuj
>>>
>>
>>
>>
>> --
>> http://about.me/rbuj
>>
>
>
>
> --
> http://about.me/rbuj
>



-- 
http://about.me/rbuj
___
LibreOffice mailing list
LibreOffice@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice


Re: 10.10 tinderbox builds crashes on opening any file

2014-11-02 Thread Robert Antoni Buj i Gelonch
The following command also fixes the issue and you don't need to create any
link to LibreOfficePython.framework:

# find
/Applications/LibreOfficeDev.app/Contents/Frameworks/LibreOfficePython.framework/Versions/3.3/lib/python3.3/lib-dynload
-name "*.so" -exec install_name_tool -change
/Volumes/Master/lo/core/workdir/UnpackedTarball/python3/python-inst/@__OOO/LibreOfficePython.framework/Versions/3.3/LibreOfficePython
@loader_path/../../../LibreOfficePython '{}' \;


Regards,

Robert

On Sun, Nov 2, 2014 at 3:19 AM, Robert Antoni Buj i Gelonch <
robert@gmail.com> wrote:

> It's an issue related with LibreOfficePython.framework and
> install_name_tool:
>
> 1 - create the folder where LibreOfficePython.framework was installed in
> the tinderbox:
>
> $: sudo mkdir -p
> /Volumes/Master/lo/core/workdir/UnpackedTarball/python3/python-inst/@__OOO
>
> 2 - create a symbolic link to LibreOfficePython.framework:
>
> $: sudo ln -s
> /Applications/LibreOfficeDev.app/Contents/Frameworks/LibreOfficePython.framework
> /Volumes/Master/lo/core/workdir/UnpackedTarball/python3/python-inst/@__OOO/LibreOfficePython.framework
>
> 3 - Launch LibreOffice:
>
> $: /Applications/LibreOfficeDev.app/Contents/MacOS/soffice
>
>
> Regards,
>
> Robert
>
> On Sat, Nov 1, 2014 at 10:40 AM, Robert Antoni Buj i Gelonch wrote:
>
>> Doing a clean build seems that doesn't solve the issue, so I'm going to
>> install the development environment from scratch.
>>
>> On Fri, Oct 31, 2014 at 11:16 AM, Christian Lohmaier wrote:
>>
>>> Hi Robert,
>>>
>>> there have been reports on IRC that the daily builds of your tinderbox
>>> (@64) crashes when opening any file.
>>>
>>> Those crashes don't occur with the daily builds from my bot (@49),
>>> that also compiles on Mac OSX 10.10 (although with the default
>>> min-version.
>>>
>>> As your bot does incremental builds: could you try a make clean to see
>>> whether the problem is caused by some incompatible changes that
>>> weren't picked up properly by the incremental build?
>>>
>>> The user who reported it often hangs out in the #libreoffice-qa
>>> channel (nich steve-_-2)
>>>
>>> Thanks a lot,
>>>
>>> ciao
>>> Christian
>>>
>>
>>
>>
>> --
>> http://about.me/rbuj
>>
>
>
>
> --
> http://about.me/rbuj
>



-- 
http://about.me/rbuj
___
LibreOffice mailing list
LibreOffice@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice


Re: 10.10 tinderbox builds crashes on opening any file

2014-11-01 Thread Robert Antoni Buj i Gelonch
It's an issue related with LibreOfficePython.framework and
install_name_tool:

1 - create the folder where LibreOfficePython.framework was installed in
the tinderbox:

$: sudo mkdir -p
/Volumes/Master/lo/core/workdir/UnpackedTarball/python3/python-inst/@__OOO

2 - create a symbolic link to LibreOfficePython.framework:

$: sudo ln -s
/Applications/LibreOfficeDev.app/Contents/Frameworks/LibreOfficePython.framework
/Volumes/Master/lo/core/workdir/UnpackedTarball/python3/python-inst/@__OOO/LibreOfficePython.framework

3 - Launch LibreOffice:

$: /Applications/LibreOfficeDev.app/Contents/MacOS/soffice


Regards,

Robert

On Sat, Nov 1, 2014 at 10:40 AM, Robert Antoni Buj i Gelonch wrote:

> Doing a clean build seems that doesn't solve the issue, so I'm going to
> install the development environment from scratch.
>
> On Fri, Oct 31, 2014 at 11:16 AM, Christian Lohmaier wrote:
>
>> Hi Robert,
>>
>> there have been reports on IRC that the daily builds of your tinderbox
>> (@64) crashes when opening any file.
>>
>> Those crashes don't occur with the daily builds from my bot (@49),
>> that also compiles on Mac OSX 10.10 (although with the default
>> min-version.
>>
>> As your bot does incremental builds: could you try a make clean to see
>> whether the problem is caused by some incompatible changes that
>> weren't picked up properly by the incremental build?
>>
>> The user who reported it often hangs out in the #libreoffice-qa
>> channel (nich steve-_-2)
>>
>> Thanks a lot,
>>
>> ciao
>> Christian
>>
>
>
>
> --
> http://about.me/rbuj
>



-- 
http://about.me/rbuj
___
LibreOffice mailing list
LibreOffice@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice