Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 895686 - dev-ruby/sigar-0.7.3-r1 fails to compile (MUSL-CLANG-SYSTEM): sigar_format.c:180:9: error: incompatible integer to pointer conversion assigning to char from int [-Wint-conversion]
Summary: dev-ruby/sigar-0.7.3-r1 fails to compile (MUSL-CLANG-SYSTEM): sigar_format.c:...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Gentoo Ruby Team
URL:
Whiteboard:
Keywords: PMASKED
Depends on:
Blocks: c99-porting
  Show dependency tree
 
Reported: 2023-02-21 10:04 UTC by Agostino Sarubbo
Modified: 2023-04-21 08:55 UTC (History)
1 user (show)

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


Attachments
build.log (build.log,56.22 KB, text/plain)
2023-02-21 10:04 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 2023-02-21 10:04:11 UTC
https://blogs.gentoo.org/ago/2020/07/04/gentoo-tinderbox/

Issue: dev-ruby/sigar-0.7.3-r1 fails to compile (MUSL-CLANG-SYSTEM).
Discovered on: amd64 (internal ref: tinderbox_musl)

NOTE:
(MUSL-CLANG-SYSTEM) in the summary means that bug was found on a machine that runs MUSL libc + clang16 but this bug MAY or MAY NOT BE related to musl/clang16.
Comment 1 Agostino Sarubbo gentoo-dev 2023-02-21 10:04:13 UTC
Created attachment 853456 [details]
build.log

build log and emerge --info
Comment 2 Agostino Sarubbo gentoo-dev 2023-02-21 10:04:14 UTC
Error(s) that match a know pattern in addition to what has been reported in the summary:


fatal: not a git repository (or any parent up to mount point /var/tmp)
sigar_format.c:180:9: error: incompatible integer to pointer conversion assigning to 'char *' from 'int' [-Wint-conversion]
Comment 3 Sam James archtester Gentoo Infrastructure gentoo-dev Security 2023-02-24 16:28:54 UTC
Dead upstream and completely broken on musl because of its strerror_r misdetection.
Comment 4 Larry the Git Cow gentoo-dev 2023-03-19 11:11:51 UTC
The bug has been referenced in the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2de4d8cc9be87903e279d4c374fcb80c252c57b6

commit 2de4d8cc9be87903e279d4c374fcb80c252c57b6
Author:     David Seifert <soap@gentoo.org>
AuthorDate: 2023-03-19 11:11:29 +0000
Commit:     David Seifert <soap@gentoo.org>
CommitDate: 2023-03-19 11:11:29 +0000

    package.mask: Last rite dev-ruby/sigar
    
    Bug: https://bugs.gentoo.org/713784
    Bug: https://bugs.gentoo.org/895686
    Signed-off-by: David Seifert <soap@gentoo.org>

 profiles/package.mask | 6 ++++++
 1 file changed, 6 insertions(+)
Comment 5 Larry the Git Cow gentoo-dev 2023-04-21 08:55:05 UTC
The bug has been closed via the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8381ad9d05a299e354b1a2d318572c9e0673b6ca

commit 8381ad9d05a299e354b1a2d318572c9e0673b6ca
Author:     David Seifert <soap@gentoo.org>
AuthorDate: 2023-04-21 08:54:31 +0000
Commit:     David Seifert <soap@gentoo.org>
CommitDate: 2023-04-21 08:54:31 +0000

    dev-ruby/sigar: treeclean
    
    Closes: https://bugs.gentoo.org/713784
    Closes: https://bugs.gentoo.org/895686
    Signed-off-by: David Seifert <soap@gentoo.org>

 dev-ruby/sigar/Manifest              |  1 -
 dev-ruby/sigar/metadata.xml          |  8 --------
 dev-ruby/sigar/sigar-0.7.3-r1.ebuild | 30 ------------------------------
 profiles/package.mask                |  6 ------
 4 files changed, 45 deletions(-)