From owner-freebsd-gnome@FreeBSD.ORG Tue Dec 28 20:40:30 2010 Return-Path: Delivered-To: gnome@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id B3A47106566C for ; Tue, 28 Dec 2010 20:40:30 +0000 (UTC) (envelope-from mezz.freebsd@gmail.com) Received: from mail-fx0-f54.google.com (mail-fx0-f54.google.com [209.85.161.54]) by mx1.freebsd.org (Postfix) with ESMTP id 2FD558FC14 for ; Tue, 28 Dec 2010 20:40:29 +0000 (UTC) Received: by fxm16 with SMTP id 16so9802056fxm.13 for ; Tue, 28 Dec 2010 12:40:29 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:received:in-reply-to :references:date:message-id:subject:from:to:cc:content-type :content-transfer-encoding; bh=3LCHhhy1i+Ynu4lPXGisBRbZ9XVXcxhzS0Q2Lne/s3c=; b=ljy0JAFF2OuBXVTkXfoFIfZc6gjcniOIa3aQaKWuoBuAXQBsSYBDa0f24p1TB6lbav d/VXDbqx4QmyxF4XShG51rkspXQuDXrGc6uTaISWx4Divw8MOgbRTPYYL7tKlH2QyHCm 0dGgXlerLOkgFpmtqjDFW0w2fYbQZkEdgcE6Q= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type:content-transfer-encoding; b=hKGPY4236r+w1beNr8vYv8INmtETF5cG1JSiyGR6XNILf96xuPKzzxQHrl6rK5vngg tguoIxrnGPmDWo3cE2UAt8m0ZiZW9eWVj+4SjwW+ggrEGrDf11MTI2xN2GDg67cAgpAc zB5F5zOvdbRtZqhj8S5DYWCRrb7m1gyee1W6Y= MIME-Version: 1.0 Received: by 10.223.93.137 with SMTP id v9mr2315914fam.85.1293568827398; Tue, 28 Dec 2010 12:40:27 -0800 (PST) Received: by 10.223.97.80 with HTTP; Tue, 28 Dec 2010 12:40:27 -0800 (PST) In-Reply-To: References: Date: Tue, 28 Dec 2010 14:40:27 -0600 Message-ID: From: Jeremy Messenger To: Tony Waria Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Cc: gnome@freebsd.org Subject: Re: error compiling vim in ports X-BeenThere: freebsd-gnome@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: GNOME for FreeBSD -- porting and maintaining List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 28 Dec 2010 20:40:30 -0000 On Mon, Dec 27, 2010 at 8:03 PM, Tony Waria wrote: > I'm getting following error when trying to compile vim. Any help is > appreciated. The error log said that you have old Python and you need to upgrade your Py= thon. > Thanks. > > > > checking whether Python support is requested... checking whether > /usr/local/bin/python2.4 version >=3D 2.5... configure: error: too old Here, it's what it has said all. Be sure to read in the /usr/ports/UPDATING before you try to update any of installed ports. Cheers, Mezz > =3D=3D=3D> =A0Script "configure" failed unexpectedly. > > Please run the gnomelogalyzer, available from > > "http://www.freebsd.org/gnome/gnomelogalyzer.sh", which will diagnose the > > problem and suggest a solution. If - and only if - the gnomelogalyzer can= not > > solve the problem, report the build failure to the FreeBSD GNOME team at > > gnome@FreeBSD.org, and attach (a) > > "/usr/ports/devel/gobject-introspection/work/gobject-introspection-0.9.12= /config.log", > > (b) the output of the failed make command, and (c) the gnomelogalyzer > output. > > Also, it might be a good idea to provide an overview of all packages > installed > > on your system (i.e. an `ls /var/db/pkg`). Put your attachment up on any > > website, copy-and-paste into http://freebsd-gnome.pastebin.com, or use > > send-pr(1) with the attachment. Try to avoid sending any attachments to t= he > > mailing list (gnome@FreeBSD.org), because attachments sent to FreeBSD > mailing > > lists are usually discarded by the mailing list software. > > *** Error code 1 > > > > Stop in /usr/ports/devel/gobject-introspection. > > *** Error code 1 > > > > Stop in /usr/ports/accessibility/atk. > > *** Error code 1 > > > > Stop in /usr/ports/editors/vim. > > > -------------------------------------------------------------------------= ---------------------------------------------------------------------- > [root@bsd63 /usr/ports/editors/vim]# ./gnomelogalyzer.sh > > Generating build log. Please wait... done. > The cause of your build failure is not known to gnomelogalyzer.sh. =A0Bef= ore > e-mailing the build log to the FreeBSD GNOME team at > freebsd-gnome@FreeBSD.org, > TRY EACH OF THE FOLLOWING: > =A0* If you are generating your own logfile, make sure to generate it wit= h > =A0 =A0something similar to: > =A0 =A0 =A0 =A0 =A0"make 2>&1 | tee /path/to/logfile" (sh/bash/ksh/zsh) o= r > =A0 =A0 =A0 =A0 =A0"make |& tee /path/to/logfile" (csh/tcsh) > =A0 =A0 =A0 =A0* Make sure your cvsup(1) configuration file specifies the > 'ports-all' > =A0 =A0 =A0 =A0 =A0collection > =A0 =A0 =A0 =A0* Run cvsup(1) and attempt the build again > =A0 =A0 =A0 =A0* Check /usr/ports/UPDATING for information pertinent to y= our build > =A0 =A0 =A0 =A0 =A0failure > =A0 =A0 =A0 =A0* 99% of the commonly reported build failures can be solve= d by > =A0 =A0 =A0 =A0 =A0running "portupgrade -a" > =A0 =A0 =A0 =A0* Read the FAQs at > http://www.FreeBSD.org/gnome/ > =A0 =A0 =A0 =A0* Search the archives of freebsd-gnome@FreeBSD.org. =A0Arc= hives can be > =A0 =A0 =A0 =A0 =A0searched at http://www.freebsd.org/gnome/index.html#se= arch > > If you have not performed each of the above suggestions, don't bother ask= ing > for help. =A0The chances are good that you'll simply be told to perform o= ne of > the aforementioned steps. > _______________________________________________ > freebsd-gnome@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-gnome > To unsubscribe, send any mail to "freebsd-gnome-unsubscribe@freebsd.org" > --=20 mezz.freebsd@gmail.com - mezz@FreeBSD.org FreeBSD GNOME Team http://www.FreeBSD.org/gnome/ - gnome@FreeBSD.org