From owner-freebsd-questions@FreeBSD.ORG Sun Feb 28 23:29:39 2010 Return-Path: Delivered-To: questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 4F24F1065672 for ; Sun, 28 Feb 2010 23:29:39 +0000 (UTC) (envelope-from eitanadlerlist@gmail.com) Received: from mail-fx0-f223.google.com (mail-fx0-f223.google.com [209.85.220.223]) by mx1.freebsd.org (Postfix) with ESMTP id B1F488FC14 for ; Sun, 28 Feb 2010 23:29:38 +0000 (UTC) Received: by fxm23 with SMTP id 23so185126fxm.3 for ; Sun, 28 Feb 2010 15:29:30 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :from:date:message-id:subject:to:cc:content-type :content-transfer-encoding; bh=hPlftYMNZiAwgG7ZnHFI4IwOmcxUc2USNtXyBNQNulY=; b=oMh7/uIZMutQHNMd0ltIgvAVXzj1ugM3c9oKAchs3O/1F60GIMlkTaJ9yAfFZEehiR RDpeWKzQDawTtmrkrfuifyd21gO/53Nq6tgl92BhRhTX0ec9eeFryQO7VkN8QOe/N5pT EKsR0K/YPz1CE3y8PqCWJG7OC24uluN4KvkLU= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc:content-type:content-transfer-encoding; b=xbHNEVaa6UCcH64Tl5vsggCCHSGfRAjuAS2vfa+mT5XvAywoVqMgamL8MApkUIZFHV 6UFW8pyOCBq/FvFApeQOzTvlBjmleG/Eb20x7dJdzOsTuuPZpt3m6VzWPgc58LiJkw7X pZFqedZMj76tP0XH9HPJSNukVBJImQVAreMXE= MIME-Version: 1.0 Received: by 10.239.186.79 with SMTP id f15mr340451hbh.1.1267399770115; Sun, 28 Feb 2010 15:29:30 -0800 (PST) In-Reply-To: <201002281924.o1SJO6df078229@freefall.freebsd.org> References: <201002281924.o1SJO6df078229@freefall.freebsd.org> From: Eitan Adler Date: Mon, 1 Mar 2010 01:29:10 +0200 Message-ID: To: gerald@freebsd.org Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Cc: questions@freebsd.org Subject: Re: ports/144357: emulators/wine build failure X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 28 Feb 2010 23:29:39 -0000 > I am not seeing this in any of my tests, nor is the FreeBSD ports > cluster, nor have I seen any other report related to this. =A0This > means something must be different/special with your system. > > Is your ports collection up-to-date? =A0(Running 'portupgrade -a' > may be an option, then.) My ports collection is fully up-to-date except for wine (portsnap fetch update; portmaster -a) > > Which version of flex are you using (you can find out running > /usr/local/bin/flex --version)? %flex --version flex version 2.5.4 > > Which version of FreeBSD are you using? =A0Which compiler are you > using to build this port? =A0Anything special on your system? %uname -rms FreeBSD 8.0-RELEASE-p2 i386 my CC is not set in /etc/make.conf so I assume it is the system default. WITHOUT_NLS=3DYES OPTIMIZED_CFLAGS=3Dyes PERL_VERSION=3D5.10.1 that is all. Perhaps it is the NLS which is causing a problem? > > Are you sure you did not modify anything in the port itself or > the extracted source tree? =A0The error really is one that should > either appear always, or never, in general. =A0Since nobody else > is seeing this, I'm afraid you'll have to do some debugging on > your side. I've tried to play around /after/ I get this error. On a clean make (make distclean; make install clean) I still get this error. > > http://www.freebsd.org/cgi/query-pr.cgi?pr=3D144357 >