Can't build dbmail with libressl enabled. > [blocks B ] dev-libs/openssl:0 ("dev-libs/openssl:0" is blocking dev-libs/libressl-2.5.1, dev-libs/libressl-2.5.0) > * Error: The above package list contains packages which cannot be > * installed at the same time on the same system. > (dev-libs/openssl-1.0.2k:0/0::gentoo, ebuild scheduled for merge) pulled in by dev-libs/openssl required by (dev-db/libzdb-3.1:0/0::gentoo, ebuild scheduled for merge) > dev-libs/openssl required by (net-mail/dbmail-3.2.3-r1:0/0::gentoo, ebuild scheduled for merge)
Created attachment 467624 [details] emerge.info
Created attachment 469110 [details] dbmail-3.2.3-r2.ebuild
Created attachment 469112 [details] libzdb-3.1-r1.ebuild
Just added libressl use flag and compilation passed with no errors.
i will have a look and test.
just a heads up: tbh i forgot about this (I have no box with libressl at the moment, because something always gave me problems when i tried to replace openssl with libressl .. probably works by now, but I'd have to find the time to try it again). I plan to maybe add some of the latest git patches to a -rX version some time soon, so I might just add libressl to it for testing.
(In reply to Thomas Raschbacher from comment #6) > just a heads up: tbh i forgot about this (I have no box with libressl at the > moment, because something always gave me problems when i tried to replace > openssl with libressl .. probably works by now, but I'd have to find the > time to try it again). > > I plan to maybe add some of the latest git patches to a -rX version some > time soon, so I might just add libressl to it for testing. Thomas, I have tested this on the latest stable packages and it works perfectly with both dev-libs/libressl-{2.6.4, 2.7.2}. Just need to add the following to this package and dev-db/libzdb: ssl? ( !libressl? ( dev-libs/openssl:0= ) libressl? ( dev-libs/libressl:0= ) )" If you want me to commit it let me know.
@Aaron: ok thanks for testing - i just had put this on low priority cuz of time constraints. -- feel free to commit it ;)
The bug has been closed via the following commit(s): https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3ef2060ce07014795e8d488564729e1796bcf084 commit 3ef2060ce07014795e8d488564729e1796bcf084 Author: Aaron Bauman <bman@gentoo.org> AuthorDate: 2018-04-24 21:21:07 +0000 Commit: Aaron Bauman <bman@gentoo.org> CommitDate: 2018-04-24 21:21:07 +0000 net-mail/dbmail: add LibreSSL support Closes: https://bugs.gentoo.org/613272 Package-Manager: Portage-2.3.31, Repoman-2.3.9 net-mail/dbmail/dbmail-3.2.3-r1.ebuild | 9 ++++++--- net-mail/dbmail/dbmail-3.2.3-r2.ebuild | 7 +++++-- 2 files changed, 11 insertions(+), 5 deletions(-)