Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 674580 - net-misc/ssvnc-1.0.29-r2 : ultravnc_dsm_helper.c:658:17: error: storage size of E_ctx isn t known
Summary: net-misc/ssvnc-1.0.29-r2 : ultravnc_dsm_helper.c:658:17: error: storage size ...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: No maintainer - Look at https://wiki.gentoo.org/wiki/Project:Proxy_Maintainers if you want to take care of it
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: openssl-1.1
  Show dependency tree
 
Reported: 2019-01-05 08:54 UTC by Toralf Förster
Modified: 2019-01-26 12:43 UTC (History)
2 users (show)

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


Attachments
emerge-info.txt (emerge-info.txt,14.90 KB, text/plain)
2019-01-05 08:54 UTC, Toralf Förster
Details
emerge-history.txt (emerge-history.txt,50.02 KB, text/plain)
2019-01-05 08:54 UTC, Toralf Förster
Details
environment (environment,75.94 KB, text/plain)
2019-01-05 08:54 UTC, Toralf Förster
Details
etc.portage.tbz2 (etc.portage.tbz2,12.02 KB, application/x-bzip)
2019-01-05 08:54 UTC, Toralf Förster
Details
net-misc:ssvnc-1.0.29-r2:20190105-034926.log (net-misc:ssvnc-1.0.29-r2:20190105-034926.log,22.98 KB, text/plain)
2019-01-05 08:54 UTC, Toralf Förster
Details
temp.tbz2 (temp.tbz2,22.10 KB, application/x-bzip)
2019-01-05 08:54 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-05 08:54:05 UTC
           ^
ultravnc_dsm_helper.c: In function ‘enc_xfer’:
ultravnc_dsm_helper.c:658:17: error: storage size of ‘E_ctx’ isn’t known
  EVP_CIPHER_CTX E_ctx, D_ctx;
                 ^~~~~
ultravnc_dsm_helper.c:658:24: error: storage size of ‘D_ctx’ isn’t known

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

  This is an unstable amd64 chroot image at a tinderbox (==build bot)
  name: 17.0-no-multilib_20190103-211217

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

  Please see the tracker bug for details.

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

Available Python interpreters, in order of preference:
  [1]   python3.6
  [2]   python2.7 (fallback)
  [3]   pypy3 (fallback)
  [4]   pypy (fallback)
Available Ruby profiles:
  [1]   ruby24 (with Rubygems)
  [2]   ruby25 (with Rubygems)
  [3]   ruby26 (with Rubygems) *
Available Rust versions:
  [1]   rust-1.31.1 *



emerge -qpvO net-misc/ssvnc
[ebuild  N    ] net-misc/ssvnc-1.0.29-r2  USE="-java"
Comment 1 Toralf Förster gentoo-dev 2019-01-05 08:54:08 UTC
Created attachment 559920 [details]
emerge-info.txt
Comment 2 Toralf Förster gentoo-dev 2019-01-05 08:54:10 UTC
Created attachment 559922 [details]
emerge-history.txt
Comment 3 Toralf Förster gentoo-dev 2019-01-05 08:54:13 UTC
Created attachment 559924 [details]
environment
Comment 4 Toralf Förster gentoo-dev 2019-01-05 08:54:16 UTC
Created attachment 559926 [details]
etc.portage.tbz2
Comment 5 Toralf Förster gentoo-dev 2019-01-05 08:54:19 UTC
Created attachment 559928 [details]
net-misc:ssvnc-1.0.29-r2:20190105-034926.log
Comment 6 Toralf Förster gentoo-dev 2019-01-05 08:54:21 UTC
Created attachment 559930 [details]
temp.tbz2
Comment 7 Dominik Kriegner 2019-01-10 22:31:45 UTC
Arch has a working patch which fixes the issue described here.

see
https://aur.archlinux.org/cgit/aur.git/tree/openssl1.1.patch?h=ssvnc
Comment 8 Ștefan Talpalaru 2019-01-13 17:01:33 UTC
A patched ssvnc-1.0.29-r3 is available in my overlay: https://github.com/stefantalpalaru/gentoo-overlay
Comment 9 Larry the Git Cow gentoo-dev 2019-01-26 12:43:03 UTC
The bug has been closed via the following commit(s):

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

commit e5f871d9c93aa4e7ad851e7e6afc0eef3aff808a
Author:     Pacho Ramos <pacho@gentoo.org>
AuthorDate: 2019-01-26 11:40:01 +0000
Commit:     Pacho Ramos <pacho@gentoo.org>
CommitDate: 2019-01-26 12:42:32 +0000

    net-misc/ssvnc: Fix openssl-1.1
    
    Closes: https://bugs.gentoo.org/674580
    Package-Manager: Portage-2.3.58, Repoman-2.3.12
    Signed-off-by: Pacho Ramos <pacho@gentoo.org>

 net-misc/ssvnc/files/ssvnc-1.0.29-openssl1.1.patch | 199 +++++++++++++++++++++
 net-misc/ssvnc/ssvnc-1.0.29-r2.ebuild              |  25 +--
 2 files changed, 214 insertions(+), 10 deletions(-)