Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - Paul Smedley

Pages: 1 ... 21 22 [23] 24 25 ... 140
331
Programming / Re: Compiling OpenJDK
« on: April 11, 2023, 02:00:58 pm »
Will investigate tomorrow, but getting the following:
Code: [Select]
-jaxp_src-url-bundle:
     [echo] Downloading from http://download.java.net/jaxp/openjdk/jdk6/jaxp144_04.zip
      [get] Getting: http://download.java.net/jaxp/openjdk/jdk6/jaxp144_04.zip
      [get] To: U:\DEV\openjdk\openjdk\build\os2-i586\jaxp\drop\bundles\jaxp144_04.zip.temp
      [get] http://download.java.net/jaxp/openjdk/jdk6/jaxp144_04.zip permanently moved to https://download.java.net/jaxp/openjdk/jdk6/jaxp144_04.zip
      [get] Error getting http://download.java.net/jaxp/openjdk/jdk6/jaxp144_04.zip to U:\DEV\openjdk\openjdk\build\os2-i586\jaxp\drop\bundles\jaxp144_04.zip.temp

BUILD FAILED
U:\DEV\openjdk\openjdk\build\os2-i586\jaxp\build\xml_generated\build-drop-jaxp_src.xml:96: javax.net.ssl.SSLException: Received fatal alert: protocol_version

Java SSL certs out of date?

332
Programming / Re: Compiling OpenJDK
« on: April 11, 2023, 01:57:29 pm »
Anyone else's google foo better than mine?

Trying to track down:
Code: [Select]
3b. JAXB 2.1 (http://jaxb.java.net/2.1/JAXB2_20061211.jar,
    install it with java -jar JAXB2_20061211.jar)

I found a reference at https://trac.netlabs.org/java/ticket/6 , but cannot find it there. Perhaps dmik knows where it is stored?

I was trying to avoid pestering dmik but I've sent him an email.

Cheers,

Paul

333
Programming / Re: Compiling OpenJDK
« on: April 11, 2023, 01:06:36 pm »
Meanwhile, openjdk doesn't want to find gcc... ERROR: The Compiler version is undefined.

I hacked some files and changed this from an ERROR to a WARNING....

It's doing *something* now....

334
Programming / Re: Compiling OpenJDK
« on: April 11, 2023, 10:48:02 am »
Anyone else's google foo better than mine?

Trying to track down:
Code: [Select]
3b. JAXB 2.1 (http://jaxb.java.net/2.1/JAXB2_20061211.jar,
    install it with java -jar JAXB2_20061211.jar)

I'm hoping https://mvnrepository.com/artifact/com.sun.xml.bind/jaxb-impl/2.1 is close enough...

335
Programming / Re: Compiling OpenJDK
« on: April 11, 2023, 09:43:43 am »
Meanwhile, openjdk doesn't want to find gcc... ERROR: The Compiler version is undefined.

336
Programming / Re: Compiling OpenJDK
« on: April 11, 2023, 08:46:43 am »
Anyone else's google foo better than mine?

Trying to track down:
Code: [Select]
3b. JAXB 2.1 (http://jaxb.java.net/2.1/JAXB2_20061211.jar,
    install it with java -jar JAXB2_20061211.jar)

337
Applications / Re: Updated Postgresql/2 builds
« on: April 11, 2023, 07:38:53 am »
Cool! I think you are literally the only person to have provided feedback on the builds - literally ever....

338
Programming / Re: Compiling OpenJDK
« on: April 11, 2023, 07:37:52 am »
Updated build - https://smedley.id.au/tmp/odin32-20230411.zip

I committed a bunch more changes to the gcc12 branch. There are still some warnings remaining, but I'm not sure how best to address them...

339
Programming / Re: Compiling OpenJDK
« on: April 11, 2023, 04:16:10 am »
Working on the warnings now - another commit coming in the next few hours.

340
Programming / Re: Compiling OpenJDK
« on: April 11, 2023, 01:27:50 am »
OK - so not saying this is merge worthy at all - but WIP patches that compile/link with GCC 12 are at https://github.com/netlabsorg/odin32/tree/gcc12

Zip at https://smedley.id.au/tmp/odin32-20230410.zip is not tested at all

I don't know why i had to define a bunch of things with extern "C" when I had __USE_EMX defined to I would have thought those functions should have been seen <shrug>

Same, I don't get why I had to #define __USE_EMX in some source files with I had it in the compiler line.

A (hopefully) good nights sleep might help this in the morning...

Updated patches committed. Now going to try and work through some warnings....

It would be good if someone else can try build this - preferably with the RPM gcc...

341
Applications / Re: Updated Postgresql/2 builds
« on: April 10, 2023, 11:02:39 pm »
Unfortunately, there has been so little interest in this that I'm unlikely to spend time/effort investigating the problems.

342
Programming / Re: Qt6 Application Testing
« on: April 10, 2023, 11:00:50 pm »
https://smedley.id.au/tmp/dooble-2023.04.10-os2-qt6-20230411.zip - linked against Qt 6.2

Code: [Select]
Release Notes

    AdGuard DNS file processing. Dooble will now allow importing of https://adguardteam.github.io/AdGuardSDNSFilter/Filters/filter.txt. Basic interpretation is included. For example, ||url^ is blocked. All other entries are ignored. Please see Data/dooble_filter.txt. GitHub ticket #179.
    Include default HTTP agent string in About. GitHub ticket #186.
    Listen on fullScreenRequested() signal and accept the request. Address, menu bar, and status bar widgets will be hidden. Other widgets (find, page notifications, etc.) will remain visible. The Escape key may be used to exit a full-screen mode. GitHub ticket #185.
    Native dialogs.
    Non-modal import dialog on MacOS. The dialog offers a simple explanation of the import process.
    Qt 6.5 LTS.
    Replaced Q_OS_MAC with Q_OS_MACOS.
    Updated Data/dooble_accepted_or_blocked_domains.txt.

343
Programming / Re: Compiling OpenJDK
« on: April 10, 2023, 09:22:56 pm »
Hey Martin,

It should be sufficient to add the new Odin directory to path/libpath ahead in C:\usr\bin

344
Programming / Re: Compiling OpenJDK
« on: April 10, 2023, 11:45:40 am »
OK - so not saying this is merge worthy at all - but WIP patches that compile/link with GCC 12 are at https://github.com/netlabsorg/odin32/tree/gcc12

Zip at https://smedley.id.au/tmp/odin32-20230410.zip is not tested at all

I don't know why i had to define a bunch of things with extern "C" when I had __USE_EMX defined to I would have thought those functions should have been seen <shrug>

Same, I don't get why I had to #define __USE_EMX in some source files with I had it in the compiler line.

A (hopefully) good nights sleep might help this in the morning...

345
Programming / Re: Compiling OpenJDK
« on: April 10, 2023, 08:15:11 am »
Looks like you got further than me - I'm dying with a REXX error:
Code: [Select]
kBuild: Compiling unicode - U:/dev/odin32/lib/unicode/casemap.c
     1 +++   ??signal on novalue name NoValueHandler??if RxFuncQuery('SysLoadFuncs') = 1 then?do? call RxFuncAdd 'SysLoadFuncs', 'RexxUtil', 'SysLoadFuncs';
REX0013: Error 13 running U:\dev\odin32\tools\bin\BldLevelInf.cmd, line 1:
Invalid character in program
kmk: *** [Config.kmk:163: U:/dev/odin32/out/os2.x86/release/obj/impdef/ImpDef.bldlevel.def] Error 65523
The failing command:
@cmd /c 'set BUILD_QUIET=1 && U:/dev/odin32/tools/bin/BldLevelInf.cmd U:/dev/odin32/tools/impdef/ImpDef.def U:/dev/odin32/out/os2.x86/release/obj/impdef/ImpDef.bldlevel.def -R"U:/dev/odin32/tools/impdef/ImpDef.def" -V"#define=ODIN32_VERSION,U:/dev/odin32/include/odinbuild.h" -M"#define=ODIN32_BUILD_NR,U:/dev/odin32/include/odinbuild.h"'
kmk: *** Waiting for unfinished jobs....

Easy fix - just had to run dos2unix on the cmd file.....

Pages: 1 ... 21 22 [23] 24 25 ... 140