Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 103920 - mail-filter/bogofilter-0.92.8 won't compile
Summary: mail-filter/bogofilter-0.92.8 won't compile
Status: RESOLVED NEEDINFO
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: x86 Linux
: High normal (vote)
Assignee: Net-Mail Packages
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-08-27 06:41 UTC by R. May
Modified: 2006-06-28 15:33 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 R. May 2005-08-27 06:41:03 UTC
then mv -f ".deps/datastore_db.Tpo" ".deps/datastore_db.Po"; else rm -f
".deps/datastore_db.Tpo"; exit 1; fi
datastore_db.c: In function `get_psize':
datastore_db.c:240: warning: passing arg 2 of pointer to function from
incompatible pointer type
datastore_db.c:240: warning: passing arg 3 of pointer to function makes pointer
from integer without a cast
datastore_db.c:240: error: too few arguments to function
make[3]: *** [datastore_db.o] Error 1
make[3]: Leaving directory
`/var/tmp/portage/bogofilter-0.92.8/work/bogofilter-0.92.8/src'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory
`/var/tmp/portage/bogofilter-0.92.8/work/bogofilter-0.92.8/src'
make[1]: *** [all] Error 2
make[1]: Leaving directory
`/var/tmp/portage/bogofilter-0.92.8/work/bogofilter-0.92.8/src'
make: *** [all-recursive] Error 1


Reproducible: Always
Steps to Reproduce:
1.
2.
3.
Comment 1 Jakub Moc (RETIRED) gentoo-dev 2005-08-27 07:34:03 UTC
You neglected to post emerge -info.
Comment 2 R. May 2005-08-27 07:37:52 UTC
Sorry, 
 
I get only this: 
 
emerge -info 
 
*** --inject has been deprecated. 
*** If you manage a piece of software yourself, add it's name and 
*** version (eg foo/bar-1.0) to /etc/portage/profile/package.provided. 
*** If you want to prevent portage from upgrading a package, add it to 
*** /etc/portage/package.mask prepending it with '>' (eg >foo/bar-1.0) 
*** For more information on fine-grained portage control, please see 
*** the portage man page. 
 
Comment 3 Jakub Moc (RETIRED) gentoo-dev 2005-08-27 07:51:54 UTC
emerge --info
Comment 4 R. May 2005-08-27 08:38:23 UTC
emerge --info 
Portage 2.0.51.22-r2 (default-linux/x86/2005.0, gcc-3.3.5-20050130, 
glibc-2.3.5-r1, 2.6.12-gentoo-r9 i686) 
================================================================= 
System uname: 2.6.12-gentoo-r9 i686 Intel(R) Pentium(R) 4 CPU 3.00GHz 
Gentoo Base System version 1.6.13 
dev-lang/python:     2.3.5, 2.4.1-r1 
sys-apps/sandbox:    1.2.12 
sys-devel/autoconf:  2.13, 2.59-r6 
sys-devel/automake:  1.4_p6, 1.5, 1.6.3, 1.7.9-r1, 1.8.5-r3, 1.9.6 
sys-devel/binutils:  2.15.92.0.2-r10 
sys-devel/libtool:   1.5.18-r1 
virtual/os-headers:  2.6.11-r2 
ACCEPT_KEYWORDS="x86" 
AUTOCLEAN="yes" 
CBUILD="i686-pc-linux-gnu" 
CFLAGS="-O2 -march=pentium4 -fomit-frame-pointer" 
CHOST="i686-pc-linux-gnu" 
CONFIG_PROTECT="/etc /usr/kde/2/share/config /usr/kde/3.3/env /usr/kde/3.3/share/config /usr/kde/3.3/shutdown /usr/kde/3.4/env /usr/kde/3.4/share/config /usr/kde/3.4/shutdown /usr/kde/3/share/config /usr/lib/X11/xkb /usr/lib/fax /usr/lib/mozilla/defaults/pref /usr/share/config /var/qmail/control /var/spool/fax/etc" 
CONFIG_PROTECT_MASK="/etc/gconf /etc/splash /etc/terminfo /etc/texmf/web2c /etc/env.d" 
CXXFLAGS="-O2 -march=pentium4 -fomit-frame-pointer" 
DISTDIR="/usr/portage/distfiles" 
FEATURES="autoconfig distlocks sandbox sfperms strict" 
GENTOO_MIRRORS="http://distfiles.gentoo.org 
http://distro.ibiblio.org/pub/Linux/distributions/gentoo" 
LANG="de_DE@euro" 
LINGUAS="de" 
PKGDIR="/usr/portage/packages" 
PORTAGE_TMPDIR="/var/tmp" 
PORTDIR="/usr/portage" 
PORTDIR_OVERLAY="/usr/local/gentoo-de /usr/local/portage" 
SYNC="rsync://rsync.gentoo.org/gentoo-portage" 
USE="x86 CVS X alsa apache2 apm arts avi berkdb bitmap-fonts bonobo cdr crypt 
cups curl dba directfb divx4linux doc dvb dvd dvdread eds emboss encode esd fam 
fcpci fcusb fcusb2 flac foomaticdb fortran gd gdbm gif gnome gpm gstreamer gtk 
gtk2 gtkhtml guile imagemagick imap imlib ipv6 java jpeg junit kde libg++ 
libwww lirc mad mbox mikmod mmx motif mozilla mp3 mpeg mysql ncurses nls nvidia 
ogg oggvorbis opengl oss pam pam-mysql pdflib perl php png postgres python qt 
readline real samba sasl scanner sdl slang spell sse ssl subversion svga tcltk 
tcpd tetex tiff truetype truetype-fonts type1-fonts v4l v4l2 vorbis webdav xine 
xml xml2 xmms xv xvid zlib linguas_de userland_GNU kernel_linux elibc_glibc" 
Unset:  ASFLAGS, CTARGET, LC_ALL, LDFLAGS, MAKEOPTS 
 
Comment 5 Jakub Moc (RETIRED) gentoo-dev 2005-08-27 10:57:41 UTC
You forgot to reopen. ;)
Comment 6 Torsten Veller (RETIRED) gentoo-dev 2005-08-28 03:29:24 UTC
Which db version is it?
equery list sys-libs/db
Comment 7 Torsten Veller (RETIRED) gentoo-dev 2005-08-31 14:50:47 UTC
1) equery is in app-portage/gentoolkit.

2) i see the same error with sys-libs/db-4.3.27 which is still package.masked.

3) >=sys-libs/db-4.3 is supported in >=mail-filter/bogofilter-0.93.
Comment 8 FieldySnuts 2006-06-28 15:13:25 UTC
I see the same error.

Using sys-libs/db-4.3.29

I'm not sure if I should reopen this, I'm not the original reporter.


Some items below come out "not present", i'm currently restoring a system which blew a hard disk drive. I restored from backups, but some problems remain. As I get the exact same error, I do not think my situation is different. Still working on getting this system back to life...

Portage 2.1.1_pre1-r5 (default-linux/x86/2006.0, gcc-3.4.6/vanilla, glibc-2.3.6-r4, 2.6.17-ifc i686)
=================================================================
System uname: 2.6.17-ifc i686 Intel(R) Pentium(R) M processor 1.86GHz
Gentoo Base System version 1.6.15
distcc 2.18.3 i686-pc-linux-gnu (protocols 1 and 2) (default port 3632) [enabled]
ccache version 2.3 [enabled]
dev-lang/python:     2.4.3-r1
dev-python/pycrypto: 2.0.1-r5
dev-util/ccache:     [Not Present]
dev-util/confcache:  [Not Present]
sys-apps/sandbox:    1.2.18.1
sys-devel/autoconf:  2.13, 2.60
sys-devel/automake:  1.4_p6, 1.5, 1.6.3, 1.7.9-r1, 1.8.5-r3, 1.9.6-r2
sys-devel/binutils:  2.17
sys-devel/gcc-config: [Not Present]
sys-devel/libtool:   1.5.22
virtual/os-headers:  2.6.11-r5
ACCEPT_KEYWORDS="x86"
AUTOCLEAN="yes"
CBUILD="i686-pc-linux-gnu"
CFLAGS="-Os -march=pentium-m -fomit-frame-pointer -pipe"
CHOST="i686-pc-linux-gnu"
CONFIG_PROTECT="/etc /usr/NX/etc /usr/NX/home /usr/kde/3.5/env /usr/kde/3.5/share/config /usr/kde/3.5/shutdown /usr/lib/mozilla/defaults/pref /usr/share/X11/xkb /usr/share/config /usr/share/texmf/dvipdfm/config/ /usr/share/texmf/dvips/config/ /usr/share/texmf/tex/generic/config/ /usr/share/texmf/tex/platex/config/ /usr/share/texmf/xdvi/"
CONFIG_PROTECT_MASK="/etc/env.d /etc/eselect/compiler /etc/gconf /etc/revdep-rebuild /etc/terminfo"
CXXFLAGS="-Os -march=pentium-m -fomit-frame-pointer -pipe"
DISTDIR="/usr/portage/distfiles"
FEATURES="autoconfig ccache distcc distlocks metadata-transfer sandbox sfperms strict"
GENTOO_MIRRORS="http://fido.online.kz/gentoo http://src.gentoo.pl http://ftp.twaren.net/Linux/Gentoo/ ftp://distro.ibiblio.org/pub/linux/distributions/gentoo/ ftp://ftp.twaren.net/Linux/Gentoo/"
LINGUAS="en"
MAKEOPTS="-j3"
PKGDIR="/usr/portage/packages"
PORTAGE_RSYNC_OPTS="--recursive --links --safe-links --perms --times --compress --force --whole-file --delete --delete-after --stats --timeout=180 --exclude='/distfiles' --exclude='/local' --exclude='/packages'"
PORTAGE_TMPDIR="/var/tmp"
PORTDIR="/usr/portage"
PORTDIR_OVERLAY="/usr/local/portage"
SYNC="rsync://rsync.namerica.gentoo.org/gentoo-portage"
USE="x86 3dnow X a52 alsa apache2 apm avi berkdb bitmap-fonts bzip2 cdr chroot cli crypt dri dv dvd dvdr dvdread eds emboss encode ffmpeg flac foomaticdb fortran gdbm gif gpm gstreamer gtk gtk2 hal imlib isdnlog jpeg kde kdeenablefinal libg++ libwww mad mikmod mmx motif mp3 mpeg ncurses network nls ogg opengl oss pam pcre pdflib perl png pppd pwdb python qt qt3 qt4 quicktime readline reflection sdl session spell spl sse ssl theora tiff truetype truetype-fonts type1-fonts udev usb vorbis xml xml2 xmms xorg xv xvid zlib elibc_glibc input_devices_keyboard input_devices_mouse input_devices_synaptics kernel_linux linguas_en userland_GNU video_cards_ati video_cards_radeon"
Unset:  CTARGET, EMERGE_DEFAULT_OPTS, INSTALL_MASK, LANG, LC_ALL, LDFLAGS, PORTAGE_RSYNC_EXTRA_OPTS
Comment 9 Torsten Veller (RETIRED) gentoo-dev 2006-06-28 15:33:32 UTC
| 3) >=sys-libs/db-4.3 is supported in >=mail-filter/bogofilter-0.93.

Don't waste your time with bogofilter-0.92.8. Please try bogofilter-1.0.2.
There is a stabilization bug (#133817) but it will take some more time.