Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 638058 - dev-libs/openssl-1.1.0 does not compile on musl
Summary: dev-libs/openssl-1.1.0 does not compile on musl
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Gentoo musl team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2017-11-18 21:43 UTC by Matthew Thode ( prometheanfire )
Modified: 2017-11-20 02:06 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments
build.log (build.log,630.14 KB, text/x-log)
2017-11-18 21:43 UTC, Matthew Thode ( prometheanfire )
Details
Patch for openssl-1.1.0g-r1.ebuild (patch,762 bytes, patch)
2017-11-19 11:10 UTC, Felix Janda
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Matthew Thode ( prometheanfire ) archtester Gentoo Infrastructure gentoo-dev Security 2017-11-18 21:43:29 UTC
Created attachment 504710 [details]
build.log

The specific version tested was 1.1.0g-r1 with USE=bindist (to use the fedora patchset).
Comment 1 Felix Janda 2017-11-19 11:10:29 UTC
Created attachment 504894 [details, diff]
Patch for openssl-1.1.0g-r1.ebuild

The new async mode uses *context functions, which are missing from
musl. It is not clear when/if they will be supported.

This (untested) patch tries to fix the build by disabling the aysnc
mode.
Comment 2 Matthew Thode ( prometheanfire ) archtester Gentoo Infrastructure gentoo-dev Security 2017-11-20 00:15:15 UTC
the patch seems to make sense to me, will include
Comment 3 Matthew Thode ( prometheanfire ) archtester Gentoo Infrastructure gentoo-dev Security 2017-11-20 02:06:49 UTC
confirmed and commited