Your message dated Sun, 10 Jul 2016 19:29:01 +0200
with message-id <[email protected]>
and subject line Re: Bug#815265: kinect-audio-setup: FTBFS on kfreebsd:
implicit declaration of function 'libusb_set_auto_detach_kernel_driver'
has caused the Debian Bug report #815265,
regarding kinect-audio-setup: FTBFS on kfreebsd: implicit declaration of
function 'libusb_set_auto_detach_kernel_driver'
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.)
--
815265: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=815265
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Source: kinect-audio-setup
Version: 0.5-1
Severity: important
Hi,
kinect-audio-setup FTBFS on kfreebsd-i386, kfreebsd-amd64:
https://buildd.debian.org/status/fetch.php?pkg=kinect-audio-setup&arch=kfreebsd-amd64&ver=0.5-1&stamp=1452375002
https://buildd.debian.org/status/fetch.php?pkg=kinect-audio-setup&arch=kfreebsd-i386&ver=0.5-1&stamp=1452372701
cc -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -fno-common
-Wall -Wextra -Wformat=2 -Winit-self -Winline -Wpacked -Wp,-D_FORTIFY_SOURCE=2
-Wpointer-arith -Wlarger-than-65500 -Wmissing-declarations
-Wmissing-format-attribute -Wmissing-noreturn -Wmissing-prototypes
-Wnested-externs -Wold-style-definition -Wredundant-decls -Wsign-compare
-Wstrict-aliasing=2 -Wstrict-prototypes -Wswitch-enum -Wundef
-Wunreachable-code -Wwrite-strings -Wunsafe-loop-optimizations -Wdate-time
-D_FORTIFY_SOURCE=2 -c -o kinect_upload_fw.o kinect_upload_fw.c
kinect_upload_fw.c: In function 'main':
kinect_upload_fw.c:298:2: warning: implicit declaration of function
'libusb_set_auto_detach_kernel_driver' [-Wimplicit-function-declaration]
libusb_set_auto_detach_kernel_driver(dev, 1);
^
kinect_upload_fw.c:298:2: warning: nested extern declaration of
'libusb_set_auto_detach_kernel_driver' [-Wnested-externs]
cc -Wl,-z,relro kinect_upload_fw.o -lusb -o kinect_upload_fw
kinect_upload_fw.o: In function `main':
/«PKGBUILDDIR»/kinect_upload_fw/kinect_upload_fw.c:298: undefined reference to
`libusb_set_auto_detach_kernel_driver'
collect2: error: ld returned 1 exit status
<builtin>: recipe for target 'kinect_upload_fw' failed
make[2]: *** [kinect_upload_fw] Error 1
Andreas
--- End Message ---
--- Begin Message ---
That got fixed with a stub implementation of the missing symbol in
freebsd-libs.
Andreas
--- End Message ---