Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 90689 - Currently latest stable bind-9.2.5 always compiles without threads support
Summary: Currently latest stable bind-9.2.5 always compiles without threads support
Status: RESOLVED DUPLICATE of bug 88712
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Server (show other bugs)
Hardware: All Linux
: High major (vote)
Assignee: Gentoo Linux bug wranglers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-04-28 01:33 UTC by Alexey Bazhin
Modified: 2005-07-17 13:06 UTC (History)
0 users

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


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Alexey Bazhin 2005-04-28 01:33:14 UTC
Currently latest stable bind-9.2.5 always compiles without threads support(not depends on dlz flag). I think there is mistake in ebuild. It should be fixed like this:

--- bind-9.2.5.ebuild.old   2005-04-28 12:28:05.000000000 +0400
+++ bind-9.2.5.ebuild   2005-04-28 12:28:32.000000000 +0400
@@ -70,13 +70,13 @@
    use ssl && myconf="${myconf} --with-openssl"
    use ipv6 && myconf="${myconf} --enable-ipv6" || myconf="${myconf} --enable-ipv6=no"
    use dlz && {
-       myconf="${myconf} --disable-threads --with-dlz-filesystem --with-dlz-stub" || myconf="${myconf} --enable-threads"
+       myconf="${myconf} --disable-threads --with-dlz-filesystem --with-dlz-stub"
        use postgres && myconf="${myconf} --with-dlz-postgres"
        use mysql && myconf="${myconf} --with-dlz-mysql"
        use berkdb && myconf="${myconf} --with-dlz-bdb"
        use ldap  && myconf="${myconf} --with-dlz-ldap"
        use odbc  && myconf="${myconf} --with-dlz-odbc"
-   }
+   } || myconf="${myconf} --enable-threads"
    use caps || myconf="${myconf} --disable-linux-caps"

    econf \

Reproducible: Always
Steps to Reproduce:




Portage 2.0.51.19 (hardened/x86, gcc-3.3.5-20050130, glibc-2.3.4.20041102-r1,
2.4.28-gentoo-r8 i686)
=================================================================
System uname: 2.4.28-gentoo-r8 i686 Intel(R) Xeon(TM) CPU 2.80GHz
Gentoo Base System version 1.4.16
Python:              dev-lang/python-2.3.4-r1 [2.3.4 (#1, Mar  4 2005, 17:49:24)]
distcc 2.16 i686-pc-linux-gnu (protocols 1 and 2) (default port 3632) [disabled]
dev-lang/python:     2.3.4-r1
sys-devel/autoconf:  2.59-r6, 2.13
sys-devel/automake:  1.7.9-r1, 1.8.5-r3, 1.5, 1.4_p6, 1.6.3, 1.9.4
sys-devel/binutils:  2.15.92.0.2-r7
sys-devel/libtool:   1.5.14
virtual/os-headers:  2.4.22-r1
ACCEPT_KEYWORDS="x86"
AUTOCLEAN="yes"
CFLAGS="-march=pentium4 -O2 -pipe"
CHOST="i686-pc-linux-gnu"
CONFIG_PROTECT="/etc /usr/kde/2/share/config /usr/kde/3/share/config
/usr/share/config /var/bind /var/qmail/control"
CONFIG_PROTECT_MASK="/etc/gconf /etc/terminfo /etc/env.d"
CXXFLAGS="-march=pentium4 -O2 -pipe"
DISTDIR="/usr/portage/distfiles"
FEATURES="autoaddcvs autoconfig buildpkg distlocks strict userpriv usersandbox"
GENTOO_MIRRORS="ftp://rsync.private.mosuzedu.ru/gentoo
http://gentoo.oregonstate.edu http://www.ibiblio.org/pub/Linux/distributions/gentoo"
LANG="ru_RU.KOI8-R"
MAKEOPTS="-j2"
PKGDIR="/usr/portage//packages/x86/"
PORTAGE_TMPDIR="/var/tmp"
PORTDIR="/usr/portage/"
PORTDIR_OVERLAY="/usr/local/portage"
SYNC="rsync://rsync.private.mosuzedu.ru/gentoo-portage"
USE="x86 acl acpi apache2 berkdb crypt encode gd hardened ldap mmx mysql
nagios-dns nagios-ntp nagios-ping nagios-ssh ncurses nls pam pic quotas readline
samba slang sse ssl xfs"
Unset:  ASFLAGS, CBUILD, CTARGET, LC_ALL, LDFLAGS, LINGUAS
Comment 1 Jakub Moc (RETIRED) gentoo-dev 2005-04-28 02:03:12 UTC
Use bind-9.2.2-r3 if you want threads.

*** This bug has been marked as a duplicate of 88712 ***
Comment 2 Jakub Moc (RETIRED) gentoo-dev 2005-04-28 02:04:15 UTC
Err, 9.2.5-r3