Re: [OS/2] saving ODS with chart

2021-05-27 Thread Yuri Dario
Hi,

> i can build AOO 4.2.x without problems with gcc 6.3 which is in Debian 9
> I had problems to build it at Debian 10 with gcc 8.3.

here I have a 4.2 build done under Manjaro with gcc 9.2: saving a diagram 
in ods format works fine, so it doesn't seems to be a compiler issue;

How is XML writing done with ODS files?

thanks,

Yuri



-
To unsubscribe, e-mail: dev-unsubscr...@openoffice.apache.org
For additional commands, e-mail: dev-h...@openoffice.apache.org



Re: [OS/2] saving ODS with chart

2021-05-27 Thread Mechtilde
Hello,

a statement about my test builds

i can build AOO 4.2.x without problems with gcc 6.3 which is in Debian 9
(Stretch)

I had problems to build it at Debian 10 with gcc 8.3.

If you want more information I can post the log after the next test build

Kind regards

Mechtilde

Am 27.05.21 um 15:36 schrieb Jim Jagielski:
> 
> 
>> On May 27, 2021, at 5:11 AM, Matthias Seidel  
>> wrote:
>>
>> Hi Yuri,
>>
>> Am 27.05.21 um 10:54 schrieb Yuri Dario:
>>> Hi Matthias,
>>>
> Ideas on where to look?
 Maybe Jim knows, since we had such an issue in the mac build 4.1.9(?)
>>> a rebuild fixed the issue for MacOS (issue 128426), does not work for
>>> os2. And I'm using gcc 9.2 since 4.1.7 builds.
>>
>> That's what I suspected, a compiler change...
>> Maybe we need to set some switches now? But that is way beyond my knowledge.
>>
>> Hopefully others will read and can give a more helpful answer.
>>
>> Matthias
> 
> Yeah... I didn't dig in deeper since I was able to "fix" the problem by 
> downgrading to the older clang. But it seems like it's time to figure out 
> what the real solution should be.
> -
> To unsubscribe, e-mail: dev-unsubscr...@openoffice.apache.org
> For additional commands, e-mail: dev-h...@openoffice.apache.org
> 

-- 
Mechtilde Stehmann
## Apache OpenOffice
## Freie Office Suite für Linux, MacOSX, Windows und OS/2
## Debian Developer
## PGP encryption welcome
## F0E3 7F3D C87A 4998 2899  39E7 F287 7BBA 141A AD7F

-
To unsubscribe, e-mail: dev-unsubscr...@openoffice.apache.org
For additional commands, e-mail: dev-h...@openoffice.apache.org



Re: [OS/2] saving ODS with chart

2021-05-27 Thread Jim Jagielski



> On May 27, 2021, at 5:11 AM, Matthias Seidel  
> wrote:
> 
> Hi Yuri,
> 
> Am 27.05.21 um 10:54 schrieb Yuri Dario:
>> Hi Matthias,
>> 
 Ideas on where to look?
>>> Maybe Jim knows, since we had such an issue in the mac build 4.1.9(?)
>> a rebuild fixed the issue for MacOS (issue 128426), does not work for
>> os2. And I'm using gcc 9.2 since 4.1.7 builds.
> 
> That's what I suspected, a compiler change...
> Maybe we need to set some switches now? But that is way beyond my knowledge.
> 
> Hopefully others will read and can give a more helpful answer.
> 
> Matthias

Yeah... I didn't dig in deeper since I was able to "fix" the problem by 
downgrading to the older clang. But it seems like it's time to figure out what 
the real solution should be.
-
To unsubscribe, e-mail: dev-unsubscr...@openoffice.apache.org
For additional commands, e-mail: dev-h...@openoffice.apache.org



Re: [OS/2] saving ODS with chart

2021-05-27 Thread Matthias Seidel
Hi Yuri,

Am 27.05.21 um 10:54 schrieb Yuri Dario:
> Hi Matthias,
>
>>> Ideas on where to look?
>> Maybe Jim knows, since we had such an issue in the mac build 4.1.9(?)
> a rebuild fixed the issue for MacOS (issue 128426), does not work for
> os2. And I'm using gcc 9.2 since 4.1.7 builds.

That's what I suspected, a compiler change...
Maybe we need to set some switches now? But that is way beyond my knowledge.

Hopefully others will read and can give a more helpful answer.

Matthias

>
> Yuri
>
>
>
> -
> To unsubscribe, e-mail: dev-unsubscr...@openoffice.apache.org
> For additional commands, e-mail: dev-h...@openoffice.apache.org
>



smime.p7s
Description: S/MIME Cryptographic Signature


Re: [OS/2] saving ODS with chart

2021-05-27 Thread Yuri Dario
Hi Matthias,

>> Ideas on where to look?
> Maybe Jim knows, since we had such an issue in the mac build 4.1.9(?)

a rebuild fixed the issue for MacOS (issue 128426), does not work for
os2. And I'm using gcc 9.2 since 4.1.7 builds.

Yuri



-
To unsubscribe, e-mail: dev-unsubscr...@openoffice.apache.org
For additional commands, e-mail: dev-h...@openoffice.apache.org



Re: [OS/2] saving ODS with chart

2021-05-26 Thread Matthias Seidel
Hi Yuri,

Am 26.05.21 um 15:22 schrieb Yuri Dario:
> Hi,
>
> as reported in 
>
> https://bz.apache.org/ooo/show_bug.cgi?id=128427
>
> when saving a calc sheet with a graph the ods file does contain an empty 
> object: in the 'object 1' dir there are 3 xml files with zero lenght. 
> Saving in XLS format is ok.
>
> The current build from AOO41X still has this bug.

This is OS/2 only at the moment.

> Ideas on where to look?
Maybe Jim knows, since we had such an issue in the mac build 4.1.9(?)

Regards,

   Matthias

>
> TIA,
>
> Yuri
>
>
> -
> To unsubscribe, e-mail: dev-unsubscr...@openoffice.apache.org
> For additional commands, e-mail: dev-h...@openoffice.apache.org
>



smime.p7s
Description: S/MIME Cryptographic Signature


[OS/2] saving ODS with chart

2021-05-26 Thread Yuri Dario
Hi,

as reported in 

https://bz.apache.org/ooo/show_bug.cgi?id=128427

when saving a calc sheet with a graph the ods file does contain an empty 
object: in the 'object 1' dir there are 3 xml files with zero lenght. 
Saving in XLS format is ok.

The current build from AOO41X still has this bug.

Ideas on where to look?

TIA,

Yuri


-
To unsubscribe, e-mail: dev-unsubscr...@openoffice.apache.org
For additional commands, e-mail: dev-h...@openoffice.apache.org