Your message dated Fri, 24 Oct 2025 10:20:10 +0000
with message-id <[email protected]>
and subject line Bug#1097544: fixed in paps 0.6.8-7.3
has caused the Debian Bug report #1097544,
regarding paps: 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 [email protected]
immediately.)


-- 
1097544: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1097544
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: src:paps
Version: 0.6.8-7.2
Severity: important
Tags: sid forky
User: [email protected]
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/paps_0.6.8-7.2_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

[...]
checking for dot... no
checking for x86_64-linux-gnu-pkg-config... /usr/bin/x86_64-linux-gnu-pkg-config
checking pkg-config is at least version 0.9.0... yes
checking for pangoft2... yes
checking that generated files are newer than configure... done
configure: creating ./config.status
config.status: creating Makefile
config.status: creating src/Makefile
config.status: creating config.h
config.status: executing depfiles commands
config.status: executing libtool commands
dh_testdir
# Add here commands to compile the package.
/usr/bin/make
make[1]: Entering directory '/build/reproducible-path/paps-0.6.8'
/usr/bin/make  all-recursive
make[2]: Entering directory '/build/reproducible-path/paps-0.6.8'
Making all in src
make[3]: Entering directory '/build/reproducible-path/paps-0.6.8/src'
x86_64-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I..  -I/usr/include/pango-1.0 
-I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include 
-I/usr/include/sysprof-6 -I/usr/include/harfbuzz -I/usr/include/freetype2 
-I/usr/include/libpng16 -I/usr/include/libmount -I/usr/include/blkid 
-I/usr/include/fribidi -I/usr/include/cairo -I/usr/include/pixman-1 -pthread    
-Wall  -g -O2 -MT paps-paps.o -MD -MP -MF .deps/paps-paps.Tpo -c -o paps-paps.o 
`test -f 'paps.c' || echo './'`paps.c
paps.c: In function ‘main’:
paps.c:336:3: warning: ‘g_type_init’ is deprecated [-Wdeprecated-declarations]
  336 |   g_type_init();
      |   ^~~~~~~~~~~
In file included from /usr/include/glib-2.0/gobject/gobject.h:26,
                 from /usr/include/glib-2.0/gobject/gbinding.h:31,
                 from /usr/include/glib-2.0/glib-object.h:24,
                 from /usr/include/pango-1.0/pango/pango-coverage.h:25,
                 from /usr/include/pango-1.0/pango/pango-font.h:25,
                 from /usr/include/pango-1.0/pango/pango-attributes.h:25,
                 from /usr/include/pango-1.0/pango/pango.h:25,
                 from paps.c:24:
/usr/include/glib-2.0/gobject/gtype.h:737:23: note: declared here
  737 | void                  g_type_init                    (void);
      |                       ^~~~~~~~~~~
paps.c:376:19: error: too many arguments to function ‘paps_get_pango_context’; 
expected 0, have 1
  376 |   pango_context = paps_get_pango_context (paps);
      |                   ^~~~~~~~~~~~~~~~~~~~~~  ~~~~
In file included from paps.c:26:
libpaps.h:68:15: note: declared here
   68 | PangoContext *paps_get_pango_context();
      |               ^~~~~~~~~~~~~~~~~~~~~~
In file included from /usr/include/glib-2.0/glib/giochannel.h:36,
                 from /usr/include/glib-2.0/glib.h:56,
                 from /usr/include/glib-2.0/gobject/gbinding.h:30:
paps.c: In function ‘read_file’:
/usr/include/glib-2.0/glib/gstring.h:76:5: warning: ignoring return value of 
‘g_string_free_and_steal’ declared with attribute ‘warn_unused_result’ 
[-Wunused-result]
   72 |   (__builtin_constant_p (free_segment) ?        \
      |   ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
   73 |     ((free_segment) ?                           \
      |     ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
   74 |       (g_string_free) ((str), (free_segment)) : \
      |       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
   75 |       g_string_free_and_steal (str))            \
      |       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
   76 |     :                                           \
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
   77 |     (g_string_free) ((str), (free_segment)))
      |     ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
paps.c:578:3: note: in expansion of macro ‘g_string_free’
  578 |   g_string_free (inbuf, FALSE);
      |   ^~~~~~~~~~~~~
make[3]: *** [Makefile:554: paps-paps.o] Error 1
make[3]: Leaving directory '/build/reproducible-path/paps-0.6.8/src'
make[2]: *** [Makefile:487: all-recursive] Error 1
make[2]: Leaving directory '/build/reproducible-path/paps-0.6.8'
make[1]: *** [Makefile:418: all] Error 2
make[1]: Leaving directory '/build/reproducible-path/paps-0.6.8'
make: *** [debian/rules:45: build-stamp] Error 2
dpkg-buildpackage: error: debian/rules binary subprocess returned exit status 2

--- End Message ---
--- Begin Message ---
Source: paps
Source-Version: 0.6.8-7.3
Done: Adrian Bunk <[email protected]>

We believe that the bug you reported is fixed in the latest version of
paps, which is due to be installed in the Debian FTP archive.

A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to [email protected],
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Adrian Bunk <[email protected]> (supplier of updated paps package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing [email protected])


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA512

Format: 1.8
Date: Wed, 22 Oct 2025 20:25:05 +0300
Source: paps
Architecture: source
Version: 0.6.8-7.3
Distribution: unstable
Urgency: medium
Maintainer: Lior Kaplan <[email protected]>
Changed-By: Adrian Bunk <[email protected]>
Closes: 1097544
Changes:
 paps (0.6.8-7.3) unstable; urgency=medium
 .
   * Non-maintainer upload.
   * Fix FTBFS with GCC 15. (Closes: #1097544)
Checksums-Sha1:
 e903e1a90e90355f9b9378759d1535fe7ef7e6ba 1890 paps_0.6.8-7.3.dsc
 639a826dab3f9979795e041f19c0dbe361b81f13 23672 paps_0.6.8-7.3.debian.tar.xz
Checksums-Sha256:
 a29f5ff116e30390fc132b1b48f75e8461aea520d548dfd661c6cee0ebed2a67 1890 
paps_0.6.8-7.3.dsc
 cb173fbc5cc9e83091d8cfd9b66f3333cb3caffdeff9548a4664550fd0ad2dc8 23672 
paps_0.6.8-7.3.debian.tar.xz
Files:
 78b03919d99dfd44dcde096ec6978e7c 1890 libs optional paps_0.6.8-7.3.dsc
 caee4b330f210e85a236afa5482f2118 23672 libs optional 
paps_0.6.8-7.3.debian.tar.xz

-----BEGIN PGP SIGNATURE-----

iQIzBAEBCgAdFiEEOvp1f6xuoR0v9F3wiNJCh6LYmLEFAmj5Pf4ACgkQiNJCh6LY
mLFWfQ/+L8lwFZhvNO7MvGmhSFwLgEpKRyD1dGeGh1wZSLsBTNUIHEdRXfrRoiQ7
FnLMWOmrn6Vd11CkraC4O2NnvFRHWgV6gyjIyIDxkCD2LQOKrpl1I9pLjsmOIo5T
/NgOmxhzSJ9eddHmIUQOJkcy94LYJexLW4CiphBn7llGVSqjz5ODpsU9wS91kTmw
B6mEHjRAC66lLUg/VvzMqDNeeu6Uo9Vlo1iDthoxdI6PqXw1pQCoacqrS7Dqzh3M
3E/ThjO1GBulQEpcGTmSBjaxcvz73waNmmRBlstvJReSl8D8zsArjRHxtxLI5sIz
fUC0JV6vnW4f2tPtlvMDl8FkpWKaf5h3gvDrLMgVfiTvHfNmlyfFPj4ZrlQzabif
v37bmFRwwXatUwx/KIFpIpUvw10j8KLUtjarPd2Og3m0MWrgb5yprS8uYvSp72KD
mJiU9tSjST3KB9R7UwMzE+0rOhhVwcvduZVXvijFxSQjVDjlX+WQnxoWbKL0GlAm
zEXisXGKvdmtZEDUVQ5Lp2DR+bGWWVDhBcmFA+h9Ft8QD6GLk1TKZQAi/+VSxpgi
H/o8cso+Q+jSmvzzjQzwoD6Qhm4OVlQD/+ZdnaWCYUdG6mM7yuOlvisBNLQwy3ky
Y5CwtLykE+UqPsLtUFk7/no4zPVtl9Wuq4dO/RLT7Hkkna4pwyE=
=c+9L
-----END PGP SIGNATURE-----

Attachment: pgp7lMh4w74Bq.pgp
Description: PGP signature


--- End Message ---

Reply via email to