Summary: | net-p2p/mldonkey-3.1.5-r1 : src/.../CryptoPP.h:4360:34: error: throw will always call terminate() [-Werror=terminate] | ||
---|---|---|---|
Product: | Gentoo Linux | Reporter: | Toralf Förster <toralf> |
Component: | Current packages | Assignee: | Jesús P Rey (Chuso) <gentoo> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | proxy-maint |
Priority: | Normal | Keywords: | InVCS, PullRequest |
Version: | unspecified | ||
Hardware: | All | ||
OS: | Linux | ||
See Also: | https://github.com/gentoo/gentoo/pull/17955 | ||
Whiteboard: | |||
Package list: | Runtime testing required: | --- | |
Bug Depends on: | 749954 | ||
Bug Blocks: | 251464 | ||
Attachments: |
emerge-history.txt
environment net-p2p:mldonkey-3.1.5-r1:20161001-152929.log |
Description
Toralf Förster
![]() Created attachment 448696 [details]
emerge-history.txt
Created attachment 448698 [details]
environment
Created attachment 448700 [details]
net-p2p:mldonkey-3.1.5-r1:20161001-152929.log
well, bundling cryptopp is bad The bug has been referenced in the following commit(s): https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1b70b64f68dfe5c09a67f106131448b4fc3f7643 commit 1b70b64f68dfe5c09a67f106131448b4fc3f7643 Author: Jesus P Rey (Chuso) <gentoo@chuso.net> AuthorDate: 2020-07-11 11:59:23 +0000 Commit: Sam James <sam@gentoo.org> CommitDate: 2020-10-17 02:24:29 +0000 net-p2p/mldonkey: version bump to 3.1.7 Signed-off-by: Jesus P Rey <gentoo@chuso.net> Bug: https://bugs.gentoo.org/595798 Bug: https://bugs.gentoo.org/705582 Closes: https://bugs.gentoo.org/582136 Closes: https://bugs.gentoo.org/615322 Closes: https://bugs.gentoo.org/635932 Closes: https://bugs.gentoo.org/704684 Signed-off-by: Sam James <sam@gentoo.org> net-p2p/mldonkey/Manifest | 1 + net-p2p/mldonkey/mldonkey-3.1.7.ebuild | 183 +++++++++++++++++++++++++++++++++ 2 files changed, 184 insertions(+) Can you check if newer version net-p2p/mldonkey-3.1.7 is still affected? (In reply to Jesús P Rey (Chuso) from comment #6) > Can you check if newer version net-p2p/mldonkey-3.1.7 is still affected? seems to pass fine FWIW, 3.16 fails with: Error: The file /usr/lib64/ocaml/nums.cma is not a bytecode object file Yes, the nums one is a know issue both upstream <https://github.com/ygrek/mldonkey/issues/24#issuecomment-336748821> and in Gentoo <https://bugs.gentoo.org/704684> That version should probably be removed or make it depend on dev-ml/num. I would say removing it would make more sense given that it's now overshadowed by net-p2p/mldonkey-3.1.7 and there is no need to keep an older buggy version. |