Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 673954 - sys-boot/vboot-utils-59_p20170413 fails to build with openssl-1.1
Summary: sys-boot/vboot-utils-59_p20170413 fails to build with openssl-1.1
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Zac Medico
URL: https://chromium.googlesource.com/chr...
Whiteboard:
Keywords:
: 674440 (view as bug list)
Depends on:
Blocks: openssl-1.1
  Show dependency tree
 
Reported: 2018-12-29 08:40 UTC by Harri Nieminen (Moiman)
Modified: 2019-01-03 23:50 UTC (History)
1 user (show)

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


Attachments
build.log (build.log,54.43 KB, text/x-log)
2018-12-29 08:40 UTC, Harri Nieminen (Moiman)
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Harri Nieminen (Moiman) 2018-12-29 08:40:28 UTC
Created attachment 558756 [details]
build.log

host/lib/util_misc.c: In function ‘vb_keyb_from_rsa’:
host/lib/util_misc.c:83:38: error: dereferencing pointer to incomplete type ‘struct rsa_st’
  nwords = BN_num_bits(rsa_private_key->n) / 32;
                                      ^~
Comment 1 Harri Nieminen (Moiman) 2019-01-03 19:31:11 UTC
*** Bug 674440 has been marked as a duplicate of this bug. ***
Comment 2 Larry the Git Cow gentoo-dev 2019-01-03 23:50:18 UTC
The bug has been closed via the following commit(s):

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

commit a599090d15353f23b20fab94cdbbdedffcfbc4aa
Author:     Zac Medico <zmedico@gentoo.org>
AuthorDate: 2019-01-03 23:02:45 +0000
Commit:     Zac Medico <zmedico@gentoo.org>
CommitDate: 2019-01-03 23:50:08 +0000

    sys-boot/vboot-utils: version bump to 72_p20181229 with openssl-1.1 support
    
    Reported-by: Harri Nieminen <moiman@posteo.net>
    Closes: https://bugs.gentoo.org/673954
    Package-Manager: Portage-2.3.53, Repoman-2.3.12
    Signed-off-by: Zac Medico <zmedico@gentoo.org>

 sys-boot/vboot-utils/Manifest                      |  1 +
 .../vboot-utils/vboot-utils-72_p20181229.ebuild    | 98 ++++++++++++++++++++++
 2 files changed, 99 insertions(+)

Additionally, it has been referenced in the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3d6f75b12a60745f08f511568531a050429f46b4

commit 3d6f75b12a60745f08f511568531a050429f46b4
Author:     Zac Medico <zmedico@gentoo.org>
AuthorDate: 2019-01-03 22:24:00 +0000
Commit:     Zac Medico <zmedico@gentoo.org>
CommitDate: 2019-01-03 23:50:06 +0000

    sys-boot/vboot-utils: require openssl 1.0.x or libressl (bug 674344)
    
    Reported-by: Harri Nieminen <moiman@posteo.net>
    Bug: https://bugs.gentoo.org/673954
    Package-Manager: Portage-2.3.53, Repoman-2.3.12
    Signed-off-by: Zac Medico <zmedico@gentoo.org>

 sys-boot/vboot-utils/vboot-utils-59_p20170413.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)