Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 723088 - mail-filter/exim-geoip fails with exim-4.93
Summary: mail-filter/exim-geoip fails with exim-4.93
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Fabian Groffen
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2020-05-14 18:53 UTC by Nico Baggus
Modified: 2020-05-16 21:46 UTC (History)
0 users

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 Nico Baggus 2020-05-14 18:53:36 UTC
All connectgions are refused when the GeoIP dlfunc is used (exim-geoip & exim have both been rebuilt)

Error: 16056 processing "warn" (/etc/exim/exim.conf 408)
/usr/sbin/exim: symbol lookup error: /usr/lib64/exim-geoipv6-dlfunc.so: undefined symbol: string_copy


Reproducible: Always

Steps to Reproduce:
1.emerge exim (most recent update)
2.restart exim
3.
Actual Results:  
16056 processing "warn" (/etc/exim/exim.conf 408)
/usr/sbin/exim: symbol lookup error: /usr/lib64/exim-geoipv6-dlfunc.so: undefined symbol: string_copy
this process exist immediately with status 127.

Expected Results:  
receiving mail.....
Comment 1 Sam James archtester Gentoo Infrastructure gentoo-dev Security 2020-05-14 18:55:27 UTC
Please include emerge --info for good measure.
Comment 2 Fabian Groffen gentoo-dev 2020-05-15 13:28:47 UTC
it's geoip
Comment 3 Larry the Git Cow gentoo-dev 2020-05-15 13:33:14 UTC
The bug has been closed via the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0d4914778747a18645775b6bf024ad11d82f361c

commit 0d4914778747a18645775b6bf024ad11d82f361c
Author:     Fabian Groffen <grobian@gentoo.org>
AuthorDate: 2020-05-15 13:31:03 +0000
Commit:     Fabian Groffen <grobian@gentoo.org>
CommitDate: 2020-05-15 13:33:07 +0000

    mail-filter/exim-geoip: fix compatibility with exim-4.93
    
    Closes: https://bugs.gentoo.org/723088
    Package-Manager: Portage-2.3.89, Repoman-2.3.20
    Signed-off-by: Fabian Groffen <grobian@gentoo.org>

 .../exim-geoip/{exim-geoip-0.1.ebuild => exim-geoip-0.1-r1.ebuild}      | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Additionally, it has been referenced in the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b48774a273e51601fd5eddc481f8a4227e3f5483

commit b48774a273e51601fd5eddc481f8a4227e3f5483
Author:     Fabian Groffen <grobian@gentoo.org>
AuthorDate: 2020-05-15 13:32:57 +0000
Commit:     Fabian Groffen <grobian@gentoo.org>
CommitDate: 2020-05-15 13:33:08 +0000

    mail-filter/exim-p0f: fix compatibility with exim-4.93
    
    Bug: https://bugs.gentoo.org/723088
    Package-Manager: Portage-2.3.89, Repoman-2.3.20
    Signed-off-by: Fabian Groffen <grobian@gentoo.org>

 mail-filter/exim-p0f/{exim-p0f-0.1.ebuild => exim-p0f-0.1-r1.ebuild} | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
Comment 4 Nico Baggus 2020-05-16 21:46:38 UTC
Fix work.