Bug 10886

Summary: openssl-1.0.2n fails to build
Product: buildroot Reporter: Sergey Yasinsky <seregajsv>
Component: OtherAssignee: unassigned
Status: RESOLVED WORKSFORME    
Severity: normal CC: buildroot, seregajsv
Priority: P5    
Version: 2018.02   
Target Milestone: ---   
Hardware: All   
OS: Linux   
Host: Target:
Build:
Attachments: Fixed 0001-Dont-waste-time-building-manpages-if-we-re-not-going.patch

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