Re: 500 error while building during bootstrap

2021-10-03 Thread Carl Marcum

Hi Andrea,

On 10/3/21 5:42 PM, Andrea Pescetti wrote:

Andrea Pescetti wrote:

It is fixed by editing line 541 of
main/solenv/bin/download_external_dependencies.pl
so that it reads (add the middle line):

 $agent->env_proxy;
 $agent->ssl_opts(verify_hostname => 0);
 my $response = $agent->get($URL);


Additional note: if you want to bundle extensions/dictionaries too, 
you will need the same change in line 483 of

main/solenv/bin/modules/ExtensionsLst.pm

so that it reads (add the last line):
    $agent->timeout(120);
    $agent->env_proxy;
    $agent->ssl_opts(verify_hostname => 0);

Again, this is a local workaround for those who know what they are doing.

Regards,
  Andrea.

-
To unsubscribe, e-mail: dev-unsubscr...@openoffice.apache.org
For additional commands, e-mail: dev-h...@openoffice.apache.org



Thanks for the information!

Best regards,
Carl

-
To unsubscribe, e-mail: dev-unsubscr...@openoffice.apache.org
For additional commands, e-mail: dev-h...@openoffice.apache.org



Re: 500 error while building during bootstrap

2021-10-03 Thread Pedro Lino
Hi Andrea

> On 10/03/2021 10:42 PM Andrea Pescetti  wrote:

> Again, this is a local workaround for those who know what they are doing.

Clearly not my case (I'm not a programmer) so I won't risk it :)

Thank you anyway for the workarounds but I was "lucky" to have successfully 
compiled the RC1 build from git and from source before the 30th of September.

Regards,
Pedro

-
To unsubscribe, e-mail: dev-unsubscr...@openoffice.apache.org
For additional commands, e-mail: dev-h...@openoffice.apache.org



Re: 500 error while building during bootstrap

2021-10-03 Thread Andrea Pescetti

Andrea Pescetti wrote:

It is fixed by editing line 541 of
main/solenv/bin/download_external_dependencies.pl
so that it reads (add the middle line):

     $agent->env_proxy;
     $agent->ssl_opts(verify_hostname => 0);
     my $response = $agent->get($URL);


Additional note: if you want to bundle extensions/dictionaries too, you 
will need the same change in line 483 of

main/solenv/bin/modules/ExtensionsLst.pm

so that it reads (add the last line):
$agent->timeout(120);
$agent->env_proxy;
$agent->ssl_opts(verify_hostname => 0);

Again, this is a local workaround for those who know what they are doing.

Regards,
  Andrea.

-
To unsubscribe, e-mail: dev-unsubscr...@openoffice.apache.org
For additional commands, e-mail: dev-h...@openoffice.apache.org



Re: 500 error while building during bootstrap

2021-10-03 Thread Andrea Pescetti

On 02/10/2021 Pedro Lino wrote:

I can confirm that bootstrapping works as expected on my Ubuntu 18.04.6 OS


I've bumped into the same problem while building on an old CentOS 7 VM 
(but doing a clean build).


It is fixed by editing line 541 of
main/solenv/bin/download_external_dependencies.pl
so that it reads (add the middle line):

$agent->env_proxy;
$agent->ssl_opts(verify_hostname => 0);
my $response = $agent->get($URL);

This disables SSL certificate checks entirely, so of course it should be 
used only locally and only if one knows what he is doing.



There are two glitches (caused by missing MD5 files?)


The MD5 here is missing from the filename. This has always been like 
this. It would probably be possible to include an MD5 check for these 
files too, but it is nothing new.


Regards,
  Andrea.

-
To unsubscribe, e-mail: dev-unsubscr...@openoffice.apache.org
For additional commands, e-mail: dev-h...@openoffice.apache.org



Re: 500 error while building during bootstrap

2021-10-02 Thread Pedro Lino
Hi Matthias, Carl

I can confirm that bootstrapping works as expected on my Ubuntu 18.04.6 OS 
which is running OpenSSL 1.1.1 11 Sep 2018 (2018!)

There are two glitches (caused by missing MD5 files?)

downloading dmake-4.12.tar.bz2
downloading to /source/openoffice/ext_sources/dmake-4.12.tar.bz2.part
checksum not given, md5 of file is 266d817492d8259a640fad075461080e
downloading epm-3.7.tar.gz
downloading to /source/openoffice/ext_sources/epm-3.7.tar.gz.part
checksum not given, md5 of file is 3ade8cfe7e59ca8e65052644fed9fca4

Can someone fix this (or teach me how to do it?)

Regards,
Pedro

> On 10/02/2021 10:54 AM Matthias Seidel  wrote:
> 
>  
> Hi Carl,
> 
> Am 01.10.21 um 21:08 schrieb Carl Marcum:
> > Hi Matthias,
> >
> > On 10/1/21 1:25 PM, Matthias Seidel wrote:
> >> Hi Carl,
> >>
> >> Am 01.10.21 um 19:21 schrieb Carl Marcum:
> >>> Hi All,
> >>>
> >>> I'm building 4.1.11 RC1 on a CentOS 7 VM I've been building both 41X
> >>> and trunk on for quite awhile.
> >>>
> >>> When building this RC1 in a new directory I'm getting "500 Can't
> >>> connect to sourceforge.net" for many dependencies during bootstrap.
> >>> Probably related to my SSL or something?
> >> That might be the problem:
> >>
> >> https://letsencrypt.org/docs/dst-root-ca-x3-expiration-september-2021/
> >
> > Nice find !
> 
> This might also be interesting:
> 
> https://letsencrypt.org/certificates/
> 
> >
> > Thank you.
> > After my build completes I'll see if we may need an update to our
> > build instructions for this.
> > My VM has 1:1.0.2k-21.el7_9 (1.0.2)
> > and the link says we now need 1.1.0 or later.
> >
> > Maybe https://www.openssl.org/source/openssl-1.1.1l.tar.gz
> 
> Yes, we should update to OpenSSL 1.1x asap.
> 
> Regards,
> 
>    Matthias
> 
> >
> > Thanks again,
> > Carl
> >>
> >> Regards,
> >>
> >>     Matthias
> >>
> >>> Anyway, I've copied my other ext_sources over and I'm building now but
> >>> I want to make sure my environment is good for next time I don't have
> >>> a new dependency.
> >>>
> >>> Thanks,
> >>> Carl
> >>>
> >>>
> >>> -
> >>> 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: 500 error while building during bootstrap

2021-10-02 Thread Matthias Seidel
Hi Carl,

Am 01.10.21 um 21:08 schrieb Carl Marcum:
> Hi Matthias,
>
> On 10/1/21 1:25 PM, Matthias Seidel wrote:
>> Hi Carl,
>>
>> Am 01.10.21 um 19:21 schrieb Carl Marcum:
>>> Hi All,
>>>
>>> I'm building 4.1.11 RC1 on a CentOS 7 VM I've been building both 41X
>>> and trunk on for quite awhile.
>>>
>>> When building this RC1 in a new directory I'm getting "500 Can't
>>> connect to sourceforge.net" for many dependencies during bootstrap.
>>> Probably related to my SSL or something?
>> That might be the problem:
>>
>> https://letsencrypt.org/docs/dst-root-ca-x3-expiration-september-2021/
>
> Nice find !

This might also be interesting:

https://letsencrypt.org/certificates/

>
> Thank you.
> After my build completes I'll see if we may need an update to our
> build instructions for this.
> My VM has 1:1.0.2k-21.el7_9 (1.0.2)
> and the link says we now need 1.1.0 or later.
>
> Maybe https://www.openssl.org/source/openssl-1.1.1l.tar.gz

Yes, we should update to OpenSSL 1.1x asap.

Regards,

   Matthias

>
> Thanks again,
> Carl
>>
>> Regards,
>>
>>     Matthias
>>
>>> Anyway, I've copied my other ext_sources over and I'm building now but
>>> I want to make sure my environment is good for next time I don't have
>>> a new dependency.
>>>
>>> Thanks,
>>> Carl
>>>
>>>
>>> -
>>> 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: 500 error while building during bootstrap

2021-10-01 Thread Carl Marcum

Hi Matthias,

On 10/1/21 1:25 PM, Matthias Seidel wrote:

Hi Carl,

Am 01.10.21 um 19:21 schrieb Carl Marcum:

Hi All,

I'm building 4.1.11 RC1 on a CentOS 7 VM I've been building both 41X
and trunk on for quite awhile.

When building this RC1 in a new directory I'm getting "500 Can't
connect to sourceforge.net" for many dependencies during bootstrap.
Probably related to my SSL or something?

That might be the problem:

https://letsencrypt.org/docs/dst-root-ca-x3-expiration-september-2021/


Nice find !

Thank you.
After my build completes I'll see if we may need an update to our build 
instructions for this.

My VM has 1:1.0.2k-21.el7_9 (1.0.2)
and the link says we now need 1.1.0 or later.

Maybe https://www.openssl.org/source/openssl-1.1.1l.tar.gz

Thanks again,
Carl


Regards,

    Matthias


Anyway, I've copied my other ext_sources over and I'm building now but
I want to make sure my environment is good for next time I don't have
a new dependency.

Thanks,
Carl


-
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: 500 error while building during bootstrap

2021-10-01 Thread Matthias Seidel
Hi Carl,

Am 01.10.21 um 19:21 schrieb Carl Marcum:
> Hi All,
>
> I'm building 4.1.11 RC1 on a CentOS 7 VM I've been building both 41X
> and trunk on for quite awhile.
>
> When building this RC1 in a new directory I'm getting "500 Can't
> connect to sourceforge.net" for many dependencies during bootstrap.
> Probably related to my SSL or something?

That might be the problem:

https://letsencrypt.org/docs/dst-root-ca-x3-expiration-september-2021/

Regards,

   Matthias

>
> Anyway, I've copied my other ext_sources over and I'm building now but
> I want to make sure my environment is good for next time I don't have
> a new dependency.
>
> Thanks,
> Carl
>
>
> -
> 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


500 error while building during bootstrap

2021-10-01 Thread Carl Marcum

Hi All,

I'm building 4.1.11 RC1 on a CentOS 7 VM I've been building both 41X and 
trunk on for quite awhile.


When building this RC1 in a new directory I'm getting "500 Can't connect 
to sourceforge.net" for many dependencies during bootstrap.

Probably related to my SSL or something?

Anyway, I've copied my other ext_sources over and I'm building now but I 
want to make sure my environment is good for next time I don't have a 
new dependency.


Thanks,
Carl


-
To unsubscribe, e-mail: dev-unsubscr...@openoffice.apache.org
For additional commands, e-mail: dev-h...@openoffice.apache.org



Re: Failing downloads during bootstrap [Was Re: Java 8 and Ant 1.10]

2021-02-18 Thread Dylan Pham
Hi Rigo,
Thanks for sharing.  I looked at the downloading external dependencies perl
script and seems like it uses the LWP::UserAgent perl module and I think I
need to reinstall it. Also the Archive::Zip perl module is giving me grief
as well. I'm trying on different OS X platforms to see which will work. I
may end up trying the reference platform mentioned on the build page to see
if it can help in my case.

Dylan

On Thu, Feb 18, 2021 at 4:32 AM Arrigo Marchiori 
wrote:

> Hello Dylan,
>
> On Tue, Feb 16, 2021 at 06:35:34PM -0800, Dylan Pham wrote:
>
> > Has anyone experienced issue with the build script downloading external
> > files to ext_sources with ./bootstrap? It's throwing me a 500 Can't
> > connect...error but I can manually download the file just fine. This
> didn't
> > happen before...
>
> I think I saw it happening once or twice, and another person reported
> a similar problem some weeks ago.
>
> But for me it was non-reproducible, so... very very hard to
> troubleshoot.
>
> If you have problems with a certain download, please share its link
> here so we can check it from different parts of the world: it may be a
> problem related to local mirrors.
>
> I hope this helps.
>
> Best regards,
> --
> Arrigo
>
> http://rigo.altervista.org
>
> -
> To unsubscribe, e-mail: dev-unsubscr...@openoffice.apache.org
> For additional commands, e-mail: dev-h...@openoffice.apache.org
>
>


Failing downloads during bootstrap [Was Re: Java 8 and Ant 1.10]

2021-02-18 Thread Arrigo Marchiori
Hello Dylan,

On Tue, Feb 16, 2021 at 06:35:34PM -0800, Dylan Pham wrote:

> Has anyone experienced issue with the build script downloading external
> files to ext_sources with ./bootstrap? It's throwing me a 500 Can't
> connect...error but I can manually download the file just fine. This didn't
> happen before...

I think I saw it happening once or twice, and another person reported
a similar problem some weeks ago.

But for me it was non-reproducible, so... very very hard to
troubleshoot.

If you have problems with a certain download, please share its link
here so we can check it from different parts of the world: it may be a
problem related to local mirrors.

I hope this helps.

Best regards,
-- 
Arrigo

http://rigo.altervista.org

-
To unsubscribe, e-mail: dev-unsubscr...@openoffice.apache.org
For additional commands, e-mail: dev-h...@openoffice.apache.org



Re: Bootstrap Problem in OpenOffice.Org 4.1.8 Installation

2021-01-17 Thread Arrigo Marchiori
Dear Hao Wang,

On Sun, Jan 17, 2021 at 11:47:06AM +, Hao Wang wrote:

> Dear Developers,
>
> I got stuck with the './bootstrap' part of installation when the
> script tried to download mythes. Is it possible to download and
> install all the packages outside of the bootstrap script using other
> installation repository ?

External dependencies are listed in file main/external_deps.lst
You should be able to understand the syntax easily, for the bits that
are interesting for you.

In particular, the file you are having problems with should be
downloaded from:
https://sourceforge.net/projects/hunspell/files/MyThes/1.2.0/mythes-1.2.0.tar.gz

Files are saved into directory ext_sources and are renamed, adding
their MD5 checksum before the actual name.
That file must thus be saved as 
ext_sources/067201ea8b126597670b5eff72e1f66c-mythes-1.2.0.tar.gz

If you know Perl, and wanted to debug into the problem, the
responsible script is
main/solenv/bin/download_external_dependencies.pl.

I hope this helps.

Best regards,
-- 
Arrigo

http://rigo.altervista.org

-
To unsubscribe, e-mail: dev-unsubscr...@openoffice.apache.org
For additional commands, e-mail: dev-h...@openoffice.apache.org



Bootstrap Problem in OpenOffice.Org 4.1.8 Installation

2021-01-17 Thread Hao Wang
Dear Developers,

I got stuck with the './bootstrap' part of installation when the script tried 
to download mythes. Is it possible to download and install all the packages 
outside of the bootstrap script using other installation repository ?

Best Regards,
Hao Wang


Re: Fixes for bootstrap?

2020-07-05 Thread Pedro Lino
Hi Don, all

> On 07/05/2020 10:08 AM Don Lewis  wrote:
>  
> On  5 Jul, Pedro Lino wrote:

> > 1) wouldn't it make sense to update to the most recent version
> > https://src.fedoraproject.org/lookaside/extras/vigra/vigra-1.11.0-src-clean.tar.gz/md5/e86d096099ccc8f139b6c6fff7b7557e/
> > (Same as situation 4 below)
> 
> As I recall, recent versions of vigra require a C++11 compiler, which
> isn't available on some of our older platforms.

Thank you for the fast answer!

Best regards,
Pedro

-
To unsubscribe, e-mail: dev-unsubscr...@openoffice.apache.org
For additional commands, e-mail: dev-h...@openoffice.apache.org



Re: Fixes for bootstrap?

2020-07-05 Thread Don Lewis
On  5 Jul, Pedro Lino wrote:
> Hi Matthias
> 
>> On 07/04/2020 10:55 PM Matthias Seidel  wrote:
> 
>> Am 04.07.20 um 21:55 schrieb Pedro Lino:
> 
>> > download from 
>> > http://hci.iwr.uni-heidelberg.de/vigra-old-versions/vigra1.6.0.tar.gz 
>> > failed (404 Not Found)
>> > download failed
>> >
>> > This folder no longer exists. Is this link declared somewhere in the build 
>> > system and could be corrected?
>> 
>> Fixed now, see:
>> 
>> https://github.com/apache/openoffice/commit/1f9c906e3dac41500b42db556cb26ed2c78558e0
> 
> Excellent! This raises three additional questions: 
> 
> 1) wouldn't it make sense to update to the most recent version
> https://src.fedoraproject.org/lookaside/extras/vigra/vigra-1.11.0-src-clean.tar.gz/md5/e86d096099ccc8f139b6c6fff7b7557e/
> (Same as situation 4 below)

As I recall, recent versions of vigra require a C++11 compiler, which
isn't available on some of our older platforms.



-
To unsubscribe, e-mail: dev-unsubscr...@openoffice.apache.org
For additional commands, e-mail: dev-h...@openoffice.apache.org



Re: Fixes for bootstrap?

2020-07-05 Thread Pedro Lino
Hi Matthias

> On 07/05/2020 9:41 AM Matthias Seidel  wrote:
> 
> Am 05.07.20 um 01:35 schrieb Pedro Lino:

> > 1) wouldn't it make sense to update to the most recent version
> > https://src.fedoraproject.org/lookaside/extras/vigra/vigra-1.11.0-src-clean.tar.gz/md5/e86d096099ccc8f139b6c6fff7b7557e/
> > (Same as situation 4 below)
> 
> Remember, I am not a developer! ;-)
> 
> But it is not done with simply downloading a newer version, most likely
> the build must be adapted and patches changed...

I do remember. Neither am I ;)
Maybe someone on this mailing list who is a developer can have a look into this 
and the jpeg v9d?

And maybe he/she can also provide some feedback on Situations 2 and 3 below?
 
> > 2) Can I approve your commit?
> I don't understand this one. My commit is in, I have write access on Git.

I saw some changes were approved by other people. Since this is a simple url 
switch I could approve it

> > 3) How can this be cherry picked to branch 4.2.x ?
> 
> I have already cherry-picked it for AOO42X.

Excellent. I will do a git pull origin AOO42X ;)

Regards,
Pedro

> > What about situations 2 and 3?
> >
> > Regards,
> > Pedro
> >
> >>> Second situation:
> >>>
> >>> Many libraries are downloaded from sourceforge (which frequently has 
> >>> mirror issues). Couldn't these libraries be hosted on the AOO server?
> >>>
> >>> E.g.
> >>> download from 
> >>> https://sourceforge.net/projects/dejavu/files/dejavu/2.37/dejavu-fonts-ttf-2.37.tar.bz2
> >>>  failed (302 Found)
> >>> download failed
> >>> download from 
> >>> https://sourceforge.net/projects/boost/files/boost/1.55.0/boost_1_55_0.tar.bz2
> >>>  failed (302 Found)
> >>> etc
> >>>
> >>> Third situation:
> >>>
> >>> Downloaded modules checksums are not verified
> >>>
> >>> downloading dmake-4.12.tar.bz2
> >>> downloading to /source/openoffice/ext_sources/dmake-4.12.tar.bz2.part
> >>> checksum not given, md5 of file is 266d817492d8259a640fad075461080e
> >>> downloading epm-3.7.tar.gz
> >>> downloading to /source/openoffice/ext_sources/epm-3.7.tar.gz.part
> >>> checksum not given, md5 of file is 3ade8cfe7e59ca8e65052644fed9fca4
> >>>
> >>> Can this be added? All other modules are verified
> >>>
> >>> Fourth situation:
> >>>
> >>> downloading to 
> >>> /source/openoffice/ext_sources/52654eb3b2e60c35731ea8fc87f1bd29-jpeg-8d.tar.gz.part
> >>> MD5 checksum is OK
> >>>
> >>> The current version is jpegsrc.v9d.tar.gz
> >>>
> >>> Would it make sense to update to this version for branch 42X? version 8d 
> >>> is from Jan 2012 and 9d from Jan 2020
> >>>
> >>> 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: Fixes for bootstrap?

2020-07-05 Thread Matthias Seidel
Hi Pedro,

Am 05.07.20 um 01:35 schrieb Pedro Lino:
> Hi Matthias
>
>> On 07/04/2020 10:55 PM Matthias Seidel  wrote:
>> Am 04.07.20 um 21:55 schrieb Pedro Lino:
>>> download from 
>>> http://hci.iwr.uni-heidelberg.de/vigra-old-versions/vigra1.6.0.tar.gz 
>>> failed (404 Not Found)
>>> download failed
>>>
>>> This folder no longer exists. Is this link declared somewhere in the build 
>>> system and could be corrected?
>> Fixed now, see:
>>
>> https://github.com/apache/openoffice/commit/1f9c906e3dac41500b42db556cb26ed2c78558e0
> Excellent! This raises three additional questions: 
>
> 1) wouldn't it make sense to update to the most recent version
> https://src.fedoraproject.org/lookaside/extras/vigra/vigra-1.11.0-src-clean.tar.gz/md5/e86d096099ccc8f139b6c6fff7b7557e/
> (Same as situation 4 below)

Remember, I am not a developer! ;-)

But it is not done with simply downloading a newer version, most likely
the build must be adapted and patches changed...

> Could I just go into github and fix occurrences of jpeg-8d to jpeg-9d (also 
> fixing the md5)?
> https://github.com/apache/openoffice/search?q=jpeg-8d&unscoped_q=jpeg-8d
See above.
>
> 2) Can I approve your commit?
I don't understand this one. My commit is in, I have write access on Git.
> 3) How can this be cherry picked to branch 4.2.x ?

I have already cherry-picked it for AOO42X.

Regards,

   Matthias

>
> What about situations 2 and 3?
>
> Regards,
> Pedro
>
>>> Second situation:
>>>
>>> Many libraries are downloaded from sourceforge (which frequently has mirror 
>>> issues). Couldn't these libraries be hosted on the AOO server?
>>>
>>> E.g.
>>> download from 
>>> https://sourceforge.net/projects/dejavu/files/dejavu/2.37/dejavu-fonts-ttf-2.37.tar.bz2
>>>  failed (302 Found)
>>> download failed
>>> download from 
>>> https://sourceforge.net/projects/boost/files/boost/1.55.0/boost_1_55_0.tar.bz2
>>>  failed (302 Found)
>>> etc
>>>
>>> Third situation:
>>>
>>> Downloaded modules checksums are not verified
>>>
>>> downloading dmake-4.12.tar.bz2
>>> downloading to /source/openoffice/ext_sources/dmake-4.12.tar.bz2.part
>>> checksum not given, md5 of file is 266d817492d8259a640fad075461080e
>>> downloading epm-3.7.tar.gz
>>> downloading to /source/openoffice/ext_sources/epm-3.7.tar.gz.part
>>> checksum not given, md5 of file is 3ade8cfe7e59ca8e65052644fed9fca4
>>>
>>> Can this be added? All other modules are verified
>>>
>>> Fourth situation:
>>>
>>> downloading to 
>>> /source/openoffice/ext_sources/52654eb3b2e60c35731ea8fc87f1bd29-jpeg-8d.tar.gz.part
>>> MD5 checksum is OK
>>>
>>> The current version is jpegsrc.v9d.tar.gz
>>>
>>> Would it make sense to update to this version for branch 42X? version 8d is 
>>> from Jan 2012 and 9d from Jan 2020
>>>
>>> Thanks!
>>> 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


Re: Fixes for bootstrap?

2020-07-04 Thread Pedro Lino
Hi Matthias

> On 07/04/2020 10:55 PM Matthias Seidel  wrote:

> Am 04.07.20 um 21:55 schrieb Pedro Lino:

> > download from 
> > http://hci.iwr.uni-heidelberg.de/vigra-old-versions/vigra1.6.0.tar.gz 
> > failed (404 Not Found)
> > download failed
> >
> > This folder no longer exists. Is this link declared somewhere in the build 
> > system and could be corrected?
> 
> Fixed now, see:
> 
> https://github.com/apache/openoffice/commit/1f9c906e3dac41500b42db556cb26ed2c78558e0

Excellent! This raises three additional questions: 

1) wouldn't it make sense to update to the most recent version
https://src.fedoraproject.org/lookaside/extras/vigra/vigra-1.11.0-src-clean.tar.gz/md5/e86d096099ccc8f139b6c6fff7b7557e/
(Same as situation 4 below)

Could I just go into github and fix occurrences of jpeg-8d to jpeg-9d (also 
fixing the md5)?
https://github.com/apache/openoffice/search?q=jpeg-8d&unscoped_q=jpeg-8d

2) Can I approve your commit?
3) How can this be cherry picked to branch 4.2.x ?

What about situations 2 and 3?

Regards,
Pedro

> > Second situation:
> >
> > Many libraries are downloaded from sourceforge (which frequently has mirror 
> > issues). Couldn't these libraries be hosted on the AOO server?
> >
> > E.g.
> > download from 
> > https://sourceforge.net/projects/dejavu/files/dejavu/2.37/dejavu-fonts-ttf-2.37.tar.bz2
> >  failed (302 Found)
> > download failed
> > download from 
> > https://sourceforge.net/projects/boost/files/boost/1.55.0/boost_1_55_0.tar.bz2
> >  failed (302 Found)
> > etc
> >
> > Third situation:
> >
> > Downloaded modules checksums are not verified
> >
> > downloading dmake-4.12.tar.bz2
> > downloading to /source/openoffice/ext_sources/dmake-4.12.tar.bz2.part
> > checksum not given, md5 of file is 266d817492d8259a640fad075461080e
> > downloading epm-3.7.tar.gz
> > downloading to /source/openoffice/ext_sources/epm-3.7.tar.gz.part
> > checksum not given, md5 of file is 3ade8cfe7e59ca8e65052644fed9fca4
> >
> > Can this be added? All other modules are verified
> >
> > Fourth situation:
> >
> > downloading to 
> > /source/openoffice/ext_sources/52654eb3b2e60c35731ea8fc87f1bd29-jpeg-8d.tar.gz.part
> > MD5 checksum is OK
> >
> > The current version is jpegsrc.v9d.tar.gz
> >
> > Would it make sense to update to this version for branch 42X? version 8d is 
> > from Jan 2012 and 9d from Jan 2020
> >
> > Thanks!
> > Pedro
> >

-
To unsubscribe, e-mail: dev-unsubscr...@openoffice.apache.org
For additional commands, e-mail: dev-h...@openoffice.apache.org



Re: Fixes for bootstrap?

2020-07-04 Thread Matthias Seidel
Hi Pedro,

Am 04.07.20 um 21:55 schrieb Pedro Lino:
> Hi all
>
> I have managed to compile successfully branch 4.2.X under Ubuntu 18.04 x64 
> but there are some errors during download of external dependencies that maybe 
> someone can fix?
>
> First situaton:
>
> download from 
> http://hci.iwr.uni-heidelberg.de/vigra-old-versions/vigra1.6.0.tar.gz failed 
> (404 Not Found)
> download failed
>
> This folder no longer exists. Is this link declared somewhere in the build 
> system and could be corrected?

Fixed now, see:

https://github.com/apache/openoffice/commit/1f9c906e3dac41500b42db556cb26ed2c78558e0

Regards,

   Matthias

>
> Second situation:
>
> Many libraries are downloaded from sourceforge (which frequently has mirror 
> issues). Couldn't these libraries be hosted on the AOO server?
>
> E.g.
> download from 
> https://sourceforge.net/projects/dejavu/files/dejavu/2.37/dejavu-fonts-ttf-2.37.tar.bz2
>  failed (302 Found)
> download failed
> download from 
> https://sourceforge.net/projects/boost/files/boost/1.55.0/boost_1_55_0.tar.bz2
>  failed (302 Found)
> etc
>
> Third situation:
>
> Downloaded modules checksums are not verified
>
> downloading dmake-4.12.tar.bz2
> downloading to /source/openoffice/ext_sources/dmake-4.12.tar.bz2.part
> checksum not given, md5 of file is 266d817492d8259a640fad075461080e
> downloading epm-3.7.tar.gz
> downloading to /source/openoffice/ext_sources/epm-3.7.tar.gz.part
> checksum not given, md5 of file is 3ade8cfe7e59ca8e65052644fed9fca4
>
> Can this be added? All other modules are verified
>
> Fourth situation:
>
> downloading to 
> /source/openoffice/ext_sources/52654eb3b2e60c35731ea8fc87f1bd29-jpeg-8d.tar.gz.part
> MD5 checksum is OK
>
> The current version is jpegsrc.v9d.tar.gz
>
> Would it make sense to update to this version for branch 42X? version 8d is 
> from Jan 2012 and 9d from Jan 2020
>
> Thanks!
> Pedro
>



smime.p7s
Description: S/MIME Cryptographic Signature


Fixes for bootstrap?

2020-07-04 Thread Pedro Lino
Hi all

I have managed to compile successfully branch 4.2.X under Ubuntu 18.04 x64 but 
there are some errors during download of external dependencies that maybe 
someone can fix?

First situaton:

download from 
http://hci.iwr.uni-heidelberg.de/vigra-old-versions/vigra1.6.0.tar.gz failed 
(404 Not Found)
download failed

This folder no longer exists. Is this link declared somewhere in the build 
system and could be corrected?

Second situation:

Many libraries are downloaded from sourceforge (which frequently has mirror 
issues). Couldn't these libraries be hosted on the AOO server?

E.g.
download from 
https://sourceforge.net/projects/dejavu/files/dejavu/2.37/dejavu-fonts-ttf-2.37.tar.bz2
 failed (302 Found)
download failed
download from 
https://sourceforge.net/projects/boost/files/boost/1.55.0/boost_1_55_0.tar.bz2 
failed (302 Found)
etc

Third situation:

Downloaded modules checksums are not verified

downloading dmake-4.12.tar.bz2
downloading to /source/openoffice/ext_sources/dmake-4.12.tar.bz2.part
checksum not given, md5 of file is 266d817492d8259a640fad075461080e
downloading epm-3.7.tar.gz
downloading to /source/openoffice/ext_sources/epm-3.7.tar.gz.part
checksum not given, md5 of file is 3ade8cfe7e59ca8e65052644fed9fca4

Can this be added? All other modules are verified

Fourth situation:

downloading to 
/source/openoffice/ext_sources/52654eb3b2e60c35731ea8fc87f1bd29-jpeg-8d.tar.gz.part
MD5 checksum is OK

The current version is jpegsrc.v9d.tar.gz

Would it make sense to update to this version for branch 42X? version 8d is 
from Jan 2012 and 9d from Jan 2020

Thanks!
Pedro


Re: Errors in bootstrap while building dmake

2020-02-25 Thread Matthias Seidel

Am 25.02.20 um 12:04 schrieb Peter Kovacs:
> wohoo!
>
> Not our issue are the best issues!

Definitely!

See:

https://cygwin.com/ml/cygwin/2020-02/msg00228.html

Regards,

   Matthias

>
> Am 25.02.20 um 12:03 schrieb Matthias Seidel:
>> Hi all,
>>
>> Just today, there was an update of "binutils" for Cygwin and now the
>> errors are gone... ;-)
>>
>> Sorry for the trouble, I am just doing a new build now!
>>
>> Regards,
>>
>>     Matthias
>>
>> Am 24.02.20 um 18:23 schrieb Matthias Seidel:
>>> Hi,
>>>
>>> Am 24.02.20 um 18:18 schrieb Peter Kovacs:
>>>> can you post what g++ -v prints on bash?
>>> ---
>>> $ g++ -v
>>> Es werden eingebaute Spezifikationen verwendet.
>>> COLLECT_GCC=g++
>>> COLLECT_LTO_WRAPPER=/usr/lib/gcc/x86_64-pc-cygwin/9.2.0/lto-wrapper.exe
>>> Ziel: x86_64-pc-cygwin
>>> Konfiguriert mit:
>>> /cygdrive/i/szsz/tmpp/gcc/gcc-9.2.0-2.x86_64/src/gcc-9.2.0/configure
>>> --srcdir=/cygdrive/i/szsz/tmpp/gcc/gcc-9.2.0-2.x86_64/src/gcc-9.2.0
>>> --prefix=/usr --exec-prefix=/usr --localstatedir=/var --sysconfdir=/etc
>>> --docdir=/usr/share/doc/gcc --htmldir=/usr/share/doc/gcc/html -C
>>> --build=x86_64-pc-cygwin --host=x86_64-pc-cygwin
>>> --target=x86_64-pc-cygwin --without-libiconv-prefix
>>> --without-libintl-prefix --libexecdir=/usr/lib --enable-shared
>>> --enable-shared-libgcc --enable-static
>>> --enable-version-specific-runtime-libs --enable-bootstrap
>>> --enable-__cxa_atexit --with-dwarf2 --with-tune=generic
>>> --enable-languages=c,c++,fortran,lto,objc,obj-c++ --enable-graphite
>>> --enable-threads=posix --enable-libatomic --enable-libgomp
>>> --enable-libquadmath --enable-libquadmath-support --disable-libssp
>>> --enable-libada --disable-symvers --with-gnu-ld --with-gnu-as
>>> --with-cloog-include=/usr/include/cloog-isl --without-libiconv-prefix
>>> --without-libintl-prefix --with-system-zlib --enable-linker-build-id
>>> --with-default-libstdcxx-abi=gcc4-compatible
>>> --enable-libstdcxx-filesystem-ts
>>> Thread-Modell: posix
>>> gcc-Version 9.2.0 (GCC)
>>>
>>> ---
>>>
>>> (This is Cygwin64)
>>> gcc was updated yesterday. I even downgraded to 7.3.0-3 with no effect.
>>>
>>> Regards,
>>>
>>>     Matthias
>>>
>>>> Am 24.02.20 um 17:40 schrieb Matthias Seidel:
>>>>> Hi all,
>>>>>
>>>>> After updating a lot of packages (incl. gcc) in Cygwin64 yesterday
>>>>> I can
>>>>> no longer build AOO for Windows.
>>>>>
>>>>> I get errors in bootstrap while building dmake:
>>>>>
>>>>> make[2]: Verzeichnis
>>>>> „/cygdrive/c/Source/openoffice/main/solenv/wntmsci12.pro/misc/build/dmake-4.12“
>>>>>
>>>>>
>>>>> wird betreten
>>>>> depbase=`echo infer.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`; \
>>>>> if gcc -DHAVE_CONFIG_H -I. -I. -I. -I. -I. -I./unix/cygwin -I./unix
>>>>> -I./unix/cygwin/gnu -I./unix/cygwin -I./unix  -g -O2 -MT
>>>>> infer.o -MD
>>>>> -MP -MF "$depbase.Tpo" -c -o infer.o infer.c; \
>>>>> then mv -f "$depbase.Tpo" "$depbase.Po"; else rm -f
>>>>> "$depbase.Tpo"; exit
>>>>> 1; fi
>>>>> In Datei, eingebunden von extern.h:38,
>>>>>    von infer.c:33:
>>>>> config.h:188:16: Fehler: doppeltes »unsigned«
>>>>>     188 | #define size_t unsigned int
>>>>>     |    ^~~~
>>>>> config.h:188:25: Fehler: zwei oder mehr Datentypen in Deklaration
>>>>>     188 | #define size_t unsigned int
>>>>>     | ^~~
>>>>> config.h:185:15: Fehler: zwei oder mehr Datentypen in Deklaration
>>>>>     185 | #define off_t long int
>>>>>     |   ^~~~
>>>>> config.h:185:20: Fehler: zwei oder mehr Datentypen in Deklaration
>>>>>     185 | #define off_t long int
>>>>>     |    ^~~
>>>>> In Datei, eingebunden von extern.h:86,
>>>>>    von infer.c:33:
>>>>> itypes.h:58:5: Fehler: #error "No 2 byte type, you lose."
>>>>>  58 | #   error "No 2 byte type, you lose."
>>>>>     | ^
>>>>> itypes.h:77:5: Fehler: #error "No 4 byte type, you lose."
>>>>>  77 | #   error "No 4 byte type, you lose."
>>>>>     | ^
>>>>> ...
>>>>>
>>>>>
>>>>> Is there anything we can do to ensure that AOO can be built with an
>>>>> updated Cygwin?
>>>>> Would Jim's updated dmake help?
>>>>>
>>>>> 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: Errors in bootstrap while building dmake

2020-02-25 Thread Peter Kovacs

wohoo!

Not our issue are the best issues!

Am 25.02.20 um 12:03 schrieb Matthias Seidel:

Hi all,

Just today, there was an update of "binutils" for Cygwin and now the
errors are gone... ;-)

Sorry for the trouble, I am just doing a new build now!

Regards,

    Matthias

Am 24.02.20 um 18:23 schrieb Matthias Seidel:

Hi,

Am 24.02.20 um 18:18 schrieb Peter Kovacs:

can you post what g++ -v prints on bash?

---
$ g++ -v
Es werden eingebaute Spezifikationen verwendet.
COLLECT_GCC=g++
COLLECT_LTO_WRAPPER=/usr/lib/gcc/x86_64-pc-cygwin/9.2.0/lto-wrapper.exe
Ziel: x86_64-pc-cygwin
Konfiguriert mit:
/cygdrive/i/szsz/tmpp/gcc/gcc-9.2.0-2.x86_64/src/gcc-9.2.0/configure
--srcdir=/cygdrive/i/szsz/tmpp/gcc/gcc-9.2.0-2.x86_64/src/gcc-9.2.0
--prefix=/usr --exec-prefix=/usr --localstatedir=/var --sysconfdir=/etc
--docdir=/usr/share/doc/gcc --htmldir=/usr/share/doc/gcc/html -C
--build=x86_64-pc-cygwin --host=x86_64-pc-cygwin
--target=x86_64-pc-cygwin --without-libiconv-prefix
--without-libintl-prefix --libexecdir=/usr/lib --enable-shared
--enable-shared-libgcc --enable-static
--enable-version-specific-runtime-libs --enable-bootstrap
--enable-__cxa_atexit --with-dwarf2 --with-tune=generic
--enable-languages=c,c++,fortran,lto,objc,obj-c++ --enable-graphite
--enable-threads=posix --enable-libatomic --enable-libgomp
--enable-libquadmath --enable-libquadmath-support --disable-libssp
--enable-libada --disable-symvers --with-gnu-ld --with-gnu-as
--with-cloog-include=/usr/include/cloog-isl --without-libiconv-prefix
--without-libintl-prefix --with-system-zlib --enable-linker-build-id
--with-default-libstdcxx-abi=gcc4-compatible
--enable-libstdcxx-filesystem-ts
Thread-Modell: posix
gcc-Version 9.2.0 (GCC)

---

(This is Cygwin64)
gcc was updated yesterday. I even downgraded to 7.3.0-3 with no effect.

Regards,

    Matthias


Am 24.02.20 um 17:40 schrieb Matthias Seidel:

Hi all,

After updating a lot of packages (incl. gcc) in Cygwin64 yesterday I can
no longer build AOO for Windows.

I get errors in bootstrap while building dmake:

make[2]: Verzeichnis
„/cygdrive/c/Source/openoffice/main/solenv/wntmsci12.pro/misc/build/dmake-4.12“

wird betreten
depbase=`echo infer.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`; \
if gcc -DHAVE_CONFIG_H -I. -I. -I. -I. -I. -I./unix/cygwin -I./unix
-I./unix/cygwin/gnu -I./unix/cygwin -I./unix  -g -O2 -MT infer.o -MD
-MP -MF "$depbase.Tpo" -c -o infer.o infer.c; \
then mv -f "$depbase.Tpo" "$depbase.Po"; else rm -f "$depbase.Tpo"; exit
1; fi
In Datei, eingebunden von extern.h:38,
   von infer.c:33:
config.h:188:16: Fehler: doppeltes »unsigned«
    188 | #define size_t unsigned int
    |    ^~~~
config.h:188:25: Fehler: zwei oder mehr Datentypen in Deklaration
    188 | #define size_t unsigned int
    | ^~~
config.h:185:15: Fehler: zwei oder mehr Datentypen in Deklaration
    185 | #define off_t long int
    |   ^~~~
config.h:185:20: Fehler: zwei oder mehr Datentypen in Deklaration
    185 | #define off_t long int
    |    ^~~
In Datei, eingebunden von extern.h:86,
   von infer.c:33:
itypes.h:58:5: Fehler: #error "No 2 byte type, you lose."
     58 | #   error "No 2 byte type, you lose."
    | ^
itypes.h:77:5: Fehler: #error "No 4 byte type, you lose."
     77 | #   error "No 4 byte type, you lose."
    | ^
...


Is there anything we can do to ensure that AOO can be built with an
updated Cygwin?
Would Jim's updated dmake help?

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



Re: Errors in bootstrap while building dmake

2020-02-25 Thread Matthias Seidel
Hi all,

Just today, there was an update of "binutils" for Cygwin and now the
errors are gone... ;-)

Sorry for the trouble, I am just doing a new build now!

Regards,

   Matthias

Am 24.02.20 um 18:23 schrieb Matthias Seidel:
> Hi,
>
> Am 24.02.20 um 18:18 schrieb Peter Kovacs:
>> can you post what g++ -v prints on bash?
> ---
> $ g++ -v
> Es werden eingebaute Spezifikationen verwendet.
> COLLECT_GCC=g++
> COLLECT_LTO_WRAPPER=/usr/lib/gcc/x86_64-pc-cygwin/9.2.0/lto-wrapper.exe
> Ziel: x86_64-pc-cygwin
> Konfiguriert mit:
> /cygdrive/i/szsz/tmpp/gcc/gcc-9.2.0-2.x86_64/src/gcc-9.2.0/configure
> --srcdir=/cygdrive/i/szsz/tmpp/gcc/gcc-9.2.0-2.x86_64/src/gcc-9.2.0
> --prefix=/usr --exec-prefix=/usr --localstatedir=/var --sysconfdir=/etc
> --docdir=/usr/share/doc/gcc --htmldir=/usr/share/doc/gcc/html -C
> --build=x86_64-pc-cygwin --host=x86_64-pc-cygwin
> --target=x86_64-pc-cygwin --without-libiconv-prefix
> --without-libintl-prefix --libexecdir=/usr/lib --enable-shared
> --enable-shared-libgcc --enable-static
> --enable-version-specific-runtime-libs --enable-bootstrap
> --enable-__cxa_atexit --with-dwarf2 --with-tune=generic
> --enable-languages=c,c++,fortran,lto,objc,obj-c++ --enable-graphite
> --enable-threads=posix --enable-libatomic --enable-libgomp
> --enable-libquadmath --enable-libquadmath-support --disable-libssp
> --enable-libada --disable-symvers --with-gnu-ld --with-gnu-as
> --with-cloog-include=/usr/include/cloog-isl --without-libiconv-prefix
> --without-libintl-prefix --with-system-zlib --enable-linker-build-id
> --with-default-libstdcxx-abi=gcc4-compatible
> --enable-libstdcxx-filesystem-ts
> Thread-Modell: posix
> gcc-Version 9.2.0 (GCC)
>
> ---
>
> (This is Cygwin64)
> gcc was updated yesterday. I even downgraded to 7.3.0-3 with no effect.
>
> Regards,
>
>    Matthias
>
>> Am 24.02.20 um 17:40 schrieb Matthias Seidel:
>>> Hi all,
>>>
>>> After updating a lot of packages (incl. gcc) in Cygwin64 yesterday I can
>>> no longer build AOO for Windows.
>>>
>>> I get errors in bootstrap while building dmake:
>>>
>>> make[2]: Verzeichnis
>>> „/cygdrive/c/Source/openoffice/main/solenv/wntmsci12.pro/misc/build/dmake-4.12“
>>>
>>> wird betreten
>>> depbase=`echo infer.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`; \
>>> if gcc -DHAVE_CONFIG_H -I. -I. -I. -I. -I. -I./unix/cygwin -I./unix
>>> -I./unix/cygwin/gnu -I./unix/cygwin -I./unix  -g -O2 -MT infer.o -MD
>>> -MP -MF "$depbase.Tpo" -c -o infer.o infer.c; \
>>> then mv -f "$depbase.Tpo" "$depbase.Po"; else rm -f "$depbase.Tpo"; exit
>>> 1; fi
>>> In Datei, eingebunden von extern.h:38,
>>>   von infer.c:33:
>>> config.h:188:16: Fehler: doppeltes »unsigned«
>>>    188 | #define size_t unsigned int
>>>    |    ^~~~
>>> config.h:188:25: Fehler: zwei oder mehr Datentypen in Deklaration
>>>    188 | #define size_t unsigned int
>>>    | ^~~
>>> config.h:185:15: Fehler: zwei oder mehr Datentypen in Deklaration
>>>    185 | #define off_t long int
>>>    |   ^~~~
>>> config.h:185:20: Fehler: zwei oder mehr Datentypen in Deklaration
>>>    185 | #define off_t long int
>>>    |    ^~~
>>> In Datei, eingebunden von extern.h:86,
>>>   von infer.c:33:
>>> itypes.h:58:5: Fehler: #error "No 2 byte type, you lose."
>>>     58 | #   error "No 2 byte type, you lose."
>>>    | ^
>>> itypes.h:77:5: Fehler: #error "No 4 byte type, you lose."
>>>     77 | #   error "No 4 byte type, you lose."
>>>    | ^
>>> ...
>>>
>>>
>>> Is there anything we can do to ensure that AOO can be built with an
>>> updated Cygwin?
>>> Would Jim's updated dmake help?
>>>
>>> Regards,
>>>     Matthias
>> -
>> 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: Errors in bootstrap while building dmake

2020-02-24 Thread Matthias Seidel
Hi,

Am 24.02.20 um 18:49 schrieb Peter Kovacs:
> The error suggest a coder error.
>
> But that is strange. So I would try to set following environment
> Variable:
>
> export |CXXFLAGS = $||CXXFLAGS |||-std=gnu98||
>
> ||and then try configure again. Maybe it is something that newer
> definitions are more rigid then the super old we use.||
>
> ||But it is a shot in the blue.

I will try to do that!

But until this is fixed I am out. No builds for 418 or 42X.

> ||
>
> ||
>
>
> Am 24.02.20 um 18:23 schrieb Matthias Seidel:
>> Hi,
>>
>> Am 24.02.20 um 18:18 schrieb Peter Kovacs:
>>> can you post what g++ -v prints on bash?
>> ---
>> $ g++ -v
>> Es werden eingebaute Spezifikationen verwendet.
>> COLLECT_GCC=g++
>> COLLECT_LTO_WRAPPER=/usr/lib/gcc/x86_64-pc-cygwin/9.2.0/lto-wrapper.exe
>> Ziel: x86_64-pc-cygwin
>> Konfiguriert mit:
>> /cygdrive/i/szsz/tmpp/gcc/gcc-9.2.0-2.x86_64/src/gcc-9.2.0/configure
>> --srcdir=/cygdrive/i/szsz/tmpp/gcc/gcc-9.2.0-2.x86_64/src/gcc-9.2.0
>> --prefix=/usr --exec-prefix=/usr --localstatedir=/var --sysconfdir=/etc
>> --docdir=/usr/share/doc/gcc --htmldir=/usr/share/doc/gcc/html -C
>> --build=x86_64-pc-cygwin --host=x86_64-pc-cygwin
>> --target=x86_64-pc-cygwin --without-libiconv-prefix
>> --without-libintl-prefix --libexecdir=/usr/lib --enable-shared
>> --enable-shared-libgcc --enable-static
>> --enable-version-specific-runtime-libs --enable-bootstrap
>> --enable-__cxa_atexit --with-dwarf2 --with-tune=generic
>> --enable-languages=c,c++,fortran,lto,objc,obj-c++ --enable-graphite
>> --enable-threads=posix --enable-libatomic --enable-libgomp
>> --enable-libquadmath --enable-libquadmath-support --disable-libssp
>> --enable-libada --disable-symvers --with-gnu-ld --with-gnu-as
>> --with-cloog-include=/usr/include/cloog-isl --without-libiconv-prefix
>> --without-libintl-prefix --with-system-zlib --enable-linker-build-id
>> --with-default-libstdcxx-abi=gcc4-compatible
>> --enable-libstdcxx-filesystem-ts
>> Thread-Modell: posix
>> gcc-Version 9.2.0 (GCC)
>>
>> ---
>>
>> (This is Cygwin64)
>> gcc was updated yesterday. I even downgraded to 7.3.0-3 with no effect.
>>
>> Regards,
>>
>>     Matthias
>>
>>> Am 24.02.20 um 17:40 schrieb Matthias Seidel:
>>>> Hi all,
>>>>
>>>> After updating a lot of packages (incl. gcc) in Cygwin64 yesterday
>>>> I can
>>>> no longer build AOO for Windows.
>>>>
>>>> I get errors in bootstrap while building dmake:
>>>>
>>>> make[2]: Verzeichnis
>>>> „/cygdrive/c/Source/openoffice/main/solenv/wntmsci12.pro/misc/build/dmake-4.12“
>>>>
>>>>
>>>> wird betreten
>>>> depbase=`echo infer.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`; \
>>>> if gcc -DHAVE_CONFIG_H -I. -I. -I. -I. -I. -I./unix/cygwin -I./unix
>>>> -I./unix/cygwin/gnu -I./unix/cygwin -I./unix  -g -O2 -MT
>>>> infer.o -MD
>>>> -MP -MF "$depbase.Tpo" -c -o infer.o infer.c; \
>>>> then mv -f "$depbase.Tpo" "$depbase.Po"; else rm -f "$depbase.Tpo";
>>>> exit
>>>> 1; fi
>>>> In Datei, eingebunden von extern.h:38,
>>>>    von infer.c:33:
>>>> config.h:188:16: Fehler: doppeltes »unsigned«
>>>>     188 | #define size_t unsigned int
>>>>     |    ^~~~
>>>> config.h:188:25: Fehler: zwei oder mehr Datentypen in Deklaration
>>>>     188 | #define size_t unsigned int
>>>>     | ^~~
>>>> config.h:185:15: Fehler: zwei oder mehr Datentypen in Deklaration
>>>>     185 | #define off_t long int
>>>>     |   ^~~~
>>>> config.h:185:20: Fehler: zwei oder mehr Datentypen in Deklaration
>>>>     185 | #define off_t long int
>>>>     |    ^~~
>>>> In Datei, eingebunden von extern.h:86,
>>>>    von infer.c:33:
>>>> itypes.h:58:5: Fehler: #error "No 2 byte type, you lose."
>>>>  58 | #   error "No 2 byte type, you lose."
>>>>     | ^
>>>> itypes.h:77:5: Fehler: #error "No 4 byte type, you lose."
>>>>  77 | #   error "No 4 byte type, you lose."
>>>>     | ^
>>>> ...
>>>>
>>>>
>>>> Is there anything we can do to ensure that AOO can be built with an
>>>> updated Cygwin?
>>>> Would Jim's updated dmake help?
>>>>
>>>> Regards,
>>>>  Matthias
>>> -
>>> 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: Errors in bootstrap while building dmake

2020-02-24 Thread Peter Kovacs

The error suggest a coder error.

But that is strange. So I would try to set following environment Variable:

export |CXXFLAGS = $||CXXFLAGS |||-std=gnu98||

||and then try configure again. Maybe it is something that newer 
definitions are more rigid then the super old we use.||


||But it is a shot in the blue.
||

||


Am 24.02.20 um 18:23 schrieb Matthias Seidel:

Hi,

Am 24.02.20 um 18:18 schrieb Peter Kovacs:

can you post what g++ -v prints on bash?

---
$ g++ -v
Es werden eingebaute Spezifikationen verwendet.
COLLECT_GCC=g++
COLLECT_LTO_WRAPPER=/usr/lib/gcc/x86_64-pc-cygwin/9.2.0/lto-wrapper.exe
Ziel: x86_64-pc-cygwin
Konfiguriert mit:
/cygdrive/i/szsz/tmpp/gcc/gcc-9.2.0-2.x86_64/src/gcc-9.2.0/configure
--srcdir=/cygdrive/i/szsz/tmpp/gcc/gcc-9.2.0-2.x86_64/src/gcc-9.2.0
--prefix=/usr --exec-prefix=/usr --localstatedir=/var --sysconfdir=/etc
--docdir=/usr/share/doc/gcc --htmldir=/usr/share/doc/gcc/html -C
--build=x86_64-pc-cygwin --host=x86_64-pc-cygwin
--target=x86_64-pc-cygwin --without-libiconv-prefix
--without-libintl-prefix --libexecdir=/usr/lib --enable-shared
--enable-shared-libgcc --enable-static
--enable-version-specific-runtime-libs --enable-bootstrap
--enable-__cxa_atexit --with-dwarf2 --with-tune=generic
--enable-languages=c,c++,fortran,lto,objc,obj-c++ --enable-graphite
--enable-threads=posix --enable-libatomic --enable-libgomp
--enable-libquadmath --enable-libquadmath-support --disable-libssp
--enable-libada --disable-symvers --with-gnu-ld --with-gnu-as
--with-cloog-include=/usr/include/cloog-isl --without-libiconv-prefix
--without-libintl-prefix --with-system-zlib --enable-linker-build-id
--with-default-libstdcxx-abi=gcc4-compatible
--enable-libstdcxx-filesystem-ts
Thread-Modell: posix
gcc-Version 9.2.0 (GCC)

---

(This is Cygwin64)
gcc was updated yesterday. I even downgraded to 7.3.0-3 with no effect.

Regards,

    Matthias


Am 24.02.20 um 17:40 schrieb Matthias Seidel:

Hi all,

After updating a lot of packages (incl. gcc) in Cygwin64 yesterday I can
no longer build AOO for Windows.

I get errors in bootstrap while building dmake:

make[2]: Verzeichnis
„/cygdrive/c/Source/openoffice/main/solenv/wntmsci12.pro/misc/build/dmake-4.12“

wird betreten
depbase=`echo infer.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`; \
if gcc -DHAVE_CONFIG_H -I. -I. -I. -I. -I. -I./unix/cygwin -I./unix
-I./unix/cygwin/gnu -I./unix/cygwin -I./unix  -g -O2 -MT infer.o -MD
-MP -MF "$depbase.Tpo" -c -o infer.o infer.c; \
then mv -f "$depbase.Tpo" "$depbase.Po"; else rm -f "$depbase.Tpo"; exit
1; fi
In Datei, eingebunden von extern.h:38,
   von infer.c:33:
config.h:188:16: Fehler: doppeltes »unsigned«
    188 | #define size_t unsigned int
    |    ^~~~
config.h:188:25: Fehler: zwei oder mehr Datentypen in Deklaration
    188 | #define size_t unsigned int
    | ^~~
config.h:185:15: Fehler: zwei oder mehr Datentypen in Deklaration
    185 | #define off_t long int
    |   ^~~~
config.h:185:20: Fehler: zwei oder mehr Datentypen in Deklaration
    185 | #define off_t long int
    |    ^~~
In Datei, eingebunden von extern.h:86,
   von infer.c:33:
itypes.h:58:5: Fehler: #error "No 2 byte type, you lose."
     58 | #   error "No 2 byte type, you lose."
    | ^
itypes.h:77:5: Fehler: #error "No 4 byte type, you lose."
     77 | #   error "No 4 byte type, you lose."
    | ^
...


Is there anything we can do to ensure that AOO can be built with an
updated Cygwin?
Would Jim's updated dmake help?

Regards,
     Matthias

-
To unsubscribe, e-mail: dev-unsubscr...@openoffice.apache.org
For additional commands, e-mail: dev-h...@openoffice.apache.org



Re: Errors in bootstrap while building dmake

2020-02-24 Thread Matthias Seidel
Hi,

Am 24.02.20 um 18:18 schrieb Peter Kovacs:
> can you post what g++ -v prints on bash?
---
$ g++ -v
Es werden eingebaute Spezifikationen verwendet.
COLLECT_GCC=g++
COLLECT_LTO_WRAPPER=/usr/lib/gcc/x86_64-pc-cygwin/9.2.0/lto-wrapper.exe
Ziel: x86_64-pc-cygwin
Konfiguriert mit:
/cygdrive/i/szsz/tmpp/gcc/gcc-9.2.0-2.x86_64/src/gcc-9.2.0/configure
--srcdir=/cygdrive/i/szsz/tmpp/gcc/gcc-9.2.0-2.x86_64/src/gcc-9.2.0
--prefix=/usr --exec-prefix=/usr --localstatedir=/var --sysconfdir=/etc
--docdir=/usr/share/doc/gcc --htmldir=/usr/share/doc/gcc/html -C
--build=x86_64-pc-cygwin --host=x86_64-pc-cygwin
--target=x86_64-pc-cygwin --without-libiconv-prefix
--without-libintl-prefix --libexecdir=/usr/lib --enable-shared
--enable-shared-libgcc --enable-static
--enable-version-specific-runtime-libs --enable-bootstrap
--enable-__cxa_atexit --with-dwarf2 --with-tune=generic
--enable-languages=c,c++,fortran,lto,objc,obj-c++ --enable-graphite
--enable-threads=posix --enable-libatomic --enable-libgomp
--enable-libquadmath --enable-libquadmath-support --disable-libssp
--enable-libada --disable-symvers --with-gnu-ld --with-gnu-as
--with-cloog-include=/usr/include/cloog-isl --without-libiconv-prefix
--without-libintl-prefix --with-system-zlib --enable-linker-build-id
--with-default-libstdcxx-abi=gcc4-compatible
--enable-libstdcxx-filesystem-ts
Thread-Modell: posix
gcc-Version 9.2.0 (GCC)

---

(This is Cygwin64)
gcc was updated yesterday. I even downgraded to 7.3.0-3 with no effect.

Regards,

   Matthias

>
> Am 24.02.20 um 17:40 schrieb Matthias Seidel:
>> Hi all,
>>
>> After updating a lot of packages (incl. gcc) in Cygwin64 yesterday I can
>> no longer build AOO for Windows.
>>
>> I get errors in bootstrap while building dmake:
>>
>> make[2]: Verzeichnis
>> „/cygdrive/c/Source/openoffice/main/solenv/wntmsci12.pro/misc/build/dmake-4.12“
>>
>> wird betreten
>> depbase=`echo infer.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`; \
>> if gcc -DHAVE_CONFIG_H -I. -I. -I. -I. -I. -I./unix/cygwin -I./unix
>> -I./unix/cygwin/gnu -I./unix/cygwin -I./unix  -g -O2 -MT infer.o -MD
>> -MP -MF "$depbase.Tpo" -c -o infer.o infer.c; \
>> then mv -f "$depbase.Tpo" "$depbase.Po"; else rm -f "$depbase.Tpo"; exit
>> 1; fi
>> In Datei, eingebunden von extern.h:38,
>>   von infer.c:33:
>> config.h:188:16: Fehler: doppeltes »unsigned«
>>    188 | #define size_t unsigned int
>>    |    ^~~~
>> config.h:188:25: Fehler: zwei oder mehr Datentypen in Deklaration
>>    188 | #define size_t unsigned int
>>    | ^~~
>> config.h:185:15: Fehler: zwei oder mehr Datentypen in Deklaration
>>    185 | #define off_t long int
>>    |   ^~~~
>> config.h:185:20: Fehler: zwei oder mehr Datentypen in Deklaration
>>    185 | #define off_t long int
>>    |    ^~~
>> In Datei, eingebunden von extern.h:86,
>>   von infer.c:33:
>> itypes.h:58:5: Fehler: #error "No 2 byte type, you lose."
>>     58 | #   error "No 2 byte type, you lose."
>>    | ^
>> itypes.h:77:5: Fehler: #error "No 4 byte type, you lose."
>>     77 | #   error "No 4 byte type, you lose."
>>    | ^
>> ...
>>
>>
>> Is there anything we can do to ensure that AOO can be built with an
>> updated Cygwin?
>> Would Jim's updated dmake help?
>>
>> Regards,
>>     Matthias
>
> -
> 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: Errors in bootstrap while building dmake

2020-02-24 Thread Peter Kovacs

can you post what g++ -v prints on bash?

Am 24.02.20 um 17:40 schrieb Matthias Seidel:

Hi all,

After updating a lot of packages (incl. gcc) in Cygwin64 yesterday I can
no longer build AOO for Windows.

I get errors in bootstrap while building dmake:

make[2]: Verzeichnis
„/cygdrive/c/Source/openoffice/main/solenv/wntmsci12.pro/misc/build/dmake-4.12“
wird betreten
depbase=`echo infer.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`; \
if gcc -DHAVE_CONFIG_H -I. -I. -I. -I. -I. -I./unix/cygwin -I./unix
-I./unix/cygwin/gnu -I./unix/cygwin -I./unix  -g -O2 -MT infer.o -MD
-MP -MF "$depbase.Tpo" -c -o infer.o infer.c; \
then mv -f "$depbase.Tpo" "$depbase.Po"; else rm -f "$depbase.Tpo"; exit
1; fi
In Datei, eingebunden von extern.h:38,
  von infer.c:33:
config.h:188:16: Fehler: doppeltes »unsigned«
   188 | #define size_t unsigned int
   |    ^~~~
config.h:188:25: Fehler: zwei oder mehr Datentypen in Deklaration
   188 | #define size_t unsigned int
   | ^~~
config.h:185:15: Fehler: zwei oder mehr Datentypen in Deklaration
   185 | #define off_t long int
   |   ^~~~
config.h:185:20: Fehler: zwei oder mehr Datentypen in Deklaration
   185 | #define off_t long int
   |    ^~~
In Datei, eingebunden von extern.h:86,
  von infer.c:33:
itypes.h:58:5: Fehler: #error "No 2 byte type, you lose."
    58 | #   error "No 2 byte type, you lose."
   | ^
itypes.h:77:5: Fehler: #error "No 4 byte type, you lose."
    77 | #   error "No 4 byte type, you lose."
   | ^
...


Is there anything we can do to ensure that AOO can be built with an
updated Cygwin?
Would Jim's updated dmake help?

Regards,
    Matthias


-
To unsubscribe, e-mail: dev-unsubscr...@openoffice.apache.org
For additional commands, e-mail: dev-h...@openoffice.apache.org



Errors in bootstrap while building dmake

2020-02-24 Thread Matthias Seidel
Hi all,

After updating a lot of packages (incl. gcc) in Cygwin64 yesterday I can
no longer build AOO for Windows.

I get errors in bootstrap while building dmake:

make[2]: Verzeichnis
„/cygdrive/c/Source/openoffice/main/solenv/wntmsci12.pro/misc/build/dmake-4.12“
wird betreten
depbase=`echo infer.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`; \
if gcc -DHAVE_CONFIG_H -I. -I. -I. -I. -I. -I./unix/cygwin -I./unix
-I./unix/cygwin/gnu -I./unix/cygwin -I./unix  -g -O2 -MT infer.o -MD
-MP -MF "$depbase.Tpo" -c -o infer.o infer.c; \
then mv -f "$depbase.Tpo" "$depbase.Po"; else rm -f "$depbase.Tpo"; exit
1; fi
In Datei, eingebunden von extern.h:38,
 von infer.c:33:
config.h:188:16: Fehler: doppeltes »unsigned«
  188 | #define size_t unsigned int
  |    ^~~~
config.h:188:25: Fehler: zwei oder mehr Datentypen in Deklaration
  188 | #define size_t unsigned int
  | ^~~
config.h:185:15: Fehler: zwei oder mehr Datentypen in Deklaration
  185 | #define off_t long int
  |   ^~~~
config.h:185:20: Fehler: zwei oder mehr Datentypen in Deklaration
  185 | #define off_t long int
  |    ^~~
In Datei, eingebunden von extern.h:86,
 von infer.c:33:
itypes.h:58:5: Fehler: #error "No 2 byte type, you lose."
   58 | #   error "No 2 byte type, you lose."
  | ^
itypes.h:77:5: Fehler: #error "No 4 byte type, you lose."
   77 | #   error "No 4 byte type, you lose."
  | ^
...


Is there anything we can do to ensure that AOO can be built with an
updated Cygwin?
Would Jim's updated dmake help?

Regards,
   Matthias


smime.p7s
Description: S/MIME Cryptographic Signature


Re: Bootstrap?

2019-02-10 Thread Peter Kovacs
The german wiki describes it here:

https://de.wikipedia.org/wiki/Executable_and_Linking_Format


On 10.02.19 09:46, Mechtilde wrote:
> Hello,
>
> what das "ELF" means?
> thanks
>
> Mechtilde
>
> Am 10.02.19 um 04:50 schrieb Peter Kovacs:
>> Look above the text message. There should be a hint.
>>
>> Most often I got ELF Errors, that a library got copied wrong. delete and
>> restart with the command printed on the bottom will solve this kind. But
>> there could be something else wrong.
>>
>> If you do not know I think best is to include the 20 lines above the
>> fails line.
>>
>>
>> All the Best
>>
>> Peter
>>
>> On 03.02.19 22:47, Pedro Lino wrote:
>>> Hi Nikhil, all
>>>
>>> Building 4.1.5 fails with
>>>
>>> Reason(s):
>>> ERROR: error 65280 occurred while making 
>>> /source/AOO415/main/reportdesign/source/ui/report
>>> ERROR: error 65280 occurred while making 
>>> /source/AOO415/main/sd/source/ui/framework/module
>>> ERROR: error 65280 occurred while making 
>>> /source/AOO415/main/reportdesign/source/core/sdr
>>> ERROR: error 65280 occurred while making 
>>> /source/AOO415/main/desktop/source/app
>>> ERROR: error 65280 occurred while making /source/AOO415/main/vbahelper/prj
>>>
>>> Any tips?
>>>
>>> Thanks!
>>>
>>>
>>>> On February 3, 2019 at 4:54 PM Nikhil Gupta < 
>>>> nikhilgupta360...@gmail.com mailto:nikhilgupta360...@gmail.com > wrote:
>>>>
>>>>
>>>> Hi,
>>>> What I got to know is that binfilter was disabled to reduce the running
>>>> time in openoffice old versions, so there may be the case of this 
>>>> package
>>>> is removed from the newer versions.Correct me if i am wrong.
>>>> and for installing libcups use apt-get install libcups2-dev. It worked 
>>>> for
>>>> me.
>>>>
>>>> On Sun, Feb 3, 2019 at 10:01 PM Pedro Lino < pedro.l...@mailbox.org 
>>>> mailto:pedro.l...@mailbox.org > wrote:
>>>>
>>>>
>>>> > > 
>>>>> > > > I suggest rerunning the configure script. 
>>>>> If it is successful, a
>>>>>> bootstrap should appear. If not, you need to investigate 
>>>>>> what went wrong
>>>>>> with configure.
>>>>>>
>>>>>> > > 
>>>>> > 
>>>> > > I get two errors during configure
>>>>> configure: WARNING: unrecognized options: --disable-binfilter
>>>>> and
>>>>> configure: error: cups/cups.h could not be found. libcupsys2-dev 
>>>>> or
>>>>> cups???-devel missing?
>>>>>
>>>>> > 
>>>> > > I tried to install libcupsys2 but got "Unable to 
>>>> locate package
>>>>> libcupsys2-dev
>>>>>
>>>>> > 
>>>> > > Thanks!
>>>>> > 
>>>> > > 
>>>>> > > > On 2/3/2019 7:45 AM, Pedro Lino wrote:
>>>>>> > > > > Hi Nikhil, all
>>>>>>> > > > 
>>>>>> > > > > I forgot to mention that I'm 
>>>>>> building now (as I did before) under
>>>>>>> > > > 
>>>>>> > > Ubuntu 16.04 x64 so I don't need any dll
>>>>> > > > 
>>>>>> > > > > Any ideas what happened to 
>>>>>> bootstrap? Should I simply chmod and
>>>>>>> > > > 
>>>>>> > > execute bootstrap.1?
>>>>> > > > 
>>>>>> > > > > Should I modify the step-by-step 
>>>>>> guide?
>>>>>>> > > > 
>>>>>> > > > >

Re: Bootstrap?

2019-02-10 Thread Mechtilde
Hello,

what das "ELF" means?
thanks

Mechtilde

Am 10.02.19 um 04:50 schrieb Peter Kovacs:
> Look above the text message. There should be a hint.
> 
> Most often I got ELF Errors, that a library got copied wrong. delete and
> restart with the command printed on the bottom will solve this kind. But
> there could be something else wrong.
> 
> If you do not know I think best is to include the 20 lines above the
> fails line.
> 
> 
> All the Best
> 
> Peter
> 
> On 03.02.19 22:47, Pedro Lino wrote:
>> Hi Nikhil, all
>>
>> Building 4.1.5 fails with
>>
>> Reason(s):
>> ERROR: error 65280 occurred while making 
>> /source/AOO415/main/reportdesign/source/ui/report
>> ERROR: error 65280 occurred while making 
>> /source/AOO415/main/sd/source/ui/framework/module
>> ERROR: error 65280 occurred while making 
>> /source/AOO415/main/reportdesign/source/core/sdr
>> ERROR: error 65280 occurred while making 
>> /source/AOO415/main/desktop/source/app
>> ERROR: error 65280 occurred while making /source/AOO415/main/vbahelper/prj
>>
>> Any tips?
>>
>> Thanks!
>>
>>
>>> On February 3, 2019 at 4:54 PM Nikhil Gupta < 
>>> nikhilgupta360...@gmail.com mailto:nikhilgupta360...@gmail.com > wrote:
>>>
>>>
>>> Hi,
>>> What I got to know is that binfilter was disabled to reduce the running
>>> time in openoffice old versions, so there may be the case of this 
>>> package
>>> is removed from the newer versions.Correct me if i am wrong.
>>> and for installing libcups use apt-get install libcups2-dev. It worked 
>>> for
>>>     me.
>>>
>>> On Sun, Feb 3, 2019 at 10:01 PM Pedro Lino < pedro.l...@mailbox.org 
>>> mailto:pedro.l...@mailbox.org > wrote:
>>>
>>>
>>> > > 
>>>> > > > I suggest rerunning the configure script. If 
>>>> it is successful, a
>>>>> bootstrap should appear. If not, you need to investigate what 
>>>>> went wrong
>>>>> with configure.
>>>>>
>>>>> > > 
>>>> > 
>>> > > I get two errors during configure
>>>> configure: WARNING: unrecognized options: --disable-binfilter
>>>> and
>>>> configure: error: cups/cups.h could not be found. libcupsys2-dev or
>>>> cups???-devel missing?
>>>>
>>>> > 
>>> > > I tried to install libcupsys2 but got "Unable to locate 
>>> package
>>>> libcupsys2-dev
>>>>
>>>> > 
>>> > > Thanks!
>>>> > 
>>> > > 
>>>> > > > On 2/3/2019 7:45 AM, Pedro Lino wrote:
>>>>> > > > > Hi Nikhil, all
>>>>>> > > > 
>>>>> > > > > I forgot to mention that I'm 
>>>>> building now (as I did before) under
>>>>>> > > > 
>>>>> > > Ubuntu 16.04 x64 so I don't need any dll
>>>> > > > 
>>>>> > > > > Any ideas what happened to 
>>>>> bootstrap? Should I simply chmod and
>>>>>> > > > 
>>>>> > > execute bootstrap.1?
>>>> > > > 
>>>>> > > > > Should I modify the step-by-step 
>>>>> guide?
>>>>>> > > > 
>>>>> > > > > Regards,
>>>>>> Pedro
>>>>>>
>>>>>> > > > >> On February 3, 2019 at 2:32 PM Nikhil 
>>>>>> Gupta <
>>>>> > > nikhilgupta360...@gmail.com 
>>>>> mailto:nikhilgupta360...@gmail.com mailto: nikhilgupta360...@gmail.com 
>>>>> mailto:nikhilgupta360...@gmail.com > wrote:
>>>> > > > 
>>>>> > > > > 
>>>>>> > > > > &

Re: Bootstrap?

2019-02-09 Thread Peter Kovacs
Look above the text message. There should be a hint.

Most often I got ELF Errors, that a library got copied wrong. delete and
restart with the command printed on the bottom will solve this kind. But
there could be something else wrong.

If you do not know I think best is to include the 20 lines above the
fails line.


All the Best

Peter

On 03.02.19 22:47, Pedro Lino wrote:
> Hi Nikhil, all
>
> Building 4.1.5 fails with
>
> Reason(s):
> ERROR: error 65280 occurred while making 
> /source/AOO415/main/reportdesign/source/ui/report
> ERROR: error 65280 occurred while making 
> /source/AOO415/main/sd/source/ui/framework/module
> ERROR: error 65280 occurred while making 
> /source/AOO415/main/reportdesign/source/core/sdr
> ERROR: error 65280 occurred while making 
> /source/AOO415/main/desktop/source/app
> ERROR: error 65280 occurred while making /source/AOO415/main/vbahelper/prj
>
> Any tips?
>
> Thanks!
>
>
>> On February 3, 2019 at 4:54 PM Nikhil Gupta < 
>> nikhilgupta360...@gmail.com mailto:nikhilgupta360...@gmail.com > wrote:
>>
>>
>> Hi,
>> What I got to know is that binfilter was disabled to reduce the running
>> time in openoffice old versions, so there may be the case of this package
>> is removed from the newer versions.Correct me if i am wrong.
>> and for installing libcups use apt-get install libcups2-dev. It worked 
>> for
>> me.
>>
>> On Sun, Feb 3, 2019 at 10:01 PM Pedro Lino < pedro.l...@mailbox.org 
>> mailto:pedro.l...@mailbox.org > wrote:
>>
>>
>> > > 
>>> > > > I suggest rerunning the configure script. If 
>>> it is successful, a
>>>> bootstrap should appear. If not, you need to investigate what 
>>>> went wrong
>>>> with configure.
>>>>
>>>> > > 
>>> > 
>> > > I get two errors during configure
>>> configure: WARNING: unrecognized options: --disable-binfilter
>>> and
>>> configure: error: cups/cups.h could not be found. libcupsys2-dev or
>>> cups???-devel missing?
>>>
>>> > 
>> > > I tried to install libcupsys2 but got "Unable to locate 
>> package
>>> libcupsys2-dev
>>>
>>> > 
>> > > Thanks!
>>> > 
>> > > 
>>> > > > On 2/3/2019 7:45 AM, Pedro Lino wrote:
>>>> > > > > Hi Nikhil, all
>>>>> > > > 
>>>> > > > > I forgot to mention that I'm 
>>>> building now (as I did before) under
>>>>> > > > 
>>>> > > Ubuntu 16.04 x64 so I don't need any dll
>>> > > > 
>>>> > > > > Any ideas what happened to 
>>>> bootstrap? Should I simply chmod and
>>>>> > > > 
>>>> > > execute bootstrap.1?
>>> > > > 
>>>> > > > > Should I modify the step-by-step 
>>>> guide?
>>>>> > > > 
>>>> > > > > Regards,
>>>>> Pedro
>>>>>
>>>>> > > > >> On February 3, 2019 at 2:32 PM Nikhil 
>>>>> Gupta <
>>>> > > nikhilgupta360...@gmail.com 
>>>> mailto:nikhilgupta360...@gmail.com mailto: nikhilgupta360...@gmail.com 
>>>> mailto:nikhilgupta360...@gmail.com > wrote:
>>> > > > 
>>>> > > > > 
>>>>> > > > > > 
>>>>>> > > > > 
>>>>> > > > >>
>>>> >> Hi,
>>>> >> This is the same problem which occurred when I first 
>>>> install AOO,
>>>> >> For bootstraping the project,
>>>> >> First you have to completely satisfy all the General
>>>>
>>>> > > requiremen

Re: Bootstrap?

2019-02-04 Thread Don Lewis
I'm not sure about Windows, but on all the other platforms it is only
needed to build the optional odk.

On  3 Feb, Peter Kovacs wrote:
> The DLL is also an requirement to be there. Somewhere it says why.
> 
> On 03.02.19 16:45, Pedro Lino wrote:
>> Hi Nikhil, all
>>
>> I forgot to mention that I'm building now (as I did before) under Ubuntu 
>> 16.04 x64 so I don't need any dll
>> Any ideas what happened to bootstrap? Should I simply chmod and execute 
>> bootstrap.1?
>> Should I modify the step-by-step guide?
>>
>> Regards,
>> Pedro
>>
>>> On February 3, 2019 at 2:32 PM Nikhil Gupta < 
>>> nikhilgupta360...@gmail.com mailto:nikhilgupta360...@gmail.com > wrote:
>>>
>>>
>>> Hi,
>>> This is the same problem which occurred when I first install AOO,
>>> For bootstraping the project,
>>> First you have to completely satisfy all the General requirements which 
>>> is
>>> described in this thread-
>>> https://wiki.openoffice.org/wiki/Documentation/Building_Guide_AOO
>>>
>>> especially unowinreg.dll which you have to save main/external/unowinreg
>>>
>>> then follow this mail which i followed for configuration
>>> Peter Kovacs < pe...@apache.org mailto:pe...@apache.org >
>>>
>>> to dev
>>> You need to do something like:
>>>
>>> autoconf
>>>
>>> ./configure
>>> --with-epm-url=
>>> https://sourceforge.net/projects/oooextras.mirror/files/epm-3.7.tar.gz
>>> --with-dmake-url= 
>>> https://sourceforge.net/projects/oooextras.mirror/files/dmake-4.12.tar.bz2
>>> --with-lang="en-US de fr it pt ja"
>>> --enable-wiki-publisher
>>> --enable-verbose
>>> --without-stlport
>>> --enable-category-b
>>> --enable-opengl
>>> --enable-dbus
>>> --without-junit
>>> --with-package-format="installed archive deb"
>>> --enable-bundled-dictionaries
>>> --with-vendor=ASF buildbot - NOT FOR RELEASE
>>> --with-build-version=%(today)s-Rev.%(got_revision)s
>>>
>>> After that has been finished successfull you can bootstrap
>>>
>>>
>>>
>>> On Sun, Feb 3, 2019 at 7:08 PM Pedro Lino < pedro.l...@mailbox.org 
>>> mailto:pedro.l...@mailbox.org > wrote:
>>>
>>>
>>>     > > Hi all
>>>> > 
>>> > > I have built AOO from source in previous versions using 
>>> the step-by-step
>>>> guide
>>>>
>>>> > >
>>> > > 
>>> https://wiki.openoffice.org/wiki/Documentation/Building_Guide_AOO/Step_by_step
>>>> > 
>>> > > Currently (in trunk and all branches from
>>>> https://svn.apache.org/repos/asf/openoffice/) there is no 
>>>> bootstrap file
>>>> (only bootstrap.1 which is not set to execute) so
>>>>
>>>> > 
>>> > > ./bootstrap
>>>> > 
>>> > > doesn't work. Oddly enough I downloaded build 4.1.5 
>>> which I build
>>>> successfully in the past but it only contains bootstrap.1
>>>>
>>>> > 
>>> > > Am I missing something?
>>>> > 
>>> > > Regards,
>>>> 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: Bootstrap?

2019-02-03 Thread Pedro Lino
Hi Nikhil, all

Building 4.1.5 fails with

Reason(s):
ERROR: error 65280 occurred while making 
/source/AOO415/main/reportdesign/source/ui/report
ERROR: error 65280 occurred while making 
/source/AOO415/main/sd/source/ui/framework/module
ERROR: error 65280 occurred while making 
/source/AOO415/main/reportdesign/source/core/sdr
ERROR: error 65280 occurred while making /source/AOO415/main/desktop/source/app
ERROR: error 65280 occurred while making /source/AOO415/main/vbahelper/prj

Any tips?

Thanks!


> On February 3, 2019 at 4:54 PM Nikhil Gupta < nikhilgupta360...@gmail.com 
> mailto:nikhilgupta360...@gmail.com > wrote:
> 
> 
> Hi,
> What I got to know is that binfilter was disabled to reduce the running
> time in openoffice old versions, so there may be the case of this package
> is removed from the newer versions.Correct me if i am wrong.
> and for installing libcups use apt-get install libcups2-dev. It worked for
> me.
> 
> On Sun, Feb 3, 2019 at 10:01 PM Pedro Lino < pedro.l...@mailbox.org 
> mailto:pedro.l...@mailbox.org > wrote:
> 
> 
> > > 
> > > > > I suggest rerunning the configure script. If 
> > it is successful, a
> > > bootstrap should appear. If not, you need to investigate what 
> > > went wrong
> > > with configure.
> > > 
> > > > > 
> > > 
> > > I get two errors during configure
> > configure: WARNING: unrecognized options: --disable-binfilter
> > and
> > configure: error: cups/cups.h could not be found. libcupsys2-dev or
> > cups???-devel missing?
> > 
> > > 
> > > I tried to install libcupsys2 but got "Unable to locate 
> package
> > libcupsys2-dev
> > 
> > > 
> > > Thanks!
> > 
> > > 
> > > 
> > > > > On 2/3/2019 7:45 AM, Pedro Lino wrote:
> > > 
> > > > > > > Hi Nikhil, all
> > > > 
> > > > > > > 
> > > > > > > I forgot to mention that I'm 
> > > building now (as I did before) under
> > > > 
> > > > > > > 
> > > > > Ubuntu 16.04 x64 so I don't need any dll
> > 
> > > > > 
> > > > > > > Any ideas what happened to 
> > > bootstrap? Should I simply chmod and
> > > > 
> > > > > > > 
> > > > > execute bootstrap.1?
> > 
> > > > > 
> > > > > > > Should I modify the step-by-step 
> > > guide?
> > > > 
> > > > > > > 
> > > > > > > Regards,
> > > > Pedro
> > > > 
> > > > > > > >> On February 3, 2019 at 2:32 PM Nikhil 
> > > > Gupta <
> > > 
> > > > > nikhilgupta360...@gmail.com 
> > > mailto:nikhilgupta360...@gmail.com mailto: nikhilgupta360...@gmail.com 
> > > mailto:nikhilgupta360...@gmail.com > wrote:
> > 
> > > > > 
> > > > > > > 
> > > > > > > > > 
> > > > > > > > > 
> > > > > > > >>
> > > >> Hi,
> > > >> This is the same problem which occurred when I first 
> > > install AOO,
> > > >> For bootstraping the project,
> > > >> First you have to completely satisfy all the General
> > > 
> > > > > requirements which is
> > 
> > > > > 
> > > > > > > 
> > > > > > > > > described in this 
> > > > thread-
> > > > > 
> > > > > > > > > 
> > > > > > > 
> > > > > 
> > > https://wiki.openoffice.org/wiki/Documentation/Building_Guide_AOO
> > 
> > > &g

Re: Bootstrap?

2019-02-03 Thread Pedro Lino
Hi again


> What I got to know is that binfilter was disabled to reduce the running
> time in openoffice old versions, so there may be the case of this package
> is removed from the newer versions.Correct me if i am wrong.
> 
So I can ignore this error?


> and for installing libcups use apt-get install libcups2-dev. It worked for
> me.
> 
Thanks! The error message did not help.

I had previously executed

sudo apt-get install g++ gcc bison flex libarchive-zip-perl libcups2-dev \ 
libpam0g-dev gperf libfreetype6-dev libxaw7-dev libfontconfig1-dev \ 
libxrandr-dev patch libgconf2-dev libgnomevfs2-dev ant libgtk2.0-dev \ junit 
junit4 libidl-dev liborbit2-dev openjdk-8-jdk libwww-perl \ libxml-parser-perl 
autoconf libssl-dev libpam-dev libgstreamer\*

which includes libcups2-dev, so I don't know why some libraries were not 
downloaded/installed...

Anyway, I got a bootstrap file and it run without errors!

Thanks!

Cheers,
Pedro



> On Sun, Feb 3, 2019 at 10:01 PM Pedro Lino < pedro.l...@mailbox.org 
> mailto:pedro.l...@mailbox.org > wrote:
> 
> 
> > > 
> > > > > I suggest rerunning the configure script. If 
> > it is successful, a
> > > bootstrap should appear. If not, you need to investigate what 
> > > went wrong
> > > with configure.
> > > 
> > > > > 
> > > 
> > > I get two errors during configure
> > configure: WARNING: unrecognized options: --disable-binfilter
> > and
> > configure: error: cups/cups.h could not be found. libcupsys2-dev or
> > cups???-devel missing?
> > 
> > > 
> > > I tried to install libcupsys2 but got "Unable to locate 
> package
> > libcupsys2-dev
> > 
> > > 
> > > Thanks!
> > 
> > > 
> > > 
> > > > > On 2/3/2019 7:45 AM, Pedro Lino wrote:
> > > 
> > > > > > > Hi Nikhil, all
> > > > 
> > > > > > > 
> > > > > > > I forgot to mention that I'm 
> > > building now (as I did before) under
> > > > 
> > > > > > > 
> > > > > Ubuntu 16.04 x64 so I don't need any dll
> > 
> > > > > 
> > > > > > > Any ideas what happened to 
> > > bootstrap? Should I simply chmod and
> > > > 
> > > > > > > 
> > > > > execute bootstrap.1?
> > 
> > > > > 
> > > > > > > Should I modify the step-by-step 
> > > guide?
> > > > 
> > > > > > > 
> > > > > > > Regards,
> > > > Pedro
> > > > 
> > > > > > > >> On February 3, 2019 at 2:32 PM Nikhil 
> > > > Gupta <
> > > 
> > > > > nikhilgupta360...@gmail.com 
> > > mailto:nikhilgupta360...@gmail.com mailto: nikhilgupta360...@gmail.com 
> > > mailto:nikhilgupta360...@gmail.com > wrote:
> > 
> > > > > 
> > > > > > > 
> > > > > > > > > 
> > > > > > > > > 
> > > > > > > >>
> > > >> Hi,
> > > >> This is the same problem which occurred when I first 
> > > install AOO,
> > > >> For bootstraping the project,
> > > >> First you have to completely satisfy all the General
> > > 
> > > > > requirements which is
> > 
> > > > > 
> > > > > > > 
> > > > > > > > > described in this 
> > > > thread-
> > > > > 
> > > > > > > > > 
> > > > > > > 
> > > > > 
> > > https://wiki.openoffice.org/wiki/Documentation/Building_Guide_AOO
> > 
> > > > > 
>

Re: Bootstrap?

2019-02-03 Thread Nikhil Gupta
Hi,
What I got to know is that binfilter  was disabled to reduce the running
time in openoffice old versions, so there may be the case of this package
is removed from the newer versions.Correct me if i am wrong.
and for installing libcups use apt-get install libcups2-dev. It worked for
me.

On Sun, Feb 3, 2019 at 10:01 PM Pedro Lino  wrote:

> > I suggest rerunning the configure script. If it is successful, a
> > bootstrap should appear. If not, you need to investigate what went wrong
> > with configure.
>
> I get two errors during configure
> configure: WARNING: unrecognized options: --disable-binfilter
> and
> configure: error: cups/cups.h could not be found. libcupsys2-dev or
> cups???-devel missing?
>
> I tried to install libcupsys2 but got "Unable to locate package
> libcupsys2-dev
>
> Thanks!
>
> > On 2/3/2019 7:45 AM, Pedro Lino wrote:
> > > Hi Nikhil, all
> > >
> > > I forgot to mention that I'm building now (as I did before) under
> Ubuntu 16.04 x64 so I don't need any dll
> > > Any ideas what happened to bootstrap? Should I simply chmod and
> execute bootstrap.1?
> > > Should I modify the step-by-step guide?
> > >
> > > Regards,
> > > Pedro
> > >
> > >>  On February 3, 2019 at 2:32 PM Nikhil Gupta <
> nikhilgupta360...@gmail.com mailto:nikhilgupta360...@gmail.com > wrote:
> > >>
> > >>
> > >>  Hi,
> > >>  This is the same problem which occurred when I first install AOO,
> > >>  For bootstraping the project,
> > >>  First you have to completely satisfy all the General
> requirements which is
> > >>  described in this thread-
> > >>
> https://wiki.openoffice.org/wiki/Documentation/Building_Guide_AOO
> > >>
> > >>  especially unowinreg.dll which you have to save
> main/external/unowinreg
> > >>
> > >>  then follow this mail which i followed for configuration
> > >>  Peter Kovacs < pe...@apache.org mailto:pe...@apache.org >
> > >>
> > >>  to dev
> > >>  You need to do something like:
> > >>
> > >>  autoconf
> > >>
> > >>  ./configure
> > >>  --with-epm-url=
> > >>
> https://sourceforge.net/projects/oooextras.mirror/files/epm-3.7.tar.gz
> > >>  --with-dmake-url=
> https://sourceforge.net/projects/oooextras.mirror/files/dmake-4.12.tar.bz2
> > >>  --with-lang="en-US de fr it pt ja"
> > >>  --enable-wiki-publisher
> > >>  --enable-verbose
> > >>  --without-stlport
> > >>  --enable-category-b
> > >>  --enable-opengl
> > >>  --enable-dbus
> > >>  --without-junit
> > >>  --with-package-format="installed archive deb"
> > >>  --enable-bundled-dictionaries
> > >>  --with-vendor=ASF buildbot - NOT FOR RELEASE
> > >>  --with-build-version=%(today)s-Rev.%(got_revision)s
> > >>
> > >>  After that has been finished successfull you can bootstrap
> > >>
> > >>
> > >>
> > >>  On Sun, Feb 3, 2019 at 7:08 PM Pedro Lino <
> pedro.l...@mailbox.org mailto:pedro.l...@mailbox.org > wrote:
> > >>
> > >>
> > >>  > > Hi all
> > >>>
> > >>>  >
> > >>  > > I have built AOO from source in previous
> versions using the step-by-step
> > >>>  guide
> > >>>
> > >>>  > >
> > >>
> > >>  > >
> https://wiki.openoffice.org/wiki/Documentation/Building_Guide_AOO/Step_by_step
> > >>>
> > >>>  >
> > >>  > > Currently (in trunk and all branches from
> > >>>  https://svn.apache.org/repos/asf/openoffice/) there is no
> bootstrap file
> > >>>  (only bootstrap.1 which is not set to execute) so
> > >>>
> > >>>  >
> > >>  > > ./bootstrap
> > >>>
> > >>>  >
> > >>  > > doesn't work. Oddly enough I downloaded build
> 4.1.5 which I build
> > >>>  successfully in the past but it only contains bootstrap.1
> > >>>
> > >>>  >
> > >>  > > Am I missing something?
> > >>>
> > >>>  >
> > >>  > > Regards,
> > >>>  Pedro
> > >>>
> > >>>  >
> > >
> >
> > ---
> > This email has been checked for viruses by AVG.
> > https://www.avg.com
> >
> >
> > -
> > 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: Bootstrap?

2019-02-03 Thread Pedro Lino


> On February 3, 2019 at 4:14 PM Peter Kovacs  wrote:
> 
> 
> The DLL is also an requirement to be there. Somewhere it says why.

Yes, it is required to build the ODK but I'm using the --disable-odk switch (as 
described in the step-by-=step guide)
In any case, I never downloaded that dll in the past and have successfully 
compiled functional Linux x64 installers and binaries

Thanks!

> 
> On 03.02.19 16:45, Pedro Lino wrote:
> > Hi Nikhil, all
> >
> > I forgot to mention that I'm building now (as I did before) under Ubuntu 
> > 16.04 x64 so I don't need any dll
> > Any ideas what happened to bootstrap? Should I simply chmod and execute 
> > bootstrap.1?
> > Should I modify the step-by-step guide?
> >
> > Regards,
> > Pedro
> >
> >> On February 3, 2019 at 2:32 PM Nikhil Gupta < 
> >> nikhilgupta360...@gmail.com mailto:nikhilgupta360...@gmail.com > wrote:
> >>
> >>
> >> Hi,
> >> This is the same problem which occurred when I first install AOO,
> >> For bootstraping the project,
> >> First you have to completely satisfy all the General requirements 
> >> which is
> >> described in this thread-
> >> https://wiki.openoffice.org/wiki/Documentation/Building_Guide_AOO
> >>
> >> especially unowinreg.dll which you have to save main/external/unowinreg
> >>
> >> then follow this mail which i followed for configuration
> >> Peter Kovacs < pe...@apache.org mailto:pe...@apache.org >
> >>
> >> to dev
> >> You need to do something like:
> >>
> >> autoconf
> >>
> >> ./configure
> >> --with-epm-url=
> >> https://sourceforge.net/projects/oooextras.mirror/files/epm-3.7.tar.gz
> >> --with-dmake-url= 
> >> https://sourceforge.net/projects/oooextras.mirror/files/dmake-4.12.tar.bz2
> >> --with-lang="en-US de fr it pt ja"
> >> --enable-wiki-publisher
> >> --enable-verbose
> >> --without-stlport
> >> --enable-category-b
> >> --enable-opengl
> >> --enable-dbus
> >> --without-junit
> >> --with-package-format="installed archive deb"
> >> --enable-bundled-dictionaries
> >> --with-vendor=ASF buildbot - NOT FOR RELEASE
> >> --with-build-version=%(today)s-Rev.%(got_revision)s
> >>
> >> After that has been finished successfull you can bootstrap
> >>
> >>
> >>
> >> On Sun, Feb 3, 2019 at 7:08 PM Pedro Lino < pedro.l...@mailbox.org 
> >> mailto:pedro.l...@mailbox.org > wrote:
> >>
> >>
> >> > > Hi all
> >>> > 
> >> > > I have built AOO from source in previous versions 
> >> using the step-by-step
> >>> guide
> >>>
> >>> > >
> >> > > 
> >> https://wiki.openoffice.org/wiki/Documentation/Building_Guide_AOO/Step_by_step
> >>> > 
> >> > > Currently (in trunk and all branches from
> >>> https://svn.apache.org/repos/asf/openoffice/) there is no 
> >>> bootstrap file
> >>> (only bootstrap.1 which is not set to execute) so
> >>>
> >>> > 
> >> > > ./bootstrap
> >>> > 
> >> > > doesn't work. Oddly enough I downloaded build 4.1.5 
> >> which I build
> >>> successfully in the past but it only contains bootstrap.1
> >>>
> >>> > 
> >> > > Am I missing something?
> >>> > 
> >> > > Regards,
> >>> 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: Bootstrap?

2019-02-03 Thread Pedro Lino
> I suggest rerunning the configure script. If it is successful, a 
> bootstrap should appear. If not, you need to investigate what went wrong 
> with configure.

I get two errors during configure
configure: WARNING: unrecognized options: --disable-binfilter
and
configure: error: cups/cups.h could not be found. libcupsys2-dev or 
cups???-devel missing?

I tried to install libcupsys2 but got "Unable to locate package libcupsys2-dev

Thanks!

> On 2/3/2019 7:45 AM, Pedro Lino wrote:
> > Hi Nikhil, all
> > 
> > I forgot to mention that I'm building now (as I did before) under Ubuntu 
> > 16.04 x64 so I don't need any dll
> > Any ideas what happened to bootstrap? Should I simply chmod and execute 
> > bootstrap.1?
> > Should I modify the step-by-step guide?
> > 
> > Regards,
> > Pedro
> > 
> >>  On February 3, 2019 at 2:32 PM Nikhil Gupta < 
> >> nikhilgupta360...@gmail.com mailto:nikhilgupta360...@gmail.com > wrote:
> >>
> >>
> >>  Hi,
> >>  This is the same problem which occurred when I first install AOO,
> >>  For bootstraping the project,
> >>  First you have to completely satisfy all the General requirements 
> >> which is
> >>  described in this thread-
> >>  https://wiki.openoffice.org/wiki/Documentation/Building_Guide_AOO
> >>
> >>  especially unowinreg.dll which you have to save 
> >> main/external/unowinreg
> >>
> >>  then follow this mail which i followed for configuration
> >>  Peter Kovacs < pe...@apache.org mailto:pe...@apache.org >
> >>
> >>  to dev
> >>  You need to do something like:
> >>
> >>  autoconf
> >>
> >>  ./configure
> >>  --with-epm-url=
> >>  https://sourceforge.net/projects/oooextras.mirror/files/epm-3.7.tar.gz
> >>  --with-dmake-url= 
> >> https://sourceforge.net/projects/oooextras.mirror/files/dmake-4.12.tar.bz2
> >>  --with-lang="en-US de fr it pt ja"
> >>  --enable-wiki-publisher
> >>  --enable-verbose
> >>  --without-stlport
> >>  --enable-category-b
> >>  --enable-opengl
> >>  --enable-dbus
> >>  --without-junit
> >>  --with-package-format="installed archive deb"
> >>  --enable-bundled-dictionaries
> >>  --with-vendor=ASF buildbot - NOT FOR RELEASE
> >>  --with-build-version=%(today)s-Rev.%(got_revision)s
> >>
> >>  After that has been finished successfull you can bootstrap
> >>
> >>
> >>
> >>  On Sun, Feb 3, 2019 at 7:08 PM Pedro Lino < pedro.l...@mailbox.org 
> >> mailto:pedro.l...@mailbox.org > wrote:
> >>
> >>
> >>  > > Hi all
> >>>
> >>>  >
> >>  > > I have built AOO from source in previous versions 
> >> using the step-by-step
> >>>  guide
> >>>
> >>>  > >
> >>
> >>  > > 
> >> https://wiki.openoffice.org/wiki/Documentation/Building_Guide_AOO/Step_by_step
> >>>
> >>>  >
> >>  > > Currently (in trunk and all branches from
> >>>  https://svn.apache.org/repos/asf/openoffice/) there is no 
> >>> bootstrap file
> >>>  (only bootstrap.1 which is not set to execute) so
> >>>
> >>>  >
> >>  > > ./bootstrap
> >>>
> >>>  >
> >>  > > doesn't work. Oddly enough I downloaded build 4.1.5 
> >> which I build
> >>>  successfully in the past but it only contains bootstrap.1
> >>>
> >>>  >
> >>  > > Am I missing something?
> >>>
> >>>  >
> >>  > > Regards,
> >>>  Pedro
> >>>
> >>>  >
> > 
> 
> ---
> This email has been checked for viruses by AVG.
> https://www.avg.com
> 
> 
> -
> 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: Bootstrap?

2019-02-03 Thread Peter Kovacs
The DLL is also an requirement to be there. Somewhere it says why.

On 03.02.19 16:45, Pedro Lino wrote:
> Hi Nikhil, all
>
> I forgot to mention that I'm building now (as I did before) under Ubuntu 
> 16.04 x64 so I don't need any dll
> Any ideas what happened to bootstrap? Should I simply chmod and execute 
> bootstrap.1?
> Should I modify the step-by-step guide?
>
> Regards,
> Pedro
>
>> On February 3, 2019 at 2:32 PM Nikhil Gupta < 
>> nikhilgupta360...@gmail.com mailto:nikhilgupta360...@gmail.com > wrote:
>>
>>
>> Hi,
>> This is the same problem which occurred when I first install AOO,
>> For bootstraping the project,
>> First you have to completely satisfy all the General requirements which 
>> is
>> described in this thread-
>> https://wiki.openoffice.org/wiki/Documentation/Building_Guide_AOO
>>
>> especially unowinreg.dll which you have to save main/external/unowinreg
>>
>> then follow this mail which i followed for configuration
>> Peter Kovacs < pe...@apache.org mailto:pe...@apache.org >
>>
>> to dev
>> You need to do something like:
>>
>> autoconf
>>
>> ./configure
>> --with-epm-url=
>> https://sourceforge.net/projects/oooextras.mirror/files/epm-3.7.tar.gz
>> --with-dmake-url= 
>> https://sourceforge.net/projects/oooextras.mirror/files/dmake-4.12.tar.bz2
>> --with-lang="en-US de fr it pt ja"
>> --enable-wiki-publisher
>> --enable-verbose
>> --without-stlport
>> --enable-category-b
>> --enable-opengl
>> --enable-dbus
>> --without-junit
>> --with-package-format="installed archive deb"
>> --enable-bundled-dictionaries
>> --with-vendor=ASF buildbot - NOT FOR RELEASE
>> --with-build-version=%(today)s-Rev.%(got_revision)s
>>
>> After that has been finished successfull you can bootstrap
>>
>>
>>
>> On Sun, Feb 3, 2019 at 7:08 PM Pedro Lino < pedro.l...@mailbox.org 
>> mailto:pedro.l...@mailbox.org > wrote:
>>
>>
>> > > Hi all
>>> > 
>> > > I have built AOO from source in previous versions using 
>> the step-by-step
>>> guide
>>>
>>> > >
>> > > 
>> https://wiki.openoffice.org/wiki/Documentation/Building_Guide_AOO/Step_by_step
>>> > 
>> > > Currently (in trunk and all branches from
>>> https://svn.apache.org/repos/asf/openoffice/) there is no bootstrap 
>>> file
>>> (only bootstrap.1 which is not set to execute) so
>>>
>>> > 
>> > > ./bootstrap
>>> > 
>> > > doesn't work. Oddly enough I downloaded build 4.1.5 
>> which I build
>>> successfully in the past but it only contains bootstrap.1
>>>
>>> > 
>> > > Am I missing something?
>>> > 
>> > > Regards,
>>> Pedro
>>>
>>> > 

-
To unsubscribe, e-mail: dev-unsubscr...@openoffice.apache.org
For additional commands, e-mail: dev-h...@openoffice.apache.org



Re: Bootstrap?

2019-02-03 Thread Patricia Shanahan
I suggest rerunning the configure script. If it is successful, a 
bootstrap should appear. If not, you need to investigate what went wrong 
with configure.


On 2/3/2019 7:45 AM, Pedro Lino wrote:

Hi Nikhil, all

I forgot to mention that I'm building now (as I did before) under Ubuntu 16.04 
x64 so I don't need any dll
Any ideas what happened to bootstrap? Should I simply chmod and execute 
bootstrap.1?
Should I modify the step-by-step guide?

Regards,
Pedro


 On February 3, 2019 at 2:32 PM Nikhil Gupta < nikhilgupta360...@gmail.com 
mailto:nikhilgupta360...@gmail.com > wrote:


 Hi,
 This is the same problem which occurred when I first install AOO,
 For bootstraping the project,
 First you have to completely satisfy all the General requirements which is
 described in this thread-
 https://wiki.openoffice.org/wiki/Documentation/Building_Guide_AOO

 especially unowinreg.dll which you have to save main/external/unowinreg

 then follow this mail which i followed for configuration
 Peter Kovacs < pe...@apache.org mailto:pe...@apache.org >

 to dev
 You need to do something like:

 autoconf

 ./configure
 --with-epm-url=
 https://sourceforge.net/projects/oooextras.mirror/files/epm-3.7.tar.gz
 --with-dmake-url= 
https://sourceforge.net/projects/oooextras.mirror/files/dmake-4.12.tar.bz2
 --with-lang="en-US de fr it pt ja"
 --enable-wiki-publisher
 --enable-verbose
 --without-stlport
 --enable-category-b
 --enable-opengl
 --enable-dbus
 --without-junit
 --with-package-format="installed archive deb"
 --enable-bundled-dictionaries
 --with-vendor=ASF buildbot - NOT FOR RELEASE
 --with-build-version=%(today)s-Rev.%(got_revision)s

 After that has been finished successfull you can bootstrap



 On Sun, Feb 3, 2019 at 7:08 PM Pedro Lino < pedro.l...@mailbox.org 
mailto:pedro.l...@mailbox.org > wrote:


 > > Hi all


 >

 > > I have built AOO from source in previous versions using 
the step-by-step

 guide

 > >


 > > 
https://wiki.openoffice.org/wiki/Documentation/Building_Guide_AOO/Step_by_step


 >

 > > Currently (in trunk and all branches from

 https://svn.apache.org/repos/asf/openoffice/) there is no bootstrap 
file
     (only bootstrap.1 which is not set to execute) so

 >

 > > ./bootstrap


 >

 > > doesn't work. Oddly enough I downloaded build 4.1.5 which 
I build

 successfully in the past but it only contains bootstrap.1

 >

 > > Am I missing something?


 >

 > > Regards,

 Pedro

 >




---
This email has been checked for viruses by AVG.
https://www.avg.com


-
To unsubscribe, e-mail: dev-unsubscr...@openoffice.apache.org
For additional commands, e-mail: dev-h...@openoffice.apache.org



Re: Bootstrap?

2019-02-03 Thread Pedro Lino
Hi Nikhil, all

I forgot to mention that I'm building now (as I did before) under Ubuntu 16.04 
x64 so I don't need any dll
Any ideas what happened to bootstrap? Should I simply chmod and execute 
bootstrap.1?
Should I modify the step-by-step guide?

Regards,
Pedro

> On February 3, 2019 at 2:32 PM Nikhil Gupta < nikhilgupta360...@gmail.com 
> mailto:nikhilgupta360...@gmail.com > wrote:
> 
> 
> Hi,
> This is the same problem which occurred when I first install AOO,
> For bootstraping the project,
> First you have to completely satisfy all the General requirements which is
> described in this thread-
> https://wiki.openoffice.org/wiki/Documentation/Building_Guide_AOO
> 
> especially unowinreg.dll which you have to save main/external/unowinreg
> 
> then follow this mail which i followed for configuration
> Peter Kovacs < pe...@apache.org mailto:pe...@apache.org >
> 
> to dev
> You need to do something like:
> 
> autoconf
> 
> ./configure
> --with-epm-url=
> https://sourceforge.net/projects/oooextras.mirror/files/epm-3.7.tar.gz
> --with-dmake-url= 
> https://sourceforge.net/projects/oooextras.mirror/files/dmake-4.12.tar.bz2
> --with-lang="en-US de fr it pt ja"
> --enable-wiki-publisher
> --enable-verbose
> --without-stlport
> --enable-category-b
> --enable-opengl
> --enable-dbus
> --without-junit
> --with-package-format="installed archive deb"
> --enable-bundled-dictionaries
> --with-vendor=ASF buildbot - NOT FOR RELEASE
> --with-build-version=%(today)s-Rev.%(got_revision)s
> 
> After that has been finished successfull you can bootstrap
> 
> 
> 
> On Sun, Feb 3, 2019 at 7:08 PM Pedro Lino < pedro.l...@mailbox.org 
> mailto:pedro.l...@mailbox.org > wrote:
> 
> 
> > > Hi all
> > 
> > > 
> > > I have built AOO from source in previous versions using 
> the step-by-step
> > guide
> > 
> > > >
> 
>     > > 
> https://wiki.openoffice.org/wiki/Documentation/Building_Guide_AOO/Step_by_step
> > 
> > > 
> > > Currently (in trunk and all branches from
> > https://svn.apache.org/repos/asf/openoffice/) there is no bootstrap 
> > file
> > (only bootstrap.1 which is not set to execute) so
> > 
> > > 
> > > ./bootstrap
> > 
> > > 
> > > doesn't work. Oddly enough I downloaded build 4.1.5 which 
> I build
> > successfully in the past but it only contains bootstrap.1
> > 
> > > 
> > > Am I missing something?
> > 
> > > 
> > > Regards,
> > Pedro
> > 
> > > 


Re: Bootstrap?

2019-02-03 Thread Nikhil Gupta
Hi,
This is the same problem which occurred when I first install AOO,
For bootstraping the project,
First you have to completely satisfy all the General requirements  which is
described in this thread-
https://wiki.openoffice.org/wiki/Documentation/Building_Guide_AOO

especially unowinreg.dll which you have to save main/external/unowinreg

then follow this mail which i followed for configuration
Peter Kovacs 

 to dev
You need to do something like:

autoconf

./configure
--with-epm-url=
https://sourceforge.net/projects/oooextras.mirror/files/epm-3.7.tar.gz
--with-dmake-url=https://sourceforge.net/projects/oooextras.mirror/files/dmake-4.12.tar.bz2
--with-lang="en-US de fr it pt ja"
--enable-wiki-publisher
--enable-verbose
--without-stlport
--enable-category-b
--enable-opengl
--enable-dbus
--without-junit
--with-package-format="installed archive deb"
--enable-bundled-dictionaries
--with-vendor=ASF buildbot - NOT FOR RELEASE
--with-build-version=%(today)s-Rev.%(got_revision)s

After that has been finished successfull you can bootstrap



On Sun, Feb 3, 2019 at 7:08 PM Pedro Lino  wrote:

> Hi all
>
> I have built AOO from source in previous versions using the step-by-step
> guide
>
>
> https://wiki.openoffice.org/wiki/Documentation/Building_Guide_AOO/Step_by_step
>
> Currently (in trunk and all branches from
> https://svn.apache.org/repos/asf/openoffice/) there is no bootstrap file
> (only bootstrap.1 which is not set to execute) so
>
> ./bootstrap
>
> doesn't work. Oddly enough I downloaded build 4.1.5 which I build
> successfully in the past but it only contains bootstrap.1
>
> Am I missing something?
>
> Regards,
> Pedro
>


Bootstrap?

2019-02-03 Thread Pedro Lino
Hi all

I have built AOO from source in previous versions using the step-by-step guide

https://wiki.openoffice.org/wiki/Documentation/Building_Guide_AOO/Step_by_step

Currently (in trunk and all branches from 
https://svn.apache.org/repos/asf/openoffice/) there is no bootstrap file (only 
bootstrap.1 which is not set to execute) so

./bootstrap

doesn't work. Oddly enough I downloaded build 4.1.5 which I build successfully 
in the past but it only contains bootstrap.1

Am I missing something?

Regards,
Pedro


Re: Download Junit and Hamcrest in ./bootstrap?

2016-12-31 Thread Kay Schenk
On Sat, Dec 31, 2016 at 2:53 AM, Damjan Jovanovic  wrote:

> Hi Kay
>
> Why did you delete hamcrest from configure.ac in r1757861?
>
> It's essential: (recent) Junit doesn't work without it, and at least
> subsequent tests can't run!
>
> I will be adding it back soon if there are no objections.
>
> Regards
> Damjan
>

​I think I did this because at the time, all the buildbots were failing
with this additional requirement, and I just wanted to get back to using
whatever version of Junit was supplied by default on the build systems --
probably a lower version than what you had spec'd as I recall. We had been
adequately testing with Junit 4.12 once upon a time which is what I had in
my config options without the additional explicit Hamcrest version and what
successfully allowed for testing with Junit 4.12. It seems most installs of
Junit already have SOME Hamcrest available without explicitly using this
requirement.
​


>
>
> On Mon, Aug 22, 2016 at 10:53 PM, Kay Schenk  wrote:
>
>>
>> On 08/20/2016 03:18 PM, Kay sch...@apache.org wrote:
>> >
>> > On 08/18/2016 02:00 PM, Kay Schenk wrote:
>> >>
>> >>
>> >> On 08/17/2016 04:37 PM, Don Lewis wrote:
>> >>> On 12 Aug, Damjan Jovanovic wrote:
>>  Sadly it's not that simple: Junit builds with Maven, and Hamcrest
>> with
>>  Gradle.
>> 
>>  Is it ok to download the binaries, or is only source code allowed
>> under
>>  ext_sources?
>> >>>
>> >>> I think it would be misleading because of the directory name.
>> Dragging
>> >>> in extra dependencies just to build the .jar files seems like a waste.
>> >>> Downloading everything to one directory would make life easier, so it
>> is
>> >>> too bad about the name.
>> >>>
>> >>> The description for OOO Extras on Sourceforge says this:
>> >>>
>> >>>   A space to store classic OOo dependencies that cannot be easily
>> >>>   redistributed in Apache OpenOffice's SVN tree,
>> >>>
>> >>>   Initially this was meant for copyleft tarballs only but it is also
>> >>>   pretty handy to mirror other file dependencies.
>> >>>
>> >>> Since ext_sources isn't distributed in the source archives for
>> >>> releases, checking even non-copyleft source tarballs into svn under
>> that
>> >>> directory only helps people who are building from sources checkout out
>> >>> via svn.
>> >>
>> >> Do we know if the current buildbots have ANY version of Junit or
>> >> Hamcrest installed? As near as I could determine, our "last" published
>> >> version requirement for Junit was junit-4.10:
>> >>
>> >> https://wiki.openoffice.org/wiki/QA/test_automation_guide#Pr
>> erequisites_2
>> >>
>> >>
>> >> Or, it might be better to request direct access to the buildbots for
>> >> this kind of installation.
>> >>
>> >>
>> >>
>> >
>> > We can request installation of packs on the buildbot but they need to be
>> > in the form of deb packages.
>> >
>> > I found hamcrest here: https://mirror.hmc.edu/ubuntu/pool/main/libh/
>> > and junit4 here: https://mirror.hmc.edu/ubuntu/pool/main/j/junit4/
>> >
>> > from Ubuntu repos. @Damjan: can you provide a combination that would
>> work?
>> >
>> >
>>
>> I will work with infra on getting these installed on the Linux buildbots
>> we're using. I don't think trying to build/load them locally would be
>> very easy really. I ran through the tests using command line
>> instructions from:
>> https://wiki.openoffice.org/wiki/QA/test_automation_guide
>>
>> We really do need this testing, and I don't see any tests set up for
>> Base, so we need to work on that.
>>
>> --
>> 
>> MzK
>>
>> "Time spent with cats is never wasted."
>>-- Sigmund Freud
>>
>> -
>> To unsubscribe, e-mail: dev-unsubscr...@openoffice.apache.org
>> For additional commands, e-mail: dev-h...@openoffice.apache.org
>>
>>
>


-- 
--
Kay Schenk
Apache OpenOffice

"Things work out best for those who make
 the best of the way things work out."
   -- John Wooden


Re: Download Junit and Hamcrest in ./bootstrap?

2016-12-31 Thread Damjan Jovanovic
Hi Kay

Why did you delete hamcrest from configure.ac in r1757861?

It's essential: (recent) Junit doesn't work without it, and at least
subsequent tests can't run!

I will be adding it back soon if there are no objections.

Regards
Damjan


On Mon, Aug 22, 2016 at 10:53 PM, Kay Schenk  wrote:

>
> On 08/20/2016 03:18 PM, Kay sch...@apache.org wrote:
> >
> > On 08/18/2016 02:00 PM, Kay Schenk wrote:
> >>
> >>
> >> On 08/17/2016 04:37 PM, Don Lewis wrote:
> >>> On 12 Aug, Damjan Jovanovic wrote:
>  Sadly it's not that simple: Junit builds with Maven, and Hamcrest with
>  Gradle.
> 
>  Is it ok to download the binaries, or is only source code allowed
> under
>  ext_sources?
> >>>
> >>> I think it would be misleading because of the directory name.  Dragging
> >>> in extra dependencies just to build the .jar files seems like a waste.
> >>> Downloading everything to one directory would make life easier, so it
> is
> >>> too bad about the name.
> >>>
> >>> The description for OOO Extras on Sourceforge says this:
> >>>
> >>>   A space to store classic OOo dependencies that cannot be easily
> >>>   redistributed in Apache OpenOffice's SVN tree,
> >>>
> >>>   Initially this was meant for copyleft tarballs only but it is also
> >>>   pretty handy to mirror other file dependencies.
> >>>
> >>> Since ext_sources isn't distributed in the source archives for
> >>> releases, checking even non-copyleft source tarballs into svn under
> that
> >>> directory only helps people who are building from sources checkout out
> >>> via svn.
> >>
> >> Do we know if the current buildbots have ANY version of Junit or
> >> Hamcrest installed? As near as I could determine, our "last" published
> >> version requirement for Junit was junit-4.10:
> >>
> >> https://wiki.openoffice.org/wiki/QA/test_automation_guide#
> Prerequisites_2
> >>
> >>
> >> Or, it might be better to request direct access to the buildbots for
> >> this kind of installation.
> >>
> >>
> >>
> >
> > We can request installation of packs on the buildbot but they need to be
> > in the form of deb packages.
> >
> > I found hamcrest here: https://mirror.hmc.edu/ubuntu/pool/main/libh/
> > and junit4 here: https://mirror.hmc.edu/ubuntu/pool/main/j/junit4/
> >
> > from Ubuntu repos. @Damjan: can you provide a combination that would
> work?
> >
> >
>
> I will work with infra on getting these installed on the Linux buildbots
> we're using. I don't think trying to build/load them locally would be
> very easy really. I ran through the tests using command line
> instructions from:
> https://wiki.openoffice.org/wiki/QA/test_automation_guide
>
> We really do need this testing, and I don't see any tests set up for
> Base, so we need to work on that.
>
> --
> 
> MzK
>
> "Time spent with cats is never wasted."
>-- Sigmund Freud
>
> -
> To unsubscribe, e-mail: dev-unsubscr...@openoffice.apache.org
> For additional commands, e-mail: dev-h...@openoffice.apache.org
>
>


Re: Missing files running bootstrap

2016-12-29 Thread Phillip Rhodes
OK, I tried the gtest file from GitHub and while the Bootstrap
finishes with no errors, the actual build fails on gtest later on.
However, I found an older thread on this subject and found that Andrea
uploaded the old file to OOO extras.   I'll switch my build to use
that, and hopefully all will be good.


Phil

This message optimized for indexing by NSA PRISM


On Thu, Dec 29, 2016 at 11:10 PM, Phillip Rhodes
 wrote:
> OK, I have a different error now.  After running the configure script
> and sourcing the environment variables script, I try running ./bootstrap
> in the 'main' directory.  I get this:
>
> ignoring CoinMP-1.7.6.tgz because its prerequisites are not fulfilled
> ignoring crosextrafonts-carlito-20130920.tar.gz because its
> prerequisites are not fulfilled
> ignoring gentiumbasic-fonts-1.10.zip because its prerequisites are not 
> fulfilled
> ignoring hyphen-2.7.1.tar.gz because its prerequisites are not fulfilled
> ignoring hunspell-1.3.2.tar.gz because its prerequisites are not fulfilled
> ignoring rhino1_7R3.zip because its prerequisites are not fulfilled
> ignoring nss-3.14.4-with-nspr-4.9.5.tar.gz because its prerequisites
> are not fulfilled
> ignoring LICENSE_source-9.0.0.7-bj.html because its prerequisites are
> not fulfilled
> ignoring README_source-9.0.0.7-bj.txt because its prerequisites are
> not fulfilled
> ignoring source-9.0.0.7-bj.zip because its prerequisites are not fulfilled
> ignoring README_silgraphite-2.3.1.txt because its prerequisites are
> not fulfilled
> ignoring silgraphite-2.3.1.tar.gz because its prerequisites are not fulfilled
> downloading 2 missing tar balls to
> /home/prhodes/development/projects/upstream_oss/apache/openoffice/ext_sources
> downloading to 
> /home/prhodes/development/projects/upstream_oss/apache/openoffice/ext_sources/2d6ec8ccdf5c46b05ba54a9fd1d130d7-gtest-1.7
> .0.zip.part
> download from http://googletest.googlecode.com/files/gtest-1.7.0.zip
> failed (404 Not Found)
>download failed
> downloading to 
> /home/prhodes/development/projects/upstream_oss/apache/openoffice/ext_sources/ec1941a74d3ef513c4ce57a9092b74e1-bsh-2.0b5
> -src.zip.part
> download from 
> http://svn.codespot.com/a/apache-extras.org/beanshell/src_releases/bsh-2.0b5-src.zip
> failed (404 Not Found)
>download failed
> some needed files could not be downloaded! at
> /home/prhodes/development/projects/upstream_oss/apache/openoffice/main/solenv/bin/downloa
> d_external_dependencies.pl line 492, <$in> line 343.
> *** Error downloading external dependencies, please fix the previous
> problems and try again ***
>
> The 404 errors suggest to me that those files simply are not available
> at the specified locations.  What should be done about that?
>
>
> Phil
>
>
>
> This message optimized for indexing by NSA PRISM

-
To unsubscribe, e-mail: dev-unsubscr...@openoffice.apache.org
For additional commands, e-mail: dev-h...@openoffice.apache.org



Re: Missing files running bootstrap

2016-12-29 Thread Phillip Rhodes
OK, I updated the URL for that gtest library and got past that error.
On the beanshell thing, it seems that this URL:

http://svn.codespot.com/a/apache-extras.org/beanshell/src_releases/bsh-2.0b5-src.zip

is also no longer valid.  It seems to be a Google controlled domain
and all URl's on that domain return a 404.

This also seems to now live on Github instead, and after replacing the
URL with this one (and updating the MD5 hash) it seems to work.

https://github.com/beanshell/beanshell/releases/download/2.0b6/bsh-2.0b6-src.zip


Phil

This message optimized for indexing by NSA PRISM


On Thu, Dec 29, 2016 at 11:15 PM, Phillip Rhodes
 wrote:
> Hmm... for gtest, it looks like the issue is that the Google Code repo
> now just redirects to GitHub so the old URL is no longer valid.  Is
> the file that we were pulling down a src bundle?  If so, it looks like
> we could probably just switch that URL to
>
> https://github.com/google/googletest/archive/release-1.7.0.zip
>
>
> Phil
>
> This message optimized for indexing by NSA PRISM
>
>
> On Thu, Dec 29, 2016 at 11:10 PM, Phillip Rhodes
>  wrote:
>> OK, I have a different error now.  After running the configure script
>> and sourcing the environment variables script, I try running ./bootstrap
>> in the 'main' directory.  I get this:
>>
>> ignoring CoinMP-1.7.6.tgz because its prerequisites are not fulfilled
>> ignoring crosextrafonts-carlito-20130920.tar.gz because its
>> prerequisites are not fulfilled
>> ignoring gentiumbasic-fonts-1.10.zip because its prerequisites are not 
>> fulfilled
>> ignoring hyphen-2.7.1.tar.gz because its prerequisites are not fulfilled
>> ignoring hunspell-1.3.2.tar.gz because its prerequisites are not fulfilled
>> ignoring rhino1_7R3.zip because its prerequisites are not fulfilled
>> ignoring nss-3.14.4-with-nspr-4.9.5.tar.gz because its prerequisites
>> are not fulfilled
>> ignoring LICENSE_source-9.0.0.7-bj.html because its prerequisites are
>> not fulfilled
>> ignoring README_source-9.0.0.7-bj.txt because its prerequisites are
>> not fulfilled
>> ignoring source-9.0.0.7-bj.zip because its prerequisites are not fulfilled
>> ignoring README_silgraphite-2.3.1.txt because its prerequisites are
>> not fulfilled
>> ignoring silgraphite-2.3.1.tar.gz because its prerequisites are not fulfilled
>> downloading 2 missing tar balls to
>> /home/prhodes/development/projects/upstream_oss/apache/openoffice/ext_sources
>> downloading to 
>> /home/prhodes/development/projects/upstream_oss/apache/openoffice/ext_sources/2d6ec8ccdf5c46b05ba54a9fd1d130d7-gtest-1.7
>> .0.zip.part
>> download from http://googletest.googlecode.com/files/gtest-1.7.0.zip
>> failed (404 Not Found)
>>download failed
>> downloading to 
>> /home/prhodes/development/projects/upstream_oss/apache/openoffice/ext_sources/ec1941a74d3ef513c4ce57a9092b74e1-bsh-2.0b5
>> -src.zip.part
>> download from 
>> http://svn.codespot.com/a/apache-extras.org/beanshell/src_releases/bsh-2.0b5-src.zip
>> failed (404 Not Found)
>>download failed
>> some needed files could not be downloaded! at
>> /home/prhodes/development/projects/upstream_oss/apache/openoffice/main/solenv/bin/downloa
>> d_external_dependencies.pl line 492, <$in> line 343.
>> *** Error downloading external dependencies, please fix the previous
>> problems and try again ***
>>
>> The 404 errors suggest to me that those files simply are not available
>> at the specified locations.  What should be done about that?
>>
>>
>> Phil
>>
>>
>>
>> This message optimized for indexing by NSA PRISM

-
To unsubscribe, e-mail: dev-unsubscr...@openoffice.apache.org
For additional commands, e-mail: dev-h...@openoffice.apache.org



Missing files running bootstrap

2016-12-29 Thread Phillip Rhodes
OK, I have a different error now.  After running the configure script
and sourcing the environment variables script, I try running ./bootstrap
in the 'main' directory.  I get this:

ignoring CoinMP-1.7.6.tgz because its prerequisites are not fulfilled
ignoring crosextrafonts-carlito-20130920.tar.gz because its
prerequisites are not fulfilled
ignoring gentiumbasic-fonts-1.10.zip because its prerequisites are not fulfilled
ignoring hyphen-2.7.1.tar.gz because its prerequisites are not fulfilled
ignoring hunspell-1.3.2.tar.gz because its prerequisites are not fulfilled
ignoring rhino1_7R3.zip because its prerequisites are not fulfilled
ignoring nss-3.14.4-with-nspr-4.9.5.tar.gz because its prerequisites
are not fulfilled
ignoring LICENSE_source-9.0.0.7-bj.html because its prerequisites are
not fulfilled
ignoring README_source-9.0.0.7-bj.txt because its prerequisites are
not fulfilled
ignoring source-9.0.0.7-bj.zip because its prerequisites are not fulfilled
ignoring README_silgraphite-2.3.1.txt because its prerequisites are
not fulfilled
ignoring silgraphite-2.3.1.tar.gz because its prerequisites are not fulfilled
downloading 2 missing tar balls to
/home/prhodes/development/projects/upstream_oss/apache/openoffice/ext_sources
downloading to 
/home/prhodes/development/projects/upstream_oss/apache/openoffice/ext_sources/2d6ec8ccdf5c46b05ba54a9fd1d130d7-gtest-1.7
.0.zip.part
download from http://googletest.googlecode.com/files/gtest-1.7.0.zip
failed (404 Not Found)
   download failed
downloading to 
/home/prhodes/development/projects/upstream_oss/apache/openoffice/ext_sources/ec1941a74d3ef513c4ce57a9092b74e1-bsh-2.0b5
-src.zip.part
download from 
http://svn.codespot.com/a/apache-extras.org/beanshell/src_releases/bsh-2.0b5-src.zip
failed (404 Not Found)
   download failed
some needed files could not be downloaded! at
/home/prhodes/development/projects/upstream_oss/apache/openoffice/main/solenv/bin/downloa
d_external_dependencies.pl line 492, <$in> line 343.
*** Error downloading external dependencies, please fix the previous
problems and try again ***

The 404 errors suggest to me that those files simply are not available
at the specified locations.  What should be done about that?


Phil



This message optimized for indexing by NSA PRISM

-
To unsubscribe, e-mail: dev-unsubscr...@openoffice.apache.org
For additional commands, e-mail: dev-h...@openoffice.apache.org



Re: Missing files running bootstrap

2016-12-29 Thread Phillip Rhodes
Hmm... for gtest, it looks like the issue is that the Google Code repo
now just redirects to GitHub so the old URL is no longer valid.  Is
the file that we were pulling down a src bundle?  If so, it looks like
we could probably just switch that URL to

https://github.com/google/googletest/archive/release-1.7.0.zip


Phil

This message optimized for indexing by NSA PRISM


On Thu, Dec 29, 2016 at 11:10 PM, Phillip Rhodes
 wrote:
> OK, I have a different error now.  After running the configure script
> and sourcing the environment variables script, I try running ./bootstrap
> in the 'main' directory.  I get this:
>
> ignoring CoinMP-1.7.6.tgz because its prerequisites are not fulfilled
> ignoring crosextrafonts-carlito-20130920.tar.gz because its
> prerequisites are not fulfilled
> ignoring gentiumbasic-fonts-1.10.zip because its prerequisites are not 
> fulfilled
> ignoring hyphen-2.7.1.tar.gz because its prerequisites are not fulfilled
> ignoring hunspell-1.3.2.tar.gz because its prerequisites are not fulfilled
> ignoring rhino1_7R3.zip because its prerequisites are not fulfilled
> ignoring nss-3.14.4-with-nspr-4.9.5.tar.gz because its prerequisites
> are not fulfilled
> ignoring LICENSE_source-9.0.0.7-bj.html because its prerequisites are
> not fulfilled
> ignoring README_source-9.0.0.7-bj.txt because its prerequisites are
> not fulfilled
> ignoring source-9.0.0.7-bj.zip because its prerequisites are not fulfilled
> ignoring README_silgraphite-2.3.1.txt because its prerequisites are
> not fulfilled
> ignoring silgraphite-2.3.1.tar.gz because its prerequisites are not fulfilled
> downloading 2 missing tar balls to
> /home/prhodes/development/projects/upstream_oss/apache/openoffice/ext_sources
> downloading to 
> /home/prhodes/development/projects/upstream_oss/apache/openoffice/ext_sources/2d6ec8ccdf5c46b05ba54a9fd1d130d7-gtest-1.7
> .0.zip.part
> download from http://googletest.googlecode.com/files/gtest-1.7.0.zip
> failed (404 Not Found)
>download failed
> downloading to 
> /home/prhodes/development/projects/upstream_oss/apache/openoffice/ext_sources/ec1941a74d3ef513c4ce57a9092b74e1-bsh-2.0b5
> -src.zip.part
> download from 
> http://svn.codespot.com/a/apache-extras.org/beanshell/src_releases/bsh-2.0b5-src.zip
> failed (404 Not Found)
>download failed
> some needed files could not be downloaded! at
> /home/prhodes/development/projects/upstream_oss/apache/openoffice/main/solenv/bin/downloa
> d_external_dependencies.pl line 492, <$in> line 343.
> *** Error downloading external dependencies, please fix the previous
> problems and try again ***
>
> The 404 errors suggest to me that those files simply are not available
> at the specified locations.  What should be done about that?
>
>
> Phil
>
>
>
> This message optimized for indexing by NSA PRISM

-
To unsubscribe, e-mail: dev-unsubscr...@openoffice.apache.org
For additional commands, e-mail: dev-h...@openoffice.apache.org



Re: serf has wrong download link in the bootstrap

2016-11-30 Thread Raphael Bircher

Hi Pedro

Thanks for fixing this

Regards Raphael


Am 11/30/2016 um 5:02 PM schrieb Pedro Giffuni:

Fixed in r1772065.

FWIW, I think it was not visible, as in breaking the build, because it
was falling back to the sourceforge site.

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: serf has wrong download link in the bootstrap

2016-11-30 Thread Pedro Giffuni

Fixed in r1772065.

FWIW, I think it was not visible, as in breaking the build, because it
was falling back to the sourceforge site.

Pedro.

-
To unsubscribe, e-mail: dev-unsubscr...@openoffice.apache.org
For additional commands, e-mail: dev-h...@openoffice.apache.org



Re: serf has wrong download link in the bootstrap

2016-11-29 Thread Raphael Bircher

Hi Andrea, *


Am 11/29/2016 um 10:49 PM schrieb Andrea Pescetti:

On 28/11/2016 Raphael Bircher wrote:

Serf is not downloaded during the bootstrap. Is this allready a known
issue?


No, but I see you managed to build. Did you have to use any particular 
workarounds?
No, I think the issue dosen't affect Ubuntu. Ubuntu use probabily the 
sernf from the system. But the Issue exist for sure. I tested it 
manualy, and I get a 404 Error on the download link. I found this issue 
only because I checkt the log after bootstrap.


Regards, Raphael

-
To unsubscribe, e-mail: dev-unsubscr...@openoffice.apache.org
For additional commands, e-mail: dev-h...@openoffice.apache.org



Re: serf has wrong download link in the bootstrap

2016-11-29 Thread Andrea Pescetti

On 28/11/2016 Raphael Bircher wrote:

Serf is not downloaded during the bootstrap. Is this allready a known
issue?


No, but I see you managed to build. Did you have to use any particular 
workarounds?


Regards,
  Andrea.

-
To unsubscribe, e-mail: dev-unsubscr...@openoffice.apache.org
For additional commands, e-mail: dev-h...@openoffice.apache.org



serf has wrong download link in the bootstrap

2016-11-28 Thread Raphael Bircher

Hi all

Serf is not downloaded during the bootstrap. Is this allready a known issue?

Regards Raphael


-
To unsubscribe, e-mail: dev-unsubscr...@openoffice.apache.org
For additional commands, e-mail: dev-h...@openoffice.apache.org



Re: Github mirror (Re: Bootstrap fails)

2016-09-29 Thread Ariel Constenla-Haile
On Wed, Sep 28, 2016 at 10:19:50AM +0200, Andrea Pescetti wrote:
> Gavin McDonald wrote:
> >>From: Andrea Pescetti
> >>https://issues.apache.org/jira/browse/INFRA-11601
> >How long has it been broken?
> 
> I opened the above issue in April 2016.
> 
> >Has infra been asked to fix it?
> 
> In the issue I say that the Github mirror is broken and I ask if there is a
> way to fix it. I consider this as a request to Infra to fix it.
> 
> >Github mirrors do get stuck and go stale on occasion, and an Infra Jira to
> >ask them to unstick it on those occasions should work.
> 
> OK thanks, I'll give it a try unless one can simply reopen the above.
> 
> >(If not then we ask to have it removed)

And why not moving completely to git?
https://git-wip-us.apache.org/


Regards
-- 
Ariel Constenla-Haile
La Plata, Argentina


signature.asc
Description: Digital signature


Re: Bootstrap fails

2016-09-28 Thread Don Lewis
On 28 Sep, Ariel Constenla-Haile wrote:
> On Wed, Sep 28, 2016 at 05:15:06PM -0700, Don Lewis wrote:
>> >> In theory, when linking the library. I opened
>> >> https://bz.apache.org/ooo/show_bug.cgi?id=127139 to track this issue.
>> >> I don't have a system to reproduce it right now. I will try to set up
>> >> a vm on the weekend.
>> >>
>> > 
>> > OK. So if I understand correctly, it is not possible to build AOO on
>> > Ubuntu right now. Or is there a workaround?
>> 
>> I haven't had any problems building trunk on Ubuntu 12 or 16.  It's been
>> a few weeks since I last tried, but I don't think anything significant
>> has changed recently.
> 
> This happens on the 32 bit Ubuntu buildot, with trunk and AOO413, on
> Ubuntu 14:

My Ubuntu 16 builds were 32 bit.

I'll see if I can reproduce this once I have some available CPU cycles
on my build machine, but it'll probably be several days.


-
To unsubscribe, e-mail: dev-unsubscr...@openoffice.apache.org
For additional commands, e-mail: dev-h...@openoffice.apache.org



Re: Bootstrap fails

2016-09-28 Thread Ariel Constenla-Haile
On Wed, Sep 28, 2016 at 05:15:06PM -0700, Don Lewis wrote:
> >> In theory, when linking the library. I opened
> >> https://bz.apache.org/ooo/show_bug.cgi?id=127139 to track this issue.
> >> I don't have a system to reproduce it right now. I will try to set up
> >> a vm on the weekend.
> >>
> > 
> > OK. So if I understand correctly, it is not possible to build AOO on
> > Ubuntu right now. Or is there a workaround?
> 
> I haven't had any problems building trunk on Ubuntu 12 or 16.  It's been
> a few weeks since I last tried, but I don't think anything significant
> has changed recently.

This happens on the 32 bit Ubuntu buildot, with trunk and AOO413, on
Ubuntu 14:

bb_slave5_ubuntu
Ubuntu 14.04 32 bit
https://ci.apache.org/builders/openoffice-linux32-nightly
https://ci.apache.org/builders/openoffice-linux32-41x

since
https://ci.apache.org/builders/openoffice-linux32-nightly/builds/407/steps/build%20--all/logs/stdio

Last completed build was on the old vm

==> /etc/lsb-release <==
DISTRIB_ID=Ubuntu
DISTRIB_RELEASE=12.04
DISTRIB_CODENAME=precise
DISTRIB_DESCRIPTION="Ubuntu 12.04.5 LTS"

==> /etc/os-release <==
NAME="Ubuntu"
VERSION="12.04.5 LTS, Precise Pangolin"
ID=ubuntu
ID_LIKE=debian
PRETTY_NAME="Ubuntu precise (12.04.5 LTS)"
VERSION_ID="12.04"
Linux bb-vm2 3.2.0-97-generic-pae #137-Ubuntu SMP Thu Dec 17 21:37:53
UTC 2015 i686 athlon i386 GNU/Linux

see
https://ci.apache.org/builders/openoffice-linux32-nightly/builds/404/steps/configure/logs/stdio


The new vm:

==> /etc/lsb-release <==
DISTRIB_ID=Ubuntu
DISTRIB_RELEASE=14.04
DISTRIB_CODENAME=trusty
DISTRIB_DESCRIPTION="Ubuntu 14.04.5 LTS"

==> /etc/os-release <==
NAME="Ubuntu"
VERSION="14.04.5 LTS, Trusty Tahr"
ID=ubuntu
ID_LIKE=debian
PRETTY_NAME="Ubuntu 14.04.5 LTS"
VERSION_ID="14.04"

https://ci.apache.org/builders/openoffice-linux32-nightly/builds/407/steps/configure/logs/stdio


Regards
-- 
Ariel Constenla-Haile


signature.asc
Description: Digital signature


Re: Bootstrap fails

2016-09-28 Thread Ariel Constenla-Haile
Hello Aleksandr,

On Wed, Sep 28, 2016 at 12:00:09PM +0300, Aleksandr Andreev wrote:
> Hello Ariel,
> 
> On Tue, Sep 27, 2016 at 10:21 AM, Ariel Constenla-Haile
>  wrote:
> >
> > In theory, when linking the library. I opened
> > https://bz.apache.org/ooo/show_bug.cgi?id=127139 to track this issue.
> > I don't have a system to reproduce it right now. I will try to set up
> > a vm on the weekend.
> >
> 
> OK. So if I understand correctly, it is not possible to build AOO on
> Ubuntu right now. Or is there a workaround?

Not that I'm aware of; so yes, the build is broken on this Ubuntu
system.


Regards
-- 
Ariel Constenla-Haile


signature.asc
Description: Digital signature


Re: Bootstrap fails

2016-09-28 Thread Don Lewis
On 28 Sep, Aleksandr Andreev wrote:
> Hello Ariel,
> 
> On Tue, Sep 27, 2016 at 10:21 AM, Ariel Constenla-Haile
>  wrote:
>>
>> In theory, when linking the library. I opened
>> https://bz.apache.org/ooo/show_bug.cgi?id=127139 to track this issue.
>> I don't have a system to reproduce it right now. I will try to set up
>> a vm on the weekend.
>>
> 
> OK. So if I understand correctly, it is not possible to build AOO on
> Ubuntu right now. Or is there a workaround?

I haven't had any problems building trunk on Ubuntu 12 or 16.  It's been
a few weeks since I last tried, but I don't think anything significant
has changed recently.


-
To unsubscribe, e-mail: dev-unsubscr...@openoffice.apache.org
For additional commands, e-mail: dev-h...@openoffice.apache.org



Re: Bootstrap fails

2016-09-28 Thread Aleksandr Andreev
Hello Ariel,

On Tue, Sep 27, 2016 at 10:21 AM, Ariel Constenla-Haile
 wrote:
>
> In theory, when linking the library. I opened
> https://bz.apache.org/ooo/show_bug.cgi?id=127139 to track this issue.
> I don't have a system to reproduce it right now. I will try to set up
> a vm on the weekend.
>

OK. So if I understand correctly, it is not possible to build AOO on
Ubuntu right now. Or is there a workaround?

Aleksandr

-
To unsubscribe, e-mail: dev-unsubscr...@openoffice.apache.org
For additional commands, e-mail: dev-h...@openoffice.apache.org



Github mirror (Re: Bootstrap fails)

2016-09-28 Thread Andrea Pescetti

Gavin McDonald wrote:

From: Andrea Pescetti
https://issues.apache.org/jira/browse/INFRA-11601

How long has it been broken?


I opened the above issue in April 2016.


Has infra been asked to fix it?


In the issue I say that the Github mirror is broken and I ask if there 
is a way to fix it. I consider this as a request to Infra to fix it.



Github mirrors do get stuck and go stale on occasion, and an Infra Jira to
ask them to unstick it on those occasions should work.


OK thanks, I'll give it a try unless one can simply reopen the above.


(If not then we ask to have it removed)


OK.

Regards,
  Andrea.

-
To unsubscribe, e-mail: dev-unsubscr...@openoffice.apache.org
For additional commands, e-mail: dev-h...@openoffice.apache.org



RE: Bootstrap fails

2016-09-27 Thread Gavin McDonald


> -Original Message-
> From: Andrea Pescetti [mailto:pesce...@apache.org]
> Sent: Wednesday, September 28, 2016 11:00 AM
> To: dev@openoffice.apache.org
> Subject: Re: Bootstrap fails
> 
> Patricia Shanahan wrote:
> > I understand the attraction of having a Github mirror, but an out of
> > date one is worse than useless. Who gets to decide to kill it?
> 
> If there is agreement, we can ask Infra to remove it. This (once we do
have
> agreement) can be done by reopening
> https://issues.apache.org/jira/browse/INFRA-11601
> or opening a similar Infra issue, saying that the project has consensus on
> removing the broken Github (non-)mirror.

How long has it been broken?
Has infra been asked to fix it?

Github mirrors do get stuck and go stale on occasion, and an Infra Jira to
ask
them to unstick it on those occasions should work.

(If not then we ask to have it removed)

Gav...

> 
> Regards,
>Andrea.
> 
> -
> To unsubscribe, e-mail: dev-unsubscr...@openoffice.apache.org
> For additional commands, e-mail: dev-h...@openoffice.apache.org
> 
> 
> 
> -
> No virus found in this message.
> Checked by AVG - www.avg.com
> Version: 2016.0.7797 / Virus Database: 4664/13099 - Release Date: 09/27/16


-
To unsubscribe, e-mail: dev-unsubscr...@openoffice.apache.org
For additional commands, e-mail: dev-h...@openoffice.apache.org



Re: Bootstrap fails

2016-09-27 Thread Andrea Pescetti

Patricia Shanahan wrote:

I understand the attraction of having a Github mirror, but an out of
date one is worse than useless. Who gets to decide to kill it?


If there is agreement, we can ask Infra to remove it. This (once we do 
have agreement) can be done by reopening

https://issues.apache.org/jira/browse/INFRA-11601
or opening a similar Infra issue, saying that the project has consensus 
on removing the broken Github (non-)mirror.


Regards,
  Andrea.

-
To unsubscribe, e-mail: dev-unsubscr...@openoffice.apache.org
For additional commands, e-mail: dev-h...@openoffice.apache.org



Re: Bootstrap fails

2016-09-27 Thread Patricia Shanahan

On 9/27/2016 3:37 PM, Andrea Pescetti wrote:

On 24/09/2016 Ariel Constenla-Haile wrote:

https://github.com/apache/openoffice

It seems this repo isn't up-to-date, strange... I would have guessed
this was synchronized


I've reported this to INFRA months ago:
https://issues.apache.org/jira/browse/INFRA-11601
The answer they gave (see issue) is unbelievable but well, that's the
situation.

With a Github mirror that not only is clearly useless but is also
damaging the image of the project because of a bug in an external tool,
I wonder why we don't simply close the Github (non-)mirror until the
external tool is fixed.


I understand the attraction of having a Github mirror, but an out of 
date one is worse than useless. Who gets to decide to kill it?


-
To unsubscribe, e-mail: dev-unsubscr...@openoffice.apache.org
For additional commands, e-mail: dev-h...@openoffice.apache.org



Re: Bootstrap fails

2016-09-27 Thread Andrea Pescetti

On 24/09/2016 Ariel Constenla-Haile wrote:

https://github.com/apache/openoffice

It seems this repo isn't up-to-date, strange... I would have guessed
this was synchronized


I've reported this to INFRA months ago:
https://issues.apache.org/jira/browse/INFRA-11601
The answer they gave (see issue) is unbelievable but well, that's the 
situation.


With a Github mirror that not only is clearly useless but is also 
damaging the image of the project because of a bug in an external tool, 
I wonder why we don't simply close the Github (non-)mirror until the 
external tool is fixed.


Regards,
  Andrea.

-
To unsubscribe, e-mail: dev-unsubscr...@openoffice.apache.org
For additional commands, e-mail: dev-h...@openoffice.apache.org



Re: Bootstrap fails

2016-09-27 Thread Ariel Constenla-Haile
On Sun, Sep 25, 2016 at 05:11:24PM +0300, Aleksandr Andreev wrote:
> On Sun, Sep 25, 2016 at 12:12 PM, Ariel Constenla-Haile
>  wrote:
> > It's OK; I just asked because I haven't seen this error before on trunk;
> > it seems some Ubuntu specific problem
> > https://wiki.ubuntu.com/ToolChain/CompilerFlags
> > there, it suggested to add -fno-stack-protector or -nostdlib.
> >
> 
> Do these flags need to be passed to build or to configure?

In theory, when linking the library. I opened
https://bz.apache.org/ooo/show_bug.cgi?id=127139 to track this issue.
I don't have a system to reproduce it right now. I will try to set up
a vm on the weekend.


Regards
-- 
Ariel Constenla-Haile


signature.asc
Description: Digital signature


Re: Bootstrap fails

2016-09-25 Thread Aleksandr Andreev
On Sun, Sep 25, 2016 at 12:12 PM, Ariel Constenla-Haile
 wrote:
> It's OK; I just asked because I haven't seen this error before on trunk;
> it seems some Ubuntu specific problem
> https://wiki.ubuntu.com/ToolChain/CompilerFlags
> there, it suggested to add -fno-stack-protector or -nostdlib.
>

Do these flags need to be passed to build or to configure?

Aleksandr

-
To unsubscribe, e-mail: dev-unsubscr...@openoffice.apache.org
For additional commands, e-mail: dev-h...@openoffice.apache.org



Re: Bootstrap fails

2016-09-25 Thread Ariel Constenla-Haile
On Sun, Sep 25, 2016 at 11:51:44AM +0300, Aleksandr Andreev wrote:
> Hello Ariel,
> 
> On Sep 25, 2016 12:11 PM, "Ariel Constenla-Haile" 
> wrote:
> >
> >
> > This looks the build bot error:
> >
> https://ci.apache.org/projects/openoffice/buildlogs/lin41x/main/svl/unxlngi6.pro/misc/logs/prj.txt
> >
> > Are you building trunk or a branch?
> >
> 
> I was trying to build trunk. Is that not the right course of action?

It's OK; I just asked because I haven't seen this error before on trunk;
it seems some Ubuntu specific problem
https://wiki.ubuntu.com/ToolChain/CompilerFlags
there, it suggested to add -fno-stack-protector or -nostdlib.


Regards
-- 
Ariel Constenla-Haile


signature.asc
Description: Digital signature


Re: Bootstrap fails

2016-09-25 Thread Aleksandr Andreev
Hello Ariel,

On Sep 25, 2016 12:11 PM, "Ariel Constenla-Haile" 
wrote:
>
>
> This looks the build bot error:
>
https://ci.apache.org/projects/openoffice/buildlogs/lin41x/main/svl/unxlngi6.pro/misc/logs/prj.txt
>
> Are you building trunk or a branch?
>

I was trying to build trunk. Is that not the right course of action?

Aleksandr


Re: Bootstrap fails

2016-09-25 Thread Ariel Constenla-Haile
Hi Aleksandr,

On Sat, Sep 24, 2016 at 09:05:55PM +0300, Aleksandr Andreev wrote:
> The build fails on Linux Mint 17.1 with the following messages:
> 
> [ build LNK ] Library/passwordcontainer.uno.so
> /usr/lib/i386-linux-gnu/libc_nonshared.a(stack_chk_fail_local.oS): In
> function `__stack_chk_fail_local':
> (.text+0x10): undefined reference to `__stack_chk_fail'
> collect2: error: ld returned 1 exit status
> make: *** 
> [/home/vlad/aoo/main/solver/420/unxlngi6.pro/workdir/LinkTarget/Library/passwordcontainer.uno.so]
> Error 1
> dmake:  Error code 2, while making 'all'
> 
> 1 module(s):
> svl
> need(s) to be rebuilt
> 
> Reason(s):
> 
> ERROR: error 65280 occurred while making /home/vlad/aoo/main/svl/prj
> 
> Any suggestions?

This looks the build bot error:
https://ci.apache.org/projects/openoffice/buildlogs/lin41x/main/svl/unxlngi6.pro/misc/logs/prj.txt

Are you building trunk or a branch?


Regards
-- 
Ariel Constenla-Haile


signature.asc
Description: Digital signature


Re: Bootstrap fails

2016-09-24 Thread Aleksandr Andreev
The build fails on Linux Mint 17.1 with the following messages:

[ build LNK ] Library/passwordcontainer.uno.so
/usr/lib/i386-linux-gnu/libc_nonshared.a(stack_chk_fail_local.oS): In
function `__stack_chk_fail_local':
(.text+0x10): undefined reference to `__stack_chk_fail'
collect2: error: ld returned 1 exit status
make: *** 
[/home/vlad/aoo/main/solver/420/unxlngi6.pro/workdir/LinkTarget/Library/passwordcontainer.uno.so]
Error 1
dmake:  Error code 2, while making 'all'

1 module(s):
svl
need(s) to be rebuilt

Reason(s):

ERROR: error 65280 occurred while making /home/vlad/aoo/main/svl/prj

Any suggestions?

Aleksandr

On Sat, Sep 24, 2016 at 2:16 PM, Aleksandr Andreev
 wrote:
> On Sat, Sep 24, 2016 at 1:01 PM, Ariel Constenla-Haile
>  wrote:
>>
>> It seems this repo isn't up-to-date, strange... I would have guessed
>> this was synchronized; compare this repo with the subversion trunk:
>>
>> https://svn.apache.org/viewvc/openoffice/trunk/main/external_deps.lst?revision=1761808&view=markup#l267
>> https://github.com/apache/openoffice/blob/trunk/main/external_deps.lst#L270
>>
>> If you dislike subversion, you will have to use git svn.
>>
>
> The code on svn bootstraps just fine, so yes, it must be a problem
> with the Git repo. Thanks for your assistance.
>
> Aleksandr

-
To unsubscribe, e-mail: dev-unsubscr...@openoffice.apache.org
For additional commands, e-mail: dev-h...@openoffice.apache.org



Re: Bootstrap fails

2016-09-24 Thread Aleksandr Andreev
On Sat, Sep 24, 2016 at 1:01 PM, Ariel Constenla-Haile
 wrote:
>
> It seems this repo isn't up-to-date, strange... I would have guessed
> this was synchronized; compare this repo with the subversion trunk:
>
> https://svn.apache.org/viewvc/openoffice/trunk/main/external_deps.lst?revision=1761808&view=markup#l267
> https://github.com/apache/openoffice/blob/trunk/main/external_deps.lst#L270
>
> If you dislike subversion, you will have to use git svn.
>

The code on svn bootstraps just fine, so yes, it must be a problem
with the Git repo. Thanks for your assistance.

Aleksandr

-
To unsubscribe, e-mail: dev-unsubscr...@openoffice.apache.org
For additional commands, e-mail: dev-h...@openoffice.apache.org



Re: Bootstrap fails

2016-09-24 Thread Ariel Constenla-Haile

On Sat, Sep 24, 2016 at 12:44:46PM +0300, Aleksandr Andreev wrote:
> Hello Ariel,
> 
> I am building the source code I checked out from the Git repository here:
> https://github.com/apache/openoffice

It seems this repo isn't up-to-date, strange... I would have guessed
this was synchronized; compare this repo with the subversion trunk:

https://svn.apache.org/viewvc/openoffice/trunk/main/external_deps.lst?revision=1761808&view=markup#l267
https://github.com/apache/openoffice/blob/trunk/main/external_deps.lst#L270

If you dislike subversion, you will have to use git svn.


Regards
--
Ariel Constenla-Haile


signature.asc
Description: Digital signature


Re: Bootstrap fails

2016-09-24 Thread Aleksandr Andreev
Hello Ariel,

I am building the source code I checked out from the Git repository here:
https://github.com/apache/openoffice

Aleksandr

On Sep 24, 2016 1:02 PM, "Ariel Constenla-Haile"  wrote:

Hi Aleksandr,

On Sat, Sep 24, 2016 at 11:25:10AM +0300, Aleksandr Andreev wrote:
> Hello list members,
>
> I am trying to build AOO from source, but the bootstrap script fails
> because it cannot download something from svn.codespot.com. Is the
> server down or is it a permanent problem?

What version are you trying to build?
I assume you are trying to build something old, like AOO411.

https://svn.apache.org/viewvc/openoffice/tags/AOO411/main/
external_deps.lst?view=markup
https://svn.apache.org/viewvc/openoffice/tags/AOO412/main/
external_deps.lst?view=markup


Regards
--
Ariel Constenla-Haile


Re: Bootstrap fails

2016-09-24 Thread Ariel Constenla-Haile
Hi Aleksandr,

On Sat, Sep 24, 2016 at 11:25:10AM +0300, Aleksandr Andreev wrote:
> Hello list members,
> 
> I am trying to build AOO from source, but the bootstrap script fails
> because it cannot download something from svn.codespot.com. Is the
> server down or is it a permanent problem?

What version are you trying to build? 
I assume you are trying to build something old, like AOO411.

https://svn.apache.org/viewvc/openoffice/tags/AOO411/main/external_deps.lst?view=markup
https://svn.apache.org/viewvc/openoffice/tags/AOO412/main/external_deps.lst?view=markup


Regards
-- 
Ariel Constenla-Haile


signature.asc
Description: Digital signature


Bootstrap fails

2016-09-24 Thread Aleksandr Andreev
Hello list members,

I am trying to build AOO from source, but the bootstrap script fails
because it cannot download something from svn.codespot.com. Is the
server down or is it a permanent problem?

Aleksandr

-
To unsubscribe, e-mail: dev-unsubscr...@openoffice.apache.org
For additional commands, e-mail: dev-h...@openoffice.apache.org



Re: Windows 10 ./bootstrap failure

2016-09-23 Thread John D'Orazio
In fact I encountere the same problem following the Step by Step guide. I
found the Open Office Extras sourceforge mirror which solved that, and I
changed the url in the Step by Step guide so that nobody else would have
this problem.

On Wed, Sep 21, 2016 at 7:34 PM, Marcus  wrote:

> I use this URL for successfully downloading dmake:
>
> http://sourceforge.net/projects/oooextras.mirror/files/dmake-4.12.tar.bz2
>
> HTH
>
> Marcus
>
>
>
>
> Am 09/21/2016 07:26 PM, schrieb Patricia Shanahan:
>
>> I missed a couple of configure parameter changes I need.
>>
>> On 9/21/2016 10:03 AM, Patricia Shanahan wrote:
>>
>>> I believe I have done all the preliminary steps. configure appeared to
>>> work, but I have a persistent bootstrap failure:
>>>
>>> ...
>>> all external libraries present
>>> downloading dmake-4.12.tar.bz2
>>> downloading to
>>> C:/OpenOfficeDev/AOO413/ext_sources/dmake-4.12.tar.bz2.part
>>> download from
>>> http://dmake.apache-extras.org.codespot.com/files/dmake-4.12.tar.bz2
>>> failed (404 Not Found)
>>> download failed
>>> epm-3.7.tar.gz exists
>>> making and entering
>>> C:/OpenOfficeDev/AOO413/main/solenv/wntmsci12.pro/misc/build/
>>> can not find the dmake package
>>>
>>
> -
> To unsubscribe, e-mail: dev-unsubscr...@openoffice.apache.org
> For additional commands, e-mail: dev-h...@openoffice.apache.org
>
>


-- 
John R. D'Orazio


Re: Windows 10 ./bootstrap failure

2016-09-21 Thread Marcus

I use this URL for successfully downloading dmake:

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

HTH

Marcus



Am 09/21/2016 07:26 PM, schrieb Patricia Shanahan:

I missed a couple of configure parameter changes I need.

On 9/21/2016 10:03 AM, Patricia Shanahan wrote:

I believe I have done all the preliminary steps. configure appeared to
work, but I have a persistent bootstrap failure:

...
all external libraries present
downloading dmake-4.12.tar.bz2
downloading to
C:/OpenOfficeDev/AOO413/ext_sources/dmake-4.12.tar.bz2.part
download from
http://dmake.apache-extras.org.codespot.com/files/dmake-4.12.tar.bz2
failed (404 Not Found)
download failed
epm-3.7.tar.gz exists
making and entering
C:/OpenOfficeDev/AOO413/main/solenv/wntmsci12.pro/misc/build/
can not find the dmake package


-
To unsubscribe, e-mail: dev-unsubscr...@openoffice.apache.org
For additional commands, e-mail: dev-h...@openoffice.apache.org



Re: Windows 10 ./bootstrap failure

2016-09-21 Thread Patricia Shanahan

I missed a couple of configure parameter changes I need.

On 9/21/2016 10:03 AM, Patricia Shanahan wrote:

I believe I have done all the preliminary steps. configure appeared to
work, but I have a persistent bootstrap failure:

...
all external libraries present
downloading dmake-4.12.tar.bz2
downloading to C:/OpenOfficeDev/AOO413/ext_sources/dmake-4.12.tar.bz2.part
download from
http://dmake.apache-extras.org.codespot.com/files/dmake-4.12.tar.bz2
failed (404 Not Found)
download failed
epm-3.7.tar.gz exists
making and entering
C:/OpenOfficeDev/AOO413/main/solenv/wntmsci12.pro/misc/build/
can not find the dmake package


-
To unsubscribe, e-mail: dev-unsubscr...@openoffice.apache.org
For additional commands, e-mail: dev-h...@openoffice.apache.org



Windows 10 ./bootstrap failure

2016-09-21 Thread Patricia Shanahan
I believe I have done all the preliminary steps. configure appeared to 
work, but I have a persistent bootstrap failure:


...
all external libraries present
downloading dmake-4.12.tar.bz2
downloading to C:/OpenOfficeDev/AOO413/ext_sources/dmake-4.12.tar.bz2.part
download from 
http://dmake.apache-extras.org.codespot.com/files/dmake-4.12.tar.bz2 
failed (404 Not Found)

download failed
epm-3.7.tar.gz exists
making and entering 
C:/OpenOfficeDev/AOO413/main/solenv/wntmsci12.pro/misc/build/

can not find the dmake package

-
To unsubscribe, e-mail: dev-unsubscr...@openoffice.apache.org
For additional commands, e-mail: dev-h...@openoffice.apache.org



Re: Download Junit and Hamcrest in ./bootstrap?

2016-08-22 Thread Kay Schenk

On 08/20/2016 03:18 PM, Kay sch...@apache.org wrote:
> 
> On 08/18/2016 02:00 PM, Kay Schenk wrote:
>>
>>
>> On 08/17/2016 04:37 PM, Don Lewis wrote:
>>> On 12 Aug, Damjan Jovanovic wrote:
 Sadly it's not that simple: Junit builds with Maven, and Hamcrest with
 Gradle.

 Is it ok to download the binaries, or is only source code allowed under
 ext_sources?
>>>
>>> I think it would be misleading because of the directory name.  Dragging
>>> in extra dependencies just to build the .jar files seems like a waste.
>>> Downloading everything to one directory would make life easier, so it is
>>> too bad about the name.
>>>
>>> The description for OOO Extras on Sourceforge says this:
>>>
>>>   A space to store classic OOo dependencies that cannot be easily
>>>   redistributed in Apache OpenOffice's SVN tree,
>>>
>>>   Initially this was meant for copyleft tarballs only but it is also
>>>   pretty handy to mirror other file dependencies.
>>>
>>> Since ext_sources isn't distributed in the source archives for
>>> releases, checking even non-copyleft source tarballs into svn under that
>>> directory only helps people who are building from sources checkout out
>>> via svn.
>>
>> Do we know if the current buildbots have ANY version of Junit or
>> Hamcrest installed? As near as I could determine, our "last" published
>> version requirement for Junit was junit-4.10:
>>
>> https://wiki.openoffice.org/wiki/QA/test_automation_guide#Prerequisites_2
>>
>>
>> Or, it might be better to request direct access to the buildbots for
>> this kind of installation.
>>
>>
>>
> 
> We can request installation of packs on the buildbot but they need to be
> in the form of deb packages.
> 
> I found hamcrest here: https://mirror.hmc.edu/ubuntu/pool/main/libh/
> and junit4 here: https://mirror.hmc.edu/ubuntu/pool/main/j/junit4/
> 
> from Ubuntu repos. @Damjan: can you provide a combination that would work?
> 
> 

I will work with infra on getting these installed on the Linux buildbots
we're using. I don't think trying to build/load them locally would be
very easy really. I ran through the tests using command line
instructions from:
https://wiki.openoffice.org/wiki/QA/test_automation_guide

We really do need this testing, and I don't see any tests set up for
Base, so we need to work on that.

-- 

MzK

"Time spent with cats is never wasted."
   -- Sigmund Freud

-
To unsubscribe, e-mail: dev-unsubscr...@openoffice.apache.org
For additional commands, e-mail: dev-h...@openoffice.apache.org



Re: Download Junit and Hamcrest in ./bootstrap?

2016-08-20 Thread Kay sch...@apache.org

On 08/18/2016 02:00 PM, Kay Schenk wrote:
> 
> 
> On 08/17/2016 04:37 PM, Don Lewis wrote:
>> On 12 Aug, Damjan Jovanovic wrote:
>>> Sadly it's not that simple: Junit builds with Maven, and Hamcrest with
>>> Gradle.
>>>
>>> Is it ok to download the binaries, or is only source code allowed under
>>> ext_sources?
>>
>> I think it would be misleading because of the directory name.  Dragging
>> in extra dependencies just to build the .jar files seems like a waste.
>> Downloading everything to one directory would make life easier, so it is
>> too bad about the name.
>>
>> The description for OOO Extras on Sourceforge says this:
>>
>>   A space to store classic OOo dependencies that cannot be easily
>>   redistributed in Apache OpenOffice's SVN tree,
>>
>>   Initially this was meant for copyleft tarballs only but it is also
>>   pretty handy to mirror other file dependencies.
>>
>> Since ext_sources isn't distributed in the source archives for
>> releases, checking even non-copyleft source tarballs into svn under that
>> directory only helps people who are building from sources checkout out
>> via svn.
> 
> Do we know if the current buildbots have ANY version of Junit or
> Hamcrest installed? As near as I could determine, our "last" published
> version requirement for Junit was junit-4.10:
> 
> https://wiki.openoffice.org/wiki/QA/test_automation_guide#Prerequisites_2
> 
> 
> Or, it might be better to request direct access to the buildbots for
> this kind of installation.
> 
> 
> 

We can request installation of packs on the buildbot but they need to be
in the form of deb packages.

I found hamcrest here: https://mirror.hmc.edu/ubuntu/pool/main/libh/
and junit4 here: https://mirror.hmc.edu/ubuntu/pool/main/j/junit4/

from Ubuntu repos. @Damjan: can you provide a combination that would work?


-- 
Kay Schenk
Apache OpenOffice


"Things work out best for those who make
 the best of the way things work out."
 -- John Wooden

-
To unsubscribe, e-mail: dev-unsubscr...@openoffice.apache.org
For additional commands, e-mail: dev-h...@openoffice.apache.org



Re: Download Junit and Hamcrest in ./bootstrap?

2016-08-18 Thread Kay Schenk


On 08/17/2016 04:37 PM, Don Lewis wrote:
> On 12 Aug, Damjan Jovanovic wrote:
>> Sadly it's not that simple: Junit builds with Maven, and Hamcrest with
>> Gradle.
>>
>> Is it ok to download the binaries, or is only source code allowed under
>> ext_sources?
> 
> I think it would be misleading because of the directory name.  Dragging
> in extra dependencies just to build the .jar files seems like a waste.
> Downloading everything to one directory would make life easier, so it is
> too bad about the name.
> 
> The description for OOO Extras on Sourceforge says this:
> 
>   A space to store classic OOo dependencies that cannot be easily
>   redistributed in Apache OpenOffice's SVN tree,
> 
>   Initially this was meant for copyleft tarballs only but it is also
>   pretty handy to mirror other file dependencies.
> 
> Since ext_sources isn't distributed in the source archives for
> releases, checking even non-copyleft source tarballs into svn under that
> directory only helps people who are building from sources checkout out
> via svn.

Do we know if the current buildbots have ANY version of Junit or
Hamcrest installed? As near as I could determine, our "last" published
version requirement for Junit was junit-4.10:

https://wiki.openoffice.org/wiki/QA/test_automation_guide#Prerequisites_2


Or, it might be better to request direct access to the buildbots for
this kind of installation.



-- 

MzK

"Time spent with cats is never wasted."
   -- Sigmund Freud

-
To unsubscribe, e-mail: dev-unsubscr...@openoffice.apache.org
For additional commands, e-mail: dev-h...@openoffice.apache.org



Re: Download Junit and Hamcrest in ./bootstrap?

2016-08-17 Thread Don Lewis
On 12 Aug, Damjan Jovanovic wrote:
> Sadly it's not that simple: Junit builds with Maven, and Hamcrest with
> Gradle.
> 
> Is it ok to download the binaries, or is only source code allowed under
> ext_sources?

I think it would be misleading because of the directory name.  Dragging
in extra dependencies just to build the .jar files seems like a waste.
Downloading everything to one directory would make life easier, so it is
too bad about the name.

The description for OOO Extras on Sourceforge says this:

  A space to store classic OOo dependencies that cannot be easily
  redistributed in Apache OpenOffice's SVN tree,

  Initially this was meant for copyleft tarballs only but it is also
  pretty handy to mirror other file dependencies.

Since ext_sources isn't distributed in the source archives for
releases, checking even non-copyleft source tarballs into svn under that
directory only helps people who are building from sources checkout out
via svn.


-
To unsubscribe, e-mail: dev-unsubscr...@openoffice.apache.org
For additional commands, e-mail: dev-h...@openoffice.apache.org



Re: Download Junit and Hamcrest in ./bootstrap?

2016-08-11 Thread Damjan Jovanovic
Sadly it's not that simple: Junit builds with Maven, and Hamcrest with
Gradle.

Is it ok to download the binaries, or is only source code allowed under
ext_sources?

On Thu, Aug 11, 2016 at 10:42 AM, Damjan Jovanovic 
wrote:

> Hi
>
> If you've been checking the buildbots you'll see that all who don't use
> --without-junit are currently broken in ./configure due to junit being too
> old. This is unlikely to change, as the buildslaves are running Ubuntu
> 10.04 which doesn't have newer versions of Junit available in apt.
>
> This is part of a bigger problem, which is that Junit's dependencies
> changed multiple times in the 4.x releases, which is why I changed
> configure.ac to need at least 4.11 (the maximum being 4.12).
>
> Instead of needing a correct system Junit version to run tests during the
> build, and having to worry about having correct system versions of Hamcrest
> on the classpath, should we not rather treat them like external
> dependencies and download specific versions during ./bootstrap? It's under
> 300 kB for both, and the bvt/fvt/pvt tests already download their own copy.
>
> Damjan
>
>


Re: Download Junit and Hamcrest in ./bootstrap?

2016-08-11 Thread Don Lewis
On 11 Aug, Kay Schenk wrote:
> 
> 
> On 08/11/2016 01:05 PM, Kay Schenk wrote:
>> 
>> On 08/11/2016 09:53 AM, Don Lewis wrote:
>>> On 11 Aug, Kay sch...@apache.org wrote:
>>>>
>>>> On 08/11/2016 01:42 AM, Damjan Jovanovic wrote:
>>>>> Hi
>>>>>
>>>>> If you've been checking the buildbots you'll see that all who don't use
>>>>> --without-junit are currently broken in ./configure due to junit being too
>>>>> old. This is unlikely to change, as the buildslaves are running Ubuntu
>>>>> 10.04 which doesn't have newer versions of Junit available in apt.
>>>>>
>>>>> This is part of a bigger problem, which is that Junit's dependencies
>>>>> changed multiple times in the 4.x releases, which is why I changed
>>>>> configure.ac to need at least 4.11 (the maximum being 4.12).
>>>>>
>>>>> Instead of needing a correct system Junit version to run tests during the
>>>>> build, and having to worry about having correct system versions of 
>>>>> Hamcrest
>>>>> on the classpath, should we not rather treat them like external
>>>>> dependencies and download specific versions during ./bootstrap? It's under
>>>>> 300 kB for both, and the bvt/fvt/pvt tests already download their own 
>>>>> copy.
>>>>>
>>>>> Damjan
>>>>>
>>>>
>>>> This would be OK with me. What version of the jre does Junit 4.11
>>>> require? I can't find information about this on the junit site
>>>> --http://junit.org/junit4/
>>>>
>>>> Right now, we're still spec'd at jdk 1.6 for everything except Windows,
>>>> but IMO we should advance to 1.7 .
>>>
>>> That sounds good to me as well, but are there any issues with installing
>>> a newer jdk on older Linux distributions that we still support?
>> 
>> Andrea put out a notice for setting up a production farm of machines --
>> see:
>>  
>> http://mail-archives.apache.org/mod_mbox/openoffice-dev/201608.mbox/%3C57AA12CA.1090207%40apache.org%3E
>> 
>> We'd have to use CentOS 5.11 since this is the only 5 version that is
>> NOT deprecated. It looks like java 1.7 SDK is available for that
>> distribution.
>> 
>> http://mirror.centos.org/centos/5.11/os/i386/CentOS/
>> 
>> We also know that the older branch 4.1.2 will not work with java 1.7,
> 
> [sorry I misspoke here. 4.1.2 will NOT work with java 1.8. 4.2 works
> with either java 1.7 or java 1.8]

The FreeBSD port of OpenOffice 4.1.2 works with java 1.8.  The only
problem that I know if related to using 1.8 to build is that that after
installation it will only work with 1.8.  If you build with 1.7, then
you can use either 1.7 or 1.8 on the machine where OpenOffice is
installed.


-
To unsubscribe, e-mail: dev-unsubscr...@openoffice.apache.org
For additional commands, e-mail: dev-h...@openoffice.apache.org



Re: Download Junit and Hamcrest in ./bootstrap?

2016-08-11 Thread Kay Schenk


On 08/11/2016 01:05 PM, Kay Schenk wrote:
> 
> On 08/11/2016 09:53 AM, Don Lewis wrote:
>> On 11 Aug, Kay sch...@apache.org wrote:
>>>
>>> On 08/11/2016 01:42 AM, Damjan Jovanovic wrote:
>>>> Hi
>>>>
>>>> If you've been checking the buildbots you'll see that all who don't use
>>>> --without-junit are currently broken in ./configure due to junit being too
>>>> old. This is unlikely to change, as the buildslaves are running Ubuntu
>>>> 10.04 which doesn't have newer versions of Junit available in apt.
>>>>
>>>> This is part of a bigger problem, which is that Junit's dependencies
>>>> changed multiple times in the 4.x releases, which is why I changed
>>>> configure.ac to need at least 4.11 (the maximum being 4.12).
>>>>
>>>> Instead of needing a correct system Junit version to run tests during the
>>>> build, and having to worry about having correct system versions of Hamcrest
>>>> on the classpath, should we not rather treat them like external
>>>> dependencies and download specific versions during ./bootstrap? It's under
>>>> 300 kB for both, and the bvt/fvt/pvt tests already download their own copy.
>>>>
>>>> Damjan
>>>>
>>>
>>> This would be OK with me. What version of the jre does Junit 4.11
>>> require? I can't find information about this on the junit site
>>> --http://junit.org/junit4/
>>>
>>> Right now, we're still spec'd at jdk 1.6 for everything except Windows,
>>> but IMO we should advance to 1.7 .
>>
>> That sounds good to me as well, but are there any issues with installing
>> a newer jdk on older Linux distributions that we still support?
> 
> Andrea put out a notice for setting up a production farm of machines --
> see:
>  
> http://mail-archives.apache.org/mod_mbox/openoffice-dev/201608.mbox/%3C57AA12CA.1090207%40apache.org%3E
> 
> We'd have to use CentOS 5.11 since this is the only 5 version that is
> NOT deprecated. It looks like java 1.7 SDK is available for that
> distribution.
> 
> http://mirror.centos.org/centos/5.11/os/i386/CentOS/
> 
> We also know that the older branch 4.1.2 will not work with java 1.7,

[sorry I misspoke here. 4.1.2 will NOT work with java 1.8. 4.2 works
with either java 1.7 or java 1.8]

> but I have had no problems with my older CentOS 6.8 setup with either
> java 1.7 or java 1.8.
> 
> In any case, once the initial VMs in the production farm are setup,
> we'll need additional help with setup and testing. Hopefully, once we're
> out of the 4.x versions, we can move on to a later CentOS version.
> 
> 

-- 

MzK

"Time spent with cats is never wasted."
   -- Sigmund Freud

-
To unsubscribe, e-mail: dev-unsubscr...@openoffice.apache.org
For additional commands, e-mail: dev-h...@openoffice.apache.org



Re: Download Junit and Hamcrest in ./bootstrap?

2016-08-11 Thread Don Lewis
On 11 Aug, Kay sch...@apache.org wrote:
> 
> On 08/11/2016 01:42 AM, Damjan Jovanovic wrote:
>> Hi
>> 
>> If you've been checking the buildbots you'll see that all who don't use
>> --without-junit are currently broken in ./configure due to junit being too
>> old. This is unlikely to change, as the buildslaves are running Ubuntu
>> 10.04 which doesn't have newer versions of Junit available in apt.
>> 
>> This is part of a bigger problem, which is that Junit's dependencies
>> changed multiple times in the 4.x releases, which is why I changed
>> configure.ac to need at least 4.11 (the maximum being 4.12).
>> 
>> Instead of needing a correct system Junit version to run tests during the
>> build, and having to worry about having correct system versions of Hamcrest
>> on the classpath, should we not rather treat them like external
>> dependencies and download specific versions during ./bootstrap? It's under
>> 300 kB for both, and the bvt/fvt/pvt tests already download their own copy.
>> 
>> Damjan
>> 
> 
> This would be OK with me. What version of the jre does Junit 4.11
> require? I can't find information about this on the junit site
> --http://junit.org/junit4/
> 
> Right now, we're still spec'd at jdk 1.6 for everything except Windows,
> but IMO we should advance to 1.7 .

That sounds good to me as well, but are there any issues with installing
a newer jdk on older Linux distributions that we still support?


-
To unsubscribe, e-mail: dev-unsubscr...@openoffice.apache.org
For additional commands, e-mail: dev-h...@openoffice.apache.org



Re: Download Junit and Hamcrest in ./bootstrap?

2016-08-11 Thread Don Lewis
On 11 Aug, Damjan Jovanovic wrote:
> Hi
> 
> If you've been checking the buildbots you'll see that all who don't use
> --without-junit are currently broken in ./configure due to junit being too
> old. This is unlikely to change, as the buildslaves are running Ubuntu
> 10.04 which doesn't have newer versions of Junit available in apt.
> 
> This is part of a bigger problem, which is that Junit's dependencies
> changed multiple times in the 4.x releases, which is why I changed
> configure.ac to need at least 4.11 (the maximum being 4.12).
> 
> Instead of needing a correct system Junit version to run tests during the
> build, and having to worry about having correct system versions of Hamcrest
> on the classpath, should we not rather treat them like external
> dependencies and download specific versions during ./bootstrap? It's under
> 300 kB for both, and the bvt/fvt/pvt tests already download their own copy.

That's fine with me as long as it is still an option to use the system
version as long as it is recent enough.


-
To unsubscribe, e-mail: dev-unsubscr...@openoffice.apache.org
For additional commands, e-mail: dev-h...@openoffice.apache.org



Re: Download Junit and Hamcrest in ./bootstrap?

2016-08-11 Thread Damjan Jovanovic
On Thu, Aug 11, 2016 at 6:03 PM, Kay sch...@apache.org 
wrote:

>
> On 08/11/2016 01:42 AM, Damjan Jovanovic wrote:
> > Hi
> >
> > If you've been checking the buildbots you'll see that all who don't use
> > --without-junit are currently broken in ./configure due to junit being
> too
> > old. This is unlikely to change, as the buildslaves are running Ubuntu
> > 10.04 which doesn't have newer versions of Junit available in apt.
> >
> > This is part of a bigger problem, which is that Junit's dependencies
> > changed multiple times in the 4.x releases, which is why I changed
> > configure.ac to need at least 4.11 (the maximum being 4.12).
> >
> > Instead of needing a correct system Junit version to run tests during the
> > build, and having to worry about having correct system versions of
> Hamcrest
> > on the classpath, should we not rather treat them like external
> > dependencies and download specific versions during ./bootstrap? It's
> under
> > 300 kB for both, and the bvt/fvt/pvt tests already download their own
> copy.
> >
> > Damjan
> >
>
> This would be OK with me. What version of the jre does Junit 4.11
> require? I can't find information about this on the junit site
> --http://junit.org/junit4/
>
>
Unzipping 4.11's JAR and running "file *" on some class files gives this:

ResultPrinter.class: compiled Java class data, version 49.0 (Java 1.5)
TestRunner.class:compiled Java class data, version 49.0 (Java 1.5)
package-info.class:  compiled Java class data, version 49.0 (Java 1.5)



> Right now, we're still spec'd at jdk 1.6 for everything except Windows,
> but IMO we should advance to 1.7 .
>
>
+1. It would also be a major improvement to use 1.7's AutoCloseable and
try-with-resources to control UNO object lifetimes instead of relying on
garbage collection or explicit calls to dispose().


Re: Download Junit and Hamcrest in ./bootstrap?

2016-08-11 Thread Kay sch...@apache.org

On 08/11/2016 01:42 AM, Damjan Jovanovic wrote:
> Hi
> 
> If you've been checking the buildbots you'll see that all who don't use
> --without-junit are currently broken in ./configure due to junit being too
> old. This is unlikely to change, as the buildslaves are running Ubuntu
> 10.04 which doesn't have newer versions of Junit available in apt.
> 
> This is part of a bigger problem, which is that Junit's dependencies
> changed multiple times in the 4.x releases, which is why I changed
> configure.ac to need at least 4.11 (the maximum being 4.12).
> 
> Instead of needing a correct system Junit version to run tests during the
> build, and having to worry about having correct system versions of Hamcrest
> on the classpath, should we not rather treat them like external
> dependencies and download specific versions during ./bootstrap? It's under
> 300 kB for both, and the bvt/fvt/pvt tests already download their own copy.
> 
> Damjan
> 

This would be OK with me. What version of the jre does Junit 4.11
require? I can't find information about this on the junit site
--http://junit.org/junit4/

Right now, we're still spec'd at jdk 1.6 for everything except Windows,
but IMO we should advance to 1.7 .

-- 
Kay Schenk
Apache OpenOffice


"Things work out best for those who make
 the best of the way things work out."
 -- John Wooden

-
To unsubscribe, e-mail: dev-unsubscr...@openoffice.apache.org
For additional commands, e-mail: dev-h...@openoffice.apache.org



Download Junit and Hamcrest in ./bootstrap?

2016-08-11 Thread Damjan Jovanovic
Hi

If you've been checking the buildbots you'll see that all who don't use
--without-junit are currently broken in ./configure due to junit being too
old. This is unlikely to change, as the buildslaves are running Ubuntu
10.04 which doesn't have newer versions of Junit available in apt.

This is part of a bigger problem, which is that Junit's dependencies
changed multiple times in the 4.x releases, which is why I changed
configure.ac to need at least 4.11 (the maximum being 4.12).

Instead of needing a correct system Junit version to run tests during the
build, and having to worry about having correct system versions of Hamcrest
on the classpath, should we not rather treat them like external
dependencies and download specific versions during ./bootstrap? It's under
300 kB for both, and the bvt/fvt/pvt tests already download their own copy.

Damjan


Re: ./bootstrap: LWP::Protocol::https replaced by java.net.URLConnection

2016-07-27 Thread Damjan Jovanovic
On Wed, Jul 27, 2016 at 9:04 PM, Kay Schenk  wrote:

> On Mon, Jul 25, 2016 at 6:38 AM, Damjan Jovanovic 
> wrote:
>
> > On Sun, Jul 24, 2016 at 7:43 PM, Patricia Shanahan  wrote:
> >
> > > On 7/24/2016 10:24 AM, Damjan Jovanovic wrote:
> > > ...
> > >
> > >> So how do we download files now?
> > >>
> > >> Java. Java supports https:// out of the box, is very portable between
> > >> operating systems and CPUs, uses its own root CA certificates, is
> > already
> > >> used on all the buildbots, and is documented as being a mandatory
> build
> > >> dependency (even though it doesn't seem that way in ./configure). A
> > simple
> > >> class main/solenv/javadownloader/AOOJavaDownloader.java gets compiled
> > into
> > >> main/solenv//class/AOOJavaDownloader.class by the
> ./bootstrap
> > >> script, and then called from Perl's main/solenv/bin/
> > >> download_external_dependencies.pl and
> > >> main/solenv/bin/modules/ExtensionsLst.pm using system(), in place of
> > >> LWP::UserAgent. Internally, it uses java.net.URLConnection for
> > http/https
> > >> support, deals with HTTP redirection, also verifying MD5 and SHA1
> hashes
> > >> like the Perl DownloadFile() function it replaces.
> > >>
> > >> The way it's been set up is a bit of a hack, but it's working
> > phenomenally
> > >> well on both FreeBSD and Windows, and with it the Windows aoo-win7
> > >> buildbot
> > >> has successfully bootstrapped for the first time in memorable history,
> > and
> > >> with VCVARS32.BAT eliminated it looks like it may even finish building
> > >> successfully!
> > >>
> > >
> > > This sounds very promising. I hope it works.
> > >
> >
> > Every nightly buildbot bootstraps now and every *nix buildbot among them
> > builds successfully. I consider the patch a complete success.
> >
> > The snapshot buildbots still can't bootstrap unless they have
> > LWP::Protocol::https installed - not until we make another snapshot for
> > them with r1753943 merged.
> >
> > It's just Windows we have to fix now. See the other thread.
> >
>
> ​Hi. OK, and maybe a dumb question. The Perl procedure also checks the MD5
> checksums. Would a new java download procedure also be setup to do this?​
>
>
Absolutely. It already does.


Re: ./bootstrap: LWP::Protocol::https replaced by java.net.URLConnection

2016-07-27 Thread Kay Schenk
On Mon, Jul 25, 2016 at 6:38 AM, Damjan Jovanovic  wrote:

> On Sun, Jul 24, 2016 at 7:43 PM, Patricia Shanahan  wrote:
>
> > On 7/24/2016 10:24 AM, Damjan Jovanovic wrote:
> > ...
> >
> >> So how do we download files now?
> >>
> >> Java. Java supports https:// out of the box, is very portable between
> >> operating systems and CPUs, uses its own root CA certificates, is
> already
> >> used on all the buildbots, and is documented as being a mandatory build
> >> dependency (even though it doesn't seem that way in ./configure). A
> simple
> >> class main/solenv/javadownloader/AOOJavaDownloader.java gets compiled
> into
> >> main/solenv//class/AOOJavaDownloader.class by the ./bootstrap
> >> script, and then called from Perl's main/solenv/bin/
> >> download_external_dependencies.pl and
> >> main/solenv/bin/modules/ExtensionsLst.pm using system(), in place of
> >> LWP::UserAgent. Internally, it uses java.net.URLConnection for
> http/https
> >> support, deals with HTTP redirection, also verifying MD5 and SHA1 hashes
> >> like the Perl DownloadFile() function it replaces.
> >>
> >> The way it's been set up is a bit of a hack, but it's working
> phenomenally
> >> well on both FreeBSD and Windows, and with it the Windows aoo-win7
> >> buildbot
> >> has successfully bootstrapped for the first time in memorable history,
> and
> >> with VCVARS32.BAT eliminated it looks like it may even finish building
> >> successfully!
> >>
> >
> > This sounds very promising. I hope it works.
> >
>
> Every nightly buildbot bootstraps now and every *nix buildbot among them
> builds successfully. I consider the patch a complete success.
>
> The snapshot buildbots still can't bootstrap unless they have
> LWP::Protocol::https installed - not until we make another snapshot for
> them with r1753943 merged.
>
> It's just Windows we have to fix now. See the other thread.
>

​Hi. OK, and maybe a dumb question. The Perl procedure also checks the MD5
checksums. Would a new java download procedure also be setup to do this?​


-- 

Kay Schenk@Apache OpenOffice

“Things work out best for those who make the best of how things work out.”

-- John Wooden


Re: ./bootstrap: LWP::Protocol::https replaced by java.net.URLConnection

2016-07-25 Thread Damjan Jovanovic
On Sun, Jul 24, 2016 at 7:43 PM, Patricia Shanahan  wrote:

> On 7/24/2016 10:24 AM, Damjan Jovanovic wrote:
> ...
>
>> So how do we download files now?
>>
>> Java. Java supports https:// out of the box, is very portable between
>> operating systems and CPUs, uses its own root CA certificates, is already
>> used on all the buildbots, and is documented as being a mandatory build
>> dependency (even though it doesn't seem that way in ./configure). A simple
>> class main/solenv/javadownloader/AOOJavaDownloader.java gets compiled into
>> main/solenv//class/AOOJavaDownloader.class by the ./bootstrap
>> script, and then called from Perl's main/solenv/bin/
>> download_external_dependencies.pl and
>> main/solenv/bin/modules/ExtensionsLst.pm using system(), in place of
>> LWP::UserAgent. Internally, it uses java.net.URLConnection for http/https
>> support, deals with HTTP redirection, also verifying MD5 and SHA1 hashes
>> like the Perl DownloadFile() function it replaces.
>>
>> The way it's been set up is a bit of a hack, but it's working phenomenally
>> well on both FreeBSD and Windows, and with it the Windows aoo-win7
>> buildbot
>> has successfully bootstrapped for the first time in memorable history, and
>> with VCVARS32.BAT eliminated it looks like it may even finish building
>> successfully!
>>
>
> This sounds very promising. I hope it works.
>

Every nightly buildbot bootstraps now and every *nix buildbot among them
builds successfully. I consider the patch a complete success.

The snapshot buildbots still can't bootstrap unless they have
LWP::Protocol::https installed - not until we make another snapshot for
them with r1753943 merged.

It's just Windows we have to fix now. See the other thread.


Re: ./bootstrap: LWP::Protocol::https replaced by java.net.URLConnection

2016-07-25 Thread Carl Marcum

On 07/24/2016 01:24 PM, Damjan Jovanovic wrote:

Hi

Both we and Infra have been battling with the buildbots for far too long,
and the inability to do https:// downloads consistently due to missing
LWP::Protocol::https has been a major thorn in our side.

Perl in AOO is not going well. CPAN modules don't install easily: in both
CentOS 5 and (Infra tells me) in Cygwin some tests fail, preventing
installation. If in 5 months INFRA-11296 has not been closed, and we're
still having mystery problems on the buildbots where Perl modules are
installed but can't be found, and this is even holding up further
development, such as being able to test whether removing VCVARS32.BAT from
the Windows build script fixes the apr build failure and file lock, then I
believe it's past time to tell Perl goodbye!

So as of r1753943, Perl's LWP::UserAgent no longer downloads files. I was
thinking of using a CLI tool instead, something like wget, but that's
another dependency we'd have to document, that may not be available on all
platforms (eg. Mac, OS/2), and that is broken on CentOS 5 for https://
which is what we need it for the most.

So how do we download files now?

Java. Java supports https:// out of the box, is very portable between
operating systems and CPUs, uses its own root CA certificates, is already
used on all the buildbots, and is documented as being a mandatory build
dependency (even though it doesn't seem that way in ./configure). A simple
class main/solenv/javadownloader/AOOJavaDownloader.java gets compiled into
main/solenv//class/AOOJavaDownloader.class by the ./bootstrap
script, and then called from Perl's main/solenv/bin/
download_external_dependencies.pl and
main/solenv/bin/modules/ExtensionsLst.pm using system(), in place of
LWP::UserAgent. Internally, it uses java.net.URLConnection for http/https
support, deals with HTTP redirection, also verifying MD5 and SHA1 hashes
like the Perl DownloadFile() function it replaces.

The way it's been set up is a bit of a hack, but it's working phenomenally
well on both FreeBSD and Windows, and with it the Windows aoo-win7 buildbot
has successfully bootstrapped for the first time in memorable history, and
with VCVARS32.BAT eliminated it looks like it may even finish building
successfully!

Damjan



That seems like a great solution.

Good luck.

Carl

-
To unsubscribe, e-mail: dev-unsubscr...@openoffice.apache.org
For additional commands, e-mail: dev-h...@openoffice.apache.org



Re: ./bootstrap: LWP::Protocol::https replaced by java.net.URLConnection

2016-07-24 Thread Patricia Shanahan

On 7/24/2016 10:24 AM, Damjan Jovanovic wrote:
...

So how do we download files now?

Java. Java supports https:// out of the box, is very portable between
operating systems and CPUs, uses its own root CA certificates, is already
used on all the buildbots, and is documented as being a mandatory build
dependency (even though it doesn't seem that way in ./configure). A simple
class main/solenv/javadownloader/AOOJavaDownloader.java gets compiled into
main/solenv//class/AOOJavaDownloader.class by the ./bootstrap
script, and then called from Perl's main/solenv/bin/
download_external_dependencies.pl and
main/solenv/bin/modules/ExtensionsLst.pm using system(), in place of
LWP::UserAgent. Internally, it uses java.net.URLConnection for http/https
support, deals with HTTP redirection, also verifying MD5 and SHA1 hashes
like the Perl DownloadFile() function it replaces.

The way it's been set up is a bit of a hack, but it's working phenomenally
well on both FreeBSD and Windows, and with it the Windows aoo-win7 buildbot
has successfully bootstrapped for the first time in memorable history, and
with VCVARS32.BAT eliminated it looks like it may even finish building
successfully!


This sounds very promising. I hope it works.

-
To unsubscribe, e-mail: dev-unsubscr...@openoffice.apache.org
For additional commands, e-mail: dev-h...@openoffice.apache.org



./bootstrap: LWP::Protocol::https replaced by java.net.URLConnection

2016-07-24 Thread Damjan Jovanovic
Hi

Both we and Infra have been battling with the buildbots for far too long,
and the inability to do https:// downloads consistently due to missing
LWP::Protocol::https has been a major thorn in our side.

Perl in AOO is not going well. CPAN modules don't install easily: in both
CentOS 5 and (Infra tells me) in Cygwin some tests fail, preventing
installation. If in 5 months INFRA-11296 has not been closed, and we're
still having mystery problems on the buildbots where Perl modules are
installed but can't be found, and this is even holding up further
development, such as being able to test whether removing VCVARS32.BAT from
the Windows build script fixes the apr build failure and file lock, then I
believe it's past time to tell Perl goodbye!

So as of r1753943, Perl's LWP::UserAgent no longer downloads files. I was
thinking of using a CLI tool instead, something like wget, but that's
another dependency we'd have to document, that may not be available on all
platforms (eg. Mac, OS/2), and that is broken on CentOS 5 for https://
which is what we need it for the most.

So how do we download files now?

Java. Java supports https:// out of the box, is very portable between
operating systems and CPUs, uses its own root CA certificates, is already
used on all the buildbots, and is documented as being a mandatory build
dependency (even though it doesn't seem that way in ./configure). A simple
class main/solenv/javadownloader/AOOJavaDownloader.java gets compiled into
main/solenv//class/AOOJavaDownloader.class by the ./bootstrap
script, and then called from Perl's main/solenv/bin/
download_external_dependencies.pl and
main/solenv/bin/modules/ExtensionsLst.pm using system(), in place of
LWP::UserAgent. Internally, it uses java.net.URLConnection for http/https
support, deals with HTTP redirection, also verifying MD5 and SHA1 hashes
like the Perl DownloadFile() function it replaces.

The way it's been set up is a bit of a hack, but it's working phenomenally
well on both FreeBSD and Windows, and with it the Windows aoo-win7 buildbot
has successfully bootstrapped for the first time in memorable history, and
with VCVARS32.BAT eliminated it looks like it may even finish building
successfully!

Damjan


Re: aoo 4.2 dev: .\bootstrap fails with failed (501 Protocol scheme 'https' is not supported (LWP::Protocol::https not installed))

2016-04-01 Thread Andrea Pescetti

Don Lewis wrote:

On  1 Apr, Oliver Brinzing wrote:

http://sourceforge.net/projects/oooextras.mirror/files/2ab442d169156f34c379c968f3f482dd-zlib-1.2.7.tar.bz2
failed (501 Protocol scheme 'https' is not supported (LWP::Protocol::https not 
installed))

You need to install the LWP::Protocol::https perl module.


I confirm that, on your own machine, this is the preferred solution, as 
the HTTP-only workaround is temporary and only due to the delay in 
getting Infra to update all buildbots as per 
https://issues.apache.org/jira/browse/INFRA-11296


Oliver Brinzing wrote:

 i took source code form https://github.com/apache/openoffice instead of svn ...


You are right, Oliver! SVN and Github are not aligned, it seems Github 
didn't pick up any recent work. This will need separate investigation 
unless somebody already knows why the mirror is outdated.


Regards,
  Andrea.

-
To unsubscribe, e-mail: dev-unsubscr...@openoffice.apache.org
For additional commands, e-mail: dev-h...@openoffice.apache.org



Re: aoo 4.2 dev: .\bootstrap fails with failed (501 Protocol scheme 'https' is not supported (LWP::Protocol::https not installed))

2016-04-01 Thread Don Lewis
On  1 Apr, Oliver Brinzing wrote:
> Hi,
> 
> i try to build aoo 4.2 dev on win7, but i can not download the external 
> sources.
> 
> any hints?
> Oliver
> 
> downloading 22 missing tar balls to C:/build_tmp/aoo_src/ext_sources
> downloading to 
> C:/build_tmp/aoo_src/ext_sources/2d6ec8ccdf5c46b05ba54a9fd1d130d7-gtest-1.7.0.zip.part
> MD5 checksum is OK
> downloading to 
> C:/build_tmp/aoo_src/ext_sources/0dd138efff4412c707e239290fb82d4f-mdds_0.3.1.tar.bz2.part
> MD5 checksum is OK
> downloading to 
> C:/build_tmp/aoo_src/ext_sources/2ab442d169156f34c379c968f3f482dd-zlib-1.2.7.tar.bz2.part
> download from 
> http://sourceforge.net/projects/oooextras.mirror/files/2ab442d169156f34c379c968f3f482dd-zlib-1.2.7.tar.bz2
>  
> failed (501 Protocol scheme 'https' is not supported (LWP::Protocol::https 
> not installed))
>  download failed

You need to install the LWP::Protocol::https perl module.


-
To unsubscribe, e-mail: dev-unsubscr...@openoffice.apache.org
For additional commands, e-mail: dev-h...@openoffice.apache.org



Re: aoo 4.2 dev: .\bootstrap fails with failed (501 Protocol scheme 'https' is not supported (LWP::Protocol::https not installed))

2016-04-01 Thread Oliver Brinzing


sorry i missed

> Andrea has done a temporary fix. See [1] and [2] and the separate mail [3].
> This should work until Infra has installed the missing functionality on every 
buildbot.
> [1] http://svn.apache.org/viewvc?view=revision&revision=1736691
> [2] http://svn.apache.org/viewvc?view=revision&revision=1736692
> [3] http://www.mail-archive.com/dev@openoffice.apache.org/msg26993.html

and i took source code form https://github.com/apache/openoffice instead of svn 
...

will try again ..

Oliver

>

i try to build aoo 4.2 dev on win7, but i can not download the external sources.

any hints?
Oliver

downloading 22 missing tar balls to C:/build_tmp/aoo_src/ext_sources
downloading to 
C:/build_tmp/aoo_src/ext_sources/2d6ec8ccdf5c46b05ba54a9fd1d130d7-gtest-1.7.0.zip.part
MD5 checksum is OK
downloading to
C:/build_tmp/aoo_src/ext_sources/0dd138efff4412c707e239290fb82d4f-mdds_0.3.1.tar.bz2.part
MD5 checksum is OK
downloading to
C:/build_tmp/aoo_src/ext_sources/2ab442d169156f34c379c968f3f482dd-zlib-1.2.7.tar.bz2.part
download from
http://sourceforge.net/projects/oooextras.mirror/files/2ab442d169156f34c379c968f3f482dd-zlib-1.2.7.tar.bz2
failed (501 Protocol scheme 'https' is not supported (LWP::Protocol::https not 
installed))
 download failed
downloading to
C:/build_tmp/aoo_src/ext_sources/2ab442d169156f34c379c968f3f482dd-zlib-1.2.7.tar.bz2.part
download from http://zlib.net/zlib-1.2.7.tar.bz2 failed (404 Not Found)
 download failed
downloading to
C:/build_tmp/aoo_src/ext_sources/f65fbbd72926c8e7cf0dbd4ada03b0d226f461fd-serf-1.2.1.tar.bz2.part
SHA1 checksum is OK
downloading to 
C:/build_tmp/aoo_src/ext_sources/52654eb3b2e60c35731ea8fc87f1bd29-jpeg-8d.tar.gz.part
MD5 checksum is OK
downloading to
C:/build_tmp/aoo_src/ext_sources/c813c065dd53d7bd0a560a870ddd0af5-openssl-0.9.8zh.tar.gz.part
MD5 checksum is OK
downloading to
C:/build_tmp/aoo_src/ext_sources/8127a65e8c3b08856093099b52599c86-libxml2-2.7.8.tar.gz.part
MD5 checksum is OK
downloading to
C:/build_tmp/aoo_src/ext_sources/63574e3ada44f473892a61a2da433a59-apache-tomcat-5.5.36-src.tar.gz.part
MD5 checksum is OK
downloading to
C:/build_tmp/aoo_src/ext_sources/d6eef4b4cacb2183f2bf265a5a03a354-boost_1_55_0.tar.bz2.part
download from 
http://sourceforge.net/projects/boost/files/boost/1.55.0/boost_1_55_0.tar.bz2/download
failed (501 Protocol scheme 'https' is not supported (LWP::Protocol::https not 
installed))
 download failed
downloading to
C:/build_tmp/aoo_src/ext_sources/d6eef4b4cacb2183f2bf265a5a03a354-boost_1_55_0.tar.bz2.part
download from
http://sourceforge.net/projects/oooextras.mirror/files/d6eef4b4cacb2183f2bf265a5a03a354-boost_1_55_0.tar.bz2
failed (501 Protocol scheme 'https' is not supported (LWP::Protocol::https not 
installed))
 download failed
downloading to 
C:/build_tmp/aoo_src/ext_sources/d62650a6f908e85643e557a236ea989c-vigra1.6.0.tar.gz.part
download from 
http://hci.iwr.uni-heidelberg.de/vigra-old-versions/vigra1.6.0.tar.gz failed 
(404 Not
Found)
 download failed
downloading to 
C:/build_tmp/aoo_src/ext_sources/d62650a6f908e85643e557a236ea989c-vigra1.6.0.tar.gz.part
download from
http://sourceforge.net/projects/oooextras.mirror/files/d62650a6f908e85643e557a236ea989c-vigra1.6.0.tar.gz
failed (501 Protocol scheme 'https' is not supported (LWP::Protocol::https not 
installed))
 download failed
downloading to
C:/build_tmp/aoo_src/ext_sources/dd7dab7a5fea97d2a6a43f511449b7cd-expat-2.1.0.tar.gz.part
download from 
http://sourceforge.net/projects/expat/files/expat/2.1.0/expat-2.1.0.tar.gz/download
failed (501 Protocol scheme 'https' is not supported (LWP::Protocol::https not 
installed))
 download failed
downloading to
C:/build_tmp/aoo_src/ext_sources/dd7dab7a5fea97d2a6a43f511449b7cd-expat-2.1.0.tar.gz.part
download from
http://sourceforge.net/projects/oooextras.mirror/files/dd7dab7a5fea97d2a6a43f511449b7cd-expat-2.1.0.tar.gz
failed (501 Protocol scheme 'https' is not supported (LWP::Protocol::https not 
installed))
 download failed
downloading to 
C:/build_tmp/aoo_src/ext_sources/ec1941a74d3ef513c4ce57a9092b74e1-bsh-2.0b5-src.zip.part
MD5 checksum is OK
downloading to 
C:/build_tmp/aoo_src/ext_sources/1cce53bf4b40ae29790d2c5c9f8b1129-CoinMP-1.7.6.tgz.part
MD5 checksum is OK
downloading to
C:/build_tmp/aoo_src/ext_sources/48a9f787f43a09c0a9b7b00cd1fddbbf-hyphen-2.7.1.tar.gz.part
download from 
http://sourceforge.net/projects/hunspell/files/Hyphen/2.7/hyphen-2.7.1.tar.gz/download
failed (501 Protocol scheme 'https' is not supported (LWP::Protocol::https not 
installed))
 download failed
downloading to
C:/build_tmp/aoo_src/ext_sources/48a9f787f43a09c0a9b7b00cd1fddbbf-hyphen-2.7.1.tar.gz.part
download from
http://sourceforge.net/projects/oooextras.mirror/files/48a9f787f43a09c0a9b7b00cd1fddbbf-hyphen-2.7.1.tar.gz
failed (501 Protocol scheme 'https' is not supported (LWP::Protocol::https not 
installed))
 download failed
downloading to
C:/build_tmp/aoo_src/ext_sources/3121aaf3e13e5d88dfff13fb4a5f1ab8-hunspel

  1   2   >