[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#1114477: marked as done (cuneiform: FTBFS: /<<PKGBUILDDIR>>/cuneiform_src/Kern/rstr/src/fontprop.c:719:25: error: two or more data types in declaration specifiers)



Your message dated Wed, 10 Sep 2025 10:49:35 +0000
with message-id <E1uwION-005pU4-0z@fasolo.debian.org>
and subject line Bug#1114477: fixed in cuneiform 1.1.0+dfsg-13
has caused the Debian Bug report #1114477,
regarding cuneiform: FTBFS: /<<PKGBUILDDIR>>/cuneiform_src/Kern/rstr/src/fontprop.c:719:25: error: two or more data types in declaration specifiers
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 owner@bugs.debian.org
immediately.)


-- 
1114477: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1114477
Debian Bug Tracking System
Contact owner@bugs.debian.org with problems
--- Begin Message ---
Package: src:cuneiform
Version: 1.1.0+dfsg-12
Severity: serious
Tags: ftbfs forky sid

Dear maintainer:

During a rebuild of all packages in unstable, your package failed to build.

Below you will find how the build ends (probably the most relevant part,
but not necessarily). If required, the full build log is available here:

https://people.debian.org/~sanvila/build-logs/202509/

About the archive rebuild: The build was made on virtual machines from AWS,
using sbuild and a reduced chroot with only build-essential packages.

If you could not reproduce the bug please contact me privately, as I
am willing to provide ssh access to a virtual machine where the bug is
fully reproducible.

If this is really a bug in one of the build-depends, please use
reassign and add an affects on src:cuneiform, so that this is still
visible in the BTS web page for this package.

Thanks.

--------------------------------------------------------------------------------
[...]
[ 75%] Building C object cuneiform_src/Kern/rstr/CMakeFiles/rstr.dir/src/erection.c.o
cd /<<PKGBUILDDIR>>/obj/cuneiform_src/Kern/rstr && /usr/bin/ [too-long-redacted] rm_src/Kern/rstr/src/erection.c
[ 75%] Building C object cuneiform_src/Kern/rstr/CMakeFiles/rstr.dir/src/findiff.c.o
cd /<<PKGBUILDDIR>>/obj/cuneiform_src/Kern/rstr && /usr/bin/ [too-long-redacted] orm_src/Kern/rstr/src/findiff.c
[ 76%] Building C object cuneiform_src/Kern/rstr/CMakeFiles/rstr.dir/src/fontprop.c.o
cd /<<PKGBUILDDIR>>/obj/cuneiform_src/Kern/rstr && /usr/bin/ [too-long-redacted] rm_src/Kern/rstr/src/fontprop.c
/<<PKGBUILDDIR>>/cuneiform_src/Kern/rstr/src/fontprop.c: In function â??font_strâ??:
/<<PKGBUILDDIR>>/cuneiform_src/Kern/rstr/src/fontprop.c:719:25: error: two or more data types in declaration specifiers
  719 |                 int16_t bool,n;
      |                         ^~~~
/<<PKGBUILDDIR>>/cuneiform_src/Kern/rstr/src/fontprop.c:719:29: error: expected identifier or â??(â?? before â??,â?? token
  719 |                 int16_t bool,n;
      |                             ^
/<<PKGBUILDDIR>>/cuneiform_src/Kern/rstr/src/fontprop.c:833:50: error: two or more data types in declaration specifiers
  833 |                                         int16_t  bool=0;
      |                                                  ^~~~
/<<PKGBUILDDIR>>/cuneiform_src/Kern/rstr/src/fontprop.c:833:54: error: expected identifier or â??(â?? before â??=â?? token
  833 |                                         int16_t  bool=0;
      |                                                      ^
/<<PKGBUILDDIR>>/cuneiform_src/Kern/rstr/src/fontprop.c:844:65: error: expected expression before â??boolâ??
  844 |                                                                 bool = 1;
      |                                                                 ^~~~
/<<PKGBUILDDIR>>/cuneiform_src/Kern/rstr/src/fontprop.c:850:65: error: expected expression before â??boolâ??
  850 |                                                                 bool++;
      |                                                                 ^~~~
/<<PKGBUILDDIR>>/cuneiform_src/Kern/rstr/src/fontprop.c:853:50: error: expected identifier or â??(â?? before â??==â?? token
  853 |                                         if( bool == n )
      |                                                  ^~
/<<PKGBUILDDIR>>/cuneiform_src/Kern/rstr/src/fontprop.c:853:45: error: declaration in the controlling expression must have an initializer
  853 |                                         if( bool == n )
      |                                             ^~~~
/<<PKGBUILDDIR>>/cuneiform_src/Kern/rstr/src/fontprop.c:854:49: error: expected expression before â??boolâ??
  854 |                                                 bool = 1;
      |                                                 ^~~~
/<<PKGBUILDDIR>>/cuneiform_src/Kern/rstr/src/fontprop.c:856:49: error: expected expression before â??boolâ??
  856 |                                                 bool = 0;
      |                                                 ^~~~
/<<PKGBUILDDIR>>/cuneiform_src/Kern/rstr/src/fontprop.c:861:60: error: expected identifier before â??boolâ??
  861 |                                                 w_inc[nwi].bool = bool;
      |                                                            ^~~~
/<<PKGBUILDDIR>>/cuneiform_src/Kern/rstr/src/fontprop.c:864:59: error: â??struct word_incâ?? has no member named â??nâ??
  864 |                                                 w_inc[nwi].n = n;
      |                                                           ^
/<<PKGBUILDDIR>>/cuneiform_src/Kern/rstr/src/fontprop.c:951:26: error: expected identifier before â??boolâ??
  951 |                 w_inc[0].bool = 0;
      |                          ^~~~
/<<PKGBUILDDIR>>/cuneiform_src/Kern/rstr/src/fontprop.c:955:36: error: expected identifier before â??boolâ??
  955 |                         w_inc[nwi].bool = 0;
      |                                    ^~~~
/<<PKGBUILDDIR>>/cuneiform_src/Kern/rstr/src/fontprop.c:962:39: error: expected identifier before â??boolâ??
  962 |                         if( !w_inc[i].bool )
      |                                       ^~~~
/<<PKGBUILDDIR>>/cuneiform_src/Kern/rstr/src/fontprop.c:965:41: error: expected identifier before â??boolâ??
  965 |                         if( !w_inc[i-1].bool )
      |                                         ^~~~
/<<PKGBUILDDIR>>/cuneiform_src/Kern/rstr/src/fontprop.c:970:41: error: expected identifier before â??boolâ??
  970 |                         if( !w_inc[i+1].bool )
      |                                         ^~~~
/<<PKGBUILDDIR>>/cuneiform_src/Kern/rstr/src/fontprop.c:978:42: error: expected identifier before â??boolâ??
  978 |                                 w_inc[i].bool = 0;
      |                                          ^~~~
make[3]: *** [cuneiform_src/Kern/rstr/CMakeFiles/rstr.dir/build.make:628: cuneiform_src/Kern/rstr/CMakeFiles/rstr.dir/src/fontprop.c.o] Error 1
make[3]: *** Waiting for unfinished jobs....
make[3]: Leaving directory '/<<PKGBUILDDIR>>/obj'
make[2]: *** [CMakeFiles/Makefile2:1333: cuneiform_src/Kern/rstr/CMakeFiles/rstr.dir/all] Error 2
make[2]: Leaving directory '/<<PKGBUILDDIR>>/obj'
make[1]: *** [Makefile:139: all] Error 2
make[1]: Leaving directory '/<<PKGBUILDDIR>>/obj'
dh_auto_build: error: cd obj && make -j2 "INSTALL=install --strip-program=true" VERBOSE=1 returned exit code 2
make: *** [debian/rules:39: binary] Error 25
dpkg-buildpackage: error: debian/rules binary subprocess returned exit status 2
--------------------------------------------------------------------------------

--- End Message ---
--- Begin Message ---
Source: cuneiform
Source-Version: 1.1.0+dfsg-13
Done: Andreas Beckmann <anbe@debian.org>

We believe that the bug you reported is fixed in the latest version of
cuneiform, 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 1114477@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Andreas Beckmann <anbe@debian.org> (supplier of updated cuneiform 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 ftpmaster@ftp-master.debian.org)


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA256

Format: 1.8
Date: Wed, 10 Sep 2025 12:29:41 +0200
Source: cuneiform
Architecture: source
Version: 1.1.0+dfsg-13
Distribution: unstable
Urgency: medium
Maintainer: Debian QA Group <packages@qa.debian.org>
Changed-By: Andreas Beckmann <anbe@debian.org>
Closes: 1114477
Changes:
 cuneiform (1.1.0+dfsg-13) unstable; urgency=medium
 .
   * QA upload.
   * Fix FTBFS with GCC 15.  (Closes: #1114477)
Checksums-Sha1:
 219da2a043059530e35fb7e6b2dfaf1042466dc6 2293 cuneiform_1.1.0+dfsg-13.dsc
 f347010f1ea23b90bb00c3e1c8de495f6da04d95 15496 cuneiform_1.1.0+dfsg-13.debian.tar.xz
 8292ae638b382ac778119abc565d30df7e7250d7 8684 cuneiform_1.1.0+dfsg-13_source.buildinfo
Checksums-Sha256:
 9fa7623c1a737a70b34171b51267588edea9b119fb6c093844bb27930cff679a 2293 cuneiform_1.1.0+dfsg-13.dsc
 687ab55b74675f263cf0e17405bab24d0907462636f8a1e4e2a734917bc3e4e0 15496 cuneiform_1.1.0+dfsg-13.debian.tar.xz
 969ccbe376461587ef8b20ec1061e7c9e2ff462a0972856eeacbefabd15894d0 8684 cuneiform_1.1.0+dfsg-13_source.buildinfo
Files:
 c0b68c87f48531a2b7af38985c4f8ee7 2293 non-free/graphics optional cuneiform_1.1.0+dfsg-13.dsc
 af74e46efe6ca5cb05fa09d5932bf765 15496 non-free/graphics optional cuneiform_1.1.0+dfsg-13.debian.tar.xz
 2fa1bcd8833f7e133a0dbfd700e70ed2 8684 non-free/graphics optional cuneiform_1.1.0+dfsg-13_source.buildinfo

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

iQJEBAEBCAAuFiEE6/MKMKjZxjvaRMaUX7M/k1np7QgFAmjBVDsQHGFuYmVAZGVi
aWFuLm9yZwAKCRBfsz+TWentCJEpD/wPJZScbvWAmChcQ8X+2ERsStQBZdDsMSbO
MgYTGBjnD5udSmU76EIBRZ1ud3pUaS0gY3+jfn7jM8medHkKxE61XAJuOwFkTkhX
jb31x9wVsIwUoCKZBSE2f67mHLcm8YswhfDaw/jvceSEIYu7ZGpo6p/+jBLa6H94
tD87kq6rTkz1WeZzN8qVOsjsfS8H7RhC+E5O+dxGPlNNQKEzWpoI1zrMI4GAEtj+
tYMzaTA9ctTNfnVFnTxjjOW2uQt2snwlsvqaHPYGQNUtOvtOTWrStktldqvsbVSX
7uc9FxMPTwt8bMDCFSjaQQVHJFega15P5CwgNj1sUIFVEgfOnmzHyNtYa85UGiM9
povN68gWYggBcylpN5w6JXldKybkPA5jdqyZ7hu/pTzd2hmI6Pe0JwdcAJdNnIy/
d6OdxL/krsttsK6maattAbi0dhvgRxkCLQB0Uq9lkwf/BsI9uD4gQXgI4rdhRLOL
AW8T9fuyvDVRLae71uQM5fOjP2tZHqP+BI93dtPDeWt3PSBcogc7k+HlHHWHdi7Q
m1GwrcEQHcw1VByMKXeCO3+72kXydEyZGzGxZ3sFmEushndTd52MSZ+DbAGa5zXT
M0v+oDbHUY93FRdx/gRzod+TfcgagntxafqcELDy3RhoSqb39gqjIxTouY/xMzJs
tv8BpQDu2A==
=sJmi
-----END PGP SIGNATURE-----

Attachment: pgp4rxqZDNKQr.pgp
Description: PGP signature


--- End Message ---

Reply to: