Re: 41X fails to build in Ubuntu 18.04 (was Re: Fails to build on Pop!_OS 18.04)
Dear All, On Tue, Jan 24, 2023 at 11:10:21PM +, Pedro Lino wrote: > > On 01/24/2023 9:59 PM WET Peter Kovacs wrote: > > > strange. I have: > > > > /usr/lib/jvm/java-8-openjdk-amd64/lib/amd64/libjawt.so > > /usr/lib/jvm/java-8-openjdk-amd64/include/jawt.h > > /usr/lib/jvm/java-8-openjdk-amd64/include/linux/jawt_md.h > > /usr/lib/jvm/java-8-openjdk-amd64/jre/lib/amd64/libjawt.so > > I also have them on my "old" disk with Ubuntu 18.04 (installed in April > 2018). This one was installed last week. > Wild guess: did you install the "jdk" package? You may have installed the "jre" only. On Ubuntu 18.04 the package containing the libraries (.so files) is "openjdk-8-jdk-headless", whereas the package containing the header files is "openjdk-8-jdk". I hope this helps. If not... sorry for the noise! Best regards, -- Arrigo - To unsubscribe, e-mail: dev-unsubscr...@openoffice.apache.org For additional commands, e-mail: dev-h...@openoffice.apache.org
Re: 41X fails to build in Ubuntu 18.04 (was Re: Fails to build on Pop!_OS 18.04)
> On 01/24/2023 9:59 PM WET Peter Kovacs wrote: > strange. I have: > > /usr/lib/jvm/java-8-openjdk-amd64/lib/amd64/libjawt.so > /usr/lib/jvm/java-8-openjdk-amd64/include/jawt.h > /usr/lib/jvm/java-8-openjdk-amd64/include/linux/jawt_md.h > /usr/lib/jvm/java-8-openjdk-amd64/jre/lib/amd64/libjawt.so I also have them on my "old" disk with Ubuntu 18.04 (installed in April 2018). This one was installed last week. The only difference (besides the time) is that this one runs on UEFI and the old one on BIOS (aka Legacy) boot mode. Could this be related? I still have the feeling that those files were installed by a previous version of Java 8 (and are leftovers) while if you install from scratch with the latest Java they are no longer included... Best, Pedro - To unsubscribe, e-mail: dev-unsubscr...@openoffice.apache.org For additional commands, e-mail: dev-h...@openoffice.apache.org
Re: 41X fails to build in Ubuntu 18.04 (was Re: Fails to build on Pop!_OS 18.04)
Am 24.01.23 um 22:21 schrieb Pedro Lino: On 01/24/2023 7:48 PM WET Damjan Jovanovic wrote: Can you please run: find /usr/lib/jvm/java-8-openjdk-amd64 | grep jawt /usr/lib/jvm/java-8-openjdk-amd64/lib/amd64/libjawt.so /usr/lib/jvm/java-8-openjdk-amd64/jre/lib/amd64/libjawt.so strange. I have: /usr/lib/jvm/java-8-openjdk-amd64/lib/amd64/libjawt.so /usr/lib/jvm/java-8-openjdk-amd64/include/jawt.h /usr/lib/jvm/java-8-openjdk-amd64/include/linux/jawt_md.h /usr/lib/jvm/java-8-openjdk-amd64/jre/lib/amd64/libjawt.so And what is your SOLARINC environment variable set to? After "source LinuxX86-64Env.Set.sh", run "echo $SOLARINC" and post the results. Let's see all of it, eg. is -I/usr/lib/jvm/java-8-openjdk-amd64/include/linux there? -I. -I/source/openoffice/main/solver/4114/unxlngx6.pro/inc/stl -I/source/openoffice/main/solver/4114/unxlngx6.pro/inc/external -I/source/openoffice/main/solver/4114/unxlngx6.pro/inc -I/source/openoffice/main/solenv/unxlngx6/inc -I/source/openoffice/main/solenv/inc -I/source/openoffice/main/res -I/source/openoffice/main/solenv/inc/Xp31 -I/usr/lib/jvm/java-8-openjdk-amd64/include -I/usr/lib/jvm/java-8-openjdk-amd64/include/linux -I/usr/lib/jvm/java-8-openjdk-amd64/include/native_threads/include -I/usr/include Thanks! Pedro - To unsubscribe, e-mail: dev-unsubscr...@openoffice.apache.org For additional commands, e-mail: dev-h...@openoffice.apache.org - To unsubscribe, e-mail: dev-unsubscr...@openoffice.apache.org For additional commands, e-mail: dev-h...@openoffice.apache.org
Re: 41X fails to build in Ubuntu 18.04 (was Re: Fails to build on Pop!_OS 18.04)
> On 01/24/2023 7:48 PM WET Damjan Jovanovic wrote: > Can you please run: > find /usr/lib/jvm/java-8-openjdk-amd64 | grep jawt /usr/lib/jvm/java-8-openjdk-amd64/lib/amd64/libjawt.so /usr/lib/jvm/java-8-openjdk-amd64/jre/lib/amd64/libjawt.so > > > And what is your SOLARINC environment variable set to? After "source > > > LinuxX86-64Env.Set.sh", run "echo $SOLARINC" and post the results. > Let's see all of it, eg. is > -I/usr/lib/jvm/java-8-openjdk-amd64/include/linux there? -I. -I/source/openoffice/main/solver/4114/unxlngx6.pro/inc/stl -I/source/openoffice/main/solver/4114/unxlngx6.pro/inc/external -I/source/openoffice/main/solver/4114/unxlngx6.pro/inc -I/source/openoffice/main/solenv/unxlngx6/inc -I/source/openoffice/main/solenv/inc -I/source/openoffice/main/res -I/source/openoffice/main/solenv/inc/Xp31 -I/usr/lib/jvm/java-8-openjdk-amd64/include -I/usr/lib/jvm/java-8-openjdk-amd64/include/linux -I/usr/lib/jvm/java-8-openjdk-amd64/include/native_threads/include -I/usr/include Thanks! Pedro - To unsubscribe, e-mail: dev-unsubscr...@openoffice.apache.org For additional commands, e-mail: dev-h...@openoffice.apache.org
Re: Editing Website
Thanks Dave. Obviously I wasn't paying attention when the change was made. It's getting late here, so I will take a look at the info you have given tomorrow. Regards Dave On 24/01/2023 20:17, Dave Fisher wrote: > Hi Dave, > > That is very much obsolete and the Apache CMS has been deprecated for well > over a year. > > The project site and OpenOffice.org are both in GitHub and using ASF Pelican: > > See https://github.com/apache/openoffice-project and > https://github.com/apache/openoffice-org - the README.md files have > instructions. > > Best, > Dave > >> On Jan 24, 2023, at 11:51 AM, Dave wrote: >> >> It's been a while since I last edited pages on the website. I previously >> edited pages using the browser-based editing workflow as described here: >> https://openoffice.apache.org/docs/edit-cms.html#browser-based-editing-workflow >> Now when I go to edit a page clicking my JavaScript bookmarklet returns: >> can’t connect to the server at cms.apache.org. >> >> Did I miss the memo about some change in this procedure, or is there >> another problem? >> >> TIA >> Dave >> >> - >> To unsubscribe, e-mail: dev-unsubscr...@openoffice.apache.org >> For additional commands, e-mail: dev-h...@openoffice.apache.org >> > > > - > To unsubscribe, e-mail: dev-unsubscr...@openoffice.apache.org > For additional commands, e-mail: dev-h...@openoffice.apache.org > > - To unsubscribe, e-mail: dev-unsubscr...@openoffice.apache.org For additional commands, e-mail: dev-h...@openoffice.apache.org
Re: Editing Website
Thanks Dave. Obviously I wasn't paying attention when the change was made. It's getting late here, so I take a look at the info you have given tomorrow. Regards Dave On 24/01/2023 20:17, Dave Fisher wrote: > Hi Dave, > > That is very much obsolete and the Apache CMS has been deprecated for well > over a year. > > The project site and OpenOffice.org are both in GitHub and using ASF Pelican: > > See https://github.com/apache/openoffice-project and > https://github.com/apache/openoffice-org - the README.md files have > instructions. > > Best, > Dave > >> On Jan 24, 2023, at 11:51 AM, Dave wrote: >> >> It's been a while since I last edited pages on the website. I previously >> edited pages using the browser-based editing workflow as described here: >> https://openoffice.apache.org/docs/edit-cms.html#browser-based-editing-workflow >> Now when I go to edit a page clicking my JavaScript bookmarklet returns: >> can’t connect to the server at cms.apache.org. >> >> Did I miss the memo about some change in this procedure, or is there >> another problem? >> >> TIA >> Dave >> >> - >> To unsubscribe, e-mail: dev-unsubscr...@openoffice.apache.org >> For additional commands, e-mail: dev-h...@openoffice.apache.org >> > > > - > To unsubscribe, e-mail: dev-unsubscr...@openoffice.apache.org > For additional commands, e-mail: dev-h...@openoffice.apache.org > > - To unsubscribe, e-mail: dev-unsubscr...@openoffice.apache.org For additional commands, e-mail: dev-h...@openoffice.apache.org
Re: Delete from list
Hi Marcus, Am 24.01.23 um 18:39 schrieb Marcus: > Is anybody volunteering to delete line 272 in this file? Done! Will be visible later... Regards, Matthias > > /content/de/marketing/referenzkunden.html > > This will result in: > > https://www.openoffice.org/de/marketing/referenzkunden.html > > Thanks > > Marcus > > > > Am 24.01.23 um 11:09 schrieb Martin Bauer: >> Please delete our listing of www.coco-content-marketing.de in all >> openoffiice-directories as soon as possible. >> The number of subdirectories is extremely bad for our SEO. >> >> Am Do., 19. Jan. 2023 um 18:11 Uhr schrieb Martin Bauer < >> mba...@coco-new-media.de>: >> >>> Please delete us with the domain www.coco-content-marketing.de out >>> of the >>> openoffice directory with all subdomains as soon as possible. >>> Thanks! > > - > 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: Editing Website
Hi Dave, That is very much obsolete and the Apache CMS has been deprecated for well over a year. The project site and OpenOffice.org are both in GitHub and using ASF Pelican: See https://github.com/apache/openoffice-project and https://github.com/apache/openoffice-org - the README.md files have instructions. Best, Dave > On Jan 24, 2023, at 11:51 AM, Dave wrote: > > It's been a while since I last edited pages on the website. I previously > edited pages using the browser-based editing workflow as described here: > https://openoffice.apache.org/docs/edit-cms.html#browser-based-editing-workflow > Now when I go to edit a page clicking my JavaScript bookmarklet returns: > can’t connect to the server at cms.apache.org. > > Did I miss the memo about some change in this procedure, or is there > another problem? > > TIA > Dave > > - > To unsubscribe, e-mail: dev-unsubscr...@openoffice.apache.org > For additional commands, e-mail: dev-h...@openoffice.apache.org > - To unsubscribe, e-mail: dev-unsubscr...@openoffice.apache.org For additional commands, e-mail: dev-h...@openoffice.apache.org
Editing Website
It's been a while since I last edited pages on the website. I previously edited pages using the browser-based editing workflow as described here: https://openoffice.apache.org/docs/edit-cms.html#browser-based-editing-workflow Now when I go to edit a page clicking my JavaScript bookmarklet returns: can’t connect to the server at cms.apache.org. Did I miss the memo about some change in this procedure, or is there another problem? TIA Dave - To unsubscribe, e-mail: dev-unsubscr...@openoffice.apache.org For additional commands, e-mail: dev-h...@openoffice.apache.org
Re: 41X fails to build in Ubuntu 18.04 (was Re: Fails to build on Pop!_OS 18.04)
On Tue, Jan 24, 2023 at 7:21 PM Pedro Lino wrote: > Hi Damjan > > > On 01/24/2023 1:23 AM WET Damjan Jovanovic wrote: > > > In your --with-jdk-home directory, do you have these files: > > > > include/jawt.h > > include/linux/jawt_md.h > > No, those 2 files are not there. Maybe it is not included in build 352 of > Java 8? > > Can you please run: find /usr/lib/jvm/java-8-openjdk-amd64 | grep jawt > > And what is your SOLARINC environment variable set to? After "source > > LinuxX86-64Env.Set.sh", run "echo $SOLARINC" and post the results. It > > should contain the directory that the above include/linux/jawt_md.h is > in. > > It does contain the directory -I/usr/lib/jvm/java-8-openjdk-amd64/include > > Let's see all of it, eg. is -I/usr/lib/jvm/java-8-openjdk-amd64/include/linux there? > > SOLARINC is set within set_soenv.in, and might need adjustment for > Pop!_OS. > > It depends on what config.guess gave, so it would also help to see the > > output of ./config.guess (under main/) > > x86_64-unknown-linux-gnu > > Maybe the solution is to install a previous version of Java 8? > > Unlikely, we even support Java 9. > Thanks! > Pedro > > Damjan
Re: Delete from list
Is anybody volunteering to delete line 272 in this file? /content/de/marketing/referenzkunden.html This will result in: https://www.openoffice.org/de/marketing/referenzkunden.html Thanks Marcus Am 24.01.23 um 11:09 schrieb Martin Bauer: Please delete our listing of www.coco-content-marketing.de in all openoffiice-directories as soon as possible. The number of subdirectories is extremely bad for our SEO. Am Do., 19. Jan. 2023 um 18:11 Uhr schrieb Martin Bauer < mba...@coco-new-media.de>: Please delete us with the domain www.coco-content-marketing.de out of the openoffice directory with all subdomains as soon as possible. Thanks! - To unsubscribe, e-mail: dev-unsubscr...@openoffice.apache.org For additional commands, e-mail: dev-h...@openoffice.apache.org
Re: Delete from list
Hello, Please delete our listing of www.coco-content-marketing.de in all openoffiice-directories as soon as possible. The number of subdirectories is extremely bad for our SEO. Thanks Martin Geschäftsführer COCO new media GmbH Content Marketing & SEO Agentur www.coco-content-marketing.de Augsburger Str. 6, 80337 München (Büro) Maistr. 31, 80337 München (Firmensitz) Fon: 089-450993-50 Mobil: 0177-1977275 Geschäftsführer: Martin Bauer HRB 131948 München Am Do., 19. Jan. 2023 um 18:11 Uhr schrieb Martin Bauer < mba...@coco-new-media.de>: > Hello, > > Please delete us with the domain www.coco-content-marketing.de out of the > openoffice directory with all subdomains as soon as possible. > Thanks! > > Best regards > Martin > > Geschäftsführer > > > > COCO new media GmbH > Content Marketing & SEO Agentur > > www.coco-content-marketing.de > > > Augsburger Str. 6, 80337 München (Büro) > Maistr. 31, 80337 München (Firmensitz) > Fon: 089-450993-50 > Mobil: 0177-1977275 > > Geschäftsführer: Martin Bauer > HRB 131948 München > >
41X fails to build in Ubuntu 18.04 (was Re: Fails to build on Pop!_OS 18.04)
Hi Damjan > On 01/24/2023 1:23 AM WET Damjan Jovanovic wrote: > In your --with-jdk-home directory, do you have these files: > > include/jawt.h > include/linux/jawt_md.h No, those 2 files are not there. Maybe it is not included in build 352 of Java 8? > And what is your SOLARINC environment variable set to? After "source > LinuxX86-64Env.Set.sh", run "echo $SOLARINC" and post the results. It > should contain the directory that the above include/linux/jawt_md.h is in. It does contain the directory -I/usr/lib/jvm/java-8-openjdk-amd64/include > SOLARINC is set within set_soenv.in, and might need adjustment for Pop!_OS. > It depends on what config.guess gave, so it would also help to see the > output of ./config.guess (under main/) x86_64-unknown-linux-gnu Maybe the solution is to install a previous version of Java 8? Thanks! Pedro - To unsubscribe, e-mail: dev-unsubscr...@openoffice.apache.org For additional commands, e-mail: dev-h...@openoffice.apache.org
Re: Fails to build on Pop!_OS 18.04
Hi, Am 24.01.23 um 02:23 schrieb Damjan Jovanovic: > On Mon, Jan 23, 2023 at 11:48 PM Pedro Lino > wrote: > >> Hi Peter, all >> >>> On 01/23/2023 11:33 AM WET Peter Kovacs wrote: >>> yes, but it looks on disk like the following? >>> >>> ls /usr/lib/jvm/java-8-openjdk-amd64 >>> ASSEMBLY_EXCEPTION bin docs include jre lib man src.zip >>> THIRD_PARTY_README >> Yes >> ls /usr/lib/jvm/java-8-openjdk-amd64 >> ASSEMBLY_EXCEPTION docs jre man THIRD_PARTY_README >> bin include lib src.zip >> >> Any ideas? >> >> > In your --with-jdk-home directory, do you have these files: > > include/jawt.h > include/linux/jawt_md.h > > And what is your SOLARINC environment variable set to? After "source > LinuxX86-64Env.Set.sh", run "echo $SOLARINC" and post the results. It > should contain the directory that the above include/linux/jawt_md.h is in. > > SOLARINC is set within set_soenv.in, and might need adjustment for Pop!_OS. > It depends on what config.guess gave, so it would also help to see the > output of ./config.guess (under main/). Our config.guess in AOO41X is *really* old. Maybe we should update it to that version that we use in trunk/AOO42X? Regards, Matthias > smime.p7s Description: S/MIME Cryptographic Signature