Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 674440 - sys-boot/vboot-utils-59_p20170413 does not compile with >=openssl-1.1.0
Summary: sys-boot/vboot-utils-59_p20170413 does not compile with >=openssl-1.1.0
Status: RESOLVED DUPLICATE of bug 673954
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Gentoo Linux bug wranglers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2019-01-03 18:20 UTC by Linus Lotz
Modified: 2019-01-03 19:31 UTC (History)
0 users

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


Attachments
Build log (build.log,62.61 KB, text/plain)
2019-01-03 18:20 UTC, Linus Lotz
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Linus Lotz 2019-01-03 18:20:14 UTC
Created attachment 559704 [details]
Build log

The build seems to fail because of a API change:

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;
                                      ^~
make: *** [Makefile:1202: /var/tmp/portage/sys-boot/vboot-utils-59_p20170413/work/build/host/lib/util_misc.o] Error 1
make: *** Waiting for unfinished jobs....
host/lib21/host_key.c: In function ‘vb2_rsa_sig_alg’:
host/lib21/host_key.c:568:27: error: dereferencing pointer to incomplete type ‘struct rsa_st’
  int exp = BN_get_word(rsa->e);
Comment 1 Harri Nieminen (Moiman) 2019-01-03 19:31:11 UTC

*** This bug has been marked as a duplicate of bug 673954 ***