Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 12 Mar 2002 09:02:15 -0700
From:      John Reynolds~ <jreynold@sedona.ch.intel.com>
To:        stan <stanb@awod.com>
Cc:        FreeBSD Stable Mailing List <freebsd-stable@FreeBSD.ORG>, Josef Karthauser <joe@tao.org.uk>
Subject:   Re: libusb build problems
Message-ID:  <15502.9863.457479.22761@chlx169.ch.intel.com>
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>

next in thread | previous in thread | raw e-mail | index | archive | help

[ 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




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?15502.9863.457479.22761>