Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 674344 - net-vpn/peervpn-0.044-r4 : libp2psec/crypto.c:50:17: error: field enc_ctx has incomplete type
Summary: net-vpn/peervpn-0.044-r4 : libp2psec/crypto.c:50:17: error: field enc_ctx has...
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:
Whiteboard:
Keywords:
Depends on:
Blocks: openssl-1.1
  Show dependency tree
 
Reported: 2019-01-02 17:12 UTC by Toralf Förster
Modified: 2019-01-02 22:52 UTC (History)
0 users

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


Attachments
emerge-info.txt (emerge-info.txt,15.86 KB, text/plain)
2019-01-02 17:12 UTC, Toralf Förster
Details
emerge-history.txt (emerge-history.txt,204.78 KB, text/plain)
2019-01-02 17:12 UTC, Toralf Förster
Details
environment (environment,63.94 KB, text/plain)
2019-01-02 17:12 UTC, Toralf Förster
Details
etc.portage.tbz2 (etc.portage.tbz2,14.68 KB, application/x-bzip)
2019-01-02 17:12 UTC, Toralf Förster
Details
net-vpn:peervpn-0.044-r4:20190102-001642.log (net-vpn:peervpn-0.044-r4:20190102-001642.log,3.97 KB, text/plain)
2019-01-02 17:12 UTC, Toralf Förster
Details
temp.tbz2 (temp.tbz2,16.42 KB, application/x-bzip)
2019-01-02 17:12 UTC, Toralf Förster
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Toralf Förster gentoo-dev 2019-01-02 17:12:25 UTC
                 from libp2psec/p2psec.c:25,
                 from peervpn.c:28:
libp2psec/crypto.c:50:17: error: field ‘enc_ctx’ has incomplete type
  EVP_CIPHER_CTX enc_ctx;
                 ^~~~~~~
libp2psec/crypto.c:51:17: error: field ‘dec_ctx’ has incomplete type

  -------------------------------------------------------------------

  This is an unstable amd64 chroot image at a tinderbox (==build bot)
  name: 17.0-systemd_test_20181228-124659

  -------------------------------------------------------------------

gcc-config -l:
 [1] x86_64-pc-linux-gnu-8.2.0 *

Available Python interpreters, in order of preference:
  [1]   python3.7
  [2]   python3.6
  [3]   python2.7 (fallback)

Available Rust versions:
  [1]   rust-1.31.1 *



emerge -qpvO net-vpn/peervpn
[ebuild  N    ] net-vpn/peervpn-0.044-r4
Comment 1 Toralf Förster gentoo-dev 2019-01-02 17:12:28 UTC
Created attachment 559492 [details]
emerge-info.txt
Comment 2 Toralf Förster gentoo-dev 2019-01-02 17:12:30 UTC
Created attachment 559494 [details]
emerge-history.txt
Comment 3 Toralf Förster gentoo-dev 2019-01-02 17:12:33 UTC
Created attachment 559496 [details]
environment
Comment 4 Toralf Förster gentoo-dev 2019-01-02 17:12:36 UTC
Created attachment 559498 [details]
etc.portage.tbz2
Comment 5 Toralf Förster gentoo-dev 2019-01-02 17:12:39 UTC
Created attachment 559500 [details]
net-vpn:peervpn-0.044-r4:20190102-001642.log
Comment 6 Toralf Förster gentoo-dev 2019-01-02 17:12:41 UTC
Created attachment 559502 [details]
temp.tbz2
Comment 7 Larry the Git Cow gentoo-dev 2019-01-02 22:51:23 UTC
The bug has been closed via the following commit(s):

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

commit 46752b8bcb7b83cc5f1fc37d9d84b244f0728dec
Author:     Zac Medico <zmedico@gentoo.org>
AuthorDate: 2019-01-02 22:49:13 +0000
Commit:     Zac Medico <zmedico@gentoo.org>
CommitDate: 2019-01-02 22:49:21 +0000

    net-vpn/peervpn: require openssl 1.0.x or libressl (bug 674344)
    
    Upstream does not support openssl 1.1.x.
    
    Reported-by: Toralf Förster <toralf@gentoo.org>
    Closes: https://bugs.gentoo.org/674344
    Package-Manager: Portage-2.3.53, Repoman-2.3.12
    Signed-off-by: Zac Medico <zmedico@gentoo.org>

 net-vpn/peervpn/peervpn-0.044-r4.ebuild | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)
Comment 8 Zac Medico gentoo-dev 2019-01-02 22:52:10 UTC
Thanks!