Re: Building AOO for Linux on different environments
Hello, I did it now under Debian 8 again. Tere it works as expected and builds DEBs and RPMs. Kind regards Am 23.01.19 um 07:40 schrieb Mechtilde: > Hello, > > to document the problems I found I start a new thread. > > First I did a clean build on Debian 9 with system epm. It builds neither > rpm nor debs. it uses r 1851845. > > The error message is: > > "... creating installation set in > /home/mechtilde/aoo42x/main/instsetoo_native/unxlngx6.pro/Apache_OpenOffice/deb/install/en-US > ... > ... removing old installation directories ... > ... creating installation set in > /home/mechtilde/aoo42x/main/instsetoo_native/unxlngx6.pro/Apache_OpenOffice/rpm/install/en-US > ... > ... removing old installation directories ... > Redundant argument in sprintf at > /home/mechtilde/aoo42x/main/solenv/bin/modules/installer/logger.pm line 192. > ... creating epm list file epm_gid_Module_Langpack_Draw_en_US.lst ... > ... checking pool package ... > ... packaging required > ... starting unpatched epm ... > ... /usr/bin/fakeroot /usr/bin/epm -f deb openoffice-en-us-draw > /home/mechtilde/aoo42x/main/instsetoo_native/unxlngx6.pro/Apache_OpenOffice/deb/listfile/en-US/epm_gid_Module_Langpack_Draw_en_US.lst > --output-dir DEBS -v2 2>&1 | ... > Redundant argument in sprintf at > /home/mechtilde/aoo42x/main/solenv/bin/modules/installer/logger.pm line 192. > ... creating epm list file epm_gid_Module_Langpack_Math_en_US.lst ... > ... checking pool package ... > ... packaging required > ... starting unpatched epm ... > ... /usr/bin/epm -f rpm openoffice-en-US-math > /home/mechtilde/aoo42x/main/instsetoo_native/unxlngx6.pro/Apache_OpenOffice/rpm/listfile/en-US/epm_gid_Module_Langpack_Math_en_US.lst > --output-dir RPMS -v2 2>&1 | ... > Redundant argument in sprintf at > /home/mechtilde/aoo42x/main/solenv/bin/modules/installer/logger.pm line 192. > Redundant argument in sprintf at > /home/mechtilde/aoo42x/main/solenv/bin/modules/installer/logger.pm line 192. > Redundant argument in sprintf at > /home/mechtilde/aoo42x/main/solenv/bin/modules/installer/logger.pm line 192. > > ** > ERROR: ERROR: "/usr/bin/epm -f rpm openoffice-en-US-math > /home/mechtilde/aoo42x/main/instsetoo_native/unxlngx6.pro/Apache_OpenOffice/rpm/listfile/en-US/epm_gid_Module_Langpack_Math_en_US.lst > --output-dir RPMS -v2 2>&1 |"! > in function: call_epm > ** > ... cleaning the output tree ... > ... removing directory /tmp/ooopackaging/i_176461548197099 ... > ... removing directory > /home/mechtilde/aoo42x/main/instsetoo_native/unxlngx6.pro/Apache_OpenOffice/rpm/stripped/en-US > ... > Error: ERROR: "/usr/bin/epm -f rpm openoffice-en-US-math > /home/mechtilde/aoo42x/main/instsetoo_native/unxlngx6.pro/Apache_OpenOffice/rpm/listfile/en-US/epm_gid_Module_Langpack_Math_en_US.lst > --output-dir RPMS -v2 2>&1 |"! > in function: call_epmstopping log at Tue Jan 22 23:45:13 2019 > dmake: Error code 255, while making 'openoffice_en-US.rpm' > > 1 module(s): > instsetoo_native > need(s) to be rebuilt > > Reason(s): > > ERROR: error 65280 occurred while making > /home/mechtilde/aoo42x/main/instsetoo_native/util > > When you have fixed the errors in that module you can resume the build > by running: > > build --all:instsetoo_native > " > > I looked at > /home/mechtilde/aoo42x/main/solenv/bin/modules/installer/logger.pm but > no idea to fix it. > > Some hints? > > Regards > -- Mechtilde Stehmann ## Apache OpenOffice ## Freie Office Suite für Linux, MacOSX, Windows ## Debian Developer ## PGP encryption welcome ## F0E3 7F3D C87A 4998 2899 39E7 F287 7BBA 141A AD7F signature.asc Description: OpenPGP digital signature
Re: Fedora19 vs CentOS7
After spending some more time w/ CentOS7 32bit, I'm pretty confident that we can baseline it a our "primary" complimentary community build server OS. So, from what I see, the move from AOO 4.1.x to 4.2.x (and above) will mean that we baseline CentOS7 with Ubuntu 14.04 as secondary. This does not mean, of course, that people can't build it with older systems its just that we don't provide builds for those older systems (ie: kernel < 3.x) It looks like we can keep macOS 10.7 as min requirement so no change there. - To unsubscribe, e-mail: dev-unsubscr...@openoffice.apache.org For additional commands, e-mail: dev-h...@openoffice.apache.org
Re: Fedora19 vs CentOS7
Hello, we should plan ato build also at Ubuntu 16.04. As I know ubuntu 14.04 is EOL this year (2019). Am 23.01.19 um 15:18 schrieb Jim Jagielski: > After spending some more time w/ CentOS7 32bit, I'm pretty confident that we > can baseline it a our "primary" complimentary community build server OS. > > So, from what I see, the move from AOO 4.1.x to 4.2.x (and above) will > mean that we baseline CentOS7 with Ubuntu 14.04 as secondary. This > does not mean, of course, that people can't build it with older systems > its just that we don't provide builds for those older systems (ie: kernel < > 3.x) > > It looks like we can keep macOS 10.7 as min requirement so no change > there. > - > 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 ## Debian Developer ## PGP encryption welcome ## F0E3 7F3D C87A 4998 2899 39E7 F287 7BBA 141A AD7F signature.asc Description: OpenPGP digital signature
Re: Building AOO for Linux on different environments
What does 'epm --version' say on both systems? > On Jan 23, 2019, at 8:50 AM, Mechtilde wrote: > > Hello, > > I did it now under Debian 8 again. Tere it works as expected and builds > DEBs and RPMs. > > Kind regards > > Am 23.01.19 um 07:40 schrieb Mechtilde: >> Hello, >> >> to document the problems I found I start a new thread. >> >> First I did a clean build on Debian 9 with system epm. It builds neither >> rpm nor debs. it uses r 1851845. >> >> The error message is: >> >> "... creating installation set in >> /home/mechtilde/aoo42x/main/instsetoo_native/unxlngx6.pro/Apache_OpenOffice/deb/install/en-US >> ... >> ... removing old installation directories ... >> ... creating installation set in >> /home/mechtilde/aoo42x/main/instsetoo_native/unxlngx6.pro/Apache_OpenOffice/rpm/install/en-US >> ... >> ... removing old installation directories ... >> Redundant argument in sprintf at >> /home/mechtilde/aoo42x/main/solenv/bin/modules/installer/logger.pm line 192. >> ... creating epm list file epm_gid_Module_Langpack_Draw_en_US.lst ... >> ... checking pool package ... >> ... packaging required >> ... starting unpatched epm ... >> ... /usr/bin/fakeroot /usr/bin/epm -f deb openoffice-en-us-draw >> /home/mechtilde/aoo42x/main/instsetoo_native/unxlngx6.pro/Apache_OpenOffice/deb/listfile/en-US/epm_gid_Module_Langpack_Draw_en_US.lst >> --output-dir DEBS -v2 2>&1 | ... >> Redundant argument in sprintf at >> /home/mechtilde/aoo42x/main/solenv/bin/modules/installer/logger.pm line 192. >> ... creating epm list file epm_gid_Module_Langpack_Math_en_US.lst ... >> ... checking pool package ... >> ... packaging required >> ... starting unpatched epm ... >> ... /usr/bin/epm -f rpm openoffice-en-US-math >> /home/mechtilde/aoo42x/main/instsetoo_native/unxlngx6.pro/Apache_OpenOffice/rpm/listfile/en-US/epm_gid_Module_Langpack_Math_en_US.lst >> --output-dir RPMS -v2 2>&1 | ... >> Redundant argument in sprintf at >> /home/mechtilde/aoo42x/main/solenv/bin/modules/installer/logger.pm line 192. >> Redundant argument in sprintf at >> /home/mechtilde/aoo42x/main/solenv/bin/modules/installer/logger.pm line 192. >> Redundant argument in sprintf at >> /home/mechtilde/aoo42x/main/solenv/bin/modules/installer/logger.pm line 192. >> >> ** >> ERROR: ERROR: "/usr/bin/epm -f rpm openoffice-en-US-math >> /home/mechtilde/aoo42x/main/instsetoo_native/unxlngx6.pro/Apache_OpenOffice/rpm/listfile/en-US/epm_gid_Module_Langpack_Math_en_US.lst >> --output-dir RPMS -v2 2>&1 |"! >> in function: call_epm >> ** >> ... cleaning the output tree ... >> ... removing directory /tmp/ooopackaging/i_176461548197099 ... >> ... removing directory >> /home/mechtilde/aoo42x/main/instsetoo_native/unxlngx6.pro/Apache_OpenOffice/rpm/stripped/en-US >> ... >> Error: ERROR: "/usr/bin/epm -f rpm openoffice-en-US-math >> /home/mechtilde/aoo42x/main/instsetoo_native/unxlngx6.pro/Apache_OpenOffice/rpm/listfile/en-US/epm_gid_Module_Langpack_Math_en_US.lst >> --output-dir RPMS -v2 2>&1 |"! >> in function: call_epmstopping log at Tue Jan 22 23:45:13 2019 >> dmake: Error code 255, while making 'openoffice_en-US.rpm' >> >> 1 module(s): >> instsetoo_native >> need(s) to be rebuilt >> >> Reason(s): >> >> ERROR: error 65280 occurred while making >> /home/mechtilde/aoo42x/main/instsetoo_native/util >> >> When you have fixed the errors in that module you can resume the build >> by running: >> >> build --all:instsetoo_native >> " >> >> I looked at >> /home/mechtilde/aoo42x/main/solenv/bin/modules/installer/logger.pm but >> no idea to fix it. >> >> Some hints? >> >> Regards >> > > -- > Mechtilde Stehmann > ## Apache OpenOffice > ## Freie Office Suite für Linux, MacOSX, Windows > ## 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: Building AOO for Linux on different environments
Hello Jim, Am 23.01.19 um 15:53 schrieb Jim Jagielski: > What does 'epm --version' say on both systems? > >> On Jan 23, 2019, at 8:50 AM, Mechtilde wrote: >> >> Hello, >> >> I did it now under Debian 8 again. Tere it works as expected and builds >> DEBs and RPMs. Here epm is the ship version 3.7 >> >> Kind regards >> >> Am 23.01.19 um 07:40 schrieb Mechtilde: >>> Hello, >>> >>> to document the problems I found I start a new thread. >>> >>> First I did a clean build on Debian 9 with system epm. It builds neither >>> rpm nor debs. it uses r 1851845. The epm version is 4.2 after it didn't works with the shipped version. >>> >>> The error message is: >>> >>> "... creating installation set in >>> /home/mechtilde/aoo42x/main/instsetoo_native/unxlngx6.pro/Apache_OpenOffice/deb/install/en-US >>> ... >>> ... removing old installation directories ... >>> ... creating installation set in >>> /home/mechtilde/aoo42x/main/instsetoo_native/unxlngx6.pro/Apache_OpenOffice/rpm/install/en-US >>> ... >>> ... removing old installation directories ... >>> Redundant argument in sprintf at >>> /home/mechtilde/aoo42x/main/solenv/bin/modules/installer/logger.pm line 192. >>> ... creating epm list file epm_gid_Module_Langpack_Draw_en_US.lst ... >>> ... checking pool package ... >>> ... packaging required >>> ... starting unpatched epm ... >>> ... /usr/bin/fakeroot /usr/bin/epm -f deb openoffice-en-us-draw >>> /home/mechtilde/aoo42x/main/instsetoo_native/unxlngx6.pro/Apache_OpenOffice/deb/listfile/en-US/epm_gid_Module_Langpack_Draw_en_US.lst >>> --output-dir DEBS -v2 2>&1 | ... >>> Redundant argument in sprintf at >>> /home/mechtilde/aoo42x/main/solenv/bin/modules/installer/logger.pm line 192. >>> ... creating epm list file epm_gid_Module_Langpack_Math_en_US.lst ... >>> ... checking pool package ... >>> ... packaging required >>> ... starting unpatched epm ... >>> ... /usr/bin/epm -f rpm openoffice-en-US-math >>> /home/mechtilde/aoo42x/main/instsetoo_native/unxlngx6.pro/Apache_OpenOffice/rpm/listfile/en-US/epm_gid_Module_Langpack_Math_en_US.lst >>> --output-dir RPMS -v2 2>&1 | ... >>> Redundant argument in sprintf at >>> /home/mechtilde/aoo42x/main/solenv/bin/modules/installer/logger.pm line 192. >>> Redundant argument in sprintf at >>> /home/mechtilde/aoo42x/main/solenv/bin/modules/installer/logger.pm line 192. >>> Redundant argument in sprintf at >>> /home/mechtilde/aoo42x/main/solenv/bin/modules/installer/logger.pm line 192. >>> >>> ** >>> ERROR: ERROR: "/usr/bin/epm -f rpm openoffice-en-US-math >>> /home/mechtilde/aoo42x/main/instsetoo_native/unxlngx6.pro/Apache_OpenOffice/rpm/listfile/en-US/epm_gid_Module_Langpack_Math_en_US.lst >>> --output-dir RPMS -v2 2>&1 |"! >>> in function: call_epm >>> ** >>> ... cleaning the output tree ... >>> ... removing directory /tmp/ooopackaging/i_176461548197099 ... >>> ... removing directory >>> /home/mechtilde/aoo42x/main/instsetoo_native/unxlngx6.pro/Apache_OpenOffice/rpm/stripped/en-US >>> ... >>> Error: ERROR: "/usr/bin/epm -f rpm openoffice-en-US-math >>> /home/mechtilde/aoo42x/main/instsetoo_native/unxlngx6.pro/Apache_OpenOffice/rpm/listfile/en-US/epm_gid_Module_Langpack_Math_en_US.lst >>> --output-dir RPMS -v2 2>&1 |"! >>> in function: call_epmstopping log at Tue Jan 22 23:45:13 2019 >>> dmake: Error code 255, while making 'openoffice_en-US.rpm' >>> >>> 1 module(s): >>> instsetoo_native >>> need(s) to be rebuilt >>> >>> Reason(s): >>> >>> ERROR: error 65280 occurred while making >>> /home/mechtilde/aoo42x/main/instsetoo_native/util >>> >>> When you have fixed the errors in that module you can resume the build >>> by running: >>> >>> build --all:instsetoo_native >>> " >>> >>> I looked at >>> /home/mechtilde/aoo42x/main/solenv/bin/modules/installer/logger.pm but >>> no idea to fix it. >>> >>> Some hints? >>> >>> Regards >>> >> >> -- >> Mechtilde Stehmann >> ## Apache OpenOffice >> ## Freie Office Suite für Linux, MacOSX, Windows >> ## 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 > -- Mechtilde Stehmann ## Apache OpenOffice ## Freie Office Suite für Linux, MacOSX, Windows ## Debian Developer ## PGP encryption welcome ## F0E3 7F3D C87A 4998 2899 39E7 F287 7BBA 141A AD7F signature.asc Description: OpenPGP digital signature
Re: Latest test builds
On 1/20/19 7:28 AM, Jim Jagielski wrote: I've uploaded the latest test builds for macOS and Linux 64. These are based on ~r1851640 and include 2 main updates from the earlier one: o beanshell now included o macOS path bug should now be squashed (https://bz.apache.org/ooo/show_bug.cgi?id=127965) Let me know if anyone wants me to kick off a Linux 32bit build. Find them here: http://home.apache.org/~jim/AOO-builds/4.2.0-dev-r1851640/ Cheers! Hi all -- I wanted to test out the 4.2 version. Normally I use rpm -i to install and use --prefix= option to put the test version where I want it. For some reason, I keep getting a "openoffice is not relocatable" error on this package -- CentOS 7-64. I don't know if this is a "new" enforcement with the rpm version I have -- 4.11.3 -- or a build issue with the 4.2 test version. Thanks for any insights you have. -- MzK - 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: Latest test builds
On Wed, 23 Jan 2019 14:47:01 -0800 Kay Schenk wrote: > > On 1/20/19 7:28 AM, Jim Jagielski wrote: > > I've uploaded the latest test builds for macOS and Linux 64. > > These are based on ~r1851640 and include 2 main updates from > > the earlier one: > > > > o beanshell now included > > o macOS path bug should now be squashed > > (https://bz.apache.org/ooo/show_bug.cgi?id=127965) > > > > Let me know if anyone wants me to kick off a Linux 32bit > > build. > > > > Find them here: > > > > http://home.apache.org/~jim/AOO-builds/4.2.0-dev-r1851640/ > > > > Cheers! > > > Hi all -- > > I wanted to test out the 4.2 version. Normally I use rpm -i to install > and use --prefix= option to put the test version where I > want it. For some reason, I keep getting a "openoffice is not > relocatable" error on this package -- CentOS 7-64. I don't know if this > is a "new" enforcement with the rpm version I have -- 4.11.3 -- or a > build issue with the 4.2 test version. > > Thanks for any insights you have. > > -- > MzK I cannot answer that problem, but I remark that the DEB version (64 bit) installed without problems on Xubuntu 18.04.1 replacing the earlier OpenOffice (and is running well for my daily work, mostly Writer) -- Rory O'Farrell - To unsubscribe, e-mail: dev-unsubscr...@openoffice.apache.org For additional commands, e-mail: dev-h...@openoffice.apache.org
Re: Building AOO for Linux on different environments
Hello, Now I built on CentOS 7 again with out success. I used the recent epm version as mentioned in the wiki and a recent checkout from aoo42x branch. I get the message: ERROR: ERROR: Did not find file: RPMS/openoffice-draw.spec in function: prepare_packages dmake: Error code 255, while making 'openoffice_en-US.rpm' 1 module(s): instsetoo_native need(s) to be rebuilt ERROR: error 65280 occurred while making /home/mechtilde/aoo42x/main/instsetoo_native/util Kind regards Am 23.01.19 um 16:29 schrieb Mechtilde: > Hello Jim, > > Am 23.01.19 um 15:53 schrieb Jim Jagielski: >> What does 'epm --version' say on both systems? >> >>> On Jan 23, 2019, at 8:50 AM, Mechtilde wrote: >>> >>> Hello, >>> >>> I did it now under Debian 8 again. Tere it works as expected and builds >>> DEBs and RPMs. > > Here epm is the ship version 3.7 >>> >>> Kind regards >>> >>> Am 23.01.19 um 07:40 schrieb Mechtilde: Hello, to document the problems I found I start a new thread. First I did a clean build on Debian 9 with system epm. It builds neither rpm nor debs. it uses r 1851845. > > The epm version is 4.2 after it didn't works with the shipped version. > The error message is: "... creating installation set in /home/mechtilde/aoo42x/main/instsetoo_native/unxlngx6.pro/Apache_OpenOffice/deb/install/en-US ... ... removing old installation directories ... ... creating installation set in /home/mechtilde/aoo42x/main/instsetoo_native/unxlngx6.pro/Apache_OpenOffice/rpm/install/en-US ... ... removing old installation directories ... Redundant argument in sprintf at /home/mechtilde/aoo42x/main/solenv/bin/modules/installer/logger.pm line 192. ... creating epm list file epm_gid_Module_Langpack_Draw_en_US.lst ... ... checking pool package ... ... packaging required ... starting unpatched epm ... ... /usr/bin/fakeroot /usr/bin/epm -f deb openoffice-en-us-draw /home/mechtilde/aoo42x/main/instsetoo_native/unxlngx6.pro/Apache_OpenOffice/deb/listfile/en-US/epm_gid_Module_Langpack_Draw_en_US.lst --output-dir DEBS -v2 2>&1 | ... Redundant argument in sprintf at /home/mechtilde/aoo42x/main/solenv/bin/modules/installer/logger.pm line 192. ... creating epm list file epm_gid_Module_Langpack_Math_en_US.lst ... ... checking pool package ... ... packaging required ... starting unpatched epm ... ... /usr/bin/epm -f rpm openoffice-en-US-math /home/mechtilde/aoo42x/main/instsetoo_native/unxlngx6.pro/Apache_OpenOffice/rpm/listfile/en-US/epm_gid_Module_Langpack_Math_en_US.lst --output-dir RPMS -v2 2>&1 | ... Redundant argument in sprintf at /home/mechtilde/aoo42x/main/solenv/bin/modules/installer/logger.pm line 192. Redundant argument in sprintf at /home/mechtilde/aoo42x/main/solenv/bin/modules/installer/logger.pm line 192. Redundant argument in sprintf at /home/mechtilde/aoo42x/main/solenv/bin/modules/installer/logger.pm line 192. ** ERROR: ERROR: "/usr/bin/epm -f rpm openoffice-en-US-math /home/mechtilde/aoo42x/main/instsetoo_native/unxlngx6.pro/Apache_OpenOffice/rpm/listfile/en-US/epm_gid_Module_Langpack_Math_en_US.lst --output-dir RPMS -v2 2>&1 |"! in function: call_epm ** ... cleaning the output tree ... ... removing directory /tmp/ooopackaging/i_176461548197099 ... ... removing directory /home/mechtilde/aoo42x/main/instsetoo_native/unxlngx6.pro/Apache_OpenOffice/rpm/stripped/en-US ... Error: ERROR: "/usr/bin/epm -f rpm openoffice-en-US-math /home/mechtilde/aoo42x/main/instsetoo_native/unxlngx6.pro/Apache_OpenOffice/rpm/listfile/en-US/epm_gid_Module_Langpack_Math_en_US.lst --output-dir RPMS -v2 2>&1 |"! in function: call_epmstopping log at Tue Jan 22 23:45:13 2019 dmake: Error code 255, while making 'openoffice_en-US.rpm' 1 module(s): instsetoo_native need(s) to be rebuilt Reason(s): ERROR: error 65280 occurred while making /home/mechtilde/aoo42x/main/instsetoo_native/util When you have fixed the errors in that module you can resume the build by running: build --all:instsetoo_native " I looked at /home/mechtilde/aoo42x/main/solenv/bin/modules/installer/logger.pm but no idea to fix it. Some hints? Regards >>> >>> -- >>> Mechtilde Stehmann >>> ## Apache OpenOffice >>> ## Freie Office Suite für Linux, MacOSX, Windows >>> ## 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,