Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 689590 - pesign 113 is available
Summary: pesign 113 is available
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: David Michael
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2019-07-10 09:50 UTC by Luca Barbato
Modified: 2019-07-27 00:22 UTC (History)
0 users

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


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Luca Barbato gentoo-dev 2019-07-10 09:50:39 UTC
It does require patching because of the -Werror in `Make.defaults`.
Comment 1 Luca Barbato gentoo-dev 2019-07-10 10:13:08 UTC
Second pitfall: the Makefile is trying to be smart regarding the ARFLAGS and that leads to a failure. 

Sadly we might have to replicate the logic that's in there with the correct checks.
Comment 2 Stefan Strogin gentoo-dev 2019-07-27 00:17:31 UTC
For ARFLAGS logic see this patch: https://github.com/rhboot/pesign/commit/377da9b127b89a30ef2258bc3bfaee6565484611

I suppose it will be fine if we set ARFLAGS="-cvqs" in the ebuild.
Comment 3 Larry the Git Cow gentoo-dev 2019-07-27 00:22:20 UTC
The bug has been closed via the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0d2ffd3ca0142f69bf52e19f151ae7d2f6c8e707

commit 0d2ffd3ca0142f69bf52e19f151ae7d2f6c8e707
Author:     Stefan Strogin <steils@gentoo.org>
AuthorDate: 2019-07-26 23:30:43 +0000
Commit:     Stefan Strogin <steils@gentoo.org>
CommitDate: 2019-07-27 00:21:56 +0000

    app-crypt/pesign: bump version to 113
    
    Closes: https://bugs.gentoo.org/689590
    Package-Manager: Portage-2.3.69, Repoman-2.3.16
    Signed-off-by: Stefan Strogin <steils@gentoo.org>

 app-crypt/pesign/Manifest                   |  1 +
 app-crypt/pesign/files/pesign-113-nss.patch | 47 ++++++++++++++++++++++++++
 app-crypt/pesign/pesign-113.ebuild          | 52 +++++++++++++++++++++++++++++
 3 files changed, 100 insertions(+)