Re: Building 4.1.3: Error with dmake and further packages

2016-09-18 Thread Marcus

Am 09/18/2016 12:30 AM, schrieb Ariel Constenla-Haile:

On Sat, Sep 17, 2016 at 10:57:10PM +0200, Marcus wrote:

it breaks again at the same place:

...

[ info  ALL ] LinkTarget Library/libxcr.so not defined: Assuming headers to
be there!
R=/share/linux2/AOO413&&  S=$R/main&&  O=$S/solver/413/unxlngx6.pro&&
W=$O/workdir&&  mkdir -p $W/ExternalHeaders/Library/&&  touch
$W/ExternalHeaders/Library/libxcr.so&&  mkdir -p $W/LinkTarget/pdb/Library/
R=/share/linux2/AOO413&&  S=$R/main&&  O=$S/solver/413/unxlngx6.pro&&
W=$O/workdir&&  mkdir -p $W/Headers/Library/&&  touch
$W/Headers/Library/libxcr.so
R=/share/linux2/AOO413&&  S=$R/main&&  O=$S/solver/413/unxlngx6.pro&&
W=$O/workdir&&  mkdir -p $W/ExternalHeaders/Library/&&  touch
$W/ExternalHeaders/Library/libsvx.so&&  mkdir -p $W/LinkTarget/pdb/Library/
R=/share/linux2/AOO413&&  S=$R/main&&  O=$S/solver/413/unxlngx6.pro&&
W=$O/workdir&&  mkdir -p $W/Headers/Library/&&  touch
$W/Headers/Library/libsvx.so
[ build DEP ] LNK:Library/libsvx.so
R=/share/linux2/AOO413&&  S=$R/main&&  O=$S/solver/413/unxlngx6.pro&&
W=$O/workdir&&  mkdir -p $W/Dep/LinkTarget/Library/&&
RESPONSEFILE=/tmp/gbuild.ViuwkU&&  cat ${RESPONSEFILE} /dev/null | xargs -n
200 cat>  $W/Dep/LinkTarget/Library/libsvx.so.d&&  rm -f ${RESPONSEFILE}
/share/linux2/AOO413/main/solenv/gbuild/LinkTarget.mk:163: *** Unable to
find generated C++ file 
/share/linux2/AOO413/main/solver/413/unxlngx6.pro/workdir/svx/source/sdr/attribute/sdrallfillattributeshelper.cxx


main/svx/source/sdr/attribute/sdrallfillattributeshelper.cxx
main/svx/inc/svx/sdr/attribute/sdrallfillattributeshelper.hxx

where introduced in revision 1599233 and are only part of trunk, not
branch AOO41*. How did you get the AOO413 source?


just a simple:

svn co https://svn.apache.org/repos/asf/openoffice/branches/AOO413/

But I've found the problem:
It's the same "newer GCC compiler cannot optimize certain files" in my 
previous AOO420 build and it seems I've patched the makefile not perfect 
enough. :-(


Thanks for the hint about the files. That showed me the right direction.

And finally I got my install files.

Sorry for the confusion.

Marcus

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



Re: Building 4.1.3: Error with dmake and further packages

2016-09-17 Thread Ariel Constenla-Haile
On Sat, Sep 17, 2016 at 10:57:10PM +0200, Marcus wrote:
> it breaks again at the same place:
> 
> ...
> 
> [ info  ALL ] LinkTarget Library/libxcr.so not defined: Assuming headers to
> be there!
> R=/share/linux2/AOO413 && S=$R/main && O=$S/solver/413/unxlngx6.pro &&
> W=$O/workdir && mkdir -p $W/ExternalHeaders/Library/ && touch
> $W/ExternalHeaders/Library/libxcr.so && mkdir -p $W/LinkTarget/pdb/Library/
> R=/share/linux2/AOO413 && S=$R/main && O=$S/solver/413/unxlngx6.pro &&
> W=$O/workdir && mkdir -p $W/Headers/Library/ && touch
> $W/Headers/Library/libxcr.so
> R=/share/linux2/AOO413 && S=$R/main && O=$S/solver/413/unxlngx6.pro &&
> W=$O/workdir && mkdir -p $W/ExternalHeaders/Library/ && touch
> $W/ExternalHeaders/Library/libsvx.so && mkdir -p $W/LinkTarget/pdb/Library/
> R=/share/linux2/AOO413 && S=$R/main && O=$S/solver/413/unxlngx6.pro &&
> W=$O/workdir && mkdir -p $W/Headers/Library/ && touch
> $W/Headers/Library/libsvx.so
> [ build DEP ] LNK:Library/libsvx.so
> R=/share/linux2/AOO413 && S=$R/main && O=$S/solver/413/unxlngx6.pro &&
> W=$O/workdir && mkdir -p $W/Dep/LinkTarget/Library/ &&
> RESPONSEFILE=/tmp/gbuild.ViuwkU && cat ${RESPONSEFILE} /dev/null | xargs -n
> 200 cat > $W/Dep/LinkTarget/Library/libsvx.so.d && rm -f ${RESPONSEFILE}
> /share/linux2/AOO413/main/solenv/gbuild/LinkTarget.mk:163: *** Unable to
> find generated C++ file 
> /share/linux2/AOO413/main/solver/413/unxlngx6.pro/workdir/svx/source/sdr/attribute/sdrallfillattributeshelper.cxx

main/svx/source/sdr/attribute/sdrallfillattributeshelper.cxx
main/svx/inc/svx/sdr/attribute/sdrallfillattributeshelper.hxx

where introduced in revision 1599233 and are only part of trunk, not
branch AOO41*. How did you get the AOO413 source? 


Regards
-- 
Ariel Constenla-Haile
La Plata, Argentina


signature.asc
Description: Digital signature


Re: Building 4.1.3: Error with dmake and further packages

2016-09-17 Thread Marcus

Am 09/17/2016 10:29 PM, schrieb Marcus:

Am 09/17/2016 08:55 PM, schrieb Ariel Constenla-Haile:


On Sat, Sep 17, 2016 at 12:51:08PM +0200, Marcus wrote:

Hi all,

I want to build the current 4.1.3 source.

Therefore I've checked out today the new AOO413 branch (incl. Ariels
last
commit r1761157 !).

Configure was successful but bootstrap throws an error:



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

failed
download failed
making and entering
/share/linux2/AOO413/main/solenv/unxlngx6.pro/misc/build/
can not find the dmake package



It doesn't matter if it's a HTTP or HTTPS URL.


It matters, sourceforge is redirecting all HTTP to HTTPS.


I can workaround this by using the dmake binary built in trunk with the
"--with-dmake-path" option. Then I can build until errors in these
modules:

more_fonts (which are the dejavu fonts), libxml2, expat, curl

Looking at the errors it seems that the 4 package files cannot be
build as
they were not downloaded.

I think the downloading of external libraries/dependencis isn't
working like
for trunk. Any reason for the difference?


There have been some changes in the code that hasn't been cherrypicked,
I'd try to merge those changes and test.


Needless to say that with trunk I don't have this problem. ;-)

Any hint for root cause and solution?


You might be missing some perl modules that enable HTTPS, the configure
on branch AOO413 does not fail if those are not installed. Check if you
have the following modules:

perl-Archive-Zip
perl-XML-Parser
perl-Digest-SHA
perl-Digest-MD5
perl-Crypt-SSLeay
perl-libwww-perl
perl-LWP-Protocol-https


Right, these are not installed.


Do not install modules using CPAN, use the packagemanager, yum or dnf on
newer Fedora. For example:

dnf info perl-Crypt-SSLeay
yum info perl-Crypt-SSLeay


Done


If the packages do not exist with this names, use the perl module path
to find out which package provides it:

dnf whatprovides */Crypt/SSLeay.pm
yum whatprovides */Crypt/SSLeay.pm

I opened two tasks:
https://bz.apache.org/ooo/show_bug.cgi?id=127119
https://bz.apache.org/ooo/show_bug.cgi?id=127120


That would be great if it could be committed to the AOO413 branch.

Thanks a lot for your help. I now can build much further until svx. Here
a precompiled CXX file is not found. I'll cleanup everything and start
the build again.


it breaks again at the same place:

...

[ info  ALL ] LinkTarget Library/libxcr.so not defined: Assuming headers 
to be there!
R=/share/linux2/AOO413 && S=$R/main && O=$S/solver/413/unxlngx6.pro && 
W=$O/workdir && mkdir -p $W/ExternalHeaders/Library/ && touch 
$W/ExternalHeaders/Library/libxcr.so && mkdir -p $W/LinkTarget/pdb/Library/
R=/share/linux2/AOO413 && S=$R/main && O=$S/solver/413/unxlngx6.pro && 
W=$O/workdir && mkdir -p $W/Headers/Library/ && touch 
$W/Headers/Library/libxcr.so
R=/share/linux2/AOO413 && S=$R/main && O=$S/solver/413/unxlngx6.pro && 
W=$O/workdir && mkdir -p $W/ExternalHeaders/Library/ && touch 
$W/ExternalHeaders/Library/libsvx.so && mkdir -p $W/LinkTarget/pdb/Library/
R=/share/linux2/AOO413 && S=$R/main && O=$S/solver/413/unxlngx6.pro && 
W=$O/workdir && mkdir -p $W/Headers/Library/ && touch 
$W/Headers/Library/libsvx.so

[ build DEP ] LNK:Library/libsvx.so
R=/share/linux2/AOO413 && S=$R/main && O=$S/solver/413/unxlngx6.pro && 
W=$O/workdir && mkdir -p $W/Dep/LinkTarget/Library/ && 
RESPONSEFILE=/tmp/gbuild.ViuwkU && cat ${RESPONSEFILE} /dev/null | xargs 
-n 200 cat > $W/Dep/LinkTarget/Library/libsvx.so.d && rm -f ${RESPONSEFILE}
/share/linux2/AOO413/main/solenv/gbuild/LinkTarget.mk:163: *** Unable to 
find generated C++ file 
/share/linux2/AOO413/main/solver/413/unxlngx6.pro/workdir/svx/source/sdr/attribute/sdrallfillattributeshelper.cxx 
in WORKDIR..  Stop.
rm 
/share/linux2/AOO413/main/solver/413/unxlngx6.pro/workdir/ExternalHeaders/Library/libxcr.so

dmake:  Error code 2, while making 'all'

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

Reason(s):

ERROR: error 65280 occurred while making /share/linux2/AOO413/main/svx/prj

When you have fixed the errors in that module you can resume the build 
by running:


build --from svx



The file is indeed not existing:

/share/linux2/AOO413/main/solver/413/unxlngx6.pro/workdir/svx/source/sdr/attribute/sdrallfillattributeshelper.cxx

But also not this part of the mentioned path:

svx/source/sdr/attribute/sdrallfillattributeshelper.cxx

Marcus

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



Re: Building 4.1.3: Error with dmake and further packages

2016-09-17 Thread Marcus

Am 09/17/2016 08:55 PM, schrieb Ariel Constenla-Haile:


On Sat, Sep 17, 2016 at 12:51:08PM +0200, Marcus wrote:

Hi all,

I want to build the current 4.1.3 source.

Therefore I've checked out today the new AOO413 branch (incl. Ariels last
commit r1761157 !).

Configure was successful but bootstrap throws an error:



download from
http://sourceforge.net/projects/oooextras.mirror/files/dmake-4.12.tar.bz2
failed
 download failed
making and entering
/share/linux2/AOO413/main/solenv/unxlngx6.pro/misc/build/
can not find the dmake package



It doesn't matter if it's a HTTP or HTTPS URL.


It matters, sourceforge is redirecting all HTTP to HTTPS.


I can workaround this by using the dmake binary built in trunk with the
"--with-dmake-path" option. Then I can build until errors in these modules:

more_fonts (which are the dejavu fonts), libxml2, expat, curl

Looking at the errors it seems that the 4 package files cannot be build as
they were not downloaded.

I think the downloading of external libraries/dependencis isn't working like
for trunk. Any reason for the difference?


There have been some changes in the code that hasn't been cherrypicked,
I'd try to merge those changes and test.


Needless to say that with trunk I don't have this problem. ;-)

Any hint for root cause and solution?


You might be missing some perl modules that enable HTTPS, the configure
on branch AOO413 does not fail if those are not installed. Check if you
have the following modules:

perl-Archive-Zip
perl-XML-Parser
perl-Digest-SHA
perl-Digest-MD5
perl-Crypt-SSLeay
perl-libwww-perl
perl-LWP-Protocol-https


Right, these are not installed.


Do not install modules using CPAN, use the packagemanager, yum or dnf on
newer Fedora. For example:

dnf info perl-Crypt-SSLeay
yum info perl-Crypt-SSLeay


Done


If the packages do not exist with this names, use the perl module path
to find out which package provides it:

dnf whatprovides */Crypt/SSLeay.pm
yum whatprovides */Crypt/SSLeay.pm

I opened two tasks:
https://bz.apache.org/ooo/show_bug.cgi?id=127119
https://bz.apache.org/ooo/show_bug.cgi?id=127120


That would be great if it could be committed to the AOO413 branch.

Thanks a lot for your help. I now can build much further until svx. Here 
a precompiled CXX file is not found. I'll cleanup everything and start 
the build again.


Marcus

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



Re: Building 4.1.3: Error with dmake and further packages

2016-09-17 Thread Ariel Constenla-Haile
Hi Marcus,

On Sat, Sep 17, 2016 at 12:51:08PM +0200, Marcus wrote:
> Hi all,
> 
> I want to build the current 4.1.3 source.
> 
> Therefore I've checked out today the new AOO413 branch (incl. Ariels last
> commit r1761157 !).
> 
> Configure was successful but bootstrap throws an error:
> 
> 
> 
> download from
> http://sourceforge.net/projects/oooextras.mirror/files/dmake-4.12.tar.bz2
> failed
> download failed
> making and entering
> /share/linux2/AOO413/main/solenv/unxlngx6.pro/misc/build/
> can not find the dmake package
> 
> 
> 
> It doesn't matter if it's a HTTP or HTTPS URL.

It matters, sourceforge is redirecting all HTTP to HTTPS.

> I can workaround this by using the dmake binary built in trunk with the
> "--with-dmake-path" option. Then I can build until errors in these modules:
> 
> more_fonts (which are the dejavu fonts), libxml2, expat, curl
> 
> Looking at the errors it seems that the 4 package files cannot be build as
> they were not downloaded.
> 
> I think the downloading of external libraries/dependencis isn't working like
> for trunk. Any reason for the difference?

There have been some changes in the code that hasn't been cherrypicked,
I'd try to merge those changes and test.

> Needless to say that with trunk I don't have this problem. ;-)
> 
> Any hint for root cause and solution?

You might be missing some perl modules that enable HTTPS, the configure
on branch AOO413 does not fail if those are not installed. Check if you
have the following modules:

perl-Archive-Zip
perl-XML-Parser
perl-Digest-SHA
perl-Digest-MD5
perl-Crypt-SSLeay
perl-libwww-perl
perl-LWP-Protocol-https

Do not install modules using CPAN, use the packagemanager, yum or dnf on
newer Fedora. For example:

dnf info perl-Crypt-SSLeay
yum info perl-Crypt-SSLeay

If the packages do not exist with this names, use the perl module path
to find out which package provides it:

dnf whatprovides */Crypt/SSLeay.pm
yum whatprovides */Crypt/SSLeay.pm

I opened two tasks:
https://bz.apache.org/ooo/show_bug.cgi?id=127119
https://bz.apache.org/ooo/show_bug.cgi?id=127120


Regards
-- 
Ariel Constenla-Haile


signature.asc
Description: Digital signature


Re: Building 4.1.3: Error with dmake and further packages

2016-09-17 Thread Marcus
I've tried the whole afternoon. I cannot get bootstrap to downlaod the 
external libraries that are missing. When doing this manually with wget 
then it's no problem. So, Sourceforge has them but they cannot be 
downloaded when the build is prepared.


Marcus



Am 09/17/2016 12:51 PM, schrieb Marcus:

Hi all,

I want to build the current 4.1.3 source.

Therefore I've checked out today the new AOO413 branch (incl. Ariels
last commit r1761157 !).

Configure was successful but bootstrap throws an error:



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

download failed
making and entering
/share/linux2/AOO413/main/solenv/unxlngx6.pro/misc/build/
can not find the dmake package



It doesn't matter if it's a HTTP or HTTPS URL.

I can workaround this by using the dmake binary built in trunk with the
"--with-dmake-path" option. Then I can build until errors in these modules:

more_fonts (which are the dejavu fonts), libxml2, expat, curl

Looking at the errors it seems that the 4 package files cannot be build
as they were not downloaded.

I think the downloading of external libraries/dependencis isn't working
like for trunk. Any reason for the difference?

Needless to say that with trunk I don't have this problem. ;-)

Any hint for root cause and solution?

Thanks

Marcus


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



Building 4.1.3: Error with dmake and further packages

2016-09-17 Thread Marcus

Hi all,

I want to build the current 4.1.3 source.

Therefore I've checked out today the new AOO413 branch (incl. Ariels 
last commit r1761157 !).


Configure was successful but bootstrap throws an error:



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

download failed
making and entering 
/share/linux2/AOO413/main/solenv/unxlngx6.pro/misc/build/

can not find the dmake package



It doesn't matter if it's a HTTP or HTTPS URL.

I can workaround this by using the dmake binary built in trunk with the 
"--with-dmake-path" option. Then I can build until errors in these modules:


more_fonts (which are the dejavu fonts), libxml2, expat, curl

Looking at the errors it seems that the 4 package files cannot be build 
as they were not downloaded.


I think the downloading of external libraries/dependencis isn't working 
like for trunk. Any reason for the difference?


Needless to say that with trunk I don't have this problem. ;-)

Any hint for root cause and solution?

Thanks

Marcus

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