Summary: | dev-libs/dmalloc-5.6.5 fails to build: No rule to make target 'malloc_th_sl.o' | ||
---|---|---|---|
Product: | Gentoo Linux | Reporter: | Eugene Shalygin <eugene.shalygin> |
Component: | Current packages | Assignee: | No maintainer - Look at https://wiki.gentoo.org/wiki/Project:Proxy_Maintainers if you want to take care of it <maintainer-needed> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | jstein, parona, sam |
Priority: | Normal | Keywords: | PullRequest |
Version: | unspecified | ||
Hardware: | All | ||
OS: | Linux | ||
See Also: |
https://github.com/gentoo/gentoo/pull/34326 https://bugs.gentoo.org/show_bug.cgi?id=919579 |
||
Whiteboard: | |||
Package list: | Runtime testing required: | --- | |
Attachments: | build log |
Description
Eugene Shalygin
2023-12-16 10:34:46 UTC
Created attachment 879561 [details]
build log
The bug has been closed via the following commit(s): https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e7eae3f15e1223e854d5062436d55c39c439ba32 commit e7eae3f15e1223e854d5062436d55c39c439ba32 Author: Alfred Wingate <parona@protonmail.com> AuthorDate: 2023-12-17 14:00:11 +0000 Commit: Sam James <sam@gentoo.org> CommitDate: 2023-12-18 07:01:42 +0000 dev-libs/dmalloc: redo patches * Split changes, drop redundant and problematic changes. Closes: https://bugs.gentoo.org/919579 Closes: https://bugs.gentoo.org/920106 Signed-off-by: Alfred Wingate <parona@protonmail.com> Closes: https://github.com/gentoo/gentoo/pull/34326 Signed-off-by: Sam James <sam@gentoo.org> dev-libs/dmalloc/dmalloc-5.6.5-r1.ebuild | 62 ++++ dev-libs/dmalloc/dmalloc-5.6.5.ebuild | 73 ----- .../dmalloc/files/dmalloc-5.6.5-Makefile.in.patch | 343 --------------------- .../files/dmalloc-5.6.5-add-destdir-support.patch | 103 +++++++ .../dmalloc-5.6.5-allow-overriding-ar-and-ld.patch | 89 ++++++ .../files/dmalloc-5.6.5-configure-c99.patch | 35 ++- .../files/dmalloc-5.6.5-fix-cxx-check.patch | 22 ++ .../files/dmalloc-5.6.5-set-soname-version.patch | 32 ++ 8 files changed, 329 insertions(+), 430 deletions(-) |