From owner-freebsd-ports@FreeBSD.ORG Thu May 26 21:24:09 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 67A8716A41C; Thu, 26 May 2005 21:24:09 +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 AE3DD43D1F; Thu, 26 May 2005 21:24:08 +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 <20050526212404i9100air2ne>; Thu, 26 May 2005 21:24:05 +0000 From: Steven Friedrich To: pav@FreeBSD.org Date: Thu, 26 May 2005 17:23:57 -0400 User-Agent: KMail/1.8 References: <200505261438.23174.FreeBSD@InsightBB.com> <200505261612.38983.FreeBSD@InsightBB.com> <1117138591.78400.8.camel@hood.oook.cz> In-Reply-To: <1117138591.78400.8.camel@hood.oook.cz> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200505261723.58361.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 21:24:09 -0000 On Thursday 26 May 2005 04:16 pm, Pav Lucistnik wrote: > Just a guess, can you try deleting gcc-3.3.X package, installing > gcc-3.4.X package and retry? I don't appear to have a package or port installed, yet I do (somehow) have g++33, perhaps I installed it previously and deleted it and the package list left something behind? Here's my version: % g++33 -v Reading specs from /usr/local/lib/gcc-lib/i386-portbld-freebsd4.9/3.3.3/specs Configured with: ./..//gcc-3.3-20040126/configure --disable-nls --with-system-zlib --program-suffix=33 --with-gxx-include-dir=/usr/local/lib/gcc-lib/i386-portbld-freebsd4.9/3.3.3/include/c++/ --disable-shared --prefix=/usr/local i386-portbld-freebsd4.9 Thread model: posix gcc version 3.3.3 20040126 (prerelease) [FreeBSD] I (re)installed gcc33 and libusb builds... Here's the version info from g++33: Reading specs from /usr/local/lib/gcc-lib/i386-portbld-freebsd4.11/3.3.6/specs Configured with: ./..//gcc-3.3-20050511/configure --disable-nls --with-system-zlib --program-suffix=33 --with-gxx-include-dir=/usr/local/lib/gcc-lib/i386-portbld-freebsd4.11/3.3.6/include/c++/ --enable-languages=c,c++,objc,f77 --disable-shared --prefix=/usr/local i386-portbld-freebsd4.11 Thread model: posix gcc version 3.3.6 [FreeBSD] Thanks for the help