[Bug 2061591] Re: FTBFS: error: ‘const struct input_event’ has no member named ‘time’

2024-04-17 Thread Bug Watch Updater
** Changed in: xf86-input-multitouch (Debian) Status: New => Fix Released -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/2061591 Title: FTBFS: error: ‘const struct input_event’ has no member n

[Bug 2061591] Re: FTBFS: error: ‘const struct input_event’ has no member named ‘time’

2024-04-17 Thread Launchpad Bug Tracker
This bug was fixed in the package xf86-input-multitouch - 1.0~rc3-2.1 --- xf86-input-multitouch (1.0~rc3-2.1) unstable; urgency=medium * Non-maintainer upload [ Gianfranco Costamagna ] * Drop libmtdev1 runtime dependency [ Benjamin Drung ] * debian/rules: Pass CPPFLAGS and

[Bug 2061591] Re: FTBFS: error: ‘const struct input_event’ has no member named ‘time’

2024-04-15 Thread Benjamin Drung
** Changed in: xf86-input-multitouch (Ubuntu) Status: New => Fix Committed -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/2061591 Title: FTBFS: error: ‘const struct input_event’ has no member

[Bug 2061591] Re: FTBFS: error: ‘const struct input_event’ has no member named ‘time’

2024-04-15 Thread Bug Watch Updater
** Changed in: xf86-input-multitouch (Debian) Importance: Undecided => Unknown -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/2061591 Title: FTBFS: error: ‘const struct input_event’ has no member

[Bug 2061591] Re: FTBFS: error: ‘const struct input_event’ has no member named ‘time’

2024-04-15 Thread Benjamin Drung
I fixed passing CPPFLAGS to the Makefile (dh_auto_build -- OPTS="$(CPPFLAGS) $(CFLAGS)"), but it is still failing: ``` make[1]: Entering directory '<>' dh_auto_build -- OPTS="-D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_TIME_BITS=64 -Wdate-time -D_FORTIFY_SOURCE=3 -g -O2 -Werror=implicit-functi

[Bug 2061591] Re: FTBFS: error: ‘const struct input_event’ has no member named ‘time’

2024-04-15 Thread Benjamin Drung
/usr/include/linux/input.h says: ``` /* * The event structure itself * Note that __USE_TIME_BITS64 is defined by libc based on * application's request to use 64 bit time_t. */ struct input_event { #if (__BITS_PER_LONG != 32 || !defined(__USE_TIME_BITS64)) && !defined(__KERNEL__) stru