From owner-freebsd-ports@FreeBSD.ORG Fri Dec 26 23:54:12 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 D4826106570C for ; Fri, 26 Dec 2008 23:54:12 +0000 (UTC) (envelope-from yanefbsd@gmail.com) Received: from an-out-0708.google.com (an-out-0708.google.com [209.85.132.245]) by mx1.freebsd.org (Postfix) with ESMTP id 073BD8FC14 for ; Fri, 26 Dec 2008 23:54:11 +0000 (UTC) (envelope-from yanefbsd@gmail.com) Received: by an-out-0708.google.com with SMTP id c2so1542686anc.13 for ; Fri, 26 Dec 2008 15:54:11 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:references:message-id:from:to :in-reply-to:content-type:content-transfer-encoding:x-mailer :mime-version:subject:date:cc; bh=6BOmXsliVKQ43wD2/b/5bUpyOAwGIHy5rzOTTMRgfLs=; b=kRrLUtXRPKbQ8rVCkBVP7jembgWr8tLVUMoc8U1146B/4IeJkRx0qxxmxQc72cgzbk QQz7G8XzQbUrpPCVnC0dqCf+QxtT662Ntl2ONMKwYsMfFVrQKgUYOTblSSNpwzwZrshn +FrymJzG+/qF3ZPhP7p40y/FYbdNBFdkK+eFQ= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=references:message-id:from:to:in-reply-to:content-type :content-transfer-encoding:x-mailer:mime-version:subject:date:cc; b=sIgjhiz96E9XT1d3j/v+0jS9R3UnU4weOR8eSc3Yqcuvx48Mw5R84NPFSPXtP/fX+1 JYsbdx+q5ZQYyuF+jxjHKXvx2Awotw4OcEhtgRX7NUJl2plseGyyxurAxlOdoUWI8lCX //dslCtPUh9/IS6+0noPYcqdaIqLec40UBPu8= Received: by 10.100.33.4 with SMTP id g4mr2114546ang.43.1230335651281; Fri, 26 Dec 2008 15:54:11 -0800 (PST) Received: from ?10.95.68.122? ([32.159.33.187]) by mx.google.com with ESMTPS id d35sm15640125and.5.2008.12.26.15.54.02 (version=TLSv1/SSLv3 cipher=RC4-MD5); Fri, 26 Dec 2008 15:54:10 -0800 (PST) References: <332f78510812261402m289b6130qb56e5625258fb2f2@mail.gmail.com> <4ad871310812261405k4db568bch768bb61439b8bc25@mail.gmail.com> <332f78510812261433v30ebfa82n13ec572c07e53b67@mail.gmail.com> Message-Id: <15A1EF0E-AFBF-403C-A351-8AFAA3EABA00@gmail.com> From: Garrett Cooper To: t-u-t In-Reply-To: <332f78510812261433v30ebfa82n13ec572c07e53b67@mail.gmail.com> Content-Type: text/plain; charset=us-ascii; format=flowed; delsp=yes Content-Transfer-Encoding: 7bit X-Mailer: iPhone Mail (5F136) Mime-Version: 1.0 (iPhone Mail 5F136) Date: Fri, 26 Dec 2008 15:53:41 -0800 Cc: Glen Barber , "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 23:54:12 -0000 On Dec 26, 2008, at 14:33, t-u-t wrote: > 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 A config.log file would help too.. -Garrett