From owner-freebsd-questions@FreeBSD.ORG Fri Oct 19 14:25:04 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 7D5D416A46B for ; Fri, 19 Oct 2007 14:25:04 +0000 (UTC) (envelope-from jamesh@lanl.gov) Received: from mailwasher.lanl.gov (mailwasher.lanl.gov [204.121.3.2]) by mx1.freebsd.org (Postfix) with ESMTP id 40F7813C45B for ; Fri, 19 Oct 2007 14:24:54 +0000 (UTC) (envelope-from jamesh@lanl.gov) Received: from mailrelay1.lanl.gov (mailrelay1.lanl.gov [128.165.4.101]) by mailwasher.lanl.gov (8.13.8/8.13.8/(ccn-5)) with ESMTP id l9JEOol8029223; Fri, 19 Oct 2007 08:24:50 -0600 Received: from oppie-mail.lanl.gov (oppie-mail.lanl.gov [128.165.4.123]) by mailrelay1.lanl.gov (8.13.8/8.13.8/(ccn-5)) with ESMTP id l9JEOmgB022848; Fri, 19 Oct 2007 08:24:48 -0600 Received: from [128.165.86.10] (secretariat.lanl.gov [128.165.86.10]) by oppie-mail.lanl.gov (Postfix) with ESMTP id 604CA1F8004; Fri, 19 Oct 2007 08:24:43 -0600 (MDT) From: James To: Lisandro Grullon In-Reply-To: References: <1192720068.64553.48.camel@secretariat.lanl.gov> <1192733412.64553.64.camel@secretariat.lanl.gov> Organization: Los Alamos National Laboratories Date: Fri, 19 Oct 2007 08:25:12 -0600 Message-Id: <1192803913.73574.14.camel@secretariat.lanl.gov> Mime-Version: 1.0 X-Mailer: Evolution 2.10.3 FreeBSD GNOME Team Port X-CTN-5-MailScanner-Information: Please see http://network.lanl.gov/email/virus-scan.php X-CTN-5-MailScanner: Found to be clean X-CTN-5-MailScanner-From: jamesh@lanl.gov X-Spam-Status: No Content-Type: text/plain Content-Transfer-Encoding: 7bit X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: freebsd-questions Subject: RE: Evolution-data-server compiling errors. X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: jamesh@lanl.gov List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 19 Oct 2007 14:25:04 -0000 On Thu, 2007-10-18 at 15:47 -0400, Lisandro Grullon wrote: > Hi James, > I follow your advise and even try upgrading the port recursively using > portmaster -rf evolution-data-server , I think the port is broken for > AMD64, I have been trying so many things without any success. Please > advise. Lisandro Grullon > > > > > > > > ______________________________________________________________ > Subject: RE: Evolution-data-server compiling errors. > From: jamesh@lanl.gov > To: lisandrogrullon07@hotmail.com > CC: freebsd-questions@freebsd.org > Date: Thu, 18 Oct 2007 12:50:12 -0600 > > Hi Lisandro, > > just a quick note - use "reply to all" or whatever the > equivalent feature is in hotmail. Right now, you've only > replied to *me*, not to both me and the list. I have copied > the list on this email, so in future just use "reply to all". > > It's great that you're keeping the ports tree up to date. Are > you also running a portupgrade regularly? If so, great, if > not: > > portupgrade -a > > > Make *sure* that you read /usr/ports/UPDATING *before* running > the portupgrade and follow any relevant instructions. > > -------- > > If you're portupgrading regularly, are you trimming leaf ports > regularly? If so, great. If not, someone else will have to > recommend a best way to clean leaf ports. > > > ----- > > If you're doing all this, try out: > pkg_info -Ix evolution-data-server > > This will output a package and its version number. Now try: > > portupgrade -rf > > > This forces a recursive upgrade of that package. > > > > > > On Thu, 2007-10-18 at 14:34 -0400, Lisandro Grullon wrote: > > Hi James, > > > Yes my port tree is very up to date, I upgrade it > daily. I still puzzle by the errors compiling > evolution, I am using 6.2-R in a AMD 64 system. > > > > > > > ______________________________________________ > > Subject: Re: Evolution-data-server compiling > errors. > From: jamesh@lanl.gov > To: lisandrogrullon07@hotmail.com > CC: freebsd-questions@freebsd.org > Date: Thu, 18 Oct 2007 09:07:48 -0600 > > Hey Lisandro, > > I snipped out your log, if that confuses > anyone reading, please be aware there was a > large log file here. > > > First things first: is you ports tree up to > date? > > James > > > > ______________________________________________________ > > Boo! Scare away worms, viruses and so much more! Try > Windows Live OneCare! Try now! > > > > ______________________________________________________________________ > Climb to the top of the charts! Play Star Shuffle: the word scramble > challenge with star power. Play Now! Hi Lisandro, two things: 1) Please don't top-post. This means that when you hit reply, scroll down to the *bottom* to post your response. The reason for this is so that anyone coming along who might be able to help you will be able to read the entire email conversation in the order it was given. It helps other people help you! :) 2) If you truly believe the port is broken, you have several options: a) write to the port maintainer, if it has one, describing your issue. b) fix the issue and write to the port maintainer with the patch. c) If the port has no maintainer, write to the freebsd-ports mailing list and see if you can get any assistance there. PLEASE note that there, as here, you'll encounter volunteers. So if no one answers, then your only real option is to sit down and work on the port yourself. James