After the world rebuild required on moving to a 17.0 profile ezmlm breaks in the same way as reported in bug #202318 and also https://github.com/bruceg/ezmlm-idx/issues/8. I modified the ebuild according to the suggestion in the github issue which seemed to fix the problem I was experiencing: diff --git a/net-mail/ezmlm-idx/ezmlm-idx-6.0.0.ebuild b/net-mail/ezmlm-idx/ezmlm-idx-6.0.0.ebuild index d85c320c1d02..5f38784b9dd8 100644 --- a/net-mail/ezmlm-idx/ezmlm-idx-6.0.0.ebuild +++ b/net-mail/ezmlm-idx/ezmlm-idx-6.0.0.ebuild @@ -46,7 +46,7 @@ src_unpack() { echo /var/qmail > conf-qmail echo $(tc-getCC) ${CFLAGS} -I/usr/include/{my,postgre}sql > conf-cc - echo $(tc-getCC) ${CFLAGS} > conf-ld + echo $(tc-getCC) ${CFLAGS} -export-dynamic > conf-ld # fix DESTDIR and skip cat man-pages sed -e "s:\(/install\) \(\"\`head\):\1 ${D}\2:" \
I can confirm this issue. I unmasked 7.0.0-r2, which seems to work flawlessly. Isn't it time to call that for stabilization?
7.0.0-r3 is the oldest version in portage. I propose marking this bug as FIXED.