Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 676284 - app-admin/radmind-1.15.1 : cksum.c:(.text+<snip>): undefined reference to EVP_MD_CTX_new
Summary: app-admin/radmind-1.15.1 : cksum.c:(.text+<snip>): undefined reference to EVP...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: No maintainer - Look at https://wiki.gentoo.org/wiki/Project:Proxy_Maintainers if you want to take care of it
URL:
Whiteboard:
Keywords: NeedPatch
Depends on:
Blocks: libressl-support
  Show dependency tree
 
Reported: 2019-01-26 16:24 UTC by Toralf Förster
Modified: 2019-03-04 18:22 UTC (History)
0 users

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


Attachments
emerge-info.txt (emerge-info.txt,14.94 KB, text/plain)
2019-01-26 16:24 UTC, Toralf Förster
Details
app-admin:radmind-1.15.1:20190126-144818.log (app-admin:radmind-1.15.1:20190126-144818.log,12.73 KB, text/plain)
2019-01-26 16:24 UTC, Toralf Förster
Details
emerge-history.txt (emerge-history.txt,45.95 KB, text/plain)
2019-01-26 16:24 UTC, Toralf Förster
Details
environment (environment,19.26 KB, text/plain)
2019-01-26 16:24 UTC, Toralf Förster
Details
etc.portage.tbz2 (etc.portage.tbz2,12.15 KB, application/x-bzip)
2019-01-26 16:24 UTC, Toralf Förster
Details
logs.tbz2 (logs.tbz2,7.52 KB, application/x-bzip)
2019-01-26 16:24 UTC, Toralf Förster
Details
temp.tbz2 (temp.tbz2,9.30 KB, application/x-bzip)
2019-01-26 16:24 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-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.