Date: Tue, 12 Mar 2002 10:00:40 -0500 From: stan <stanb@awod.com> To: FreeBSD Stable Mailing List <freebsd-stable@freebsd.org> Cc: Josef Karthauser <joe@tao.org.uk> Subject: Re: libusb build problems Message-ID: <20020312150040.GA17311@teddy.fas.com> In-Reply-To: <20020311002931.GA6193@genius.tao.org.uk> References: <20020311000505.GA30508@teddy.fas.com> <20020311002931.GA6193@genius.tao.org.uk>
next in thread | previous in thread | raw e-mail | index | archive | help
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 coupl= e of > > weeks. > >=20 > > More and more of teh ports I use are becoming dependent on it. > >=20 > > I'm enclosing a script of the build atempt. >=20 > 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: Script started on Tue Mar 12 09:56:51 2002 black# make =3D=3D=3D> Building for libusb-0.1.5 make all-recursive Making all in . source=3D'bsd.c' object=3D'bsd.lo' libtool=3Dyes depfile=3D'.deps/bsd.Plo'= tmpdepfile=3D'.deps/bsd.TPlo' depmode=3Dgcc /bin/sh ./depcomp /bin/sh ./= libtool --mode=3Dcompile cc -DHAVE_CONFIG_H -I. -I. -I. -O -pipe -marc= h=3Dk6 -Wall -c -o bsd.lo `test -f bsd.c || echo './'`bsd.c rm -f .libs/bsd.lo cc -DHAVE_CONFIG_H -I. -I. -I. -O -pipe -march=3Dk6 -Wall -c bsd.c -Wp,-MD,= .deps/bsd.TPlo -fPIC -DPIC -o .libs/bsd.lo bsd.c: In function `usb_set_altinterface': bsd.c:156: structure has no member named `interface_index' bsd.c:157: structure has no member named `alt_no' bsd.c: In function `usb_control_msg': bsd.c:294: structure has no member named `request' bsd.c:295: structure has no member named `request' bsd.c:296: structure has no member named `request' bsd.c:296: structure has no member named `request' bsd.c:296: warning: left-hand operand of comma expression has no effect bsd.c:297: structure has no member named `request' bsd.c:297: structure has no member named `request' bsd.c:297: warning: left-hand operand of comma expression has no effect bsd.c:298: structure has no member named `request' bsd.c:298: structure has no member named `request' bsd.c:298: warning: left-hand operand of comma expression has no effect bsd.c:300: structure has no member named `data' bsd.c:301: structure has no member named `flags' bsd.c:324: structure has no member named `request' bsd.c:324: structure has no member named `request' bsd.c:328: warning: control reaches end of non-void function bsd.c: In function `usb_find_devices_on_bus': bsd.c:346: structure has no member named `addr' bsd.c:356: structure has no member named `devnames' bsd.c:365: structure has no member named `devnames' *** Error code 1 Stop in /usr/ports/devel/libusb/work/libusb-0.1.5. *** Error code 1 Stop in /usr/ports/devel/libusb/work/libusb-0.1.5. *** Error code 1 Stop in /usr/ports/devel/libusb/work/libusb-0.1.5. *** Error code 1 Stop in /usr/ports/devel/libusb. *** Error code 1 Stop in /usr/ports/devel/libusb. *** Error code 1 Stop in /usr/ports/devel/libusb. black# ^D=08=08exit Script done on Tue Mar 12 09:56:58 2002 Any sugestiosn? --=20 "They that would give up essential liberty for temporary safety deserve neither liberty nor safety." -- Benjamin Franklin 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?20020312150040.GA17311>