Re: Review of PR 109

2020-12-06 Thread Matthias Seidel
Hi,

Am 06.12.20 um 15:43 schrieb Mechtilde:
> Hello,
>
> No because I had enough trouble to remove the old epm version
> completely. I t takes three builds to be successful.
Why?!
>
> I don't want to have the same problem with a defect Java installation.

AdoptOpenJDK is not defect...

Matthias

>
> Kind regards
>
> Mechtilde
>
> Am 06.12.20 um 15:25 schrieb Matthias Seidel:
>> Am 06.12.20 um 15:11 schrieb Mechtilde:
>>> Hello Arrigo,
>>>
>>> thanks for your reply. as I mentioned, I have no machine to build the
>>> patch with gcc >= 7 and a Java version 8.x
>>>
>>> So I need help to fix the java problem before I can revies the fix
>>>
>>> Maybe another person on another system can review it.
>>>
>>> For me it isn't an opinion to create a further machine without Java.
>> Why not simply install AdoptOpenJDK 8 and try it?
>>
>> https://github.com/AdoptOpenJDK/openjdk8-binaries/releases/download/jdk8u275-b01/OpenJDK8U-jdk_x64_linux_hotspot_8u275b01.tar.gz
>>
>> Regards,
>>
>>    Matthias
>>
>>> Kind regards
>>>
>>> Mechtilde
>>>
>>> Am 06.12.20 um 14:59 schrieb Arrigo Marchiori:
 Hello,

 I am replying as I proposed PR #109.

 thank you Mechtilde for your review.

 On Sun, Dec 06, 2020 at 01:57:50PM +0100, Mechtilde wrote:

> Hello,
>
> i was asked to text the PR 109 
> https://github.com/apache/openoffice/pull/109
>
> I tried to do it under Debian 10.
>
> gcc 8.3
> java 11
>
> I didn't have a running system wizh gcc >=7 and Java 8
>
> I get this error message
>
> compile-bj:
> /home/mechtilde/openoffice/main/saxon/unxlngx6.pro/misc/build/src/build.xml:385:
>  warning: 'includeantruntime' was not set, defaulting to
> build.sysclasspath=last
> ; set to false for repeatable builds
> Compiling 834 source files to
> /home/mechtilde/openoffice/main/saxon/unxlngx6.pro
> /misc/build/src/temp/j/classes
> warning: [options] bootstrap class path not set in conjunction with
> -source 1.4
> error: Source option 1.4 is no longer supported. Use 6 or later.
> error: Target option 1.4 is no longer supported. Use 1.6 or later.
>
> BUILD FAILED
> /home/mechtilde/openoffice/main/saxon/unxlngx6.pro/misc/build/src/build.xml:385:
> Compile failed; see the compiler error output for details.
>
> Total time: 2 seconds
> dmake:  Error code 1, while making
> './unxlngx6.pro/misc/build/so_built_saxon'
 For what I can understand, Saxon is written in Java, and the PR should
 not address any Java-related modules.

 If you can build the current trunk successfully, I can merge the last
 changes into the PR branch so you can take advantage of them.

 Otherwise, I am open to suggestions on how to fix this problem.

 Best regards,




smime.p7s
Description: S/MIME Cryptographic Signature


Re: Review of PR 109

2020-12-06 Thread Mechtilde
Hello,

No because I had enough trouble to remove the old epm version
completely. I t takes three builds to be successful.

I don't want to have the same problem with a defect Java installation.

Kind regards

Mechtilde

Am 06.12.20 um 15:25 schrieb Matthias Seidel:
> Am 06.12.20 um 15:11 schrieb Mechtilde:
>> Hello Arrigo,
>>
>> thanks for your reply. as I mentioned, I have no machine to build the
>> patch with gcc >= 7 and a Java version 8.x
>>
>> So I need help to fix the java problem before I can revies the fix
>>
>> Maybe another person on another system can review it.
>>
>> For me it isn't an opinion to create a further machine without Java.
> 
> Why not simply install AdoptOpenJDK 8 and try it?
> 
> https://github.com/AdoptOpenJDK/openjdk8-binaries/releases/download/jdk8u275-b01/OpenJDK8U-jdk_x64_linux_hotspot_8u275b01.tar.gz
> 
> Regards,
> 
>    Matthias
> 
>>
>> Kind regards
>>
>> Mechtilde
>>
>> Am 06.12.20 um 14:59 schrieb Arrigo Marchiori:
>>> Hello,
>>>
>>> I am replying as I proposed PR #109.
>>>
>>> thank you Mechtilde for your review.
>>>
>>> On Sun, Dec 06, 2020 at 01:57:50PM +0100, Mechtilde wrote:
>>>
 Hello,

 i was asked to text the PR 109 
 https://github.com/apache/openoffice/pull/109

 I tried to do it under Debian 10.

 gcc 8.3
 java 11

 I didn't have a running system wizh gcc >=7 and Java 8

 I get this error message

 compile-bj:
 /home/mechtilde/openoffice/main/saxon/unxlngx6.pro/misc/build/src/build.xml:385:
  warning: 'includeantruntime' was not set, defaulting to
 build.sysclasspath=last
 ; set to false for repeatable builds
 Compiling 834 source files to
 /home/mechtilde/openoffice/main/saxon/unxlngx6.pro
 /misc/build/src/temp/j/classes
 warning: [options] bootstrap class path not set in conjunction with
 -source 1.4
 error: Source option 1.4 is no longer supported. Use 6 or later.
 error: Target option 1.4 is no longer supported. Use 1.6 or later.

 BUILD FAILED
 /home/mechtilde/openoffice/main/saxon/unxlngx6.pro/misc/build/src/build.xml:385:
 Compile failed; see the compiler error output for details.

 Total time: 2 seconds
 dmake:  Error code 1, while making
 './unxlngx6.pro/misc/build/so_built_saxon'
>>> For what I can understand, Saxon is written in Java, and the PR should
>>> not address any Java-related modules.
>>>
>>> If you can build the current trunk successfully, I can merge the last
>>> changes into the PR branch so you can take advantage of them.
>>>
>>> Otherwise, I am open to suggestions on how to fix this problem.
>>>
>>> Best regards,
>>>
> 

-- 
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



OpenPGP_signature
Description: OpenPGP digital signature


Re: Review of PR 109

2020-12-06 Thread Matthias Seidel
Am 06.12.20 um 15:11 schrieb Mechtilde:
> Hello Arrigo,
>
> thanks for your reply. as I mentioned, I have no machine to build the
> patch with gcc >= 7 and a Java version 8.x
>
> So I need help to fix the java problem before I can revies the fix
>
> Maybe another person on another system can review it.
>
> For me it isn't an opinion to create a further machine without Java.

Why not simply install AdoptOpenJDK 8 and try it?

https://github.com/AdoptOpenJDK/openjdk8-binaries/releases/download/jdk8u275-b01/OpenJDK8U-jdk_x64_linux_hotspot_8u275b01.tar.gz

Regards,

   Matthias

>
> Kind regards
>
> Mechtilde
>
> Am 06.12.20 um 14:59 schrieb Arrigo Marchiori:
>> Hello,
>>
>> I am replying as I proposed PR #109.
>>
>> thank you Mechtilde for your review.
>>
>> On Sun, Dec 06, 2020 at 01:57:50PM +0100, Mechtilde wrote:
>>
>>> Hello,
>>>
>>> i was asked to text the PR 109 https://github.com/apache/openoffice/pull/109
>>>
>>> I tried to do it under Debian 10.
>>>
>>> gcc 8.3
>>> java 11
>>>
>>> I didn't have a running system wizh gcc >=7 and Java 8
>>>
>>> I get this error message
>>>
>>> compile-bj:
>>> /home/mechtilde/openoffice/main/saxon/unxlngx6.pro/misc/build/src/build.xml:385:
>>>  warning: 'includeantruntime' was not set, defaulting to
>>> build.sysclasspath=last
>>> ; set to false for repeatable builds
>>> Compiling 834 source files to
>>> /home/mechtilde/openoffice/main/saxon/unxlngx6.pro
>>> /misc/build/src/temp/j/classes
>>> warning: [options] bootstrap class path not set in conjunction with
>>> -source 1.4
>>> error: Source option 1.4 is no longer supported. Use 6 or later.
>>> error: Target option 1.4 is no longer supported. Use 1.6 or later.
>>>
>>> BUILD FAILED
>>> /home/mechtilde/openoffice/main/saxon/unxlngx6.pro/misc/build/src/build.xml:385:
>>> Compile failed; see the compiler error output for details.
>>>
>>> Total time: 2 seconds
>>> dmake:  Error code 1, while making
>>> './unxlngx6.pro/misc/build/so_built_saxon'
>> For what I can understand, Saxon is written in Java, and the PR should
>> not address any Java-related modules.
>>
>> If you can build the current trunk successfully, I can merge the last
>> changes into the PR branch so you can take advantage of them.
>>
>> Otherwise, I am open to suggestions on how to fix this problem.
>>
>> Best regards,
>>



smime.p7s
Description: S/MIME Cryptographic Signature


Re: Review of PR 109

2020-12-06 Thread Mechtilde
Hello Arrigo,

thanks for your reply. as I mentioned, I have no machine to build the
patch with gcc >= 7 and a Java version 8.x

So I need help to fix the java problem before I can revies the fix

Maybe another person on another system can review it.

For me it isn't an opinion to create a further machine without Java.

Kind regards

Mechtilde

Am 06.12.20 um 14:59 schrieb Arrigo Marchiori:
> Hello,
> 
> I am replying as I proposed PR #109.
> 
> thank you Mechtilde for your review.
> 
> On Sun, Dec 06, 2020 at 01:57:50PM +0100, Mechtilde wrote:
> 
>> Hello,
>>
>> i was asked to text the PR 109 https://github.com/apache/openoffice/pull/109
>>
>> I tried to do it under Debian 10.
>>
>> gcc 8.3
>> java 11
>>
>> I didn't have a running system wizh gcc >=7 and Java 8
>>
>> I get this error message
>>
>> compile-bj:
>> /home/mechtilde/openoffice/main/saxon/unxlngx6.pro/misc/build/src/build.xml:385:
>>  warning: 'includeantruntime' was not set, defaulting to
>> build.sysclasspath=last
>> ; set to false for repeatable builds
>> Compiling 834 source files to
>> /home/mechtilde/openoffice/main/saxon/unxlngx6.pro
>> /misc/build/src/temp/j/classes
>> warning: [options] bootstrap class path not set in conjunction with
>> -source 1.4
>> error: Source option 1.4 is no longer supported. Use 6 or later.
>> error: Target option 1.4 is no longer supported. Use 1.6 or later.
>>
>> BUILD FAILED
>> /home/mechtilde/openoffice/main/saxon/unxlngx6.pro/misc/build/src/build.xml:385:
>> Compile failed; see the compiler error output for details.
>>
>> Total time: 2 seconds
>> dmake:  Error code 1, while making
>> './unxlngx6.pro/misc/build/so_built_saxon'
> 
> For what I can understand, Saxon is written in Java, and the PR should
> not address any Java-related modules.
> 
> If you can build the current trunk successfully, I can merge the last
> changes into the PR branch so you can take advantage of them.
> 
> Otherwise, I am open to suggestions on how to fix this problem.
> 
> Best regards,
> 

-- 
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



OpenPGP_signature
Description: OpenPGP digital signature


Re: Review of PR 109

2020-12-06 Thread Arrigo Marchiori
Hello,

I am replying as I proposed PR #109.

thank you Mechtilde for your review.

On Sun, Dec 06, 2020 at 01:57:50PM +0100, Mechtilde wrote:

> Hello,
> 
> i was asked to text the PR 109 https://github.com/apache/openoffice/pull/109
> 
> I tried to do it under Debian 10.
> 
> gcc 8.3
> java 11
> 
> I didn't have a running system wizh gcc >=7 and Java 8
> 
> I get this error message
> 
> compile-bj:
> /home/mechtilde/openoffice/main/saxon/unxlngx6.pro/misc/build/src/build.xml:385:
>  warning: 'includeantruntime' was not set, defaulting to
> build.sysclasspath=last
> ; set to false for repeatable builds
> Compiling 834 source files to
> /home/mechtilde/openoffice/main/saxon/unxlngx6.pro
> /misc/build/src/temp/j/classes
> warning: [options] bootstrap class path not set in conjunction with
> -source 1.4
> error: Source option 1.4 is no longer supported. Use 6 or later.
> error: Target option 1.4 is no longer supported. Use 1.6 or later.
> 
> BUILD FAILED
> /home/mechtilde/openoffice/main/saxon/unxlngx6.pro/misc/build/src/build.xml:385:
> Compile failed; see the compiler error output for details.
> 
> Total time: 2 seconds
> dmake:  Error code 1, while making
> './unxlngx6.pro/misc/build/so_built_saxon'

For what I can understand, Saxon is written in Java, and the PR should
not address any Java-related modules.

If you can build the current trunk successfully, I can merge the last
changes into the PR branch so you can take advantage of them.

Otherwise, I am open to suggestions on how to fix this problem.

Best regards,
-- 
rigo

http://rigo.altervista.org

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