From owner-freebsd-ports@FreeBSD.ORG Wed Jan 13 13:52:02 2010 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 D4CA71065697 for ; Wed, 13 Jan 2010 13:52:02 +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 807578FC21 for ; Wed, 13 Jan 2010 13:52:02 +0000 (UTC) Received: from HOME.encontacto.net ([189.190.64.216]) by ns2.bafirst.com with esmtp; Wed, 13 Jan 2010 07:51:59 -0600 id 000D50BB.4B4DD000.000120E2 Received: from localhost (localhost [127.0.0.1]) (uid 80) by HOME.encontacto.net with local; Wed, 13 Jan 2010 07:51:58 -0600 id 0004AC1F.4B4DCFFE.000147BB Received: from econet.encontacto.net (econet.encontacto.net [189.190.64.216]) by econet.encontacto.net (Horde Framework) with HTTP; Wed, 13 Jan 2010 07:51:58 -0600 Message-ID: <20100113075158.11773k1pxlotqfwg@econet.encontacto.net> Date: Wed, 13 Jan 2010 07:51:58 -0600 From: eculp To: Lars Engels References: <201001101437.37269.hselasky@c2i.net> <201001121834.25338.hselasky@c2i.net> <20100112115926.10793ho94oqknf6s@econet.encontacto.net> <20100113122801.GH74444@e.0x20.net> In-Reply-To: <20100113122801.GH74444@e.0x20.net> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8; 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: Opera/9.80 (X11; FreeBSD 7.2-STABLE i386; U; en) Presto/2.2.15 Version/10.10 X-IMP-Server: 189.190.64.216 X-Originating-IP: 189.190.64.216 X-Originating-User: eculp@encontacto.net Cc: freebsd-ports@freebsd.org Subject: Re: Wanting to test video4bsd on todays cvsup and build but can't compile the pwcbsd port. 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: Wed, 13 Jan 2010 13:52:02 -0000 Quoting Lars Engels : > On Tue, Jan 12, 2010 at 11:59:26AM -0600, eculp wrote: >> I am running todays current complete with cvsup, build and install >> kernel and userland. >> >> # uname -a >> FreeBSD ed.local.net.mx 9.0-CURRENT FreeBSD 9.0-CURRENT #420: Tue Jan >> 12 07:13:52 CST 2010 >> root@ed.local.net.mx:/usr/obj/usr/src/sys/ENCONTACTO i386 >> >> When I try to build the pwcbsd port I get: >> >> # make >> =3D=3D=3D> Building for pwcbsd-1.4.1_6 >> make -f Makefile.kld all >> Warning: Object directory not changed from original >> /usr/ports/multimedia/pwcbsd/work/pwcbsd >> cc -O2 -pipe -fno-strict-aliasing -Werror -D_KERNEL -DKLD_MODULE >> -nostdinc -I. -I@ -I@/contrib/altq -finline-limit=3D8000 --param >> inline-unit-growth=3D100 --param large-function-growth=3D1000 -fno-common >> -mno-align-long-strings -mpreferred-stack-boundary=3D2 -mno-mmx >> -mno-3dnow -mno-sse -mno-sse2 -mno-sse3 -ffreestanding >> -fstack-protector -std=3Diso9899:1999 -fstack-protector -Wall >> -Wredundant-decls -Wnested-externs -Wstrict-prototypes >> -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -Wundef >> -Wno-pointer-sign -fformat-extensions -c pwc.c >> pwc.c:576: error: conflicting types for 'pwc_mmap' >> pwc.c:47: error: previous declaration of 'pwc_mmap' was here >> *** Error code 1 >> >> Stop in /usr/ports/multimedia/pwcbsd/work/pwcbsd. >> *** Error code 1 >> >> Stop in /usr/ports/multimedia/pwcbsd/work/pwcbsd. >> *** Error code 1 >> >> Stop in /usr/ports/multimedia/pwcbsd. >> >> >> Any help or suggestions appreciated. >> >> ed > > Did you enable this in OPTIONS? > Enable mmap support (MAY CRASH YOUR SYSTEM) > > > Thanks Lars, but no the only thing that I have enabled is "PROGRAMS =20 build the programs", in fact I have done make rmconfig and confirmed =20 multiple times. I had thought the same. It would seem that there is =20 yet another pwc_mmap conflict:( The ifdif at 577 would seem to be =20 causing the problem somehow but I don't understand it at all. Sorry. Thanks again Lars. ed