Your message dated Fri, 15 Nov 2024 22:09:26 +0000
with message-id <e1tc4vk-005zag...@fasolo.debian.org>
and subject line Bug#1075131: fixed in latexila 3.22.0-1.2
has caused the Debian Bug report #1075131,
regarding latexila: 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 ow...@bugs.debian.org
immediately.)
--
1075131: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1075131
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: src:latexila
Version: 3.22.0-1.1
Severity: important
Tags: sid trixie
User: debian-...@lists.debian.org
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/latexila_3.22.0-1.1_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
[...]
| ^~~~~~~~~
/usr/include/gtksourceview-3.0/gtksourceview/gtksourcefile.h:184:66: warning:
‘GTimeVal’ is deprecated: Use 'GDateTime' instead [-Wdeprecated-declarations]
184 |
GTimeVal modification_time);
|
^~~~~~~~
/usr/include/glib-2.0/glib/gtypes.h:580:8: note: declared here
580 | struct _GTimeVal
| ^~~~~~~~~
In file included from /usr/include/glib-2.0/glib/gstring.h:37,
from /usr/include/glib-2.0/glib/giochannel.h:36,
from /usr/include/glib-2.0/glib.h:56:
document_structure.c: In function ‘string_strip’:
document_structure.c:1809:21: warning: passing argument 1 of ‘g_strchug’
discards ‘const’ qualifier from pointer target type [-Wdiscarded-qualifiers]
1809 | g_strstrip (_tmp1_);
| ^~~~~~
/usr/include/glib-2.0/glib/gstrfuncs.h:248:56: note: in definition of macro
‘g_strstrip’
248 | #define g_strstrip( string ) g_strchomp (g_strchug (string))
| ^~~~~~
/usr/include/glib-2.0/glib/gstrfuncs.h:243:55: note: expected ‘gchar *’ {aka
‘char *’} but argument is of type ‘const gchar *’ {aka ‘const char *’}
243 | gchar* g_strchug (gchar *string);
| ~~~~~~~~~~~~~~^~~~~~
In file included from /usr/include/glib-2.0/glib/gthread.h:34,
from /usr/include/glib-2.0/glib/gasyncqueue.h:34,
from /usr/include/glib-2.0/glib.h:34:
document_structure.c: In function ‘document_structure_env_data_get_type’:
/usr/include/glib-2.0/glib/gatomic.h:131:5: warning: argument 2 of
‘__atomic_load’ discards ‘volatile’ qualifier [-Wdiscarded-qualifiers]
131 | __atomic_load (gapg_temp_atomic, &gapg_temp_newval,
__ATOMIC_SEQ_CST); \
| ^~~~~~~~~~~~~
/usr/include/glib-2.0/glib/gthread.h:272:7: note: in expansion of macro
‘g_atomic_pointer_get’
272 | (!g_atomic_pointer_get (location) && \
| ^~~~~~~~~~~~~~~~~~~~
document_structure.c:4053:13: note: in expansion of macro ‘g_once_init_enter’
4053 | if (g_once_init_enter
(&document_structure_env_data_type_id__volatile)) {
| ^~~~~~~~~~~~~~~~~
document_structure.c: In function ‘document_structure_class_init’:
document_structure.c:4064:9: warning: ‘g_type_class_add_private’ is deprecated
[-Wdeprecated-declarations]
4064 | g_type_class_add_private (klass, sizeof
(DocumentStructurePrivate));
| ^~~~~~~~~~~~~~~~~~~~~~~~
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 document_structure.c:24:
/usr/include/glib-2.0/gobject/gtype.h:1497:10: note: declared here
1497 | void g_type_class_add_private (gpointer
g_class,
| ^~~~~~~~~~~~~~~~~~~~~~~~
document_structure.c: In function ‘document_structure_instance_init’:
document_structure.c:4073:20: warning: Deprecated pre-processor symbol: replace
with "G_ADD_PRIVATE"
4073 | self->priv = DOCUMENT_STRUCTURE_GET_PRIVATE (self);
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
document_structure.c: In function ‘document_structure_get_type’:
/usr/include/glib-2.0/glib/gatomic.h:131:5: warning: argument 2 of
‘__atomic_load’ discards ‘volatile’ qualifier [-Wdiscarded-qualifiers]
131 | __atomic_load (gapg_temp_atomic, &gapg_temp_newval,
__ATOMIC_SEQ_CST); \
| ^~~~~~~~~~~~~
/usr/include/glib-2.0/glib/gthread.h:272:7: note: in expansion of macro
‘g_atomic_pointer_get’
272 | (!g_atomic_pointer_get (location) && \
| ^~~~~~~~~~~~~~~~~~~~
document_structure.c:4098:13: note: in expansion of macro ‘g_once_init_enter’
4098 | if (g_once_init_enter (&document_structure_type_id__volatile)) {
| ^~~~~~~~~~~~~~~~~
make[5]: Leaving directory '/<<PKGBUILDDIR>>/src'
make[4]: *** [Makefile:1509: all-recursive] Error 1
make[4]: Leaving directory '/<<PKGBUILDDIR>>/src'
make[3]: *** [Makefile:542: all] Error 2
make[3]: Leaving directory '/<<PKGBUILDDIR>>/src'
make[2]: *** [Makefile:553: all-recursive] Error 1
make[2]: Leaving directory '/<<PKGBUILDDIR>>'
make[1]: *** [Makefile:483: all] Error 2
make[1]: Leaving directory '/<<PKGBUILDDIR>>'
dh_auto_build: error: make -j8 returned exit code 2
make: *** [debian/rules:11: build] Error 255
dpkg-buildpackage: error: debian/rules build subprocess returned exit status 2
--- End Message ---
--- Begin Message ---
Source: latexila
Source-Version: 3.22.0-1.2
Done: Jeremy Bícha <jbi...@ubuntu.com>
We believe that the bug you reported is fixed in the latest version of
latexila, 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 1075...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.
Debian distribution maintenance software
pp.
Jeremy Bícha <jbi...@ubuntu.com> (supplier of updated latexila 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 ftpmas...@ftp-master.debian.org)
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA512
Format: 1.8
Date: Fri, 15 Nov 2024 16:28:46 -0500
Source: latexila
Built-For-Profiles: noudeb
Architecture: source
Version: 3.22.0-1.2
Distribution: unstable
Urgency: medium
Maintainer: Tanguy Ortolo <tanguy+deb...@ortolo.eu>
Changed-By: Jeremy Bícha <jbi...@ubuntu.com>
Closes: 1075131
Changes:
latexila (3.22.0-1.2) unstable; urgency=medium
.
* Non-maintainer upload
* Ignore GCC-14's incompatible pointer error.
This issue is fixed properly in the latest version of this app
which has been renamed to enter-tex. See #910573. (Closes: #1075131)
Checksums-Sha1:
264786701280df13c8180f50ad8e0b2e5e929be5 2123 latexila_3.22.0-1.2.dsc
548044733bbfdf03edfc7d2f0af1a84dfffcc2e4 6840 latexila_3.22.0-1.2.debian.tar.xz
6cc46b1c49b9a445519f7f3921fe279a0e4f1933 17171
latexila_3.22.0-1.2_source.buildinfo
Checksums-Sha256:
84a9aca46d51a984a00fa94e5dd403ce2586d8649e427645997729391e40171d 2123
latexila_3.22.0-1.2.dsc
56b580837fb3a9bf05a6f7e82464e92b7a58ae86b1ea8b424cf5abb83efd535c 6840
latexila_3.22.0-1.2.debian.tar.xz
9ec9ecbc264eb74fccf219c1d2aeb94b74f332084dbf5d0df02cb6485ccddcf8 17171
latexila_3.22.0-1.2_source.buildinfo
Files:
d71c7ffd9d2d4ffabe2adea34ac7b1b4 2123 tex optional latexila_3.22.0-1.2.dsc
b2918b3d2d73377a17e899608809599f 6840 tex optional
latexila_3.22.0-1.2.debian.tar.xz
20ccef6edf730ecc051de3a06b7d1d4c 17171 tex optional
latexila_3.22.0-1.2_source.buildinfo
-----BEGIN PGP SIGNATURE-----
iQIzBAEBCgAdFiEETQvhLw5HdtiqzpaW5mx3Wuv+bH0FAmc3vUMACgkQ5mx3Wuv+
bH1KNhAAttZzpNh74uih1mVPeUUvfRjeS9TkqYZAAnds1qGV86BnlEFYfMgjPK6J
2iOgpBrwxCO0fuDlhRgTaJ1I2kW6wsbXVLUx7Vp8KH/Ih6B7accDl09n4SVwD7ZO
genTOKZzQUkKgkoptBWMg0DTVFEtmxZVNS+nUJ+QSgayeETnH9Q47U/N9ikImGlB
mYP4k1AzYT0EA3NqQQKG/2AnxH2l3ZffObVx8X2xqtUI3RrN1O1aGFdncwMs3Gti
QSzFXW35IWyhupWovN9c5Gs1dYpczvbsTy00wdyc0AuY/vCmmiL6qCxe8Yr60Y9T
7/Gmt3ZibYqJgrQga7oLLr12Sh3JcRISuf4XPUJ3RrRfprqpa83cfgaChMIFCGDQ
OUgt+dvxlVlv8ZeW5WW6AELpu9JtTMMArnhSYBxzXLeE0wSD1s87cmwo70xzoWwS
osjIi61fT+ZDRyNVJSwcu3lnBhEnFSI2l4TduLgftu9DTP6QL8rnJ6m3SlVw6eDG
0UNNyjv1AW71c7yC6vhLNoWqRECeP4dVVZ3vyJH/lKqbIdBtNry/jlEdxQVk6W+J
qwcXkGSQy6dUVMKQ3p5WvBk2Q4EdL9JMOtOpkM+64aTZqrK6wr0woLw6Sc/NxDXq
4ejvFgWu25E+o3SwqZTkM+d/2Rm9NgeeN4jcOD/ykrEKT439IE8=
=YDmf
-----END PGP SIGNATURE-----
pgpFzNTgcCf0d.pgp
Description: PGP signature
--- End Message ---