Your message dated Sat, 16 Mar 2024 11:06:46 +0000
with message-id <e1rlrse-004vfv...@fasolo.debian.org>
and subject line Bug#1066939: fixed in xboxdrv 0.8.8-4
has caused the Debian Bug report #1066939,
regarding xboxdrv: FTBFS on arm{el,hf}: src/linux_uinput.cpp:294:20: error: 
‘struct input_event’ has no member named ‘time’
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.)


-- 
1066939: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1066939
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: xboxdrv
Version: 0.8.8-3
Severity: serious
Tags: ftbfs
Justification: fails to build from source (but built successfully in the past)
X-Debbugs-Cc: sramac...@debian.org

https://buildd.debian.org/status/fetch.php?pkg=xboxdrv&arch=armhf&ver=0.8.8-3%2Bb1&stamp=1710520170&raw=0

g++ -o src/linux_uinput.o -c -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. 
-fstack-protector-strong -fstack-clash-protection -Wformat 
-Werror=format-security -g -O2 -Werror=implicit-function-declaration 
-ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong 
-fstack-clash-protection -Wformat -Werror=format-security 
-isystem/usr/include/dbus-1.0 
-isystem/usr/lib/arm-linux-gnueabihf/dbus-1.0/include 
-isystem/usr/include/glib-2.0 
-isystem/usr/lib/arm-linux-gnueabihf/glib-2.0/include -pthread 
-isystem/usr/include/libusb-1.0 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 
-D_TIME_BITS=64 -Wdate-time -D_FORTIFY_SOURCE=2 -g -O3 -Wall -ansi -pedantic 
-DPACKAGE_VERSION='"0.8.8"' -Isrc src/linux_uinput.cpp
cc1plus: warning: ‘-Werror=’ argument ‘-Werror=implicit-function-declaration’ 
is not valid for C++
In file included from /usr/include/boost/function/detail/requires_cxx11.hpp:9,
                 from /usr/include/boost/function/detail/prologue.hpp:12,
                 from /usr/include/boost/function.hpp:30,
                 from src/linux_uinput.hpp:22,
                 from src/linux_uinput.cpp:19:
/usr/include/boost/function/detail/requires_cxx11.hpp:18:1: note: ‘#pragma 
message: C++03 support was deprecated in Boost.Function 1.82 and will be 
removed in Boost.Function 1.84. Please open an issue in 
https://github.com/boostorg/function if you want it retained.’
   18 | BOOST_PRAGMA_MESSAGE("C++03 support was deprecated in Boost.Function 
1.82 and will be removed in Boost.Function 1.84. Please open an issue in 
https://github.com/boostorg/function if you want it retained.")
      | ^~~~~~~~~~~~~~~~~~~~
/usr/include/boost/bind/detail/requires_cxx11.hpp:18:1: note: ‘#pragma message: 
C++03 support was deprecated in Boost.Bind 1.82 and will be removed in 
Boost.Bind 1.84. Please open an issue in https://github.com/boostorg/bind if 
you want it retained.’
   18 | BOOST_PRAGMA_MESSAGE("C++03 support was deprecated in Boost.Bind 1.82 
and will be removed in Boost.Bind 1.84. Please open an issue in 
https://github.com/boostorg/bind if you want it retained.")
      | ^~~~~~~~~~~~~~~~~~~~
/usr/include/boost/smart_ptr/detail/requires_cxx11.hpp:19:1: note: ‘#pragma 
message: C++03 support was deprecated in Boost.SmartPtr 1.82 and will be 
removed in Boost.SmartPtr 1.84. Please open an issue in 
https://github.com/boostorg/smart_ptr if you want it retained.’
   19 | BOOST_PRAGMA_MESSAGE("C++03 support was deprecated in Boost.SmartPtr 
1.82 and will be removed in Boost.SmartPtr 1.84. Please open an issue in 
https://github.com/boostorg/smart_ptr if you want it retained.")
      | ^~~~~~~~~~~~~~~~~~~~
/usr/include/boost/lexical_cast.hpp:40:1: note: ‘#pragma message: C++03 support 
is deprecated in Boost.LexicalCast 1.82 and will be removed in 
Boost.LexicalCast 1.84.’
   40 | BOOST_PRAGMA_MESSAGE("C++03 support is deprecated in Boost.LexicalCast 
1.82 and will be removed in Boost.LexicalCast 1.84.")
      | ^~~~~~~~~~~~~~~~~~~~
src/linux_uinput.cpp: In member function ‘void LinuxUinput::send(uint16_t, 
uint16_t, int32_t)’:
src/linux_uinput.cpp:294:20: error: ‘struct input_event’ has no member named 
‘time’
  294 |   gettimeofday(&ev.time, NULL);
      |                    ^~~~
scons: *** [src/linux_uinput.o] Error 1
scons: building terminated because of errors.

Cheers
-- 
Sebastian Ramacher

--- End Message ---
--- Begin Message ---
Source: xboxdrv
Source-Version: 0.8.8-4
Done: Stephen Kitt <sk...@debian.org>

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

Debian distribution maintenance software
pp.
Stephen Kitt <sk...@debian.org> (supplier of updated xboxdrv 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: Sat, 16 Mar 2024 10:36:00 +0100
Source: xboxdrv
Architecture: source
Version: 0.8.8-4
Distribution: unstable
Urgency: medium
Maintainer: Debian Games Team <pkg-games-de...@lists.alioth.debian.org>
Changed-By: Stephen Kitt <sk...@debian.org>
Closes: 1066939
Changes:
 xboxdrv (0.8.8-4) unstable; urgency=medium
 .
   * Team upload.
   * Adjust to the new 64-bit input_event API. Closes: #1066939.
Checksums-Sha1:
 88d707e3aba5c02f8feaabcd1640359eab33e4a7 1987 xboxdrv_0.8.8-4.dsc
 14679bf3afb951fedba5848bfb22ebac4857911e 11224 xboxdrv_0.8.8-4.debian.tar.xz
 dd6ffd3af824a821acd145916efa6f3cd6eaa4ab 8478 xboxdrv_0.8.8-4_source.buildinfo
Checksums-Sha256:
 82ddb84d96184f6a6ebd982f5bdbe4c780aed40b3613204752fa3080b63dc03a 1987 
xboxdrv_0.8.8-4.dsc
 4745e889ba6ed361bddf36531109e292cbc43aacec35cac3637b0b182ce4486a 11224 
xboxdrv_0.8.8-4.debian.tar.xz
 62185c7936018379283a15a92c04c8aaf0999c3d6755860400863cb91d406c44 8478 
xboxdrv_0.8.8-4_source.buildinfo
Files:
 4ac8e6b956094c242917526d978d9136 1987 utils optional xboxdrv_0.8.8-4.dsc
 60e76d3980c6077037477a9c10318944 11224 utils optional 
xboxdrv_0.8.8-4.debian.tar.xz
 740da981967d759006c4ed17b666255f 8478 utils optional 
xboxdrv_0.8.8-4_source.buildinfo

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

iQIzBAEBCgAdFiEEnPVX/hPLkMoq7x0ggNMC9Yhtg5wFAmX1aCkACgkQgNMC9Yht
g5zmGw//Z23CfN/SyJaC/D40KRs0XZnycbrszBcvAVVOh1C3Yav403uzVBPN1+zY
w0th7oVbujqAOfmiheMtHwxxi46aZ30JydUYz5b3njcWBBld59VvBbg+tzhPqSda
zbMP1HDI2igd0tx5a1HrRU2Q76BNBeoOs9wnCE61sPnIYg5+Iz1NNz0QOoRRISxn
PX8ct+2Q7Y1GiuSMfiWFdGKHy7Afjwi4RxoUgpMq85seb2CIysrOPgHyFLzSA33n
Hvckxyr0RD92n0bc1t5SCY+LKqVjjmXnO8Y6C2Y/vWOnc2Ghdu4n9kUY+fcVcXPg
zL6igGlhF/2OOD6KXVJDBZODcc7DdxcolX6Pwioip36xl52zG1hOmV2RuLO82qn3
lxobRpIR2YR7ea6W20Q6zbOzZcDWVxijdVIQyIxcD9f0nWmdm/IantQC8qqaM7UK
EDsxSULLT+agWOH1xs8CpxZYAxnaAm9vz5XCSOdK/T/96yLpdfRJ8rTV+uyO4mFi
eQKApF65c9cf55sD62+r/PSXd/NyOavfV2+fibpPllYi1fJ3nkFUgG7tbsG5D6Nz
bhYKwODitcnulKgHNBg2edx1TJfXEQs3D0sWYR4VV3WMRYb5YofFkKY6evvP2gqt
WP8niE5uKGKMWkz07teQbcuxjBTk0OTo82gC6/RuOX6purJjFDg=
=de0k
-----END PGP SIGNATURE-----

Attachment: pgpTmhJqLPLbd.pgp
Description: PGP signature


--- End Message ---

Reply via email to