Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 692678 - dev-libs/openssl-1.1.1c - cannot apply openssl-1.1.1b-ec-curves-patch.patch
Summary: dev-libs/openssl-1.1.1c - cannot apply openssl-1.1.1b-ec-curves-patch.patch
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Gentoo's Team for Core System packages
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2019-08-21 13:49 UTC by Francesco Turco
Modified: 2019-08-21 22:25 UTC (History)
2 users (show)

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


Attachments
info.txt (info.txt,5.66 KB, text/plain)
2019-08-21 13:51 UTC, Francesco Turco
Details
build.log (build.log,10.58 KB, text/plain)
2019-08-21 13:52 UTC, Francesco Turco
Details
speed.c.rej (speed.c.rej,4.78 KB, text/plain)
2019-08-21 13:54 UTC, Francesco Turco
Details
ecdsatest.c.rej (ecdsatest.c.rej,673 bytes, text/plain)
2019-08-21 13:54 UTC, Francesco Turco
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Francesco Turco 2019-08-21 13:49:55 UTC
dev-libs/openssl-1.1.1c cannot be emerged on my system due to openssl-1.1.1b-ec-curves-patch.patch:

 * Applying openssl-1.1.1b-ec-curves-patch.patch ...
5 out of 7 hunks FAILED -- saving rejects to file apps/speed.c.rej
2 out of 2 hunks FAILED -- saving rejects to file test/ecdsatest.c.rej
Comment 1 Francesco Turco 2019-08-21 13:51:14 UTC
Created attachment 587752 [details]
info.txt

emerge --info
Comment 2 Francesco Turco 2019-08-21 13:52:30 UTC
Created attachment 587754 [details]
build.log
Comment 3 Francesco Turco 2019-08-21 13:54:21 UTC
Created attachment 587758 [details]
speed.c.rej
Comment 4 Francesco Turco 2019-08-21 13:54:51 UTC
Created attachment 587760 [details]
ecdsatest.c.rej
Comment 5 Tomáš Mózes 2019-08-21 20:47:34 UTC
Strange, I installed it on one of my boxes just today.
Comment 6 Tomáš Mózes 2019-08-21 20:48:41 UTC
Oh, you have USE=bindist, can you please try without it?
Comment 7 Larry the Git Cow gentoo-dev 2019-08-21 22:25:15 UTC
The bug has been closed via the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=604d5b3e0de296fc6fa6f05007b196f9860974e6

commit 604d5b3e0de296fc6fa6f05007b196f9860974e6
Author:     Thomas Deutschmann <whissi@gentoo.org>
AuthorDate: 2019-08-21 22:23:36 +0000
Commit:     Thomas Deutschmann <whissi@gentoo.org>
CommitDate: 2019-08-21 22:24:58 +0000

    dev-libs/openssl: fix USE=bindist
    
    Patches from upstream are out-of-date and don't apply against openssl-1.1.1c.
    Instead of patching a patch it's easier to maintain our own patch set.
    
    Closes: https://bugs.gentoo.org/692678
    Package-Manager: Portage-2.3.72, Repoman-2.3.17
    Signed-off-by: Thomas Deutschmann <whissi@gentoo.org>

 dev-libs/openssl/Manifest              |  4 +--
 dev-libs/openssl/openssl-1.1.1c.ebuild | 62 +++++++++++++++-------------------
 2 files changed, 28 insertions(+), 38 deletions(-)