Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 607812 - net-libs/neon-0.30.2 incompatible with dev-libs/libressl
Summary: net-libs/neon-0.30.2 incompatible with dev-libs/libressl
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Arfrever Frehtes Taifersar Arahesis
URL:
Whiteboard:
Keywords:
: 607984 (view as bug list)
Depends on:
Blocks:
 
Reported: 2017-01-31 14:39 UTC by Toralf Förster
Modified: 2017-02-02 20:19 UTC (History)
0 users

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


Attachments
emerge-info.txt (emerge-info.txt,5.22 KB, text/plain)
2017-01-31 14:39 UTC, Toralf Förster
Details
emerge-history.txt (emerge-history.txt,78.25 KB, text/plain)
2017-01-31 14:39 UTC, Toralf Förster
Details
environment (environment,118.42 KB, text/plain)
2017-01-31 14:39 UTC, Toralf Förster
Details
etc.portage.tbz2 (etc.portage.tbz2,10.48 KB, application/x-bzip)
2017-01-31 14:39 UTC, Toralf Förster
Details
media-libs:musicbrainz-5.1.0:20170131-142805.log (media-libs:musicbrainz-5.1.0:20170131-142805.log,54.84 KB, text/plain)
2017-01-31 14:39 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 2017-01-31 14:39:36 UTC
cd /var/tmp/portage/media-libs/musicbrainz-5.1.0/work/musicbrainz-5.1.0_build/tests && /usr/bin/cmake -E cmake_link_script CMakeFiles/mbtest.dir/link.txt --verbose=1
/usr/bin/x86_64-pc-linux-gnu-g++   -O2 -pipe -march=native -Wall -Wextra -pedantic-errors  -Wl,-O1 -Wl,--as-needed CMakeFiles/mbtest.dir/mbtest.cc.o  -o mbtest -Wl,-rpath,/var/tmp/portage/media-libs/musicbrainz-5.1.0/work/musicbrainz-5.1.0_build/src -rdynamic ../src/libmusicbrainz5.so.1.0.0 -lneon -lxml2 
/usr/lib/gcc/x86_64-pc-linux-gnu/5.4.0/../../../../lib64/libneon.so: undefined reference to `X509_up_ref'

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

  This is an unstable amd64 chroot image (named 13.0-systemd-libressl-unstable_20170130-102323) at a hardened host acting as a tinderbox.

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

gcc-config -l:
 [1] x86_64-pc-linux-gnu-5.4.0 *
llvm-config --version:
3.9.1

Available Python interpreters, in order of preference:
  [1]   python3.4
  [2]   python2.7 (fallback)

java-config:
The following VMs are available for generation-2:
  -----------------------------------------------------------------
Comment 1 Toralf Förster gentoo-dev 2017-01-31 14:39:39 UTC
Created attachment 461992 [details]
emerge-info.txt
Comment 2 Toralf Förster gentoo-dev 2017-01-31 14:39:42 UTC
Created attachment 461994 [details]
emerge-history.txt
Comment 3 Toralf Förster gentoo-dev 2017-01-31 14:39:45 UTC
Created attachment 461996 [details]
environment
Comment 4 Toralf Förster gentoo-dev 2017-01-31 14:39:48 UTC
Created attachment 461998 [details]
etc.portage.tbz2
Comment 5 Toralf Förster gentoo-dev 2017-01-31 14:39:51 UTC
Created attachment 462000 [details]
media-libs:musicbrainz-5.1.0:20170131-142805.log
Comment 6 Arfrever Frehtes Taifersar Arahesis 2017-01-31 15:11:11 UTC
Which version of dev-libs/openssl or dev-libs/libressl is installed?
Which USE flags of net-libs/neon?
Comment 7 Toralf Förster gentoo-dev 2017-01-31 15:24:37 UTC
(In reply to Arfrever Frehtes Taifersar Arahesis from comment #6)

net-libs/neon-0.30.2::gentoo was built with the following:
USE="libressl nls ssl zlib -doc -expat -gnutls -kerberos -libproxy -pkcs11 -static-libs" ABI_X86="64 -32 -x32"

dev-libs/libressl-2.5.0::gentoo was built with the following:
USE="asm -static-libs" ABI_X86="64 -32 -x32"




much more info is in the attached emerge-history.txt and etc.portage.tbz2
Comment 8 Arfrever Frehtes Taifersar Arahesis 2017-02-01 18:27:14 UTC
According to grepping of various versions of LibreSSL, X509_up_ref was introduced in LibreSSL 2.5.1.

So net-libs/neon[libressl] should depend on >=dev-libs/libressl-2.5.1.
Comment 9 Arfrever Frehtes Taifersar Arahesis 2017-02-02 17:41:39 UTC
Unfortunately other functions used in Neon 0.30.2 are still not implemented in LibreSSL 2.5.1.
Until LibreSSL is fixed to implement full API of OpenSSL 1.1, OpenSSL <1.1 compatibility code will be used with LibreSSL.
Comment 10 Arfrever Frehtes Taifersar Arahesis 2017-02-02 20:18:42 UTC
*** Bug 607984 has been marked as a duplicate of this bug. ***