Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 877633 - mail-mta/exim-4.94.2-r9 fails to compile: exim.c:(.text.startup+0x4b49): undefined reference to regex_vars_clear
Summary: mail-mta/exim-4.94.2-r9 fails to compile: exim.c:(.text.startup+0x4b49): unde...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Fabian Groffen
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2022-10-19 08:11 UTC by Agostino Sarubbo
Modified: 2022-10-19 09:20 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments
build.log (build.log,90.02 KB, text/plain)
2022-10-19 08:12 UTC, Agostino Sarubbo
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Agostino Sarubbo gentoo-dev 2022-10-19 08:11:59 UTC
https://blogs.gentoo.org/ago/2020/07/04/gentoo-tinderbox/

Issue: mail-mta/exim-4.94.2-r9 fails to compile.
Discovered on: amd64 (internal ref: ci)
Comment 1 Agostino Sarubbo gentoo-dev 2022-10-19 08:12:01 UTC
Created attachment 824741 [details]
build.log

build log and emerge --info
Comment 2 Agostino Sarubbo gentoo-dev 2022-10-19 08:12:02 UTC
Error(s) that match a know pattern in addition to what has been reported in the summary:


exim.c:(.text.startup+0x4b49): undefined reference to `regex_vars_clear'
smtp_in.c:(.text+0x1b3b): undefined reference to `regex_vars_clear'
collect2: error: ld returned 1 exit status
Comment 3 Larry the Git Cow gentoo-dev 2022-10-19 09:20:52 UTC
The bug has been closed via the following commit(s):

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

commit c1ee45f74e9ab5f27b279d1a604f6dc71f7685b7
Author:     Fabian Groffen <grobian@gentoo.org>
AuthorDate: 2022-10-19 09:18:29 +0000
Commit:     Fabian Groffen <grobian@gentoo.org>
CommitDate: 2022-10-19 09:20:50 +0000

    mail-mta/exim-4.94.2-r10: revbump to fix compilation with exiscan
    
    The CVE patch broke compilation when content scanning is not enabled.
    Ensure the regex_vars_clear function is always built.
    
    Closes: https://bugs.gentoo.org/877633
    Signed-off-by: Fabian Groffen <grobian@gentoo.org>

 ...xim-4.94.2-r9.ebuild => exim-4.94.2-r10.ebuild} |  0
 mail-mta/exim/files/exim-4.94-CVE-2022-3559.patch  | 28 ++++++++++------------
 2 files changed, 13 insertions(+), 15 deletions(-)