Bug 10886 - openssl-1.0.2n fails to build
Summary: openssl-1.0.2n fails to build
Status: RESOLVED WORKSFORME
Alias: None
Product: buildroot
Classification: Unclassified
Component: Other (show other bugs)
Version: 2018.02
Hardware: All Linux
: P5 normal
Target Milestone: ---
Assignee: unassigned
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2018-03-21 08:17 UTC by Sergey Yasinsky
Modified: 2018-04-01 09:20 UTC (History)
2 users (show)

See Also:
Host:
Target:
Build:


Attachments
Fixed 0001-Dont-waste-time-building-manpages-if-we-re-not-going.patch (468 bytes, patch)
2018-03-21 08:17 UTC, Sergey Yasinsky
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Sergey Yasinsky 2018-03-21 08:17:07 UTC
Created attachment 7551 [details]
Fixed 0001-Dont-waste-time-building-manpages-if-we-re-not-going.patch

When applying 0001-Dont-waste-time-building-manpages-if-we-re-not-going.patch occurs error:

patching file Makefile.org
Hunk #1 FAILED at 527.
1 out of 1 hunk FAILED -- saving rejects to file Makefile.org.rej

I fixed this problem for myself. Please, see attachment.
Comment 1 Peter Seiderer 2018-03-21 17:54:15 UTC
Strange, openssl/libopenssl builds just fine here, please try

    $ rm -r r build/libopenssl-1.0.2n
    $ make libopenssl

..and in case of a failure please post the complete build log of the
make step (make libopenssl 2>&1 | tee br_libopenssl.log)

Regards,
Peter