Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 133551 - cyrus-sasl does not build pgsql plugin on amd64. (USE includes postgres)
Summary: cyrus-sasl does not build pgsql plugin on amd64. (USE includes postgres)
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: AMD64 Project
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-05-16 16:16 UTC by Markus Schirp
Modified: 2006-10-12 07:30 UTC (History)
1 user (show)

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 Markus Schirp 2006-05-16 16:16:13 UTC
emerge -pv cyrus-sasl:

These are the packages that I would merge, in order:

Calculating dependencies ...done!
[ebuild   R   ] dev-libs/cyrus-sasl-2.1.21-r2  -authdaemond -berkdb +crypt -gdbm -java -kerberos -ldap -mysql -ntlm_unsupported_patch -pam +postgres -sample -srp +ssl -urandom 0 kB

I emerged cyrus sasl with this flags, but the sasl libary reports this in /var/log/auth.log:

$date host postfix/smtpd[230]: SQL engine 'pgsql' not supported

While the configure script of cyrus-sasl is running it reports the following:

configure: WARNING: PostgreSQL Library not found
configure: WARNING: SQLite Library not found

By manualy adding the search path for mysql (run configure --with-pgsql=/usr/lib64), this warning isnt displayed. This build works correct in my postfix enviroment. Im not a famos ebuild writer so im posting this here.


emerge --info:

Portage 2.0.54-r2 (hardened/amd64, gcc-3.4.5, glibc-2.3.6-r3, 2.6.14-hardened-r5-mbjconf x86_64)
=================================================================
System uname: 2.6.14-hardened-r5-mbjconf x86_64 AMD Athlon(tm) 64 Processor 3200+
Gentoo Base System version 1.6.14
dev-lang/python:     2.4.2
dev-python/pycrypto: [Not Present]
dev-util/ccache:     [Not Present]
dev-util/confcache:  [Not Present]
sys-apps/sandbox:    1.2.17
sys-devel/autoconf:  2.13, 2.59-r7
sys-devel/automake:  1.4_p6, 1.5, 1.6.3, 1.7.9-r1, 1.8.5-r3, 1.9.6-r1
sys-devel/binutils:  2.16.1
sys-devel/libtool:   1.5.22
virtual/os-headers:  2.6.11-r2
ACCEPT_KEYWORDS="amd64"
AUTOCLEAN="yes"
CBUILD="x86_64-pc-linux-gnu"
CFLAGS="-O2 -march=athlon64 -pipe"
CHOST="x86_64-pc-linux-gnu"
CONFIG_PROTECT="/etc /usr/kde/2/share/config /usr/kde/3/share/config /usr/share/config /var/qmail/control"
CONFIG_PROTECT_MASK="/etc/eselect/compiler /etc/gconf /etc/terminfo /etc/env.d"
CXXFLAGS="-O2 -march=athlon64 -pipe"
DISTDIR="/usr/portage/distfiles"
FEATURES="autoconfig distlocks sandbox sfperms strict"
GENTOO_MIRRORS="gentoo.nedlinux.nl"
LANG="en_US.utf8"
LC_ALL="en_US.utf8"
LINGUAS="en"
PKGDIR="/usr/portage/packages"
PORTAGE_TMPDIR="/var/tmp"
PORTDIR="/usr/portage"
PORTDIR_OVERLAY="/usr/local/portage"
SYNC="rsync://rsync.gentoo.org/gentoo-portage"
USE="acl amd64 berkdb bzip2 cgi crypt curl expat fastcgi gd gdbm gmp hardened hardened-php idn jpeg justify md5sum mhash mpm-worker ncurses nls nptl ntplonly pam pcre perl php pic png postgres python quotas readline ruby sqlite ssl threads udev unicode userlocales x86 xml xml2 zlib linguas_en userland_GNU kernel_linux elibc_glibc"
Unset:  ASFLAGS, CTARGET, INSTALL_MASK, LDFLAGS, MAKEOPTS, PORTAGE_RSYNC_EXTRA_OPTS, PORTAGE_RSYNC_OPTS
Comment 1 Simon Stelling (RETIRED) gentoo-dev 2006-10-12 07:30:46 UTC
Thanks. This is fixed in 2.1.22. I didn't do a revbump because normally lib is a symlink to lib64 so all goes fine, it's just the hardened systems that are screwed in regard to this.