# emerge postfix [...] a -L/usr/lib -lpcre -ldl -lcrypt -lpthread -lpam -lssl -lcrypto -ldb -lnsl -lresolv a - single_server.o a - multi_server.o a - trigger_server.o a - master_proto.o a - mail_flow.o ranlib libmaster.a cp libmaster.a ../../lib/libmaster.a ranlib ../../lib/libmaster.a ../../lib/libutil.a(dict_db.o)(.text+0xc0): In function `dict_db_open': /usr/tmp/portage/postfix-2.0.16-r1/work/postfix-2.0.16/src/util/dict_db.c:468: undefined reference to `db_version_4000' ../../lib/libutil.a(dict_db.o)(.text+0x179):/usr/tmp/portage/postfix-2.0.16-r1/work/postfix-2.0.16/src/util/dict_db.c:543: undefined reference to `db_create_4000' collect2: ld returned 1 exit status make: *** [master] Error 1 make: *** [update] Error 1 !!! ERROR: net-mail/postfix-2.0.16-r1 failed. !!! Function src_compile, Line 131, Exitcode 2 !!! compile problem Reproducible: Always Steps to Reproduce: 1. 2. 3. # emerge info Portage 2.0.49-r15 (default-x86-1.4, gcc-3.3.2, glibc-2.3.2-r9, 2.4.22-byMattia) ================================================================= System uname: 2.4.22-byMattia i686 AMD Athlon(tm) XP 2000+ Gentoo Base System version 1.4.3.12 ccache version 2.3 [enabled] ACCEPT_KEYWORDS="x86 ~x86" AUTOCLEAN="yes" CFLAGS="-march=athlon-xp -m3dnow -msse -mfpmath=sse -mmmx -O3 -pipe -fforce-addr -fomit-frame-pointer -funroll-loops -frerun-cse-after-loop -frerun-loop-opt -falign-functions=4 -maccumulate-outgoing-args -ffast-math -fprefetch-loop-arrays" CHOST="i686-pc-linux-gnu" COMPILER="gcc3" CONFIG_PROTECT="/etc /var/qmail/control /usr/kde/2/share/config /usr/kde/3/share/config /usr/X11R6/lib/X11/xkb /usr/kde/3.1/share/config /usr/share/texmf/tex/generic/config/ /usr/share/texmf/tex/platex/config/ /usr/share/texmf/dvips/config/ /usr/share/texmf/dvipdfm/config/ /usr/share/texmf/xdvi/ /usr/share/config" CONFIG_PROTECT_MASK="/etc/gconf /etc/env.d" CXXFLAGS="-march=athlon-xp -m3dnow -msse -mfpmath=sse -mmmx -O3 -pipe -fforce-addr -fomit-frame-pointer -funroll-loops -frerun-cse-after-loop -frerun-loop-opt -falign-functions=4 -maccumulate-outgoing-args -ffast-math -fprefetch-loop-arrays" DISTDIR="/usr/portage/distfiles" FEATURES="autoaddcvs sandbox ccache buildpkg" GENTOO_MIRRORS="ftp://ftp.tu-clausthal.de/pub/linux/gentoo/ http://212.219.247.19/sites/www.ibiblio.org/gentoo/ ftp://sunsite.informatik.rwth-aachen.de/pub/Linux/gentoo" MAKEOPTS="-j2" PKGDIR="/usr/portage/packages" PORTAGE_TMPDIR="/usr/tmp" PORTDIR="/usr/portage" PORTDIR_OVERLAY="/usr/portage" SYNC="rsync://rsync.gentoo.org/gentoo-portage" USE="x86 oss avi crypt cups encode foomaticdb gif jpeg libg++ mad mikmod mpeg ncurses nls pdflib png quicktime spell truetype xml2 xmms xv zlib directfb gdbm berkdb slang readline arts tetex aalib svga tcltk X gpm tcpd pam libwww ssl perl python imlib oggvorbis gtk qt kde motif opengl mozilla gphoto2 cdr 3dnow aavm acpi acpi4linux clamav debug dedicated dnd doc dv evms2 fbcon freetype fs gtk2 java javascript jikes lcd maildir mbox md5sum mldonkeypango mmx moznocompose moznoirc moznomail music nvidia offensive plotutils ppds slp sox src sse tiff type1 usb v4l videos wolk-bootsplash xface xfs xgetdefault xine xinerama xvid -apm -gnome -sdl -esd"
what version of db is installed? please try to re-emerge db and then postfix again to see if things are better. (be sure to emerge --sync first).
I recompiled db and postfix now works!! Sorry for the non-bug... Bye