^~~~~~~~~~~~~~~~~~~~~ x86_64-pc-linux-gnu-gcc -O2 -pipe -march=native -o src/xar src/xar.o -Wl,-rpath,/var/tmp/portage/app-arch/xar-1.8-r2/work/xar-400/xar-abi_x86_64.amd64/lib -Llib -Wl,-O1 -Wl,--as-needed lib/librxar.so.1 -lpthread -lbz2 -lz -lacl -lssl -lcrypto -lxml2 -lz -licui18n -licuuc -licudata -lm -ldl lib/librxar.so.1: undefined reference to `EVP_MD_CTX_new' lib/librxar.so.1: undefined reference to `EVP_MD_CTX_free' collect2: error: ld returned 1 exit status make: *** [src/Makefile.inc:40: src/xar] Error 1 ------------------------------------------------------------------- This is an unstable amd64 chroot image at a tinderbox (==build bot) name: 17.0-no-multilib-hardened_libressl-test_20181228-124650 ------------------------------------------------------------------- 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) Available Ruby profiles: [1] ruby23 (with Rubygems) [2] ruby24 (with Rubygems) [3] ruby25 (with Rubygems) [4] ruby26 (with Rubygems) * Available Rust versions: [1] rust-1.31.1 * emerge -qpvO app-arch/xar [ebuild N ] app-arch/xar-1.8-r2 USE="libressl"
Created attachment 559396 [details] emerge-info.txt
Created attachment 559398 [details] app-arch:xar-1.8-r2:20190101-161526.log
Created attachment 559400 [details] emerge-history.txt
Created attachment 559402 [details] environment
Created attachment 559404 [details] etc.portage.tbz2
Created attachment 559406 [details] logs.tbz2
The bug has been closed via the following commit(s): https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=92ae9ac4cbb9cb0dbf8b54c14b1404b18dbe13f9 commit 92ae9ac4cbb9cb0dbf8b54c14b1404b18dbe13f9 Author: Fabian Groffen <grobian@gentoo.org> AuthorDate: 2019-01-01 17:00:08 +0000 Commit: Fabian Groffen <grobian@gentoo.org> CommitDate: 2019-01-01 17:00:26 +0000 app-arch/xar: fix compatibility with openssl-1.0 create/destroy in 1.0 were renamed to new/free in 1.1, but defines for backwards compatibility are in 1.1 so use the old names to ensure we can still compile on 1.0. Closes: https://bugs.gentoo.org/674268 Signed-off-by: Fabian Groffen <grobian@gentoo.org> Package-Manager: Portage-2.3.51, Repoman-2.3.11 app-arch/xar/files/xar-1.8-openssl-1.1.patch | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-)