Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 684290 - net-wireless/wpa_supplicant-2.8-r1 : tls_openssl.c:(.text+<snip>): undefined reference to SSL_set1_sigalgs_list
Summary: net-wireless/wpa_supplicant-2.8-r1 : tls_openssl.c:(.text+<snip>): undefined ...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Rick Farina (Zero_Chaos)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: libressl-support
  Show dependency tree
 
Reported: 2019-04-24 18:35 UTC by Toralf Förster
Modified: 2019-05-31 18:32 UTC (History)
2 users (show)

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


Attachments
emerge-info.txt (emerge-info.txt,15.13 KB, text/plain)
2019-04-24 18:35 UTC, Toralf Förster
Details
emerge-history.txt (emerge-history.txt,124.88 KB, text/plain)
2019-04-24 18:35 UTC, Toralf Förster
Details
environment (environment,99.48 KB, text/plain)
2019-04-24 18:35 UTC, Toralf Förster
Details
etc.portage.tbz2 (etc.portage.tbz2,14.49 KB, application/x-bzip)
2019-04-24 18:35 UTC, Toralf Förster
Details
net-wireless:wpa_supplicant-2.8-r1:20190424-071444.log (net-wireless:wpa_supplicant-2.8-r1:20190424-071444.log,406.78 KB, text/plain)
2019-04-24 18:36 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-04-24 18:35:46 UTC
/usr/lib/gcc/x86_64-pc-linux-gnu/8.3.0/../../../../x86_64-pc-linux-gnu/bin/ld: ../src/crypto/tls_openssl.o: in function `tls_set_conn_flags':
tls_openssl.c:(.text+0x5ce): undefined reference to `SSL_set1_sigalgs_list'
/usr/lib/gcc/x86_64-pc-linux-gnu/8.3.0/../../../../x86_64-pc-linux-gnu/bin/ld: tls_openssl.c:(.text+0x613): undefined reference to `SSL_set_cert_cb'
collect2: error: ld returned 1 exit status
make: *** [Makefile:1876: wpa_supplicant] Error 1

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

  This is an unstable amd64 chroot image at a tinderbox (==build bot)
  name: 17.0-no-multilib_libressl_20190422-043922

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

  Please see the tracker bug for details.

gcc-config -l:
 [1] x86_64-pc-linux-gnu-8.3.0 *

Available Python interpreters, in order of preference:
  [1]   python3.6
  [2]   python2.7 (fallback)
  [3]   pypy (fallback)
Available Ruby profiles:
  [1]   ruby24 (with Rubygems)
  [2]   ruby25 (with Rubygems)
  [3]   ruby26 (with Rubygems) *
Available Rust versions:
  [1]   rust-1.34.0 *



emerge -qpvO net-wireless/wpa_supplicant
[ebuild  N    ] net-wireless/wpa_supplicant-2.8-r1  USE="fils hs2-0 libressl readline -ap -bindist -dbus -eap-sim -eapol_test -fasteap -macsec -p2p -privsep (-ps3) -qt5 (-selinux) -smartcard -tdls -uncommon-eap-types (-wimax) -wps"
Comment 1 Toralf Förster gentoo-dev 2019-04-24 18:35:49 UTC
Created attachment 573990 [details]
emerge-info.txt
Comment 2 Toralf Förster gentoo-dev 2019-04-24 18:35:52 UTC
Created attachment 573992 [details]
emerge-history.txt
Comment 3 Toralf Förster gentoo-dev 2019-04-24 18:35:54 UTC
Created attachment 573994 [details]
environment
Comment 4 Toralf Förster gentoo-dev 2019-04-24 18:35:57 UTC
Created attachment 573996 [details]
etc.portage.tbz2
Comment 5 Toralf Förster gentoo-dev 2019-04-24 18:36:00 UTC
Created attachment 573998 [details]
net-wireless:wpa_supplicant-2.8-r1:20190424-071444.log
Comment 6 Stefan Strogin gentoo-dev 2019-04-29 00:43:32 UTC
Hi Rick,

Reverting df704718 "net-wireless/wpa_supplicant: libressl suiteb works" fixes it.
Comment 7 zym 2019-05-04 11:49:39 UTC
reverting fixed for me, with LibreSSL-2.9.1

this patch should be reverted if this issue not fixed.

(In reply to Stefan Strogin from comment #6)
> Hi Rick,
> 
> Reverting df704718 "net-wireless/wpa_supplicant: libressl suiteb works"
> fixes it.
Comment 8 Rick Farina (Zero_Chaos) gentoo-dev 2019-05-19 00:55:51 UTC
ugh, this was tested and confirmed working.  oh well, sucks to be libressl users. reverted, enjoy lower security
Comment 9 Laslo Hunhold 2019-05-19 07:12:40 UTC
(In reply to Rick Farina (Zero_Chaos) from comment #8)
> ugh, this was tested and confirmed working.  oh well, sucks to be libressl
> users. reverted, enjoy lower security

SUITEB was superseded by SUITEB192, which provides better cryptographic strength and is supported by LibreSSL. Correct me if I'm wrong though, but as far as I know both are pretty much exchangeable with regard to WPA3, so it does not imply lower security.