Bug 1776476

Summary: Execution fails in rawhide with undefined symbol: base64_encode
Product: [Fedora] Fedora Reporter: Jason Tibbitts <j>
Component: imaptestAssignee: Robert Scheck <redhat-bugzilla>
Status: CLOSED RAWHIDE QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: rawhideCC: redhat-bugzilla
Target Milestone: ---   
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: ---
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2019-11-25 21:23:02 UTC Type: Bug
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:
Bug Depends On:    
Bug Blocks: 1772708    

Description Jason Tibbitts 2019-11-25 18:34:16 UTC
It looks like a dovecot update in rawhide has broken imaptest.

[root@test-rawhide ~]# imaptest
imaptest: symbol lookup error: imaptest: undefined symbol: base64_encode

As far as I can tell, it just needs a rebuild (or rather, a rebuilt version does appear to at least run on rawhide).

On IRC we had discussed now dovecot maintains no ABI stability, and mentioned having the most basic of %check sections:

%check
%buildroot/%_bindir/imaptest --help

just to make sure the result still runs.  Unfortunately this would not have made any difference here because a rebuild fixes the problem.  Koschei wouldn't notice.  The only option I see is hardcoding a dependency on the specific dovecot version, but that would probably lead to breakage even when a rebuild isn't necessary.

Comment 1 Robert Scheck 2019-11-25 21:23:02 UTC
Thank you for the report. It's sad to see that Dovecot doesn't maintain any ABI stability even during patch-level releases.