Re: problem building AOO418 on centOS 6.10

2020-08-31 Thread Jim Jagielski
It looks to me that it's just that you are missing the Time/HiRes.pm CPAN 
module.

> On Aug 31, 2020, at 3:03 PM, Carl Marcum  wrote:
> 
> Hi All,
> 
> I'm trying to build AOO418 branch on a VirtualBox CentOS 6.10 VM.
> I've mostly followed the centos 5 build instructions for 4.1.x with the 
> notable exceptions of:
> 
> built and installed dmake from here.
> 
> http://sourceforge.net/projects/oooextras.mirror/files/dmake-4.12.tar.bz2
> 
> tried building this one but it failed during make.
> 
> http://sourceforge.net/projects/oooextras.mirror/files/epm-3.7.tar.gz
> 
>  ended up installing this one.
> 
> https://github.com/jimjag/epm/archive/epm-4.4.2.tar.gz
> 
> 
> using the system perl
> 
> 
> ./configure   \
> --enable-verbose \
> --with-system-stdlibs \
> --enable-crashdump=yes \
> --enable-category-b \
> --enable-opengl  \
> --enable-dbus  \
> --enable-gstreamer \
> --without-stlport \
> --with-package-format="installed"
> 
> 
> here is my error...
> 
> 
> =
> Building module instsetoo_native
> =
> 
> Entering 
> /home/carl/dev-git/openoffice/main/instsetoo_native/inc_openoffice/unix
> 
> 
> Entering 
> /home/carl/dev-git/openoffice/main/instsetoo_native/inc_openoffice/windows/msi_languages
> 
> mkout -- version: 1.8
> mkout -- version: 1.8
> 
> Entering /home/carl/dev-git/openoffice/main/instsetoo_native/util
> 
> cp -f 
> /home/carl/dev-git/openoffice/main/solver/418/unxlngx6.pro/pck/intro.zip 
> ../unxlngx6.pro/bin/intro.zip
> cp -f 
> /home/carl/dev-git/openoffice/main/solver/418/unxlngx6.pro/pck/openoffice_dev/intro.zip
>  ../unxlngx6.pro/bin/dev/intro.zip
> cp -f 
> /home/carl/dev-git/openoffice/main/solver/418/unxlngx6.pro/lib/pyuno/uno.py 
> ../unxlngx6.pro/bin/uno.py
> cp -f 
> /home/carl/dev-git/openoffice/main/solver/418/unxlngx6.pro/lib/pyuno/unohelper.py
>  ../unxlngx6.pro/bin/unohelper.py
> cp -f 
> /home/carl/dev-git/openoffice/main/solver/418/unxlngx6.pro/lib/pyuno/pythonloader.py
>  ../unxlngx6.pro/bin/pythonloader.py
> cp -f 
> /home/carl/dev-git/openoffice/main/solver/418/unxlngx6.pro/lib/pyuno/pythonscript.py
>  ../unxlngx6.pro/bin/pythonscript.py
> cp -f 
> /home/carl/dev-git/openoffice/main/solver/418/unxlngx6.pro/lib/pyuno/officehelper.py
>  ../unxlngx6.pro/bin/officehelper.py
> cp -f 
> /home/carl/dev-git/openoffice/main/solver/418/unxlngx6.pro/lib/pyuno/mailmerge.py
>  ../unxlngx6.pro/bin/mailmerge.py
> Can't locate Time/HiRes.pm in @INC (@INC contains: 
> /home/carl/dev-git/openoffice/main/solenv/bin/modules /usr/local/lib64/perl5 
> /usr/local/share/perl5 /usr/lib64/perl5/vendor_perl 
> /usr/share/perl5/vendor_perl /usr/lib64/perl5 /usr/share/perl5 .) at 
> /home/carl/dev-git/openoffice/main/solenv/bin/modules/installer/logger.pm 
> line 28.
> BEGIN failed--compilation aborted at 
> /home/carl/dev-git/openoffice/main/solenv/bin/modules/installer/logger.pm 
> line 28.
> Compilation failed in require at 
> /home/carl/dev-git/openoffice/main/solenv/bin/modules/installer/files.pm line 
> 27.
> BEGIN failed--compilation aborted at 
> /home/carl/dev-git/openoffice/main/solenv/bin/modules/installer/files.pm line 
> 27.
> Compilation failed in require at 
> /home/carl/dev-git/openoffice/main/solenv/bin/modules/installer/exiter.pm 
> line 26.
> BEGIN failed--compilation aborted at 
> /home/carl/dev-git/openoffice/main/solenv/bin/modules/installer/exiter.pm 
> line 26.
> Compilation failed in require at 
> /home/carl/dev-git/openoffice/main/solenv/bin/modules/installer/archivefiles.pm
>  line 29.
> BEGIN failed--compilation aborted at 
> /home/carl/dev-git/openoffice/main/solenv/bin/modules/installer/archivefiles.pm
>  line 29.
> Compilation failed in require at 
> /home/carl/dev-git/openoffice/main/solenv/bin/make_installer.pl line 32.
> BEGIN failed--compilation aborted at 
> /home/carl/dev-git/openoffice/main/solenv/bin/make_installer.pl line 32.
> Can't locate Time/HiRes.pm in @INC (@INC contains: 
> /home/carl/dev-git/openoffice/main/solenv/bin/modules /usr/local/lib64/perl5 
> /usr/local/share/perl5 /usr/lib64/perl5/vendor_perl 
> /usr/share/perl5/vendor_perl /usr/lib64/perl5 /usr/share/perl5 .) at 
> /home/carl/dev-git/openoffice/main/solenv/bin/modules/installer/logger.pm 
> line 28.
> BEGIN failed--compilation aborted at 
> /home/carl/dev-git/openoffice/main/solenv/bin/modules/installer/logger.pm 
> line 28.
> Compilation failed in require at 
> /home/carl/dev-git/openoffice/main/solenv/bin/modules/installer/files.pm line 
> 27.
> BEGIN failed--compilation aborted at 
> /home/carl/dev-git/openoffice/main/solenv/bin/modules/installer/files.pm line 
> 27.
> Compilation failed in require at 
> /home/carl/dev-git/openoffice/main/solenv/bin/modules/installer/exiter.pm 
> line 26.
> BEGIN failed--compilation aborted at 
> /home/carl/dev-git/openoffice/main/solenv/bin/modules/installer/exiter.pm 
> line 26.
> Compilation failed in require at 
> /home/carl/dev-git/openoffice/main/solenv/bin/modules/installer/archivefiles.pm

problem building AOO418 on centOS 6.10

2020-08-31 Thread Carl Marcum

Hi All,

I'm trying to build AOO418 branch on a VirtualBox CentOS 6.10 VM.
I've mostly followed the centos 5 build instructions for 4.1.x with the 
notable exceptions of:


built and installed dmake from here.

http://sourceforge.net/projects/oooextras.mirror/files/dmake-4.12.tar.bz2

tried building this one but it failed during make.

http://sourceforge.net/projects/oooextras.mirror/files/epm-3.7.tar.gz

 ended up installing this one.

https://github.com/jimjag/epm/archive/epm-4.4.2.tar.gz


using the system perl


./configure   \
    --enable-verbose \
    --with-system-stdlibs \
    --enable-crashdump=yes \
    --enable-category-b \
    --enable-opengl  \
    --enable-dbus  \
    --enable-gstreamer \
    --without-stlport \
    --with-package-format="installed"


here is my error...


=
Building module instsetoo_native
=

Entering 
/home/carl/dev-git/openoffice/main/instsetoo_native/inc_openoffice/unix



Entering 
/home/carl/dev-git/openoffice/main/instsetoo_native/inc_openoffice/windows/msi_languages


mkout -- version: 1.8
mkout -- version: 1.8

Entering /home/carl/dev-git/openoffice/main/instsetoo_native/util

cp -f 
/home/carl/dev-git/openoffice/main/solver/418/unxlngx6.pro/pck/intro.zip 
../unxlngx6.pro/bin/intro.zip
cp -f 
/home/carl/dev-git/openoffice/main/solver/418/unxlngx6.pro/pck/openoffice_dev/intro.zip 
../unxlngx6.pro/bin/dev/intro.zip
cp -f 
/home/carl/dev-git/openoffice/main/solver/418/unxlngx6.pro/lib/pyuno/uno.py 
../unxlngx6.pro/bin/uno.py
cp -f 
/home/carl/dev-git/openoffice/main/solver/418/unxlngx6.pro/lib/pyuno/unohelper.py 
../unxlngx6.pro/bin/unohelper.py
cp -f 
/home/carl/dev-git/openoffice/main/solver/418/unxlngx6.pro/lib/pyuno/pythonloader.py 
../unxlngx6.pro/bin/pythonloader.py
cp -f 
/home/carl/dev-git/openoffice/main/solver/418/unxlngx6.pro/lib/pyuno/pythonscript.py 
../unxlngx6.pro/bin/pythonscript.py
cp -f 
/home/carl/dev-git/openoffice/main/solver/418/unxlngx6.pro/lib/pyuno/officehelper.py 
../unxlngx6.pro/bin/officehelper.py
cp -f 
/home/carl/dev-git/openoffice/main/solver/418/unxlngx6.pro/lib/pyuno/mailmerge.py 
../unxlngx6.pro/bin/mailmerge.py
Can't locate Time/HiRes.pm in @INC (@INC contains: 
/home/carl/dev-git/openoffice/main/solenv/bin/modules 
/usr/local/lib64/perl5 /usr/local/share/perl5 
/usr/lib64/perl5/vendor_perl /usr/share/perl5/vendor_perl 
/usr/lib64/perl5 /usr/share/perl5 .) at 
/home/carl/dev-git/openoffice/main/solenv/bin/modules/installer/logger.pm 
line 28.
BEGIN failed--compilation aborted at 
/home/carl/dev-git/openoffice/main/solenv/bin/modules/installer/logger.pm 
line 28.
Compilation failed in require at 
/home/carl/dev-git/openoffice/main/solenv/bin/modules/installer/files.pm 
line 27.
BEGIN failed--compilation aborted at 
/home/carl/dev-git/openoffice/main/solenv/bin/modules/installer/files.pm 
line 27.
Compilation failed in require at 
/home/carl/dev-git/openoffice/main/solenv/bin/modules/installer/exiter.pm 
line 26.
BEGIN failed--compilation aborted at 
/home/carl/dev-git/openoffice/main/solenv/bin/modules/installer/exiter.pm 
line 26.
Compilation failed in require at 
/home/carl/dev-git/openoffice/main/solenv/bin/modules/installer/archivefiles.pm 
line 29.
BEGIN failed--compilation aborted at 
/home/carl/dev-git/openoffice/main/solenv/bin/modules/installer/archivefiles.pm 
line 29.
Compilation failed in require at 
/home/carl/dev-git/openoffice/main/solenv/bin/make_installer.pl line 32.
BEGIN failed--compilation aborted at 
/home/carl/dev-git/openoffice/main/solenv/bin/make_installer.pl line 32.
Can't locate Time/HiRes.pm in @INC (@INC contains: 
/home/carl/dev-git/openoffice/main/solenv/bin/modules 
/usr/local/lib64/perl5 /usr/local/share/perl5 
/usr/lib64/perl5/vendor_perl /usr/share/perl5/vendor_perl 
/usr/lib64/perl5 /usr/share/perl5 .) at 
/home/carl/dev-git/openoffice/main/solenv/bin/modules/installer/logger.pm 
line 28.
BEGIN failed--compilation aborted at 
/home/carl/dev-git/openoffice/main/solenv/bin/modules/installer/logger.pm 
line 28.
Compilation failed in require at 
/home/carl/dev-git/openoffice/main/solenv/bin/modules/installer/files.pm 
line 27.
BEGIN failed--compilation aborted at 
/home/carl/dev-git/openoffice/main/solenv/bin/modules/installer/files.pm 
line 27.
Compilation failed in require at 
/home/carl/dev-git/openoffice/main/solenv/bin/modules/installer/exiter.pm 
line 26.
BEGIN failed--compilation aborted at 
/home/carl/dev-git/openoffice/main/solenv/bin/modules/installer/exiter.pm 
line 26.
Compilation failed in require at 
/home/carl/dev-git/openoffice/main/solenv/bin/modules/installer/archivefiles.pm 
line 29.
BEGIN failed--compilation aborted at 
/home/carl/dev-git/openoffice/main/solenv/bin/modules/installer/archivefiles.pm 
line 29.
Compilation failed in require at 
/home/carl/dev-git/openoffice/main/solenv/bin/make_installer.pl line 32.
BEGIN failed--compilation aborted at 
/home/carl/dev-git/openoffice/main/solenv/bin/make_installer.pl line 32.

dmake:  Error code 2, while making 

Re: installing git on centos 5.5

2020-08-31 Thread Jim Jagielski
Just a FYI that I have no problem compiling and building AOO418 HEAD on CentOS5 
(64bit)

> On Aug 31, 2020, at 9:49 AM, Jim Jagielski  wrote:
> 
> All my Linux builds in
> 
>http://home.apache.org/~jim/AOO-builds/4.1.8-dev/ 
> 
> 
> where done on CentOS5
> 
>> On Aug 30, 2020, at 2:36 PM, Don Lewis  wrote:
>> 
>> On 30 Aug, Carl Marcum wrote:
>>> Hi Don,
>>> 
>>> On 8/29/20 8:02 PM, Don Lewis wrote:
 On 29 Aug, Don Lewis wrote:
> On 29 Aug, Don Lewis wrote:
>> On 23 Aug, Carl Marcum wrote:
>>> I'm setting up a new CentOS 5.5 VM that I can build 4.1.x series on.
>>> 
>>> First hurdle was figuring out out how to point to the vault.centos.org
>>> archived rpms.
>>> Unfortunately no git was available then.
>> I've managed to resurrect my CentOS 5 VM.
>> 
>> git builds from source out of the box, but as I suspected, the system
>> openssl is too old to talk to github.
>> 
>> Download and unpack openssl-1.0.2u.  Build and install according to the
>> instructions.  At the configure step:
>>  ./config --shared
>> 
>> Download and unpack curl-7.71.1. Build and install.  At the configure
>> step:
>>  LDFLAGS=-Wl,-R/usr/local/ssl/lib ./configure --with-ssl=/usr/local/ssl 
>> --disable-ldap
>> 
>> Download and unpack git-2.28.0.  At the configure step:
>>  ./configure --with-openssl=/usr/local/ssl
> Not quite ... it was only working for me because I had set
> $LD_LIBRARY_PATH. Instead do this:
>   LDFLAGS=-Wl,-R/usr/local/lib ./configure --with-openssl=/usr/local/ssl
> 
>> At the build step:
>>  make CURL_DIR=/usr/local
 Be preparied to download the anything missing from ext_sources elsewhere
 and copy the files to the CentOS machine manually.  Because of the old
 system OpenSSL, bootstrap can't speak https to much of anything.  Same
 fro trying to use wget.
>>> 
>>> Thank you for the great replies.
>>> 
>>> I'm currently trying to build it on CentOS 6 since it has support until 
>>> November this year.
>>> The build has stopped a few times but I think I'm getting close.
>>> 
>>> Then I'll go back and try 5.
>> 
>> I am able to build AOO418 on 32-bit 5.
>> 
>> 
>> 
>> 
>> -
>> 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: installing git on centos 5.5

2020-08-31 Thread Jim Jagielski
All my Linux builds in

http://home.apache.org/~jim/AOO-builds/4.1.8-dev/ 


where done on CentOS5

> On Aug 30, 2020, at 2:36 PM, Don Lewis  wrote:
> 
> On 30 Aug, Carl Marcum wrote:
>> Hi Don,
>> 
>> On 8/29/20 8:02 PM, Don Lewis wrote:
>>> On 29 Aug, Don Lewis wrote:
 On 29 Aug, Don Lewis wrote:
> On 23 Aug, Carl Marcum wrote:
>> I'm setting up a new CentOS 5.5 VM that I can build 4.1.x series on.
>> 
>> First hurdle was figuring out out how to point to the vault.centos.org
>> archived rpms.
>> Unfortunately no git was available then.
> I've managed to resurrect my CentOS 5 VM.
> 
> git builds from source out of the box, but as I suspected, the system
> openssl is too old to talk to github.
> 
> Download and unpack openssl-1.0.2u.  Build and install according to the
> instructions.  At the configure step:
>   ./config --shared
> 
> Download and unpack curl-7.71.1. Build and install.  At the configure
> step:
>   LDFLAGS=-Wl,-R/usr/local/ssl/lib ./configure --with-ssl=/usr/local/ssl 
> --disable-ldap
> 
> Download and unpack git-2.28.0.  At the configure step:
>   ./configure --with-openssl=/usr/local/ssl
 Not quite ... it was only working for me because I had set
 $LD_LIBRARY_PATH. Instead do this:
LDFLAGS=-Wl,-R/usr/local/lib ./configure --with-openssl=/usr/local/ssl
 
> At the build step:
>   make CURL_DIR=/usr/local
>>> Be preparied to download the anything missing from ext_sources elsewhere
>>> and copy the files to the CentOS machine manually.  Because of the old
>>> system OpenSSL, bootstrap can't speak https to much of anything.  Same
>>> fro trying to use wget.
>> 
>> Thank you for the great replies.
>> 
>> I'm currently trying to build it on CentOS 6 since it has support until 
>> November this year.
>> The build has stopped a few times but I think I'm getting close.
>> 
>> Then I'll go back and try 5.
> 
> I am able to build AOO418 on 32-bit 5.
> 
> 
> 
> 
> -
> To unsubscribe, e-mail: dev-unsubscr...@openoffice.apache.org
> For additional commands, e-mail: dev-h...@openoffice.apache.org
>