From owner-freebsd-ports@FreeBSD.ORG Fri Dec 26 22:33:26 2008 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id A10EF1065676 for ; Fri, 26 Dec 2008 22:33:26 +0000 (UTC) (envelope-from marshc187@gmail.com) Received: from qw-out-2122.google.com (qw-out-2122.google.com [74.125.92.27]) by mx1.freebsd.org (Postfix) with ESMTP id 54FF78FC08 for ; Fri, 26 Dec 2008 22:33:26 +0000 (UTC) (envelope-from marshc187@gmail.com) Received: by qw-out-2122.google.com with SMTP id 9so2523501qwb.7 for ; Fri, 26 Dec 2008 14:33:25 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to :subject:cc:in-reply-to:mime-version:content-type:references; bh=fP/5moU3jTBZUnmK8AGFI+b9uufupMtfgQk7wkL2JKs=; b=P3Yu1j9+cmD8KA6BBRhJUZp5tqS6dcMXj1SAXWDkEjPUtW3lsICdq+LfVcw+vmSE4E vAMH0ijXb6O308t4wh1g6TGOQtT9jdhW8ckQNeHRZ7ol42Pg3liWB20MDMHC972gW3Oj 0LmBAjDKgqIQsSQ12O77/GfS07mYumDqFOOdk= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:cc:in-reply-to:mime-version :content-type:references; b=XxYyGilddLKGZsCTULjag13IDz1z8pxeq2uPhPq+xOasR0vlDwLkC94Wxsm3yUDeba JX101ziGMEZF7hBeVXHRfSw7N/U9EjuzYVb23q8UjAAzfbf3fZ7WK64s+hpFWpVUJpnZ aOh7EtHY/7lB0+B44AhL0xSgMudkYUWcgQnfs= Received: by 10.214.80.21 with SMTP id d21mr10109429qab.267.1230330805601; Fri, 26 Dec 2008 14:33:25 -0800 (PST) Received: by 10.214.43.11 with HTTP; Fri, 26 Dec 2008 14:33:25 -0800 (PST) Message-ID: <332f78510812261433v30ebfa82n13ec572c07e53b67@mail.gmail.com> Date: Fri, 26 Dec 2008 23:33:25 +0100 From: t-u-t To: "Glen Barber" In-Reply-To: <4ad871310812261405k4db568bch768bb61439b8bc25@mail.gmail.com> MIME-Version: 1.0 References: <332f78510812261402m289b6130qb56e5625258fb2f2@mail.gmail.com> <4ad871310812261405k4db568bch768bb61439b8bc25@mail.gmail.com> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: freebsd-ports@freebsd.org Subject: Re: general ports problem 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: Fri, 26 Dec 2008 22:33:26 -0000 On Fri, Dec 26, 2008 at 11:05 PM, Glen Barber wrote: > On Fri, Dec 26, 2008 at 5:02 PM, t-u-t wrote: > > hi, > > i have a quick question and don't know what this problem is related to. > > > > i am getting an error on *every* port i try to build -- Script > "configure" > > failed unexpectedly. etc,etc, please check log. > > > > searching the net i am finding pages on particular ports (not same as > mine > > yet) -- but baffled as to why every port giving this error. > > > > I have no clue what is in these log files and was wondering whether the > > "unknown' entries is normal at "/bin/arch=" below. > > > > this below is the topmost part of config.log and just noticed the parts > with > > win32 and don't know what that means. > > > > the very last line in the log file reads configure. exit 77. > > > > Is there anything odd in /etc/make.conf ? Are your ports up to date? > > > -- > Glen Barber > ports are updated, yes, and make.conf has some settings but have to check, since i'm new and used a copy of the example file and have to check what is enabled. this is a quick reply cuz i just noticed a previous error messge stating - " C compiler cannot create executables " tried a couple of ports, they have this error thanks make.conf CFLAGS= -O -pipe MAKE_SHELL?=sh COPTFLAGS= -O -pipe WITH_XINERAMA="YES" WITH_GNOME="YES" WITH_DOCHTML="YES" WITH_IMLIB2="YES" -- ce la vie