Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 710720 - net-dns/bind-9.16.0 : /.../ld: /.../libisc.so: undefined reference to deflate
Summary: net-dns/bind-9.16.0 : /.../ld: /.../libisc.so: undefined reference to deflate
Status: RESOLVED DUPLICATE of bug 703650
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Mikle Kolyada (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2020-02-24 19:13 UTC by Toralf Förster
Modified: 2020-08-25 01:05 UTC (History)
4 users (show)

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


Attachments
emerge-info.txt (emerge-info.txt,14.94 KB, text/plain)
2020-02-24 19:13 UTC, Toralf Förster
Details
emerge-history.txt (emerge-history.txt,45.13 KB, text/plain)
2020-02-24 19:13 UTC, Toralf Förster
Details
environment (environment,154.32 KB, text/plain)
2020-02-24 19:13 UTC, Toralf Förster
Details
etc.portage.tbz2 (etc.portage.tbz2,10.51 KB, application/x-bzip)
2020-02-24 19:13 UTC, Toralf Förster
Details
logs.tbz2 (logs.tbz2,18.19 KB, application/x-bzip)
2020-02-24 19:13 UTC, Toralf Förster
Details
net-dns:bind-9.16.0:20200224-105244.log (net-dns:bind-9.16.0:20200224-105244.log,557.39 KB, text/plain)
2020-02-24 19:13 UTC, Toralf Förster
Details
temp.tbz2 (temp.tbz2,49.32 KB, application/x-bzip)
2020-02-24 19:13 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 2020-02-24 19:13:33 UTC
libtool: link: x86_64-pc-linux-gnu-gcc -O2 -pipe -march=native -fno-common -falign-functions=32:25:16 -pthread -Wl,-O1 -o .libs/resolve .libs/resolve.o  -Wl,--as-needed -L/usr/lib64 ../irs/.libs/libirs.so ../dns/.libs/libdns.so ../isccfg/.libs/libisccfg.so /var/tmp/portage/net-dns/bind-9.16.0/work/bind-9.16.0/lib/dns/.libs/libdns.so /var/tmp/portage/net-dns/bind-9.16.0/work/bind-9.16.0/lib/isc/.libs/libisc.so ../isc/.libs/libisc.so -lcrypto -luv -lrt -lpthread -lnsl -ldl -pthread 
/usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: /var/tmp/portage/net-dns/bind-9.16.0/work/bind-9.16.0/lib/isc/.libs/libisc.so: undefined reference to `deflate'
/usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: /var/tmp/portage/net-dns/bind-9.16.0/work/bind-9.16.0/lib/isc/.libs/libisc.so: undefined reference to `deflateInit_'
/usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: /var/tmp/portage/net-dns/bind-9.16.0/work/bind-9.16.0/lib/isc/.libs/libisc.so: undefined reference to `deflateEnd'
collect2: error: ld returned 1 exit status

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

  This is an unstable amd64 chroot image at a tinderbox (==build bot)
  name: 17.1_hardened-libressl-20200223-130532

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

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


llvm:
9.0.1
Available Python interpreters, in order of preference:
  [1]   python3.8
  [2]   python3.6
  [3]   python3.7 (fallback)
  [4]   python2.7 (fallback)
Available Ruby profiles:
  [1]   ruby24 (with Rubygems)
  [2]   ruby25 (with Rubygems) *



ghc:
The Glorious Glasgow Haskell Compilation System, version 8.0.2

repository:
==> /var/db/repos/gentoo/metadata/timestamp.chk <==
Mon, 24 Feb 2020 09:39:07 +0000

emerge -qpvO net-dns/bind
[ebuild  N    ] net-dns/bind-9.16.0  USE="caps libressl zlib -berkdb -dlz -dnsrps -dnstap -doc -fixed-rrset -geoip -geoip2 -gssapi -json -ldap -lmdb -mysql -odbc -postgres -python (-selinux) -static-libs -urandom -xml" PYTHON_TARGETS="python3_6 -python3_7"
Comment 1 Toralf Förster gentoo-dev 2020-02-24 19:13:35 UTC
Created attachment 615638 [details]
emerge-info.txt
Comment 2 Toralf Förster gentoo-dev 2020-02-24 19:13:38 UTC
Created attachment 615640 [details]
emerge-history.txt
Comment 3 Toralf Förster gentoo-dev 2020-02-24 19:13:42 UTC
Created attachment 615642 [details]
environment
Comment 4 Toralf Förster gentoo-dev 2020-02-24 19:13:44 UTC
Created attachment 615644 [details]
etc.portage.tbz2
Comment 5 Toralf Förster gentoo-dev 2020-02-24 19:13:47 UTC
Created attachment 615646 [details]
logs.tbz2
Comment 6 Toralf Förster gentoo-dev 2020-02-24 19:13:50 UTC
Created attachment 615648 [details]
net-dns:bind-9.16.0:20200224-105244.log
Comment 7 Toralf Förster gentoo-dev 2020-02-24 19:13:53 UTC
Created attachment 615650 [details]
temp.tbz2
Comment 8 Mikle Kolyada (RETIRED) archtester Gentoo Infrastructure gentoo-dev Security 2020-03-06 07:52:37 UTC
is it become fixed once zlib is installed?
Comment 9 Michael Weiser 2020-03-06 12:01:44 UTC
The patch in https://bugs.gentoo.org/703650 fixes this for me. Duplicate?
Comment 10 Sam James archtester Gentoo Infrastructure gentoo-dev Security 2020-08-25 01:05:42 UTC

*** This bug has been marked as a duplicate of bug 703650 ***