Summary: | dev-debug/systemtap-5.0-r1 fails to compile: util.cxx:260:10: error: invalid conversion from void to char [-fpermissive] | ||
---|---|---|---|
Product: | Gentoo Linux | Reporter: | Agostino Sarubbo <ago> |
Component: | Current packages | Assignee: | Sven Wegener <swegener> |
Status: | RESOLVED FIXED | ||
Severity: | normal | ||
Priority: | Normal | ||
Version: | unspecified | ||
Hardware: | All | ||
OS: | Linux | ||
Whiteboard: | |||
Package list: | Runtime testing required: | --- | |
Attachments: | build.log |
Description
Agostino Sarubbo
2024-02-29 14:25:56 UTC
Created attachment 886351 [details]
build.log
build log and emerge --info
Error(s) that match a know pattern in addition to what has been reported in the summary: configure: WARNING: some compile-server functionality will be restricted, cannot find avahi development files util.cxx:260:10: error: invalid conversion from 'void*' to 'char*' [-fpermissive[https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-fpermissive]] tinderbox_musl has reproduced this issue with version 5.0-r1 - Updating summary. The bug has been closed via the following commit(s): https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7963f202b136d1fffa671ad026832a9325eb8605 commit 7963f202b136d1fffa671ad026832a9325eb8605 Author: Sam James <sam@gentoo.org> AuthorDate: 2024-08-21 02:47:58 +0000 Commit: Sam James <sam@gentoo.org> CommitDate: 2024-08-21 02:48:48 +0000 profiles/features/musl: mask dev-debug/systemtap & USE=systemtap It needs porting to musl and fails to build in a few ways. Avoid collecting dupes by masking it. Closes: https://bugs.gentoo.org/828615 Closes: https://bugs.gentoo.org/925857 Closes: https://bugs.gentoo.org/932181 Signed-off-by: Sam James <sam@gentoo.org> profiles/features/musl/package.mask | 4 ++++ profiles/features/musl/use.mask | 6 +++++- 2 files changed, 9 insertions(+), 1 deletion(-) |