Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 514330 Details for
Bug 644230
mail-filter/dovecot-antispam-2.0_pre20130429 : mailbox.c:194:11: error: too few arguments to function asmb->module_ctx.super.transaction_begin
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
mail-filter:dovecot-antispam-2.0_pre20130429:20180111-110709.log
mail-filter:dovecot-antispam-2.0_pre20130429:20180111-110709.log (text/plain), 6.03 KB, created by
Toralf Förster
on 2018-01-11 17:37:53 UTC
(
hide
)
Description:
mail-filter:dovecot-antispam-2.0_pre20130429:20180111-110709.log
Filename:
MIME Type:
Creator:
Toralf Förster
Created:
2018-01-11 17:37:53 UTC
Size:
6.03 KB
patch
obsolete
> * Package: mail-filter/dovecot-antispam-2.0_pre20130429 > * Repository: gentoo > * Maintainer: radhermit@gentoo.org > * USE: abi_x86_64 amd64 elibc_glibc kernel_linux userland_GNU > * FEATURES: network-sandbox preserve-libs sandbox userpriv usersandbox >>>> Unpacking source... >>>> Unpacking dovecot-antispam-2.0_pre20130429.tar.bz2 to /var/tmp/portage/mail-filter/dovecot-antispam-2.0_pre20130429/work >>>> Source unpacked in /var/tmp/portage/mail-filter/dovecot-antispam-2.0_pre20130429/work >>>> Preparing source in /var/tmp/portage/mail-filter/dovecot-antispam-2.0_pre20130429/work/dovecot-antispam-2.0_pre20130429 ... > * Running eautoreconf in '/var/tmp/portage/mail-filter/dovecot-antispam-2.0_pre20130429/work/dovecot-antispam-2.0_pre20130429' ... > * Running aclocal -I m4 ... > [ ok ] > * Running autoconf -I m4 --force ... > [ ok ] > * Running autoheader -I m4 ... > [ ok ] > * Running elibtoolize in: dovecot-antispam-2.0_pre20130429/ >>>> Source prepared. >>>> Configuring source in /var/tmp/portage/mail-filter/dovecot-antispam-2.0_pre20130429/work/dovecot-antispam-2.0_pre20130429 ... > * econf: updating dovecot-antispam-2.0_pre20130429/config.guess with /usr/share/gnuconfig/config.guess > * econf: updating dovecot-antispam-2.0_pre20130429/config.sub with /usr/share/gnuconfig/config.sub >./configure --prefix=/usr --build=x86_64-pc-linux-gnu --host=x86_64-pc-linux-gnu --mandir=/usr/share/man --infodir=/usr/share/info --datadir=/usr/share --sysconfdir=/etc --localstatedir=/var/lib --libdir=/usr/lib64 >configure: loading site script /usr/share/config.site >checking for tput... /usr/bin/tput >checking build system type... x86_64-pc-linux-gnu >checking host system type... x86_64-pc-linux-gnu >checking whether we need an implib... no >checking for shared library system... GNU >checking for x86_64-pc-linux-gnu-gcc... x86_64-pc-linux-gnu-gcc >checking whether the C compiler works... yes >checking for C compiler default output file name... a.out >checking for suffix of executables... >checking whether we are cross compiling... no >checking for suffix of object files... o >checking whether we are using the GNU C compiler... yes >checking whether x86_64-pc-linux-gnu-gcc accepts -g... yes >checking for x86_64-pc-linux-gnu-gcc option to accept ISO C89... none needed >checking how to run the C preprocessor... x86_64-pc-linux-gnu-gcc -E >checking whether ln -s works... yes >checking for a BSD-compatible install... /usr/lib/portage/python3.5/ebuild-helpers/xattr/install -c >checking for "/usr/lib/dovecot/dovecot-config"... /usr/lib/dovecot/dovecot-config >checking whether OS supports plugin dependencies... yes >checking for valgrind... no >checking for dovecot tree type... installed >configure: touching .deps files >configure: creating ./config.status >config.status: creating buildsys.mk >config.status: creating extra.mk >config.status: creating config.h >>>> Source configured. >>>> Compiling source in /var/tmp/portage/mail-filter/dovecot-antispam-2.0_pre20130429/work/dovecot-antispam-2.0_pre20130429 ... >make -j1 >Entering directory src. >Compiling antispam-plugin.c (plugin)... >Successfully compiled antispam-plugin.c (plugin). >Compiling aux.c (plugin)... >Successfully compiled aux.c (plugin). >Compiling backends.c (plugin)... >Successfully compiled backends.c (plugin). >Compiling crm114.c (plugin)... >crm114.c: In function âcrm114_handle_mailâ: >crm114.c:233:17: warning: unused variable âresultâ [-Wunused-variable] > const char *result = NULL; > ^~~~~~ >crm114.c: In function âcall_reaverâ: >crm114.c:73:2: warning: ignoring return value of âwriteâ, declared with attribute warn_unused_result [-Wunused-result] > write(pipes[1], signature_hdr, strlen(signature_hdr)); > ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ >crm114.c:74:2: warning: ignoring return value of âwriteâ, declared with attribute warn_unused_result [-Wunused-result] > write(pipes[1], ": ", 2); > ^~~~~~~~~~~~~~~~~~~~~~~~ >crm114.c:75:2: warning: ignoring return value of âwriteâ, declared with attribute warn_unused_result [-Wunused-result] > write(pipes[1], signature, strlen(signature)); > ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ >crm114.c:76:2: warning: ignoring return value of âwriteâ, declared with attribute warn_unused_result [-Wunused-result] > write(pipes[1], "\r\n\r\n", 4); > ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ >Successfully compiled crm114.c (plugin). >Compiling dspam.c (plugin)... >Successfully compiled dspam.c (plugin). >Compiling mailbox.c (plugin)... >mailbox.c: In function âantispam_transaction_beginâ: >mailbox.c:194:11: error: too few arguments to function âasmb->module_ctx.super.transaction_beginâ > ret = asmb->module_ctx.super.transaction_begin(box, flags); > ^~~~ >mailbox.c: In function âantispam_mailbox_allocatedâ: >mailbox.c:252:30: warning: assignment from incompatible pointer type [-Wincompatible-pointer-types] > box->v.transaction_begin = antispam_transaction_begin; > ^ >Failed to compile mailbox.c (plugin)! >make[3]: *** [../buildsys.mk:390: mailbox.plugin.o] Error 1 >make[2]: *** [../buildsys.mk:116: all] Error 2 >make[1]: *** [buildsys.mk:121: src] Error 2 >make: *** [buildsys.mk:114: all] Error 2 > * ERROR: mail-filter/dovecot-antispam-2.0_pre20130429::gentoo failed (compile phase): > * emake failed > * > * If you need support, post the output of `emerge --info '=mail-filter/dovecot-antispam-2.0_pre20130429::gentoo'`, > * the complete build log and the output of `emerge -pqv '=mail-filter/dovecot-antispam-2.0_pre20130429::gentoo'`. > * The complete build log is located at '/var/log/portage/mail-filter:dovecot-antispam-2.0_pre20130429:20180111-110709.log'. > * For convenience, a symlink to the build log is located at '/var/tmp/portage/mail-filter/dovecot-antispam-2.0_pre20130429/temp/build.log'. > * The ebuild environment file is located at '/var/tmp/portage/mail-filter/dovecot-antispam-2.0_pre20130429/temp/environment'. > * Working directory: '/var/tmp/portage/mail-filter/dovecot-antispam-2.0_pre20130429/work/dovecot-antispam-2.0_pre20130429' > * S: '/var/tmp/portage/mail-filter/dovecot-antispam-2.0_pre20130429/work/dovecot-antispam-2.0_pre20130429'
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 644230
:
514320
|
514322
|
514324
|
514326
|
514328
| 514330 |
514332