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

Bug 676284

Summary: app-admin/radmind-1.15.1 : cksum.c:(.text+<snip>): undefined reference to EVP_MD_CTX_new
Product: Gentoo Linux Reporter: Toralf Förster <toralf>
Component: Current packagesAssignee: No maintainer - Look at https://wiki.gentoo.org/wiki/Project:Proxy_Maintainers if you want to take care of it <maintainer-needed>
Status: RESOLVED FIXED    
Severity: normal Keywords: NeedPatch
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-admin:radmind-1.15.1:20190126-144818.log
emerge-history.txt
environment
etc.portage.tbz2
logs.tbz2
temp.tbz2

Description Toralf Förster gentoo-dev 2019-01-26 16:24:24 UTC
x86_64-pc-linux-gnu-gcc  -Wall -Wmissing-prototypes -O2 -pipe -march=native -I/usr/include -I./libsnet -I. -o radmind version.o daemon.o command.o argcargv.o code.o cksum.o base64.o mkdirs.o applefile.o connect.o list.o wildcard.o logname.o pathcmp.o tls.o openssl_compat.o -Llibsnet/.libs -Wl,-O1 -Wl,--as-needed -L/usr/lib -lsnet -lcrypto -lssl -lnsl  -lpam -lz
cksum.o: In function `do_fcksum':
cksum.c:(.text+0x30): undefined reference to `EVP_MD_CTX_new'
cksum.c:(.text+0xa1): undefined reference to `EVP_MD_CTX_free'
collect2: error: ld returned 1 exit status
make: *** [Makefile:215: radmind] Error 1

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

  This is an unstable amd64 chroot image at a tinderbox (==build bot)
  name: 17.0_libressl_20190125-111004

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

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]   ruby24 (with Rubygems)
  [2]   ruby25 (with Rubygems)
  [3]   ruby26 (with Rubygems) *
Available Rust versions:
  [1]   rust-1.32.0 *



emerge -qpvO app-admin/radmind
[ebuild  N    ] app-admin/radmind-1.15.1  USE="libressl"
Comment 1 Toralf Förster gentoo-dev 2019-01-26 16:24:27 UTC
Created attachment 562876 [details]
emerge-info.txt
Comment 2 Toralf Förster gentoo-dev 2019-01-26 16:24:30 UTC
Created attachment 562878 [details]
app-admin:radmind-1.15.1:20190126-144818.log
Comment 3 Toralf Förster gentoo-dev 2019-01-26 16:24:32 UTC
Created attachment 562880 [details]
emerge-history.txt
Comment 4 Toralf Förster gentoo-dev 2019-01-26 16:24:35 UTC
Created attachment 562882 [details]
environment
Comment 5 Toralf Förster gentoo-dev 2019-01-26 16:24:38 UTC
Created attachment 562884 [details]
etc.portage.tbz2
Comment 6 Toralf Förster gentoo-dev 2019-01-26 16:24:41 UTC
Created attachment 562886 [details]
logs.tbz2
Comment 7 Toralf Förster gentoo-dev 2019-01-26 16:24:43 UTC
Created attachment 562888 [details]
temp.tbz2
Comment 8 pagorman 2019-03-04 06:56:41 UTC
Noticed on your emerge history that your libressl version is 2.6.5 - this installs cleanly with LibreSSL-2.8.3 on amd64 - the libressl useflag does the job.