Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 922093 - [guru] sys-fs/ntfs2btrfs-20230501 fails to compile (GCC-14-SYSTEM): decompress_common.c:127:30: error: initialization of uint8_t {aka unsigned char } from incompatible pointer type u16 {aka short unsigned int } [-Wincompatible-pointer-types]
Summary: [guru] sys-fs/ntfs2btrfs-20230501 fails to compile (GCC-14-SYSTEM): decompres...
Status: RESOLVED FIXED
Alias: None
Product: GURU
Classification: Unclassified
Component: Package issues (show other bugs)
Hardware: All Linux
: Normal normal
Assignee: Mark Harmstone
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2024-01-14 08:38 UTC by Agostino Sarubbo
Modified: 2024-01-16 18:16 UTC (History)
2 users (show)

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


Attachments
build.log (build.log,142.02 KB, text/plain)
2024-01-14 08:39 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-01-14 08:38:59 UTC
https://blogs.gentoo.org/ago/2020/07/04/gentoo-tinderbox/

Issue: sys-fs/ntfs2btrfs-20230501 fails to compile (GCC-14-SYSTEM).
Discovered on: amd64 (internal ref: guru_tinderbox)

NOTE:
(GCC-14-SYSTEM) in the summary means that the bug was found on a machine that runs gcc-14 but this bug MAY or MAY NOT BE related to the new compiler
Comment 1 Agostino Sarubbo gentoo-dev 2024-01-14 08:39:01 UTC
Created attachment 882234 [details]
build.log

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


FAILED: CMakeFiles/ntfs2btrfs.dir/src/ebiggers/decompress_common.c.o 
/var/tmp/portage/sys-fs/ntfs2btrfs-20230501/work/ntfs2btrfs-20230501/src/ebiggers/decompress_common.c:127:30: error: initialization of ‘uint8_t *’ {aka ‘unsigned char *’} from incompatible pointer type ‘u16 *’ {aka ‘short unsigned int *’} [-Wincompatible-pointer-types]
Comment 3 Mark Harmstone 2024-01-16 18:16:10 UTC
Thanks for this. I've pushed a new version to guru that compiles on GCC 14.