Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 805032 - net-dns/unbound-1.13.1-r1 - unbound-control.c:(.text+<snip>): undefined reference to ERR_GET_FUNC
Summary: net-dns/unbound-1.13.1-r1 - unbound-control.c:(.text+<snip>): undefined refer...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Marc Schiffbauer
URL: https://github.com/NLnetLabs/unbound/...
Whiteboard:
Keywords: PATCH
: 805371 (view as bug list)
Depends on:
Blocks: openssl-3.0
  Show dependency tree
 
Reported: 2021-07-29 16:46 UTC by Toralf Förster
Modified: 2021-08-24 13:17 UTC (History)
1 user (show)

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


Attachments
emerge-info.txt (emerge-info.txt,18.57 KB, text/plain)
2021-07-29 16:46 UTC, Toralf Förster
Details
emerge-history.txt (emerge-history.txt,298.90 KB, text/plain)
2021-07-29 16:46 UTC, Toralf Förster
Details
environment (environment,148.42 KB, text/plain)
2021-07-29 16:46 UTC, Toralf Förster
Details
etc.portage.tar.bz2 (etc.portage.tar.bz2,25.43 KB, application/x-bzip)
2021-07-29 16:46 UTC, Toralf Förster
Details
logs.tar.bz2 (logs.tar.bz2,32.04 KB, application/x-bzip)
2021-07-29 16:46 UTC, Toralf Förster
Details
net-dns:unbound-1.13.1-r1:20210729-164400.log (net-dns:unbound-1.13.1-r1:20210729-164400.log,75.30 KB, text/plain)
2021-07-29 16:46 UTC, Toralf Förster
Details
temp.tar.bz2 (temp.tar.bz2,44.57 KB, application/x-bzip)
2021-07-29 16:46 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 2021-07-29 16:46:26 UTC
/usr/lib/gcc/x86_64-pc-linux-gnu/11.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: .libs/unbound-control.o: in function `ssl_path_err':
unbound-control.c:(.text+0x6df): undefined reference to `ERR_GET_FUNC'
/usr/lib/gcc/x86_64-pc-linux-gnu/11.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: unbound-control.c:(.text+0x6ed): undefined reference to `ERR_GET_FUNC'
libtool: link: x86_64-pc-linux-gnu-gcc -I. -DSRCDIR=. -pipe -march=native -fno-diagnostics-color -O2 -Wl,-O1 -Wl,--defsym=__gentoo_check_ldflags__=0 -Wl,-z -Wl,noexecstack -o .libs/unbound-anchor .libs/unbound-anchor.o .libs/parseutil.o .libs/strlcat.o .libs/strlcpy.o .libs/arc4random.o .libs/arc4random_uniform.o .libs/arc4_lock.o  -Wl,--as-needed -L. -L.libs /var/tmp/portage/net-dns/unbound-1.13.1-r1/work/unbound-1.13.1-abi_x86_64.amd64/.libs/libunbound.so -lexpat -lssl -levent -lsystemd -lcrypto -lnghttp2
collect2: error: ld returned 1 exit status
make: *** [Makefile:356: unbound-control] Error 1

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

  This is an unstable amd64 chroot image at a tinderbox (==build bot)
  name: 17.1_desktop_systemd-j3-20210725-204406

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

gcc-config -l:
 [1] x86_64-pc-linux-gnu-11.2.0 *
clang version 12.0.1
Target: x86_64-pc-linux-gnu
Thread model: posix
InstalledDir: /usr/lib/llvm/12/bin
/usr/lib/llvm/12
12.0.1
Python 3.9.6
Available Ruby profiles:
  [1]   ruby26 (with Rubygems)
  [2]   ruby30 (with Rubygems) *
Available Rust versions:
  [1]   rust-bin-1.53.0 *
The following VMs are available for generation-2:
*)	AdoptOpenJDK JRE 8.292_p10 [openjdk-jre-bin-8]
Available Java Virtual Machines:
  [1]   openjdk-jre-bin-8  system-vm

The Glorious Glasgow Haskell Compilation System, version 8.10.4
  [1]   php7.3
  [2]   php7.4
  [3]   php8.0 *

  HEAD of ::gentoo
commit 9bc39db7175e116570f2225a23721a773ee436b9
Author: Repository mirror & CI <repomirrorci@gentoo.org>
Date:   Thu Jul 29 16:06:55 2021 +0000

    2021-07-29 16:06:53 UTC

emerge -qpvO net-dns/unbound
[ebuild   R   ] net-dns/unbound-1.13.1-r1  USE="ecdsa http2 systemd -debug -dnscrypt -dnstap -ecs -gost -python -redis (-selinux) -static-libs -test -threads" ABI_X86="(64) -32 (-x32)" PYTHON_SINGLE_TARGET="python3_9 -python3_8"
Comment 1 Toralf Förster gentoo-dev 2021-07-29 16:46:27 UTC
Created attachment 727923 [details]
emerge-info.txt
Comment 2 Toralf Förster gentoo-dev 2021-07-29 16:46:29 UTC
Created attachment 727926 [details]
emerge-history.txt
Comment 3 Toralf Förster gentoo-dev 2021-07-29 16:46:30 UTC
Created attachment 727929 [details]
environment
Comment 4 Toralf Förster gentoo-dev 2021-07-29 16:46:31 UTC
Created attachment 727932 [details]
etc.portage.tar.bz2
Comment 5 Toralf Förster gentoo-dev 2021-07-29 16:46:32 UTC
Created attachment 727935 [details]
logs.tar.bz2
Comment 6 Toralf Förster gentoo-dev 2021-07-29 16:46:34 UTC
Created attachment 727938 [details]
net-dns:unbound-1.13.1-r1:20210729-164400.log
Comment 7 Toralf Förster gentoo-dev 2021-07-29 16:46:35 UTC
Created attachment 727941 [details]
temp.tar.bz2
Comment 8 Toralf Förster gentoo-dev 2021-07-31 12:45:11 UTC
*** Bug 805371 has been marked as a duplicate of this bug. ***
Comment 10 Larry the Git Cow gentoo-dev 2021-08-24 13:17:45 UTC
The bug has been closed via the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=29abaa1676bc9c2acf359c12f7f6cbebc20f61b6

commit 29abaa1676bc9c2acf359c12f7f6cbebc20f61b6
Author:     Thomas Deutschmann <whissi@gentoo.org>
AuthorDate: 2021-08-24 13:13:27 +0000
Commit:     Thomas Deutschmann <whissi@gentoo.org>
CommitDate: 2021-08-24 13:13:27 +0000

    net-dns/unbound: bump to v1.13.2
    
    Closes: https://bugs.gentoo.org/805032
    Package-Manager: Portage-3.0.22, Repoman-3.0.3
    Signed-off-by: Thomas Deutschmann <whissi@gentoo.org>

 net-dns/unbound/Manifest              |   1 +
 net-dns/unbound/unbound-1.13.2.ebuild | 205 ++++++++++++++++++++++++++++++++++
 2 files changed, 206 insertions(+)