From owner-freebsd-ports@FreeBSD.ORG Thu Jun 4 13:56:47 2009 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id EA2CF106570D for ; Thu, 4 Jun 2009 13:56:47 +0000 (UTC) (envelope-from eculp@encontacto.net) Received: from ns2.bafirst.com (72-12-2-19.static.networktel.net [72.12.2.19]) by mx1.freebsd.org (Postfix) with ESMTP id AB4288FC08 for ; Thu, 4 Jun 2009 13:56:47 +0000 (UTC) (envelope-from eculp@encontacto.net) Received: from casasponti.net ([201.155.7.3]) by ns2.bafirst.com with esmtp; Thu, 04 Jun 2009 08:56:45 -0500 id 000D518A.4A27D29E.0000DB24 Received: from HOME.encontacto.net ([189.190.6.116]) by casasponti.net with esmtp; Thu, 04 Jun 2009 08:56:44 -0500 id 00130C54.4A27D29C.00017A02 Received: from localhost (localhost [127.0.0.1]) (uid 80) by HOME.encontacto.net with local; Thu, 04 Jun 2009 08:56:43 -0500 id 0004AC23.4A27D29B.0000F8A2 Received: from local69.local.net.mx (local69.local.net.mx [192.168.1.69]) by econet.encontacto.net (Horde Framework) with HTTP; Thu, 04 Jun 2009 08:56:43 -0500 Message-ID: <20090604085643.84986tnl0s2rn38k@econet.encontacto.net> Date: Thu, 04 Jun 2009 08:56:43 -0500 From: eculp To: freebsd-ports MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; DelSp="Yes"; format="flowed" Content-Disposition: inline Content-Transfer-Encoding: quoted-printable User-Agent: Internet Messaging Program (IMP) H3 (5.0-cvs) X-Remote-Browser: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.9.0.10) Gecko/2009043009 Firefox/3.0.4, Ant.com Toolbar 1.3 X-IMP-Server: 189.190.6.116 X-Originating-IP: 192.168.1.69 X-Originating-User: eculp@encontacto.net Subject: multimedia/pwcbsd fails on up to date current. X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 04 Jun 2009 13:56:51 -0000 I can't compile multimedia/pwcbsd on my laptop running current with =20 ports, kernel, userland up to date. It finishes with: pwc.c:155: warning: passing argument 3 of 'usb2_lookup_id_by_uaa' from =20 incompatible pointer type pwc.c: In function 'pwc_attach': pwc.c:173: error: dereferencing pointer to incomplete type pwc.c:174: error: dereferencing pointer to incomplete type pwc.c:175: error: dereferencing pointer to incomplete type pwc.c:180: error: dereferencing pointer to incomplete type pwc.c:181: error: dereferencing pointer to incomplete type pwc.c:184: error: dereferencing pointer to incomplete type pwc.c: In function 'pwc_detach': pwc.c:296: warning: passing argument 1 of 'usb2_transfer_unsetup' from =20 incompatible pointer type pwc.c: In function 'pwc_close': pwc.c:460: warning: passing argument 1 of =20 'usb2_set_alt_interface_index' from incompatible pointer type pwc.c: In function 'pwc_try_video_mode': pwc.c:600: warning: passing argument 1 of 'usb2_transfer_unsetup' from =20 incompatible pointer type pwc.c:618: warning: passing argument 1 of =20 'usb2_set_alt_interface_index' from incompatible pointer type pwc.c:626: warning: passing argument 1 of 'usb2_transfer_setup' from =20 incompatible pointer type pwc.c:626: warning: passing argument 3 of 'usb2_transfer_setup' from =20 incompatible pointer type pwc.c:632: warning: passing argument 1 of 'usb2_transfer_start' from =20 incompatible pointer type pwc.c: In function 'pwc_isoc_rx_callback': pwc.c:680: error: dereferencing pointer to incomplete type pwc.c:682: error: dereferencing pointer to incomplete type pwc.c:688: error: dereferencing pointer to incomplete type pwc.c:689: error: dereferencing pointer to incomplete type pwc.c:689: error: dereferencing pointer to incomplete type pwc.c:691: error: dereferencing pointer to incomplete type pwc.c:691: error: dereferencing pointer to incomplete type pwc.c:692: warning: passing argument 1 of 'usb2_start_hardware' from =20 incompatible pointer type pwc.c:695: error: dereferencing pointer to incomplete type pwc.c: In function 'pwc_isoc_handler': pwc.c:710: error: dereferencing pointer to incomplete type pwc.c:729: error: dereferencing pointer to incomplete type pwc.c:730: error: dereferencing pointer to incomplete type pwc.c:743: error: dereferencing pointer to incomplete type pwc.c: In function 'pwc_free_buffers': pwc.c:953: warning: passing argument 1 of 'usb2_transfer_unsetup' from =20 incompatible pointer type *** Error code 1 Stop in /usr/ports/multimedia/pwcbsd/work/pwcbsd. *** Error code 1 This is probably related to the usb changes hopefully related to =20 getting my junky Crystal Eye Webcam working ;) thanks, ed