Your message dated Fri, 11 Apr 2025 11:06:32 +0000
with message-id <e1u3cdq-003dcd...@fasolo.debian.org>
and subject line Bug#1075678: fixed in xserver-xorg-input-aiptek 1:1.4.1-5
has caused the Debian Bug report #1075678,
regarding xserver-xorg-input-aiptek: 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.)
--
1075678: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1075678
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: src:xserver-xorg-input-aiptek
Version: 1:1.4.1-4
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/xserver-xorg-input-aiptek_1.4.1-4_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
[...]
../../src/xf86Aiptek.c:142:21: warning: initialization discards ‘const’
qualifier from pointer target type [-Wdiscarded-qualifiers]
142 | "FlowControl", "Xoff",
| ^~~~~~
../../src/xf86Aiptek.c:154:5: error: initialization of ‘const char **’ from
incompatible pointer type ‘char **’ [-Wincompatible-pointer-types]
154 | default_options
| ^~~~~~~~~~~~~~~
../../src/xf86Aiptek.c:154:5: note: (near initialization for
‘AIPTEK.default_options’)
../../src/xf86Aiptek.c: In function ‘xf86AiptekOpenDevice’:
../../src/xf86Aiptek.c:1005:32: warning: variable ‘yFactor’ set but not used
[-Wunused-but-set-variable]
1005 | double xFactor, yFactor;
| ^~~~~~~
../../src/xf86Aiptek.c:1005:23: warning: variable ‘xFactor’ set but not used
[-Wunused-but-set-variable]
1005 | double xFactor, yFactor;
| ^~~~~~~
../../src/xf86Aiptek.c: In function ‘xf86AiptekAllocate’:
../../src/xf86Aiptek.c:1720:24: warning: assignment discards ‘const’ qualifier
from pointer target type [-Wdiscarded-qualifiers]
1720 | common->deviceName = ""; /* device file name */
| ^
../../src/xf86Aiptek.c: In function ‘xf86AiptekAllocateStylus’:
../../src/xf86Aiptek.h:82:29: warning: passing argument 2 of
‘xf86AiptekAllocate’ discards ‘const’ qualifier from pointer target type
[-Wdiscarded-qualifiers]
82 | #define XI_STYLUS "STYLUS" /* X device name for the stylus
*/
| ^~~~~~~~
../../src/xf86Aiptek.c:1742:36: note: in expansion of macro ‘XI_STYLUS’
1742 | rc = xf86AiptekAllocate(pInfo, XI_STYLUS, STYLUS_ID);
| ^~~~~~~~~
../../src/xf86Aiptek.c:1623:26: note: expected ‘char *’ but argument is of type
‘const char *’
1623 | char* name,
| ~~~~~~^~~~
../../src/xf86Aiptek.c: In function ‘xf86AiptekAllocateCursor’:
../../src/xf86Aiptek.h:83:29: warning: passing argument 2 of
‘xf86AiptekAllocate’ discards ‘const’ qualifier from pointer target type
[-Wdiscarded-qualifiers]
83 | #define XI_CURSOR "CURSOR" /* X device name for the cursor
*/
| ^~~~~~~~
../../src/xf86Aiptek.c:1756:36: note: in expansion of macro ‘XI_CURSOR’
1756 | rc = xf86AiptekAllocate(pInfo, XI_CURSOR, CURSOR_ID);
| ^~~~~~~~~
../../src/xf86Aiptek.c:1623:26: note: expected ‘char *’ but argument is of type
‘const char *’
1623 | char* name,
| ~~~~~~^~~~
../../src/xf86Aiptek.c: In function ‘xf86AiptekAllocateEraser’:
../../src/xf86Aiptek.h:84:29: warning: passing argument 2 of
‘xf86AiptekAllocate’ discards ‘const’ qualifier from pointer target type
[-Wdiscarded-qualifiers]
84 | #define XI_ERASER "ERASER" /* X device name for the eraser
*/
| ^~~~~~~~
../../src/xf86Aiptek.c:1770:36: note: in expansion of macro ‘XI_ERASER’
1770 | rc = xf86AiptekAllocate(pInfo, XI_ERASER, ABSOLUTE_FLAG|ERASER_ID);
| ^~~~~~~~~
../../src/xf86Aiptek.c:1623:26: note: expected ‘char *’ but argument is of type
‘const char *’
1623 | char* name,
| ~~~~~~^~~~
../../src/xf86Aiptek.c: In function ‘xf86AiptekInit’:
../../src/xf86Aiptek.c:1838:7: warning: assignment discards ‘const’ qualifier
from pointer target type [-Wdiscarded-qualifiers]
1838 | s = xf86FindOptionValue(pInfo->options, "Type");
| ^
../../src/xf86Aiptek.c:1867:24: warning: assignment discards ‘const’ qualifier
from pointer target type [-Wdiscarded-qualifiers]
1867 | common->deviceName = xf86FindOptionValue(pInfo->options, "Device");
| ^
../../src/xf86Aiptek.c:1942:7: warning: assignment discards ‘const’ qualifier
from pointer target type [-Wdiscarded-qualifiers]
1942 | s = xf86FindOptionValue(pInfo->options, "Pressure");
| ^
../../src/xf86Aiptek.c:1962:7: warning: assignment discards ‘const’ qualifier
from pointer target type [-Wdiscarded-qualifiers]
1962 | s = xf86FindOptionValue(pInfo->options, "Mode");
| ^
make[3]: *** [Makefile:468: xf86Aiptek.lo] Error 1
make[3]: Leaving directory '/<<PKGBUILDDIR>>/build/src'
make[2]: *** [Makefile:441: all-recursive] Error 1
make[2]: Leaving directory '/<<PKGBUILDDIR>>/build'
make[1]: *** [Makefile:373: all] Error 2
make[1]: Leaving directory '/<<PKGBUILDDIR>>/build'
dh_auto_build: error: cd build && make -j1 returned exit code 2
make: *** [debian/rules:20: build] Error 255
dpkg-buildpackage: error: debian/rules build subprocess returned exit status 2
--- End Message ---
--- Begin Message ---
Source: xserver-xorg-input-aiptek
Source-Version: 1:1.4.1-5
Done: Adrian Bunk <b...@debian.org>
We believe that the bug you reported is fixed in the latest version of
xserver-xorg-input-aiptek, 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.
Adrian Bunk <b...@debian.org> (supplier of updated xserver-xorg-input-aiptek
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, 11 Apr 2025 13:42:56 +0300
Source: xserver-xorg-input-aiptek
Architecture: source
Version: 1:1.4.1-5
Distribution: unstable
Urgency: medium
Maintainer: Adrian Bunk <b...@debian.org>
Changed-By: Adrian Bunk <b...@debian.org>
Closes: 1075678
Changes:
xserver-xorg-input-aiptek (1:1.4.1-5) unstable; urgency=medium
.
* Fix FTBFS with gcc 14. (Closes: #1075678)
Checksums-Sha1:
974f2e899dbe51d230dee307eb3095154b7d4875 1892
xserver-xorg-input-aiptek_1.4.1-5.dsc
9540b93fb2027f97ba6272d837bcaf5afa5c1aa1 5502
xserver-xorg-input-aiptek_1.4.1-5.diff.gz
Checksums-Sha256:
81c33ca5d45920fc0c391a3fed87bc1d724ecb03a1529d79f0d9b5ddbf33f643 1892
xserver-xorg-input-aiptek_1.4.1-5.dsc
12a35741809585aefd5cbbbd71f9c6d0b9defb88fd0f5b6e297999cd30f22a90 5502
xserver-xorg-input-aiptek_1.4.1-5.diff.gz
Files:
ae11e0045ef368008d3748f810800155 1892 x11 optional
xserver-xorg-input-aiptek_1.4.1-5.dsc
3594349a97f9f663008337a02c8373e5 5502 x11 optional
xserver-xorg-input-aiptek_1.4.1-5.diff.gz
-----BEGIN PGP SIGNATURE-----
iQIzBAEBCgAdFiEEOvp1f6xuoR0v9F3wiNJCh6LYmLEFAmf48pYACgkQiNJCh6LY
mLEVeA/6A0GYuhN3V9WQ0QAbKJaqLvai8n2f6AkmultWsRxEIijWmloNwI2pxwlL
4aoYOZVN1Mu1Gz4huQEFo4RfgtdIqzFyAJkccAO/AvDuP3vi8UyrHG9L2vjvPN9k
iTA9AyaKnfq5DGQvUDAgzolaE2OOC1k24S936zA80SRCHdwlnkUjpaLVifsJ91EI
6ehP44cyEsmp8C3ekNXtAa15+k2wNR3KLXyZBiUPRWvrImkQIzWkkBUrXH2bzYul
9yuJqYlPdSGs4c5JKF97plbTagW7aH8uKYXjF/9+g+CT8wVrhzqCEXqgpoSjou+2
GSMYxAI+0XhUsNkEI7jNeNz/ow+ICnLLNdfF5RA/1TzbTAK1BAltBMA0/DYR/cub
fBvkv7E0dP1QrLRn1kbNs//xgdeAHzd6pNN73Lxaniyje/DB7C8HbMTtc+WenlOX
rEKN1AoBcEnusIn75lXUPfY2PTdoeNzqvdPIFY5EA+m64rFhHmlOfUbCDPYgbAmn
DefSBWUJtrNmbg3zp4pu0eIKAidR7BWeTpSnzlS9TmSu7mHNTBdrKCD+iElmieid
7tp+1Iq1Mc0K1Wq31yNjslzeNt4u58P6GU7FnsiFdP7yfcOWizoRwaDSWtfd5z3A
7u6gUoidcMQr3QyzUzHlzbxMai+glhVgTddY9HRZvw2pVJZ/s+Y=
=dFic
-----END PGP SIGNATURE-----
pgpuD8EBiFp5z.pgp
Description: PGP signature
--- End Message ---