Re: AOO 4.1.12?
Hi Matthias Thank you for the test builds! Regarding the release of 4.1.12, I will be away with limited internet access between 29th and 4th of April I am available to test, vote and help with tasks after that. Best, Pedro > On 03/18/2022 7:59 PM Matthias Seidel wrote: > > > Hi all, > > The latest AOO41X Test build for Windows is available here: > > https://home.apache.org/~mseidel/Apache_OpenOffice_4.1.12_Win_x86_install_en-US_Test.exe > > Regards, > > Matthias > > Am 17.03.22 um 19:52 schrieb Keith N. McKenna: > > In article <48758D24-4BF7-4818-A138-E9C9FD7CA6E6__ > > 39009.0329734207$1647445273$gmane$o...@jagunet.com>, > > j...@jagunet.com says... > >> Thanks! I volunteer to RM. Is that OK? > > +1 from me as well > > > > Keith > > > >>> On Mar 15, 2022, at 6:43 PM, Matthias Seidel > >>> wrote: > >>> > >>> Hi all, > >>> > >>> Just FYI, I created a Release Schedule for AOO 4.1.12: > >>> > >>> https://cwiki.apache.org/confluence/display/OOOUSERS/AOO+4.1.12 > >>> > >>> Feel free to update! > >>> > >>> Regards, > >>> > >>>Matthias > >>> > >>> > > > > > > > > - > > 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
Help building in Ubuntu 20.04.4?
Hi all Installing needed libraries fails with E: Unable to locate package libgnomevfs2-dev E: Unable to locate package liborbit2-dev Help? Pedro
Re: AOO 4.1.12?
Hi Pedro, Am 20.03.22 um 13:51 schrieb Pedro Lino: > Hi Matthias > > Thank you for the test builds! I will update more languages in the next days... > > Regarding the release of 4.1.12, I will be away with limited internet access > between 29th and 4th of April > I am available to test, vote and help with tasks after that. Maybe we have an RC1 available at that time. Regards, Matthias > > Best, > Pedro > >> On 03/18/2022 7:59 PM Matthias Seidel wrote: >> >> >> Hi all, >> >> The latest AOO41X Test build for Windows is available here: >> >> https://home.apache.org/~mseidel/Apache_OpenOffice_4.1.12_Win_x86_install_en-US_Test.exe >> >> Regards, >> >> Matthias >> >> Am 17.03.22 um 19:52 schrieb Keith N. McKenna: >>> In article <48758D24-4BF7-4818-A138-E9C9FD7CA6E6__ >>> 39009.0329734207$1647445273$gmane$o...@jagunet.com>, >>> j...@jagunet.com says... Thanks! I volunteer to RM. Is that OK? >>> +1 from me as well >>> >>> Keith >>> > On Mar 15, 2022, at 6:43 PM, Matthias Seidel > wrote: > > Hi all, > > Just FYI, I created a Release Schedule for AOO 4.1.12: > > https://cwiki.apache.org/confluence/display/OOOUSERS/AOO+4.1.12 > > Feel free to update! > > Regards, > >Matthias > > >>> >>> >>> - >>> 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 > smime.p7s Description: S/MIME Cryptographic Signature
Re: Help building in Ubuntu 20.04.4?
On Sun, Mar 20, 2022 at 3:18 PM Pedro Lino wrote: > Hi all > > Installing needed libraries fails with > > E: Unable to locate package libgnomevfs2-dev > E: Unable to locate package liborbit2-dev > > Help? > > Pedro Backport these commits from trunk: commit ca91c47212927702e72149e398fae850402fa54c Author: Damjan Jovanovic Date: Thu Oct 19 16:35:49 2017 + GnomeVFS was deprecated 9 years ago. Make GIO, its replacement, the default searched by configure.ac instead. commit 6b1c0a07ced87c91d0adf8f59096a87e364647c0 Author: Damjan Jovanovic Date: Sat Oct 21 06:15:07 2017 + Don't require ORbit to compile. We never really needed it: GConf makes its own CORBA connection if it needs to, and the only reason we included orbit.h is to check whether the problematic version < 2.8 was present, as it deadlocks the GTK VCL plugin. But ORbit 2.8 was released in 2003, and GConf doesn't even use CORBA connections any more. So drop the check and stop needing ORBit altogether. Regards Damjan
Things you don't want to know about Ukraine??
I go started down a rabbit hole this am when my husband told me Putin was contemplating bombing the US Embassey in Ukraine. A vacant building at this point but internet searches kept popping up about the embassy pulling docs/information about some bio labs housed in Ukraine that were/are jointly run by Ukraine/US and wholly funded by the US! Dare I say if this is true, the US has a MUCH LARGER stake in the future of Ukraine. You can do your own search or enlist your son to help. I am more freaked out than ever. And if Biden knows all this -- which I'm sure he does -- he needs to get his ass in gear! We live in WAY WAY WAY BEYOND BULLSHIT times! https://www.newsweek.com/us-biological-weapons-ukraine-labs-germ-warfare-1685956
Re: Help building in Ubuntu 20.04.4?
Hi Damian Thank you for the quick answer and solution. Unfortunately I have no idea on how to backport a commit from trunk. Can you/someone please do that? In any case the missing libraries were apparently not needed, as you mentioned, since compiling finished successfully after the hack mentioned below. During compiling I realized that our build process now requires epm 5.0.0 but the bootstrap still downloads epm 3.7 Manually downloading epm 5 from https://github.com/jimjag/epm/archive/v5.0.0.tar.gz and renaming to 8ce02a315807bd406b5de85ccf63e7fb-epm-5.0.0 worked Can you/someone please fix the bootstrap issue? Thanks! Best, Pedro > On 03/20/2022 2:56 PM Damjan Jovanovic wrote: > > > On Sun, Mar 20, 2022 at 3:18 PM Pedro Lino > wrote: > > > Hi all > > > > Installing needed libraries fails with > > > > E: Unable to locate package libgnomevfs2-dev > > E: Unable to locate package liborbit2-dev > > > > Help? > > > > Pedro > > > Backport these commits from trunk: > > commit ca91c47212927702e72149e398fae850402fa54c > Author: Damjan Jovanovic > Date: Thu Oct 19 16:35:49 2017 + > > GnomeVFS was deprecated 9 years ago. Make GIO, its replacement, > the default searched by configure.ac instead. > > > commit 6b1c0a07ced87c91d0adf8f59096a87e364647c0 > Author: Damjan Jovanovic > Date: Sat Oct 21 06:15:07 2017 + > > Don't require ORbit to compile. We never really needed it: > GConf makes its own CORBA connection if it needs to, and > the only reason we included orbit.h is to check whether > the problematic version < 2.8 was present, as it deadlocks > the GTK VCL plugin. > > But ORbit 2.8 was released in 2003, and GConf doesn't > even use CORBA connections any more. So drop the check > and stop needing ORBit altogether. > > > Regards > Damjan - To unsubscribe, e-mail: dev-unsubscr...@openoffice.apache.org For additional commands, e-mail: dev-h...@openoffice.apache.org
Re: Help building in Ubuntu 20.04.4?
Hi Pedro, Am 20.03.22 um 18:17 schrieb Pedro Lino: > Hi Damian > > Thank you for the quick answer and solution. Unfortunately I have no idea on > how to backport a commit from trunk. Can you/someone please do that? I will try. At least the ORbit patch looks easy... > > In any case the missing libraries were apparently not needed, as you > mentioned, since compiling finished successfully after the hack mentioned > below. > > During compiling I realized that our build process now requires epm 5.0.0 but > the bootstrap still downloads epm 3.7 > Manually downloading epm 5 from > https://github.com/jimjag/epm/archive/v5.0.0.tar.gz > and renaming to 8ce02a315807bd406b5de85ccf63e7fb-epm-5.0.0 worked > > Can you/someone please fix the bootstrap issue? First of all, which version do you want to build? For AOO41X we use epm 3.7 for trunk/AOO42X we use epm 5. Regards, Matthias > > Thanks! > > Best, > Pedro > >> On 03/20/2022 2:56 PM Damjan Jovanovic wrote: >> >> >> On Sun, Mar 20, 2022 at 3:18 PM Pedro Lino >> wrote: >> >>> Hi all >>> >>> Installing needed libraries fails with >>> >>> E: Unable to locate package libgnomevfs2-dev >>> E: Unable to locate package liborbit2-dev >>> >>> Help? >>> >>> Pedro >> >> Backport these commits from trunk: >> >> commit ca91c47212927702e72149e398fae850402fa54c >> Author: Damjan Jovanovic >> Date: Thu Oct 19 16:35:49 2017 + >> >> GnomeVFS was deprecated 9 years ago. Make GIO, its replacement, >> the default searched by configure.ac instead. >> >> >> commit 6b1c0a07ced87c91d0adf8f59096a87e364647c0 >> Author: Damjan Jovanovic >> Date: Sat Oct 21 06:15:07 2017 + >> >> Don't require ORbit to compile. We never really needed it: >> GConf makes its own CORBA connection if it needs to, and >> the only reason we included orbit.h is to check whether >> the problematic version < 2.8 was present, as it deadlocks >> the GTK VCL plugin. >> >> But ORbit 2.8 was released in 2003, and GConf doesn't >> even use CORBA connections any more. So drop the check >> and stop needing ORBit altogether. >> >> >> Regards >> Damjan > - > 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: Help building in Ubuntu 20.04.4?
Hi Matthias > On 03/20/2022 5:22 PM Matthias Seidel wrote: > > Thank you for the quick answer and solution. Unfortunately I have no idea > > on how to backport a commit from trunk. Can you/someone please do that? > I will try. At least the ORbit patch looks easy... Excellent! Thanks! > > During compiling I realized that our build process now requires epm 5.0.0 > > but the bootstrap still downloads epm 3.7 > > Manually downloading epm 5 from > > https://github.com/jimjag/epm/archive/v5.0.0.tar.gz > > and renaming to 8ce02a315807bd406b5de85ccf63e7fb-epm-5.0.0 worked > > > > Can you/someone please fix the bootstrap issue? > > First of all, which version do you want to build? > > For AOO41X we use epm 3.7 for trunk/AOO42X we use epm 5. Ah, yes forgot that detail :) I built 42X to test the empty/not-empty items Can bootstrap download both versions and the correct one is used during compiling? (Please remember I'm not a programmer so if this suggestion is stupid, just ignore it) Best, Pedro - To unsubscribe, e-mail: dev-unsubscr...@openoffice.apache.org For additional commands, e-mail: dev-h...@openoffice.apache.org
Re: Help building in Ubuntu 20.04.4?
Hi Pedro, Am 20.03.22 um 18:44 schrieb Pedro Lino: > Hi Matthias > >> On 03/20/2022 5:22 PM Matthias Seidel wrote: >>> Thank you for the quick answer and solution. Unfortunately I have no idea >>> on how to backport a commit from trunk. Can you/someone please do that? >> I will try. At least the ORbit patch looks easy... > Excellent! Thanks! The ORbit patch is in. @Jim/Damjan: https://github.com/apache/openoffice/commit/ca91c47212927702e72149e398fae850402fa54c This patch makes GIO default, is that available on CentOS 5? If yes, I am ready to commit it to AOO41X. > >>> During compiling I realized that our build process now requires epm 5.0.0 >>> but the bootstrap still downloads epm 3.7 >>> Manually downloading epm 5 from >>> https://github.com/jimjag/epm/archive/v5.0.0.tar.gz >>> and renaming to 8ce02a315807bd406b5de85ccf63e7fb-epm-5.0.0 worked >>> >>> Can you/someone please fix the bootstrap issue? >> First of all, which version do you want to build? >> >> For AOO41X we use epm 3.7 for trunk/AOO42X we use epm 5. > Ah, yes forgot that detail :) I built 42X to test the empty/not-empty items > > Can bootstrap download both versions and the correct one is used during > compiling? (Please remember I'm not a programmer so if this suggestion is > stupid, just ignore it) Bootstrap is part of the build process, so it always downloads the appropriate version needed for the branch. Regards, Matthias > > Best, > Pedro > > - > 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
Please ignore message sent to this list at 0910 PDT today...
My political message was NOT INTENDED for AOODEV. Hopefully it will be stricken from ASF archives soon. -- --- "Do what you can, with what you've got, where you are." -- Theodore Roosevelt MzK
Re: Things you don't want to know about Ukraine??
On Sun, Mar 20, 2022 at 9:10 AM Kay Schenk wrote: > > I go started down a rabbit hole this am when my husband told me Putin was > contemplating bombing the US Embassey in Ukraine. A vacant building at this > point but internet searches kept popping up about the embassy pulling > docs/information about some bio labs housed in Ukraine that were/are > jointly run by Ukraine/US and wholly funded by the US! > Dare I say if this is true, the US has a MUCH LARGER stake in the future of > Ukraine. That is why all the Russian media is being censored by Europe, Canada, US/UK; the fascist rulers of the latter pseudo-democracies do not want their disinfo narrative to be challenged at all. Locally, Telegram channels of RT.com, SputnikNews, are being censored. And Google (will this email reach you ;-) , 'META', Twitter, GitHub, etc. are complicit in this unprecedented censorship campaign. But, indeed, even State Dept. Victoria 'Fuck the EU' Kagan Nuland, confirmed the fact the US is funding biolabs in Ukraine. < https://metztli.blog/media/blogs/calli/On-NATO-Expansion/biological-labs-ukraine.mp4?mtime=1647293994 > At the same time the 'exceptional nation' was collecting Slavic -- more specifically, Russian DNA. Why? "Only one main thing is important for Nazism -- internationally speaking. That is, that nations or states that are allowed to do anything are the 'master races' [modern euphemism is 'the First World,' i.e., genocidal thieves and plunderers] and then you have the minor nations who are the slaves [modern euphemism is 'the Third World,' i.e., displaced, surviving victims of plunder and theft by the former]. For the Europeans, the slaves were/are 'Indians' and Africans; for Hitler, they were Jews (not any anymore ;-), Gypsies, and Slavs." Fascism: A History. < https://rtd.rt.com/films/fascism-a-history > Obviously, the US' 'exceptionalism' places its fascist rulers on the same level as Napoleon, Hirohito, and Hitler. They are targeting Russia and its people for annihilation by using Zionist -ruled Ukraine and its Aidar, Tornado, Azov, Nazi batallions as proxies for a wider conflict as there are ~ 175,000 thousand US/UK NATO forces surrounding Russia... just ready for the spark of a CIA orchestrated false flag op. > You can do your own search or enlist your son to help. > I am more freaked out than ever. And if Biden knows all this -- which I'm > sure he does -- he needs to get his ass in gear! > > We live in WAY WAY WAY BEYOND BULLSHIT times! > > > https://www.newsweek.com/us-biological-weapons-ukraine-labs-germ-warfare-1685956 Best Professional Regards. P.S. I was recently censored by 'progressive' Daily Kos site because I do not fit the demonization of Putin narrative disseminated by the West's propaganda. -- Jose R R http://metztli.it - Download Metztli Reiser4: Debian Bullseye w/ Linux 5.14.21 AMD64 - feats ZSTD compression https://sf.net/projects/metztli-reiser4/ - or SFRN 5.1.3, Metztli Reiser5 https://sf.net/projects/debian-reiser4/ --- Official current Reiser4 resources: https://reiser4.wiki.kernel.org/ - To unsubscribe, e-mail: dev-unsubscr...@openoffice.apache.org For additional commands, e-mail: dev-h...@openoffice.apache.org
Re: Things you don't want to know about Ukraine??
STOP that! This is a developer list for OpenOffice. Am 20.03.22 um 21:58 schrieb Jose R R: > On Sun, Mar 20, 2022 at 9:10 AM Kay Schenk wrote: >> I go started down a rabbit hole this am when my husband told me Putin was >> contemplating bombing the US Embassey in Ukraine. A vacant building at this >> point but internet searches kept popping up about the embassy pulling >> docs/information about some bio labs housed in Ukraine that were/are >> jointly run by Ukraine/US and wholly funded by the US! >> Dare I say if this is true, the US has a MUCH LARGER stake in the future of >> Ukraine. > That is why all the Russian media is being censored by Europe, Canada, > US/UK; the fascist rulers of the latter pseudo-democracies do not want > their disinfo narrative to be challenged at all. Locally, Telegram > channels of RT.com, SputnikNews, are being censored. And Google (will > this email reach you ;-) , 'META', Twitter, GitHub, etc. are complicit > in this unprecedented censorship campaign. > > But, indeed, even State Dept. Victoria 'Fuck the EU' Kagan Nuland, > confirmed the fact the US is funding biolabs in Ukraine. > < > https://metztli.blog/media/blogs/calli/On-NATO-Expansion/biological-labs-ukraine.mp4?mtime=1647293994 > At the same time the 'exceptional nation' was collecting Slavic -- > more specifically, Russian DNA. Why? > "Only one main thing is important for Nazism -- internationally > speaking. That is, that nations or states that are allowed to do > anything are the 'master races' [modern euphemism is 'the First > World,' i.e., genocidal thieves and plunderers] and then you have the > minor nations who are the slaves [modern euphemism is 'the Third > World,' i.e., displaced, surviving victims of plunder and theft by the > former]. For the Europeans, the slaves were/are 'Indians' and > Africans; for Hitler, they were Jews (not any anymore ;-), Gypsies, > and Slavs." > Fascism: A History. > < https://rtd.rt.com/films/fascism-a-history > > > Obviously, the US' 'exceptionalism' places its fascist rulers on the > same level as Napoleon, Hirohito, and Hitler. They are targeting > Russia and its people for annihilation by using Zionist -ruled Ukraine > and its Aidar, Tornado, Azov, Nazi batallions as proxies for a wider > conflict as there are ~ 175,000 thousand US/UK NATO forces surrounding > Russia... just ready for the spark of a CIA orchestrated false flag > op. > >> You can do your own search or enlist your son to help. >> I am more freaked out than ever. And if Biden knows all this -- which I'm >> sure he does -- he needs to get his ass in gear! >> >> We live in WAY WAY WAY BEYOND BULLSHIT times! >> >> >> https://www.newsweek.com/us-biological-weapons-ukraine-labs-germ-warfare-1685956 > Best Professional Regards. > > P.S. I was recently censored by 'progressive' Daily Kos site because I > do not fit the demonization of Putin narrative disseminated by the > West's propaganda. > > > -- > Jose R R > http://metztli.it > - > Download Metztli Reiser4: Debian Bullseye w/ Linux 5.14.21 AMD64 > - > feats ZSTD compression https://sf.net/projects/metztli-reiser4/ > - > or SFRN 5.1.3, Metztli Reiser5 https://sf.net/projects/debian-reiser4/ > --- > Official current Reiser4 resources: https://reiser4.wiki.kernel.org/ > > - > 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