Current-Users archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: Automated report: NetBSD-current/i386 build failure



The NetBSD Test Fixture wrote:
>     --- xhci.o ---
>     cc1: all warnings being treated as errors
>     *** [xhci.o] Error code 1
>     nbmake[2]: stopped in /tmp/bracket/build/2017.01.19.16.05.00-i386/obj/sys/arch/i386/compile/INSTALL
>     --- kern-MONOLITHIC ---

Here's the actual error message, from higher up in the build log:

  --- xhci.o ---
  /tmp/bracket/build/2017.01.19.16.05.00-i386/src/sys/dev/usb/xhci.c: In function 'xhci_ecp':
  /tmp/bracket/build/2017.01.19.16.05.00-i386/src/sys/dev/usb/xhci.c:816:32: error: format '%lx' expects argument of type 'long unsigned int', but argument 3 has type 'bus_size_t {aka unsigned int}' [-Werror=format=]
     aprint_debug_dev(sc->sc_dev, "ECR %lx: %08x\n", ecp, ecr);

-- 
Andreas Gustafsson, gson%gson.org@localhost


Home | Main Index | Thread Index | Old Index