Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 911987 - genkernel using older version of json-c, breaks clang
Summary: genkernel using older version of json-c, breaks clang
Status: UNCONFIRMED
Alias: None
Product: Gentoo Hosted Projects
Classification: Unclassified
Component: genkernel (show other bugs)
Hardware: AMD64 Linux
: Normal critical (vote)
Assignee: Gentoo Genkernel Maintainers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2023-08-09 21:12 UTC by modularized
Modified: 2023-08-09 21:12 UTC (History)
0 users

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


Attachments
logs from genkernel (genkernel.log.xz,30.70 KB, application/x-xz)
2023-08-09 21:12 UTC, modularized
Details

Note You need to log in before you can comment on or make changes to this bug.
Description modularized 2023-08-09 21:12:03 UTC
Created attachment 867525 [details]
logs from genkernel

ello, i am currently facing an issue that banjaxed compiling LUKS on sys-kernel/genkernel-4.3.5 which involves it using an outdated version of json-c (13.1, latest is

# alright whats happening?
i was trying to compile my initramfs with --luks enabled on genkernel and it kept reporting a "tried convert a long to double" error which i felt as if it was a problem with what i was doing so i naturally reported it in the forums, turns out it was a bug...

# what would an ideal situation look like?
if the version would be correct, the double conversion wouldnt give out an error and compiling would succeed.

this is my first issue ever, so if the formatting was poor, thats probably why lol