Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 674342 - net-voip/yate-6.0.0 : openssl.cpp:647:5: error: AES_ctr128_encrypt was not declared in this scope
Summary: net-voip/yate-6.0.0 : openssl.cpp:647:5: error: AES_ctr128_encrypt was not de...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Gentoo Radio project
URL:
Whiteboard: fixed in 6.1.0
Keywords:
Depends on:
Blocks: openssl-1.1
  Show dependency tree
 
Reported: 2019-01-02 17:12 UTC by Toralf Förster
Modified: 2019-07-14 07:57 UTC (History)
3 users (show)

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


Attachments
emerge-info.txt (emerge-info.txt,16.23 KB, text/plain)
2019-01-02 17:12 UTC, Toralf Förster
Details
emerge-history.txt (emerge-history.txt,167.23 KB, text/plain)
2019-01-02 17:12 UTC, Toralf Förster
Details
environment (environment,58.39 KB, text/plain)
2019-01-02 17:12 UTC, Toralf Förster
Details
etc.portage.tbz2 (etc.portage.tbz2,14.60 KB, application/x-bzip)
2019-01-02 17:12 UTC, Toralf Förster
Details
logs.tbz2 (logs.tbz2,9.11 KB, application/x-bzip)
2019-01-02 17:12 UTC, Toralf Förster
Details
net-voip:yate-6.0.0:20190101-235918.log (net-voip:yate-6.0.0:20190101-235918.log,180.03 KB, text/plain)
2019-01-02 17:12 UTC, Toralf Förster
Details
temp.tbz2 (temp.tbz2,27.40 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:00 UTC
x86_64-pc-linux-gnu-g++ -Wall   -I.. -I.. -O2 -pipe -march=native -Wno-overloaded-virtual  -fno-exceptions -fPIC -DHAVE_GCC_FORMAT_CHECK -DHAVE_BLOCK_RETURN  -rdynamic -shared -Wl,--unresolved-symbols=ignore-in-shared-libs -Wl,--retain-symbols-file,/dev/null -Wl,--hash-style=gnu -Wl,-O1 -Wl,--as-needed -o openssl.yate   openssl.cpp  -L.. -lyate  -lssl -lcrypto
openssl.cpp: In member function ‘virtual bool {anonymous}::AesCtrCipher::encrypt(void*, unsigned int, const void*)’:
openssl.cpp:647:5: error: ‘AES_ctr128_encrypt’ was not declared in this scope
     AES_ctr128_encrypt(
     ^~~~~~~~~~~~~~~~~~
openssl.cpp:647:5: note: suggested alternative: ‘AES_cfb128_encrypt’

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

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

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

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

Available Python interpreters, in order of preference:
  [1]   python3.6
  [2]   python2.7 (fallback)
Available Ruby profiles:
  [1]   ruby24 (with Rubygems)
  [2]   ruby25 (with Rubygems)
  [3]   ruby26 (with Rubygems) *
Available Rust versions:
  [1]   rust-1.31.1 *
java-config:
The following VMs are available for generation-2:
*)	IcedTea JDK 3.9.0 [icedtea-bin-8]
Available Java Virtual Machines:
  [1]   icedtea-bin-8  system-vm

emerge -qpvO net-voip/yate
[ebuild  N    ] net-voip/yate-6.0.0  USE="gsm ilbc ilbc-webrtc isac-float speex ssl zlib -amrnb -dahdi -doc -isac-fixed -mysql -postgres -sctp -spandsp -tdmcard -wanpipe -wpcard -zaptel" CPU_FLAGS_X86="sse2"
Comment 1 Toralf Förster gentoo-dev 2019-01-02 17:12:02 UTC
Created attachment 559478 [details]
emerge-info.txt
Comment 2 Toralf Förster gentoo-dev 2019-01-02 17:12:06 UTC
Created attachment 559480 [details]
emerge-history.txt
Comment 3 Toralf Förster gentoo-dev 2019-01-02 17:12:08 UTC
Created attachment 559482 [details]
environment
Comment 4 Toralf Förster gentoo-dev 2019-01-02 17:12:11 UTC
Created attachment 559484 [details]
etc.portage.tbz2
Comment 5 Toralf Förster gentoo-dev 2019-01-02 17:12:14 UTC
Created attachment 559486 [details]
logs.tbz2
Comment 6 Toralf Förster gentoo-dev 2019-01-02 17:12:17 UTC
Created attachment 559488 [details]
net-voip:yate-6.0.0:20190101-235918.log
Comment 7 Toralf Förster gentoo-dev 2019-01-02 17:12:19 UTC
Created attachment 559490 [details]
temp.tbz2
Comment 8 Willard Dawson 2019-06-14 16:06:12 UTC
I am also seeing this emerge failure. Any updates since January?
Comment 9 Michael 2019-07-04 19:16:44 UTC
It uses old openssl API. 9999 version builds fine.
Comment 10 Larry the Git Cow gentoo-dev 2019-07-14 07:57:05 UTC
The bug has been closed via the following commit(s):

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

commit 5d598ecfb5c65bd178b12c57a831b68a55c9daae
Author:     Hans de Graaff <graaff@gentoo.org>
AuthorDate: 2019-07-14 07:56:22 +0000
Commit:     Hans de Graaff <graaff@gentoo.org>
CommitDate: 2019-07-14 07:56:56 +0000

    net-voip/yate: add 6.1.0
    
    econf options were not passed due to a missing \
    
    Fixes: https://bugs.gentoo.org/674342
    Signed-off-by: Hans de Graaff <graaff@gentoo.org>
    Package-Manager: Portage-2.3.66, Repoman-2.3.11

 net-voip/yate/Manifest          |  1 +
 net-voip/yate/yate-6.1.0.ebuild | 90 +++++++++++++++++++++++++++++++++++++++++
 2 files changed, 91 insertions(+)