Your message dated Sat, 06 Jul 2024 21:34:06 +0000
with message-id <[email protected]>
and subject line Bug#1075038: fixed in grace 1:5.1.25-15
has caused the Debian Bug report #1075038,
regarding grace: ftbfs with GCC-14
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.)


-- 
1075038: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1075038
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: src:grace
Version: 1:5.1.25-14
Severity: important
Tags: sid trixie
User: [email protected]
Usertags: ftbfs-gcc-14

[This bug is 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-14/g++-14, but succeeds to build with gcc-13/g++-13. The
severity of this report will be raised before the trixie release.

The full build log can be found at:
http://qa-logs.debian.net/2024/07/01/grace_5.1.25-14_unstable_gccexp.log
The last lines of the build log are at the end of this report.

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

  apt-get -t=experimental install g++ 

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-14/porting_to.html

[...]
      |      ^~~~~~~~~~~~~~~
regions.h:48:49: error: type of ‘y2’ defaults to ‘int’ [-Wimplicit-int]
   48 | #define   ChangeDirection(type,R,x,y,dy,x2,y2)  
t1_ChangeDirection(type,R,x,y,dy,x2,y2)
      |                                                 ^~~~~~~~~~~~~~~~~~
regions.c:602:6: note: in expansion of macro ‘ChangeDirection’
  602 | void ChangeDirection(type, R, x, y, dy, x2, y2)
      |      ^~~~~~~~~~~~~~~
gcc -g -O2 -Werror=implicit-function-declaration 
-ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong 
-fstack-clash-protection -Wformat -Werror=format-security -fcf-protection 
-I../.. -Wdate-time -D_FORTIFY_SOURCE=2 -DGLOBAL_CONFIG_DIR="\".\"" 
-DT1_AA_TYPE16=short -DT1_AA_TYPE32=int -Wdate-time -D_FORTIFY_SOURCE=2  -c -o 
regions.o regions.c
make[3]: *** [<builtin>: regions.o] Error 1
make[3]: Leaving directory '/<<PKGBUILDDIR>>/T1lib/type1'
make[2]: *** [Makefile:96: type1/lines.o] Error 2
In file included from regions.c:50:
regions.c: In function ‘t1_ChangeDirection’:
regions.h:48:49: error: type of ‘x2’ defaults to ‘int’ [-Wimplicit-int]
   48 | #define   ChangeDirection(type,R,x,y,dy,x2,y2)  
t1_ChangeDirection(type,R,x,y,dy,x2,y2)
      |                                                 ^~~~~~~~~~~~~~~~~~
regions.c:602:6: note: in expansion of macro ‘ChangeDirection’
  602 | void ChangeDirection(type, R, x, y, dy, x2, y2)
      |      ^~~~~~~~~~~~~~~
regions.h:48:49: error: type of ‘y2’ defaults to ‘int’ [-Wimplicit-int]
   48 | #define   ChangeDirection(type,R,x,y,dy,x2,y2)  
t1_ChangeDirection(type,R,x,y,dy,x2,y2)
      |                                                 ^~~~~~~~~~~~~~~~~~
regions.c:602:6: note: in expansion of macro ‘ChangeDirection’
  602 | void ChangeDirection(type, R, x, y, dy, x2, y2)
      |      ^~~~~~~~~~~~~~~
make[3]: *** [<builtin>: regions.o] Error 1
make[3]: Leaving directory '/<<PKGBUILDDIR>>/T1lib/type1'
make[2]: *** [Makefile:96: type1/arith.o] Error 2
gcc -g -O2 -Werror=implicit-function-declaration 
-ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong 
-fstack-clash-protection -Wformat -Werror=format-security -fcf-protection 
-I../.. -Wdate-time -D_FORTIFY_SOURCE=2 -DGLOBAL_CONFIG_DIR="\".\"" 
-DT1_AA_TYPE16=short -DT1_AA_TYPE32=int -Wdate-time -D_FORTIFY_SOURCE=2  -c -o 
regions.o regions.c
gcc -g -O2 -Werror=implicit-function-declaration 
-ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong 
-fstack-clash-protection -Wformat -Werror=format-security -fcf-protection 
-I../.. -Wdate-time -D_FORTIFY_SOURCE=2 -DGLOBAL_CONFIG_DIR="\".\"" 
-DT1_AA_TYPE16=short -DT1_AA_TYPE32=int -Wdate-time -D_FORTIFY_SOURCE=2  -c -o 
regions.o regions.c
In file included from regions.c:50:
regions.c: In function ‘t1_ChangeDirection’:
In file included from regions.c:50:
regions.c: In function ‘t1_ChangeDirection’:
regions.h:48:49: error: type of ‘x2’ defaults to ‘int’ [-Wimplicit-int]
   48 | #define   ChangeDirection(type,R,x,y,dy,x2,y2)  
t1_ChangeDirection(type,R,x,y,dy,x2,y2)
      |                                                 ^~~~~~~~~~~~~~~~~~
regions.c:602:6: note: in expansion of macro ‘ChangeDirection’
  602 | void ChangeDirection(type, R, x, y, dy, x2, y2)
      |      ^~~~~~~~~~~~~~~
regions.h:48:49: error: type of ‘y2’ defaults to ‘int’ [-Wimplicit-int]
   48 | #define   ChangeDirection(type,R,x,y,dy,x2,y2)  
t1_ChangeDirection(type,R,x,y,dy,x2,y2)
      |                                                 ^~~~~~~~~~~~~~~~~~
regions.c:602:6: note: in expansion of macro ‘ChangeDirection’
  602 | void ChangeDirection(type, R, x, y, dy, x2, y2)
      |      ^~~~~~~~~~~~~~~
regions.h:48:49: error: type of ‘x2’ defaults to ‘int’ [-Wimplicit-int]
   48 | #define   ChangeDirection(type,R,x,y,dy,x2,y2)  
t1_ChangeDirection(type,R,x,y,dy,x2,y2)
      |                                                 ^~~~~~~~~~~~~~~~~~
regions.c:602:6: note: in expansion of macro ‘ChangeDirection’
  602 | void ChangeDirection(type, R, x, y, dy, x2, y2)
      |      ^~~~~~~~~~~~~~~
regions.h:48:49: error: type of ‘y2’ defaults to ‘int’ [-Wimplicit-int]
   48 | #define   ChangeDirection(type,R,x,y,dy,x2,y2)  
t1_ChangeDirection(type,R,x,y,dy,x2,y2)
      |                                                 ^~~~~~~~~~~~~~~~~~
regions.c:602:6: note: in expansion of macro ‘ChangeDirection’
  602 | void ChangeDirection(type, R, x, y, dy, x2, y2)
      |      ^~~~~~~~~~~~~~~
make[3]: *** [<builtin>: regions.o] Error 1
make[3]: Leaving directory '/<<PKGBUILDDIR>>/T1lib/type1'
make[3]: *** [<builtin>: regions.o] Error 1
make[3]: Leaving directory '/<<PKGBUILDDIR>>/T1lib/type1'
make[2]: *** [Makefile:96: type1/fontfcn.o] Error 2
make[2]: *** [Makefile:96: type1/regions.o] Error 2
make[2]: Leaving directory '/<<PKGBUILDDIR>>/T1lib'
make[1]: *** [Makefile:10: subdirs] Error 1
make[1]: Leaving directory '/<<PKGBUILDDIR>>'
dh_auto_build: error: make -j8 returned exit code 2
make: *** [debian/rules:6: build] Error 25
dpkg-buildpackage: error: debian/rules build subprocess returned exit status 2

--- End Message ---
--- Begin Message ---
Source: grace
Source-Version: 1:5.1.25-15
Done: Nicholas Breen <[email protected]>

We believe that the bug you reported is fixed in the latest version of
grace, 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.
Nicholas Breen <[email protected]> (supplier of updated grace 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: Sat, 06 Jul 2024 12:38:02 -0700
Source: grace
Architecture: source
Version: 1:5.1.25-15
Distribution: unstable
Urgency: medium
Maintainer: Nicholas Breen <[email protected]>
Changed-By: Nicholas Breen <[email protected]>
Closes: 1075038
Changes:
 grace (1:5.1.25-15) unstable; urgency=medium
 .
   * d/patches/t1lib-general.diff: Update with a pair of explicit int
     declarations in type1/regions.c.  (Closes: #1075038)
   * Update Standards-Version to 4.7.0, no changes required.
Checksums-Sha1:
 1a82ca6ac28ed10c73922733e2902d38d40f0c55 2144 grace_5.1.25-15.dsc
 4b6553e9bfea012dba57837045214760341cef54 112280 grace_5.1.25-15.debian.tar.xz
 9fa4e7935474c6ddb42e370c0777a1d856c0c429 8987 grace_5.1.25-15_source.buildinfo
Checksums-Sha256:
 5395e6bd46be8f9fb4b0ce4b2b24487819c74780b984d17126763a29d36ad178 2144 
grace_5.1.25-15.dsc
 d79c21da409172a4c885b0352b8573bff6a25d4c4812f05e20e8f66bbc6d6f61 112280 
grace_5.1.25-15.debian.tar.xz
 897ba316abe63595fdb06aebb131396aefb2501a759bceaa68841a55f3f0bb34 8987 
grace_5.1.25-15_source.buildinfo
Files:
 b122d906e702bccbdfcfd54174bbeb5b 2144 math optional grace_5.1.25-15.dsc
 44134d9564c8db99bd4182ff523ef6ec 112280 math optional 
grace_5.1.25-15.debian.tar.xz
 9e548a4ce0a2370d118ad768f4a73a27 8987 math optional 
grace_5.1.25-15_source.buildinfo

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

iQJGBAEBCgAwFiEEhD5fph5gYziYdtLl7kr9aexlEI8FAmaJtFkSHG5icmVlbkBk
ZWJpYW4ub3JnAAoJEO5K/WnsZRCPaqIP/0IQGbPYwsFZrkPGx/Y91F2IZVHLMByn
15EVOBxyTlpIPfGQxQHEetpPa1Hi3xITJDC3oa1A7eiTIKduj4Pb7VqlkxszfZcj
weWQzv9RBevtJMNIVDFLULh5PjtF8kXdrlJPJtHHo8PdDuBUJb7e7n7LS5t1SBAm
p+4oqasTbimGpg9fkVLUFEXZfRE52APKVquhxONsh5QTAuQrDc8nP3AlZla+I8RB
1YxRyiZqZVoVugYSK7JkaN8Z+/hl5I+5dOflr/PDCe0+4jNCgEanyvU3YIG2X2Py
O194qqJvjZKbYMujFsCGGQCugvYYyOIBgXs/9owvQfqPsc3K6ghsyFiBNanAb8oE
Hx7SzvnIHEbpfYre2NZBdi2K0haBS/rnz/kuv5uctps0MAqaJDmxGYvoZ521GF2l
o0iLbq/XtwZSGiQc0+Wx6EAxDv6hR0gOk6fuYCvcnOWkBn5UH47naico5wUaQTSj
D2hJea7+NXEIIN6d20xodiceBfqVBngaaPVspVg818/d6DIKIBowj80WL6HgoPfQ
QDtn48qiRYb3/ejmMXKwWpGSUTkgUEQYrL0oXc6CjlkfPM+rzsumTubcDUnErpZ0
wS+caKkaJnVn3/9MxI4iTy93NfdF6T2lGYas0w1jP9bFhf3o/xzqBrul4kXW8htd
BR+o0acoI3hb
=5ygX
-----END PGP SIGNATURE-----

Attachment: pgpFEYkTpKGJp.pgp
Description: PGP signature


--- End Message ---

Reply via email to