debcrafters-packages team mailing list archive
-
debcrafters-packages team
-
Mailing list archive
-
Message #07700
[Bug 2125130] Re: ppc64el 4.9.2-3 fails to build with gcc15
This bug was fixed in the package lftp - 4.9.3-1.1ubuntu1
---------------
lftp (4.9.3-1.1ubuntu1) questing; urgency=medium
* Merge with Debian unstable (LP: #2125130). Remaining changes:
- d/rules: Switch to dh to regenerate the configure script
- debian/menu: drop because obsolete (would be installed by dh)
- d/p/cd-zVM-segfault-fix.patch: fix z/VM cd stack corruption
(LP #2091440)
* Drop changes:
- configure.ac: Bump gettext version to 0.21
[included in 4.9.3-1]
lftp (4.9.3-1.1) unstable; urgency=medium
* Non-maintainer upload.
* d/copyright: Correct trio license to be ISC. Closes: Bug#1111710
lftp (4.9.3-1) unstable; urgency=medium
* New upstream version 4.9.3
* removed upstream intragrated patches with lftp 4.9.3
* d/control raised Standards-Version: 4.7.2 - no changes needed
* d/copyright added missing trio/* copyright information. Closes: Bug#996564
lftp (4.9.2-4) unstable; urgency=medium
* debian/control: raised Standards-Version to 4.7.0: no changes needed
* debian/control: added Vcs-Browser
-- Jonas Jelten <jonas.jelten@xxxxxxxxxxxxx> Thu, 18 Sep 2025 18:52:50
+0200
** Changed in: lftp (Ubuntu)
Status: In Progress => Fix Released
--
You received this bug notification because you are a member of
Debcrafters packages, which is subscribed to lftp in Ubuntu.
https://bugs.launchpad.net/bugs/2125130
Title:
ppc64el 4.9.2-3 fails to build with gcc15
Status in lftp package in Ubuntu:
Fix Released
Bug description:
build failure log:
https://launchpadlibrarian.net/818172145/buildlog_ubuntu-questing-
ppc64el.lftp_4.9.2-3ubuntu2_BUILDING.txt.gz
reproduced on ppc64el porterbox with 15.2.0-2ubuntu2.
one failing file is malloc/scratch_buffer_grow.c.
-std=gnu23 is the new standard in gcc 15, but -std=gnu17 also errors (in fact, all gnu* standards I tried).
-std=c17 and -std=c23 both compile the file well.
even with -std=c17, the build fails for regex.c, likely due to lftp
somehow bundling gnulib (in lib/) files in its source.
To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/lftp/+bug/2125130/+subscriptions
References