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:

<quote>

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

</quote>

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

Reply via email to