Your message dated Fri, 03 Jan 2025 19:31:55 +0000
with message-id <[email protected]>
and subject line Bug#1075318: fixed in notion 4.0.3+dfsg-1
has caused the Debian Bug report #1075318,
regarding notion: 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.)
--
1075318: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1075318
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: src:notion
Version: 4.0.2+dfsg-7
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/notion_4.0.2+dfsg-7_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
[...]
| ~~~~~~~~^~~
frame.c: In function ‘frame_set_numbers_extl’:
frame.c:799:32: error: passing argument 1 of ‘ioncore_grab_establish’ from
incompatible pointer type [-Wincompatible-pointer-types]
799 | ioncore_grab_establish(frame, numbers_grab_handler, NULL,
| ^~~~~
| |
| WFrame * {aka struct WFrame_struct *}
In file included from pointer.h:14,
from frame-pointer.h:13,
from frame.c:29:
grab.h:46:45: note: expected ‘WRegion *’ {aka ‘struct WRegion_struct *’} but
argument is of type ‘WFrame *’ {aka ‘struct WFrame_struct *’}
46 | extern void ioncore_grab_establish(WRegion *reg, GrabHandler *func,
| ~~~~~~~~~^~~
frame.c: In function ‘frame_managed_notify’:
frame.c:864:10: warning: variable ‘complete’ set but not used
[-Wunused-but-set-variable]
864 | bool complete;
| ^~~~~~~~
frame.c: At top level:
frame.c:1051:6: warning: cast between incompatible function types from ‘int
(*)(WWindow *, XButtonEvent *, WRegion **)’ {aka ‘int (*)(struct WWindow_struct
*, XButtonEvent *, struct WRegion_struct **)’} to ‘void (*)()’
[-Wcast-function-type]
1051 | {(DynFun*)window_press, (DynFun*)frame_press},
| ^
frame.c:1051:29: warning: cast between incompatible function types from ‘int
(*)(WFrame *, XButtonEvent *, WRegion **)’ {aka ‘int (*)(struct WFrame_struct
*, XButtonEvent *, struct WRegion_struct **)’} to ‘void (*)()’
[-Wcast-function-type]
1051 | {(DynFun*)window_press, (DynFun*)frame_press},
| ^
frame.c:1053:6: warning: cast between incompatible function types from ‘ExtlTab
(*)(WRegion *)’ {aka ‘int (*)(struct WRegion_struct *)’} to ‘void (*)()’
[-Wcast-function-type]
1053 | {(DynFun*)region_get_configuration,
| ^
frame.c:1054:6: warning: cast between incompatible function types from ‘ExtlTab
(*)(WFrame *)’ {aka ‘int (*)(struct WFrame_struct *)’} to ‘void (*)()’
[-Wcast-function-type]
1054 | (DynFun*)frame_get_configuration},
| ^
frame.c:1065:6: warning: cast between incompatible function types from ‘int
(*)(WRegion *, WWindow *, const WFitParams *)’ {aka ‘int (*)(struct
WRegion_struct *, struct WWindow_struct *, const struct WFitParams_struct *)’}
to ‘void (*)()’ [-Wcast-function-type]
1065 | {(DynFun*)region_fitrep,
| ^
frame.c:1066:6: warning: cast between incompatible function types from ‘int
(*)(WFrame *, WWindow *, const WFitParams *)’ {aka ‘int (*)(struct
WFrame_struct *, struct WWindow_struct *, const struct WFitParams_struct *)’}
to ‘void (*)()’ [-Wcast-function-type]
1066 | (DynFun*)frame_fitrep},
| ^
frame.c:1068:6: warning: cast between incompatible function types from ‘WRegion
* (*)(WRegion *, WRegion *)’ {aka ‘struct WRegion_struct * (*)(struct
WRegion_struct *, struct WRegion_struct *)’} to ‘void (*)()’
[-Wcast-function-type]
1068 | {(DynFun*)region_managed_disposeroot,
| ^
frame.c:1069:6: warning: cast between incompatible function types from ‘WRegion
* (*)(WFrame *, WRegion *)’ {aka ‘struct WRegion_struct * (*)(struct
WFrame_struct *, struct WRegion_struct *)’} to ‘void (*)()’
[-Wcast-function-type]
1069 | (DynFun*)frame_managed_disposeroot},
| ^
frame.c:1074:6: warning: cast between incompatible function types from ‘int
(*)(WMPlex *)’ {aka ‘int (*)(struct WMPlex_struct *)’} to ‘void (*)()’
[-Wcast-function-type]
1074 | {(DynFun*)mplex_default_index,
| ^
frame.c:1075:6: warning: cast between incompatible function types from ‘int
(*)(WFrame *)’ {aka ‘int (*)(struct WFrame_struct *)’} to ‘void (*)()’
[-Wcast-function-type]
1075 | (DynFun*)frame_default_index},
| ^
frame.c:1077:6: warning: cast between incompatible function types from
‘WPHolder * (*)(WRegion *, const WClientWin *, const WManageParams *, int)’
{aka ‘struct WPHolder_struct * (*)(struct WRegion_struct *, const struct
WClientWin_struct *, const struct WManageParams_struct *, int)’} to ‘void
(*)()’ [-Wcast-function-type]
1077 | {(DynFun*)region_prepare_manage_transient,
| ^
frame.c:1078:6: warning: cast between incompatible function types from
‘WPHolder * (*)(WFrame *, const WClientWin *, const WManageParams *, int)’ {aka
‘struct WPHolder_struct * (*)(struct WFrame_struct *, const struct
WClientWin_struct *, const struct WManageParams_struct *, int)’} to ‘void
(*)()’ [-Wcast-function-type]
1078 | (DynFun*)frame_prepare_manage_transient},
| ^
frame.c:1080:6: warning: cast between incompatible function types from ‘int
(*)(WRegion *, WRescueInfo *)’ {aka ‘int (*)(struct WRegion_struct *, struct
WRescueInfo_struct *)’} to ‘void (*)()’ [-Wcast-function-type]
1080 | {(DynFun*)region_rescue_clientwins,
| ^
frame.c:1081:6: warning: cast between incompatible function types from ‘int
(*)(WFrame *, WRescueInfo *)’ {aka ‘int (*)(struct WFrame_struct *, struct
WRescueInfo_struct *)’} to ‘void (*)()’ [-Wcast-function-type]
1081 | (DynFun*)frame_rescue_clientwins},
| ^
make[3]: *** [../build/rules.mk:86: frame.o] Error 1
make[3]: *** Waiting for unfinished jobs....
make[3]: Leaving directory '/<<PKGBUILDDIR>>/ioncore'
make[2]: *** [build/rules.mk:176: subdirs] Error 2
make[2]: Leaving directory '/<<PKGBUILDDIR>>'
dh_auto_build: error: make -j8 "INSTALL=install --strip-program=true" returned
exit code 2
make[1]: *** [debian/rules:16: override_dh_auto_build] Error 25
make[1]: Leaving directory '/<<PKGBUILDDIR>>'
make: *** [debian/rules:11: binary] Error 2
dpkg-buildpackage: error: fakeroot debian/rules binary subprocess returned exit
status 2
--- End Message ---
--- Begin Message ---
Source: notion
Source-Version: 4.0.3+dfsg-1
Done: Dima Kogan <[email protected]>
We believe that the bug you reported is fixed in the latest version of
notion, 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.
Dima Kogan <[email protected]> (supplier of updated notion 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: Fri, 03 Jan 2025 10:40:10 -0800
Source: notion
Architecture: source
Version: 4.0.3+dfsg-1
Distribution: unstable
Urgency: medium
Maintainer: Dima Kogan <[email protected]>
Changed-By: Dima Kogan <[email protected]>
Closes: 1075318
Changes:
notion (4.0.3+dfsg-1) unstable; urgency=medium
.
* New upstream release (Closes: #1075318)
Checksums-Sha1:
adb04bb4413fef6ed9c84b708469af84b2adfdb6 2034 notion_4.0.3+dfsg-1.dsc
6bf493ab4b431a971976252f3ee47703418dc08e 508992 notion_4.0.3+dfsg.orig.tar.xz
21f39556eebb9a97b40cfb98ab671cb7c8f40849 29740
notion_4.0.3+dfsg-1.debian.tar.xz
12c3f1ee9c0cbd16688b133016b0e549e426d95d 8613
notion_4.0.3+dfsg-1_source.buildinfo
Checksums-Sha256:
85c3e0e91167052c5e13fe46fc9bdd326a8c8d2cd45784ef3c943665ae96a6a9 2034
notion_4.0.3+dfsg-1.dsc
9918d1b8f798e177123a79a1f9d0f822858bab0b96ecdc467d30750f3e073831 508992
notion_4.0.3+dfsg.orig.tar.xz
371431a469c8636e9702db266d765ddbf8ab5074cf3f436012efe1bb18674d7c 29740
notion_4.0.3+dfsg-1.debian.tar.xz
049d2802d2e97ef9da77703f83f36c432645dd140cc8e69909618821c25a3482 8613
notion_4.0.3+dfsg-1_source.buildinfo
Files:
255c3df8a0cbf7721ac4ef8ad287b29c 2034 x11 optional notion_4.0.3+dfsg-1.dsc
2de9c59032ba9b1a7b84d2a958abb914 508992 x11 optional
notion_4.0.3+dfsg.orig.tar.xz
028fab95e823cae73f974bc40987e9a5 29740 x11 optional
notion_4.0.3+dfsg-1.debian.tar.xz
62cf1d3def70209d4e96f24b039fcbe5 8613 x11 optional
notion_4.0.3+dfsg-1_source.buildinfo
-----BEGIN PGP SIGNATURE-----
iQJGBAEBCgAwFiEEteL6GQ/fmv4hiInPrMfCzzCUEYgFAmd4MkMSHGRrb2dhbkBk
ZWJpYW4ub3JnAAoJEKzHws8wlBGIMRcQAIOWII7fM6dyr4NQ9ZtM4w90cNoo2Uz+
S2punQG+xeCgB7b2D+xgC5GEGKZ4Jcg+Cj5nmRr2m+PX4V3NX9PyAil2OeamJEK4
ijLqXq33AB7fCC0RmEPA0OFfZvKdjPpeRnmwVLcU4MyRS+LCYdY2B0ew+kcB/wiy
H9I2FakmVeac55SlUn1pXOmnHjN7gZK4scI6A1POX1v/3baNgEzOGLW3fYnmhb+W
Iml6hOtE5YDURS7o57CD4NXWXD4ReCWCvGzVutGH6Jm50kXTgwhWi4DFjibRy/iO
CDLcrOOlKqs/nVZlTEPaRGSKyT8aGK7sDVWqFVWjm7FfixxOoFL3plGJl/Su44QE
CXAbnn2rUxC8ILnTRm5sj4b5cAuqdTsbHaRg5tcwELBoBwZ1VEd8oUZQHyl6kDoM
dC1Y94s4OcRGvbdrjrfjVxL6+JjWygPG7o2zJMKupV1VIzsCByP9uH1nIoHuepGG
/9csU4RYjHkZ9PIRz9ZIvlnvv+HptkWSpbmf+dlGHqJZZ1Qj6u50xOqPiLsK6AUV
diKeiO7Y7h8d/PE98hI2a86GEa4bFXC+H4vO93ccd5M/wgJN+f5lrKwL/Y0of47Z
dbbSjzXLW4nUdgI+2XK08SG7q7RIljJQy0/a7cVKcP2c56+ecbbNTQIuqsyeBuox
D/Sfd7o3qRrH
=09ai
-----END PGP SIGNATURE-----
pgpl7YuA_3hMn.pgp
Description: PGP signature
--- End Message ---