Your message dated Thu, 13 Mar 2025 11:08:31 +0000
with message-id <20250313110831.GB1282869@celephais.dreamlands>
and subject line Re: Bug#1097356: maildir-utils: ftbfs with GCC-15
has caused the Debian Bug report #1097356,
regarding maildir-utils: ftbfs with GCC-15
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)


-- 
1097356: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1097356
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: src:maildir-utils
Version: 1.12.8-1
Severity: important
Tags: sid forky
User: debian-...@lists.debian.org
Usertags: ftbfs-gcc-15

[This bug is NOT targeted to the upcoming trixie release]

Please keep this issue open in the bug tracker for the package it
was filed for.  If a fix in another package is required, please
file a bug for the other package (or clone), and add a block in this
package. Please keep the issue open until the package can be built in
a follow-up test rebuild.

The package fails to build in a test rebuild on at least amd64 with
gcc-15/g++-15, but succeeds to build with gcc-14/g++-14. The
severity of this report will be raised before the forky release.

The full build log can be found at:
http://qa-logs.debian.net/2025/02/16/amd64exp/maildir-utils_1.12.8-1_unstable_gccexp.log.gz
The last lines of the build log are at the end of this report.

To build with GCC 15, either set CC=gcc-15 CXX=g++-15 explicitly,
or install the gcc, g++, gfortran, ... packages from experimental.

  apt-get -t=experimental install g++ 

GCC 15 now defaults to the C23/C++23 standards, exposing many FTBFS.
Other Common build failures are new warnings resulting in build failures
with -Werror turned on, or new/dropped symbols in Debian symbols files.
For other C/C++ related build failures see the porting guide at
http://gcc.gnu.org/gcc-15/porting_to.html

[...]
    essential: true
   -
    package: base-files
    version: 13.6
    architecture: amd64
    essential: true
   -
    package: autotools-dev
    version: 20220109.1
    architecture: all
   -
    package: autopoint
    version: 0.23.1-1
    architecture: all
   -
    package: automake
    version: 1:1.17-3
    architecture: all
   -
    package: autoconf
    version: 2.72-3
    architecture: all
   -
    package: at-spi2-common
    version: 2.55.2-1
    architecture: all
   -
    package: adwaita-icon-theme
    version: 48~beta-3
    architecture: all
 
background-packages: 76374
foreground-packages: 1
total-packages: 76375
broken-packages: 0

+------------------------------------------------------------------------------+
| Cleanup                                      Sun, 16 Feb 2025 02:31:13 +0000 |
+------------------------------------------------------------------------------+

Purging /build/reproducible-path
Not cleaning session: cloned chroot in use
E: Package build dependencies not satisfied; skipping

+------------------------------------------------------------------------------+
| Summary                                      Sun, 16 Feb 2025 02:31:14 +0000 |
+------------------------------------------------------------------------------+

Build Architecture: amd64
Build Type: binary
Build-Space: n/a
Build-Time: 0
Distribution: unstable
Fail-Stage: install-deps
Host Architecture: amd64
Install-Time: 0
Job: maildir-utils_1.12.8-1
Machine Architecture: amd64
Package: maildir-utils
Package-Time: 0
Source-Version: 1.12.8-1
Space: n/a
Status: given-back
Version: 1.12.8-1
--------------------------------------------------------------------------------
Finished at 2025-02-16T02:30:25Z
Build needed 00:00:00, no disk space
E: Package build dependencies not satisfied; skipping
DC-Status: Failed 49.625843592s
DC-Time-Estimation: 49.625843592 versus expected 347 (r/m: 5.992324460071013 ; 
m: 49.625843592)

--- End Message ---
--- Begin Message ---
On 2025-02-19, at 11:53:34 -0800, Xiyue Deng wrote:
Control: tags -1 +moreinfo

Jeremy Sowden writes:
> On 2025-02-17, at 17:36:27 +0000, Matthias Klose wrote:
> > Package: src:maildir-utils
> > Version: 1.12.8-1
> > Severity: important
> > Tags: sid forky
> > User: debian-...@lists.debian.org
> > Usertags: ftbfs-gcc-15
> >
> > [This bug is NOT targeted to the upcoming trixie release]
> >
> > Please keep this issue open in the bug tracker for the package it
> > was filed for.  If a fix in another package is required, please
> > file a bug for the other package (or clone), and add a block in this
> > package. Please keep the issue open until the package can be built in
> > a follow-up test rebuild.
> >
> > The package fails to build in a test rebuild on at least amd64 with
> > gcc-15/g++-15, but succeeds to build with gcc-14/g++-14. The
> > severity of this report will be raised before the forky release.
> >
> > The full build log can be found at:
> > 
http://qa-logs.debian.net/2025/02/16/amd64exp/maildir-utils_1.12.8-1_unstable_gccexp.log.gz
>
> This is the failure:
>
>   Install main build dependencies (apt-based resolver)
>   ----------------------------------------------------
>
>   Installing build dependencies
>   Reading package lists...
>   Building dependency tree...
>   Reading state information...
>   Some packages could not be installed. This may mean that you have
>   requested an impossible situation or if you are using the unstable
>   distribution that some required packages have not yet been created
>   or been moved out of Incoming.
>   The following information may help to resolve the situation:
>
>   The following packages have unmet dependencies:
>    dh-elpa : Depends: emacs-nox (> = 1:28.2+1-9) but it is not installable or
>                       emacs (> = 1:28.2+1-9)
>   E: Unable to correct problems, you have held broken packages.
>   apt-get failed.
>   E: Package installation failed
>   Not removing build depends: cloned chroot in use
>
> Looks like a false positive.

+1.  Similar to Bug#1096575 and Bug#1096576.

These two were closed as FP's, so doing likewiese.

J.

> > The last lines of the build log are at the end of this report.
> >
> > To build with GCC 15, either set CC=gcc-15 CXX=g++-15 explicitly,
> > or install the gcc, g++, gfortran, ... packages from experimental.
> >
> >   apt-get -t=experimental install g++
> >
> > GCC 15 now defaults to the C23/C++23 standards, exposing many FTBFS.
> > Other Common build failures are new warnings resulting in build failures
> > with -Werror turned on, or new/dropped symbols in Debian symbols files.
> > For other C/C++ related build failures see the porting guide at
> > http://gcc.gnu.org/gcc-15/porting_to.html
> >
> > [...]
> >     essential: true
> >    -
> >     package: base-files
> >     version: 13.6
> >     architecture: amd64
> >     essential: true
> >    -
> >     package: autotools-dev
> >     version: 20220109.1
> >     architecture: all
> >    -
> >     package: autopoint
> >     version: 0.23.1-1
> >     architecture: all
> >    -
> >     package: automake
> >     version: 1:1.17-3
> >     architecture: all
> >    -
> >     package: autoconf
> >     version: 2.72-3
> >     architecture: all
> >    -
> >     package: at-spi2-common
> >     version: 2.55.2-1
> >     architecture: all
> >    -
> >     package: adwaita-icon-theme
> >     version: 48~beta-3
> >     architecture: all
> >
> > background-packages: 76374
> > foreground-packages: 1
> > total-packages: 76375
> > broken-packages: 0
> >
> > 
+------------------------------------------------------------------------------+
> > | Cleanup                                      Sun, 16 Feb 2025 02:31:13 
+0000 |
> > 
+------------------------------------------------------------------------------+
> >
> > Purging /build/reproducible-path
> > Not cleaning session: cloned chroot in use
> > E: Package build dependencies not satisfied; skipping
> >
> > 
+------------------------------------------------------------------------------+
> > | Summary                                      Sun, 16 Feb 2025 02:31:14 
+0000 |
> > 
+------------------------------------------------------------------------------+
> >
> > Build Architecture: amd64
> > Build Type: binary
> > Build-Space: n/a
> > Build-Time: 0
> > Distribution: unstable
> > Fail-Stage: install-deps
> > Host Architecture: amd64
> > Install-Time: 0
> > Job: maildir-utils_1.12.8-1
> > Machine Architecture: amd64
> > Package: maildir-utils
> > Package-Time: 0
> > Source-Version: 1.12.8-1
> > Space: n/a
> > Status: given-back
> > Version: 1.12.8-1
> > 
--------------------------------------------------------------------------------
> > Finished at 2025-02-16T02:30:25Z
> > Build needed 00:00:00, no disk space
> > E: Package build dependencies not satisfied; skipping
> > DC-Status: Failed 49.625843592s
> > DC-Time-Estimation: 49.625843592 versus expected 347 (r/m: 
5.992324460071013 ; m: 49.625843592)
> >

Attachment: signature.asc
Description: PGP signature


--- End Message ---

Reply via email to