[Bug 2083086] Re: FTBFS with gcc-14
Launchpad Bug Tracker
2083086 at bugs.launchpad.net
Sat Sep 28 09:20:23 UTC 2024
This bug was fixed in the package hfsplus - 1.0.4-17.1ubuntu1
---------------
hfsplus (1.0.4-17.1ubuntu1) oracular; urgency=medium
* Fix FTBFS on s390x with gcc-14 (LP: #2083086)
-- Dan Bungert <daniel.bungert at canonical.com> Fri, 27 Sep 2024
19:11:25 -0600
** Changed in: hfsplus (Ubuntu)
Status: Fix Committed => Fix Released
--
You received this bug notification because you are a member of Ubuntu
Foundations Bugs, which is subscribed to hfsplus in Ubuntu.
https://bugs.launchpad.net/bugs/2083086
Title:
FTBFS with gcc-14
Status in hfsplus package in Ubuntu:
Fix Released
Bug description:
hfsplus is FTBFS with gcc-14
https://launchpadlibrarian.net/749243763/buildlog_ubuntu-
oracular-s390x.hfsplus_1.0.4-17.1build1_BUILDING.txt.gz
In file included from partitions.c:29:
partitions.c: In function ‘partition_fillstruct’:
swab.h:51:51: error: assignment to ‘char *’ from incompatible pointer type ‘UInt16 *’ {aka ‘short unsigned int *’} [-Wincompatible-pointer-types]
51 | #define bswabU16_inc(ptr) *((UInt16*) (ptr)); ptr = (UInt16*)ptr + 1
| ^
partitions.c:59:23: note: in expansion of macro ‘bswabU16_inc’
59 | p->pmSig = bswabU16_inc( buf);
| ^~~~~~~~~~~~
this continues for all the bswabUXX_inc in partition_fillstruct.
To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/hfsplus/+bug/2083086/+subscriptions
More information about the foundations-bugs
mailing list