From owner-freebsd-ports@FreeBSD.ORG Thu May 26 20:12:46 2005 Return-Path: X-Original-To: freebsd-ports@freebsd.org Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 49ABB16A41C; Thu, 26 May 2005 20:12:46 +0000 (GMT) (envelope-from FreeBSD@insightbb.com) Received: from sccimhc91.asp.att.net (sccimhc91.asp.att.net [63.240.76.165]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8F08E43D1F; Thu, 26 May 2005 20:12:45 +0000 (GMT) (envelope-from FreeBSD@insightbb.com) Received: from lightning (12-202-24-76.client.insightbb.com[12.202.24.76]) by sccimhc91.asp.att.net (sccimhc91) with ESMTP id <20050526201244i9100ajrqoe>; Thu, 26 May 2005 20:12:44 +0000 From: Steven Friedrich To: pav@FreeBSD.org Date: Thu, 26 May 2005 16:12:38 -0400 User-Agent: KMail/1.8 References: <200505261438.23174.FreeBSD@InsightBB.com> <1117133052.78400.6.camel@hood.oook.cz> In-Reply-To: <1117133052.78400.6.camel@hood.oook.cz> MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Content-Disposition: inline Message-Id: <200505261612.38983.FreeBSD@InsightBB.com> Cc: freebsd-ports@FreeBSD.org Subject: Re: libusb broken on 4.11 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, 26 May 2005 20:12:46 -0000 On Thursday 26 May 2005 02:44 pm, Pav Lucistnik wrote: > Steven Friedrich p=C3=AD=C5=A1e v =C4=8Dt 26. 05. 2005 v 14:38 -0400: > > Is anyone aware that port libusb won't build on 4.11? > > > > It's been this way for over a month. > > Compiles just fine here. Here it fails like this: creating testlibusb if g++33 -DHAVE_CONFIG_H -I.. -O -pipe -MT descriptor_test.o -MD -MP = =2DMF=20 ".deps/descriptor_test.Tpo" -c -o descriptor_test.o descriptor_test.cpp; =20 then mv -f ".deps/descriptor_test.Tpo" ".deps/descriptor_test.Po"; else rm = =2Df=20 ".deps/descriptor_test.Tpo"; exit 1; fi /bin/sh ../libtool --mode=3Dlink g++33 -O -pipe -o descriptor_test =20 descriptor_test.o ../libusbpp.la=20 g++33 -O -pipe -o .libs/descriptor_test=20 descriptor_test.o ../.libs/libusbpp.so /usr/ports/devel/libusb/work/libusb= =2D0.1.10a/.libs/libusb.so=20 =2DWl,--rpath -Wl,/usr/local/lib descriptor_test.o: In function `main': descriptor_test.o(.text+0x1f): undefined reference to=20 `std::basic_ostream >& std::endl >(std::basic_ostream >&= )' descriptor_test.o(.text+0x2c): undefined reference to `std::cout'