Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 925857 - dev-debug/systemtap-5.0-r1 fails to compile: util.cxx:260:10: error: invalid conversion from void to char [-fpermissive]
Summary: dev-debug/systemtap-5.0-r1 fails to compile: util.cxx:260:10: error: invalid ...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal
Assignee: Sven Wegener
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2024-02-29 14:25 UTC by Agostino Sarubbo
Modified: 2024-08-21 02:48 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments
build.log (build.log,76.88 KB, text/plain)
2024-02-29 14:25 UTC, Agostino Sarubbo
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Agostino Sarubbo gentoo-dev 2024-02-29 14:25:56 UTC
https://blogs.gentoo.org/ago/2020/07/04/gentoo-tinderbox/

Issue: dev-debug/systemtap-5.0 fails to compile.
Discovered on: amd64 (internal ref: tinderbox_musl)
System: MUSL-SYSTEM (https://wiki.gentoo.org/wiki/Project:Tinderbox/Common_Issues_Helper#MUSL)

Info about the issue:
https://wiki.gentoo.org/wiki/Project:Tinderbox/Common_Issues_Helper#CF0014
Comment 1 Agostino Sarubbo gentoo-dev 2024-02-29 14:25:57 UTC
Created attachment 886351 [details]
build.log

build log and emerge --info
Comment 2 Agostino Sarubbo gentoo-dev 2024-02-29 14:25:58 UTC
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]]
Comment 3 Agostino Sarubbo gentoo-dev 2024-07-03 06:57:10 UTC
tinderbox_musl has reproduced this issue with version 5.0-r1 - Updating summary.
Comment 4 Larry the Git Cow gentoo-dev 2024-08-21 02:48:59 UTC
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(-)