Source: xwiimote
Version: 2-4.1
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=xwiimote&arch=armhf&ver=2-4.1&stamp=1709538546&raw=0

libtool: compile:  gcc -DHAVE_CONFIG_H -I. -include ./config.h -I ./lib 
"-DXWII__EXPORT=__attribute__((visibility(\"default\")))" -D_LARGEFILE_SOURCE 
-D_FILE_OFFSET_BITS=64 -D_TIME_BITS=64 -Wdate-time -D_FORTIFY_SOURCE=2 -Wall 
-pipe -fno-common -ffast-math -fdiagnostics-show-option -fno-strict-aliasing 
-fvisibility=hidden -ffunction-sections -fdata-sections -fstack-protector -O2 
-g -O2 -Werror=implicit-function-declaration 
-ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong 
-fstack-clash-protection -Wformat -Werror=format-security -c lib/core.c  -fPIC 
-DPIC -o lib/.libs/libxwiimote_la-core.o
/bin/bash ./libtool  --tag=CC   --mode=link gcc -Wall -pipe -fno-common 
-ffast-math -fdiagnostics-show-option -fno-strict-aliasing -fvisibility=hidden 
-ffunction-sections -fdata-sections -fstack-protector  -O2 -g -O2 
-Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. 
-fstack-protector-strong -fstack-clash-protection -Wformat 
-Werror=format-security -Wall -Wl,--as-needed -Wl,--gc-sections -Wl,-z,relro 
-Wl,-z,now -Wl,-z,relro -Wl,-z,now -Wl,--no-undefined -Wl,--as-needed -o 
xwiidump tools/xwiidump-xwiidump.o  
lib/core.c: In function ‘read_core’:
lib/core.c:815:33: error: ‘struct input_event’ has no member named ‘time’
  815 |         memcpy(&ev->time, &input.time, sizeof(struct timeval));
      |                                 ^
lib/core.c: In function ‘read_accel’:
lib/core.c:845:41: error: ‘struct input_event’ has no member named ‘time’
  845 |                 memcpy(&ev->time, &input.time, sizeof(struct timeval));
      |                                         ^
lib/core.c: In function ‘read_ir’:
lib/core.c:887:41: error: ‘struct input_event’ has no member named ‘time’
  887 |                 memcpy(&ev->time, &input.time, sizeof(struct timeval));
      |                                         ^
lib/core.c: In function ‘read_mp’:
lib/core.c:939:41: error: ‘struct input_event’ has no member named ‘time’
  939 |                 memcpy(&ev->time, &input.time, sizeof(struct timeval));
      |                                         ^
lib/core.c: In function ‘read_bboard’:
lib/core.c:991:41: error: ‘struct input_event’ has no member named ‘time’
  991 |                 memcpy(&ev->time, &input.time, sizeof(struct timeval));
      |                                         ^
lib/core.c: In function ‘read_pro’:
lib/core.c:1120:41: error: ‘struct input_event’ has no member named ‘time’
 1120 |                 memcpy(&ev->time, &input.time, sizeof(struct timeval));
      |                                         ^
lib/core.c:1136:41: error: ‘struct input_event’ has no member named ‘time’
 1136 |                 memcpy(&ev->time, &input.time, sizeof(struct timeval));
      |                                         ^

Cheers
-- 
Sebastian Ramacher

Reply via email to