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:
> 
> <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

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

Attachment: signature.asc
Description: Digital signature

Reply via email to