Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 674268

Summary: app-arch/xar-1.8-r2 : lib/librxar.so.1: undefined reference to EVP_MD_CTX_new
Product: Gentoo Linux Reporter: Toralf Förster <toralf>
Component: Current packagesAssignee: Gentoo Prefix <prefix>
Status: RESOLVED FIXED    
Severity: normal    
Priority: Normal    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---
Bug Depends on:    
Bug Blocks: 561854    
Attachments: emerge-info.txt
app-arch:xar-1.8-r2:20190101-161526.log
emerge-history.txt
environment
etc.portage.tbz2
logs.tbz2

Description Toralf Förster gentoo-dev 2019-01-01 16:40:01 UTC
   ^~~~~~~~~~~~~~~~~~~~~
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"
Comment 1 Toralf Förster gentoo-dev 2019-01-01 16:40:04 UTC
Created attachment 559396 [details]
emerge-info.txt
Comment 2 Toralf Förster gentoo-dev 2019-01-01 16:40:07 UTC
Created attachment 559398 [details]
app-arch:xar-1.8-r2:20190101-161526.log
Comment 3 Toralf Förster gentoo-dev 2019-01-01 16:40:09 UTC
Created attachment 559400 [details]
emerge-history.txt
Comment 4 Toralf Förster gentoo-dev 2019-01-01 16:40:12 UTC
Created attachment 559402 [details]
environment
Comment 5 Toralf Förster gentoo-dev 2019-01-01 16:40:15 UTC
Created attachment 559404 [details]
etc.portage.tbz2
Comment 6 Toralf Förster gentoo-dev 2019-01-01 16:40:18 UTC
Created attachment 559406 [details]
logs.tbz2
Comment 7 Larry the Git Cow gentoo-dev 2019-01-01 17:00:34 UTC
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(-)