From owner-freebsd-stable@FreeBSD.ORG Tue Apr 10 04:34:41 2012 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 7B019106566C for ; Tue, 10 Apr 2012 04:34:41 +0000 (UTC) (envelope-from crshd@mail.com) Received: from mailout-us.mail.com (mailout-us.mail.com [74.208.122.35]) by mx1.freebsd.org (Postfix) with SMTP id 1A7018FC0A for ; Tue, 10 Apr 2012 04:34:41 +0000 (UTC) Received: (qmail invoked by alias); 10 Apr 2012 04:34:32 -0000 Received: from unknown (EHLO localhost) [175.141.12.101] by mail.gmx.com (mp-us009) with SMTP; 10 Apr 2012 00:34:32 -0400 X-Authenticated: #114940683 X-Provags-ID: V01U2FsdGVkX19+3QUVFx5+neKPIfW2mqmRQa2Bzu9v3h+jmQxvC1 sKPhlL4eMUVxMl Date: Tue, 10 Apr 2012 12:34:28 +0800 From: Christian Brassat To: freebsd-stable@freebsd.org Message-ID: <20120410043428.GA37892@beastie> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.5.21 (2010-09-15) X-Y-GMX-Trusted: 0 Subject: Buildworld usbhidctl failure X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 10 Apr 2012 04:34:41 -0000 Hi, I've been trying to update my 9-RELEASE to STABLE. Buildworld keeps compiling for quite a while, but then fails with: > ===> usr.bin/usbhidctl (all) > clang -O2 -pipe -O2 -fno-strict-aliasing -pipe -march=core2 > -DNDEBUG -std=gnu99 -Wsystem-headers -Wall -Wno-format-y2k -W > -Wno-unused-parameter -Wstrict-prototypes -Wmissing-prototypes > -Wpointer-arith -Wreturn-type -Wcast-qual -Wwrite-strings -Wswitch > -Wshadow -Wunused-parameter -Wcast-align -Wchar-subscripts > -Winline -Wnested-externs -Wredundant-decls -Wold-style-definition > -Wno-pointer-sign -c /usr/src/usr.bin/usbhidctl/usbhid.c > clang -O2 -pipe -O2 -fno-strict-aliasing -pipe -march=core2 > -DNDEBUG -std=gnu99 -Wsystem-headers -Wall -Wno-format-y2k -W > -Wno-unused-parameter -Wstrict-prototypes -Wmissing-prototypes > -Wpointer-arith -Wreturn-type -Wcast-qual -Wwrite-strings -Wswitch > -Wshadow -Wunused-parameter -Wcast-align -Wchar-subscripts > -Winline -Wnested-externs -Wredundant-decls -Wold-style-definition > -Wno-pointer-sign -L/usr/lib -L/usr/local/lib -o usbhidctl usbhid.o > -lusbhid > clang: warning: argument unused during compilation: '-std=gnu99' > usbhid.o: In function `main': > /usr/src/usr.bin/usbhidctl/usbhid.c:(.text+0x8e6): undefined reference to `hid_set_report' > /usr/src/usr.bin/usbhidctl/usbhid.c:(.text+0x9f2): undefined reference to `hid_get_report' > /usr/src/usr.bin/usbhidctl/usbhid.c:(.text+0xb89): undefined reference to `hid_get_report' > clang: error: linker command failed with exit code 1 (use -v to see invocation) > *** Error code 1 > > Stop in /usr/src/usr.bin/usbhidctl. > *** Error code 1 > > Stop in /usr/src/usr.bin. > *** Error code 1 > > Stop in /usr/src. > *** Error code 1 > > Stop in /usr/src. > *** Error code 1 > > Stop in /usr/src. I'm not sure what else is needed for proper troubleshooting, so let me know if I need to provide additional information. Greetings, Christian -- I used to have a signature. But it was too embarassed to be seen with me.