Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 674268 - app-arch/xar-1.8-r2 : lib/librxar.so.1: undefined reference to EVP_MD_CTX_new
Summary: app-arch/xar-1.8-r2 : lib/librxar.so.1: undefined reference to EVP_MD_CTX_new
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Gentoo Prefix
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: libressl-support
  Show dependency tree
 
Reported: 2019-01-01 16:40 UTC by Toralf Förster
Modified: 2019-01-01 17:00 UTC (History)
0 users

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


Attachments
emerge-info.txt (emerge-info.txt,16.26 KB, text/plain)
2019-01-01 16:40 UTC, Toralf Förster
Details
app-arch:xar-1.8-r2:20190101-161526.log (app-arch:xar-1.8-r2:20190101-161526.log,30.05 KB, text/plain)
2019-01-01 16:40 UTC, Toralf Förster
Details
emerge-history.txt (emerge-history.txt,233.56 KB, text/plain)
2019-01-01 16:40 UTC, Toralf Förster
Details
environment (environment,106.10 KB, text/plain)
2019-01-01 16:40 UTC, Toralf Förster
Details
etc.portage.tbz2 (etc.portage.tbz2,18.30 KB, application/x-bzip)
2019-01-01 16:40 UTC, Toralf Förster
Details
logs.tbz2 (logs.tbz2,7.33 KB, application/x-bzip)
2019-01-01 16:40 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-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(-)