| Summary: | mail-mta/exim-4.91-r2: smtp.c:1626:34: error: ‘transport_instance’ {aka ‘struct transport_instance’} has no member named ‘event_action’ | ||
|---|---|---|---|
| Product: | Gentoo Linux | Reporter: | Rolf Eike Beer <eike> |
| Component: | Current packages | Assignee: | Fabian Groffen <grobian> |
| Status: | RESOLVED FIXED | ||
| Severity: | normal | CC: | net-mail+disabled |
| Priority: | Normal | ||
| Version: | unspecified | ||
| Hardware: | All | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Package list: | Runtime testing required: | --- | |
| Attachments: | build.log | ||
|
Description
Rolf Eike Beer
2019-01-10 20:26:47 UTC
sparc-unknown-linux-gnu-gcc -o eximon.bin em_version.o -Wl,-O1 -Wl,--as-needed -
lssl -lcrypto -L/usr/X11R6/lib \
util-spool_in.o util-store.o util-string.o util-queue.o util-tod.o tree.o em_S
tripChart.o em_TextPop.o em_globals.o em_init.o em_log.o em_main.o em_menu.o em_
queue.o em_strip.o em_text.o em_xs.o -lXaw -lXmu -lXt -lXext -lX11 -lpcre \
-lnsl -lcrypt -lm -lc -rdynamic -ldl
pdkim.c: In function ‘check_bare_ed25519_pubkey’:
pdkim.c:1355:61: warning: format ‘%lu’ expects argument of type ‘long unsigned i
nt’, but argument 2 has type ‘size_t’ {aka ‘unsigned int’} [-Wformat=]
DEBUG(D_acl) debug_printf("PDKIM: unexpected pubkey len %lu\n", p->key.len);
~~^ ~~~~~~~~~~
%u
smtp.c: In function ‘smtp_setup_conn’:
smtp.c:1626:12: warning: implicit declaration of function ‘event_raise’ [-Wimplicit-function-declaration]
(void) event_raise(sx->tblock->event_action,
^~~~~~~~~~~
smtp.c:1626:34: error: ‘transport_instance’ {aka ‘struct transport_instance’} has no member named ‘event_action’
(void) event_raise(sx->tblock->event_action,
^~
smtp.c:1637:36: error: ‘transport_instance’ {aka ‘struct transport_instance’} has no member named ‘event_action’
(void) event_raise(sx->tblock->event_action,
^~
smtp.c:1977:31: error: ‘transport_instance’ {aka ‘struct transport_instance’} has no member named ‘event_action’
(void) event_raise(sx->tblock->event_action,
^~
smtp.c:2075:34: error: ‘transport_instance’ {aka ‘struct transport_instance’} has no member named ‘event_action’
(void) event_raise(sx->tblock->event_action, US"dane:fail",
^~
>>> exim monitor binary built
make[2]: *** [Makefile:14: smtp.o] Error 1
make[2]: *** Waiting for unfinished jobs....
reproduced/reduced to USE=dane The bug has been closed via the following commit(s): https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=761a608fa0e44fa01af49b605afd4e86cf80e81c commit 761a608fa0e44fa01af49b605afd4e86cf80e81c Author: Fabian Groffen <grobian@gentoo.org> AuthorDate: 2019-01-11 13:17:16 +0000 Commit: Fabian Groffen <grobian@gentoo.org> CommitDate: 2019-01-11 13:17:29 +0000 mail-mta/exim: fix compilation of USE=dane, bug #675142 Closes: https://bugs.gentoo.org/675142 Signed-off-by: Fabian Groffen <grobian@gentoo.org> Package-Manager: Portage-2.3.51, Repoman-2.3.11 mail-mta/exim/exim-4.91-r2.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) |