Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 669506 - =net-misc/openssh-7.9_p1[hpn] with >=dev-libs/openssl-1.1.0: cipher-ctr-mt.c:647:20: error: storage size of ‘aes_ctr’ isn’t known
Summary: =net-misc/openssh-7.9_p1[hpn] with >=dev-libs/openssl-1.1.0: cipher-ctr-mt.c:...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Gentoo's Team for Core System packages
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: openssl-1.1
  Show dependency tree
 
Reported: 2018-10-24 14:56 UTC by Lars Wendler (Polynomial-C) (RETIRED)
Modified: 2018-10-25 00:07 UTC (History)
0 users

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


Attachments
build.log (build.log,121.88 KB, text/plain)
2018-10-24 14:56 UTC, Lars Wendler (Polynomial-C) (RETIRED)
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Lars Wendler (Polynomial-C) (RETIRED) gentoo-dev 2018-10-24 14:56:29 UTC
Created attachment 552700 [details]
build.log

x86_64-pc-linux-gnu-gcc -march=native -mtune=native -O2 -pipe -pipe -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing  -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE   -I. -I.  -D_XOPEN_SOURCE=600 -D_BSD_SOURCE -D_DEFAULT_SOURCE -DSSHDIR=\"/etc/ssh\" -D_PATH_SSH_PROGRAM=\"/usr/bin/ssh\" -D_PATH_SSH_ASKPASS_DEFAULT=\"/usr/lib64/misc/ssh-askpass\" -D_PATH_SFTP_SERVER=\"/usr/lib64/misc/sftp-server\" -D_PATH_SSH_KEY_SIGN=\"/usr/lib64/misc/ssh-keysign\" -D_PATH_SSH_PKCS11_HELPER=\"/usr/lib64/misc/ssh-pkcs11-helper\" -D_PATH_SSH_PIDDIR=\"/run\" -D_PATH_PRIVSEP_CHROOT_DIR=\"/var/empty\" -DHAVE_CONFIG_H -c cipher-ctr-mt.c -o cipher-ctr-mt.o
cipher-ctr-mt.c: In function ‘ssh_aes_ctr’:
HER_CTX’ {aka ‘struct evp_cipher_ctx_st’}
                  ^~
cipher-ctr-mt.c:647:20: error: storage size of ‘aes_ctr’ isn’t known
                    ^~~~~~~
e ‘EVP_CIPHER’ {aka ‘struct evp_cipher_st’}
  memset(&aes_ctr, 0, sizeof(EVP_CIPHER));
cipher-ctr-mt.c:647:20: warning: unused variable ‘aes_ctr’ [-Wunused-variable]
                    ^~~~~~~
 * 
 * Working directory: '/var/tmp/portage/net-misc/openssh-7.9_p1/work/openssh-7.9p1'


>>>  '/var/tmp/portage/net-misc/openssh-7.9_p1/temp/build.log'

 * Messages for package net-misc/openssh-7.9_p1:

 * ERROR: net-misc/openssh-7.9_p1::gentoo failed (compile phase):
 *   emake failed
Comment 1 Larry the Git Cow gentoo-dev 2018-10-25 00:07:37 UTC
The bug has been closed via the following commit(s):

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

commit 371794f20c7eb2b88cae2619b6fa3444452aafb4
Author:     Patrick McLean <patrick.mclean@sony.com>
AuthorDate: 2018-10-25 00:06:36 +0000
Commit:     Patrick McLean <chutzpah@gentoo.org>
CommitDate: 2018-10-25 00:06:56 +0000

    net-misc/openssh: Fix build with openssl-1.1 and hpn (bug #669506)
    
    Closes: https://bugs.gentoo.org/669506
    Signed-off-by: Patrick McLean <chutzpah@gentoo.org>
    Package-Manager: Portage-2.3.51, Repoman-2.3.11

 .../files/openssh-7.9_p1-hpn-openssl-1.1.patch     | 107 +++++++++++++++++++++
 net-misc/openssh/openssh-7.9_p1.ebuild             |   1 +
 2 files changed, 108 insertions(+)