From owner-freebsd-stable Tue Mar 12 8: 4:26 2002 Delivered-To: freebsd-stable@freebsd.org Received: from pan.ch.intel.com (chfdns01.ch.intel.com [143.182.246.24]) by hub.freebsd.org (Postfix) with ESMTP id 42A3437B63A for ; Tue, 12 Mar 2002 08:03:08 -0800 (PST) Received: from sedona.intel.com (sedona.ch.intel.com [143.182.218.21]) by pan.ch.intel.com (8.9.1a+p1/8.9.1/d: relay.m4,v 1.52 2002/03/01 19:20:46 root Exp $) with ESMTP id QAA06242; Tue, 12 Mar 2002 16:02:16 GMT Received: from chlx169.ch.intel.com (chlx169.ch.intel.com [143.182.225.37]) by sedona.intel.com (8.9.1a/8.9.1/d: sendmail.cf,v 1.14 2001/01/02 18:39:59 steved Exp root $) with ESMTP id JAA16694; Tue, 12 Mar 2002 09:02:23 -0700 (MST) X-Envelope-From: jreynold@sedona.ch.intel.com Received: (from jreynold@localhost) by chlx169.ch.intel.com (8.11.6/8.9.1/d: client.m4,v 1.3 1998/09/29 16:36:11 sedayao Exp sedayao $) id g2CG2FJ19811; Tue, 12 Mar 2002 09:02:15 -0700 X-Authentication-Warning: chlx169.ch.intel.com: jreynold set sender to jreynold@sedona.ch.intel.com using -f From: John Reynolds~ MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <15502.9863.457479.22761@chlx169.ch.intel.com> Date: Tue, 12 Mar 2002 09:02:15 -0700 To: stan Cc: FreeBSD Stable Mailing List , Josef Karthauser Subject: Re: libusb build problems In-Reply-To: <20020312150040.GA17311@teddy.fas.com> References: <20020311000505.GA30508@teddy.fas.com> <20020311002931.GA6193@genius.tao.org.uk> <20020312150040.GA17311@teddy.fas.com> X-Mailer: VM 7.01 under Emacs 20.7.1 Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG [ On Tuesday, March 12, stan wrote: ] > On Mon, Mar 11, 2002 at 12:29:31AM +0000, Josef Karthauser wrote: > > On Sun, Mar 10, 2002 at 07:05:06PM -0500, stan wrote: > > > I have been having problems building the libusb port for the last couple of > > > weeks. > > > > > > More and more of teh ports I use are becoming dependent on it. > > > > > > I'm enclosing a script of the build atempt. > > > > I've committed a fix to libusb that was posted to this list by > > John Reynolds a few weeks ago. It should be on your cvsup mirror in a > > few hours time. > > Sorry to say, this is still failing as of this mroning. I just cvsup'd and > tried to build the port. > > Here are the results: > it doesn't work for me either, however, I found the problem. There's a typo in the patch. The preproc boiler plate around the changes look like this: #if (__FreeBSD_version > 50000 && __FreeBSD_version < 500031) || \ (__FreeBSD_version < 450001) and should look like this: #if (__FreeBSD_version > 500000 && __FreeBSD_version < 500031) || \ (__FreeBSD_version < 450001) (notice 50000 -> 500000). Josef, can you make this change and get this committed? -Jr -- =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= |John Reynolds Sr. Component Design Engineer - ICG/EID/Si Engineering | |Intel Corporation MS: CH6-210 Phone: 480-554-9092 pgr: 602-868-6512 | |jreynold@sedona.ch.intel.com http://www-aec.ch.intel.com/~jreynold/ | =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message