Bug 1776476 - Execution fails in rawhide with undefined symbol: base64_encode
Summary: Execution fails in rawhide with undefined symbol: base64_encode
Keywords:
Status: CLOSED RAWHIDE
Alias: None
Product: Fedora
Classification: Fedora
Component: imaptest
Version: rawhide
Hardware: Unspecified
OS: Unspecified
unspecified
unspecified
Target Milestone: ---
Assignee: Robert Scheck
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
Depends On:
Blocks: 1772708
TreeView+ depends on / blocked
 
Reported: 2019-11-25 18:34 UTC by Jason Tibbitts
Modified: 2019-11-25 21:23 UTC (History)
1 user (show)

Fixed In Version:
Clone Of:
Environment:
Last Closed: 2019-11-25 21:23:02 UTC
Type: Bug
Embargoed:


Attachments (Terms of Use)

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.


Note You need to log in before you can comment on or make changes to this bug.