From owner-freebsd-ports@FreeBSD.ORG Wed Jul 28 17:51:16 2010 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 DE4BC1065673 for ; Wed, 28 Jul 2010 17:51:16 +0000 (UTC) (envelope-from cvs-src@yandex.ru) Received: from forward12.mail.yandex.net (forward12.mail.yandex.net [95.108.130.94]) by mx1.freebsd.org (Postfix) with ESMTP id 8EE628FC1C for ; Wed, 28 Jul 2010 17:51:16 +0000 (UTC) Received: from smtp12.mail.yandex.net (smtp12.mail.yandex.net [95.108.131.191]) by forward12.mail.yandex.net (Yandex) with ESMTP id D6A2A2210D80; Wed, 28 Jul 2010 21:51:14 +0400 (MSD) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=yandex.ru; s=mail; t=1280339474; bh=gKT0SsM0e+JOlnJIhm8/qtVJxC2ipzzuxGQTE2Sfl6A=; h=Message-ID:Date:From:MIME-Version:To:CC:Subject:References: In-Reply-To:Content-Type:Content-Transfer-Encoding; b=SlfAOJ6G27X8bydFVczRcpSbZJwtx6SapDf3QraC+8UrE/qiKimQQTOtMZsepc0sC ktsE5gyNRhiXH0YrrAGbDN+vDsIBf4ec8+CR8cxHl1NaLjzdFVgZ5zZ3Ix5pbVzXmJ Mca3TTvrfyH/84l/HbBT24eMl9cEDGgweIK0Xdzc= Received: from smeshariki2.local (unknown [77.66.227.70]) by smtp12.mail.yandex.net (Yandex) with ESMTPSA id 9554713E8092; Wed, 28 Jul 2010 21:51:14 +0400 (MSD) Message-ID: <4C506DB3.1040201@yandex.ru> Date: Wed, 28 Jul 2010 21:49:39 +0400 From: Ruslan Mahmatkhanov User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; ru-RU; rv:1.9.1.11) Gecko/20100722 Thunderbird/3.0.6 MIME-Version: 1.0 To: David Southwell References: <201007281753.57477.david@vizion2000.net> In-Reply-To: <201007281753.57477.david@vizion2000.net> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 8bit X-Yandex-TimeMark: 1280339474 X-Yandex-Spam: 1 X-Yandex-Front: smtp12.mail.yandex.net Cc: freebsd-ports@freebsd.org Subject: Re: x11/gnome-terminal portupgrade build failure 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: Wed, 28 Jul 2010 17:51:16 -0000 28.07.2010 20:53, David Southwell пишет: > > Hi > > Build failure in portupgrade of gnome-terminal > > Thanks in advance for any information on how to fix this one > > David > Extract from scripted console output: > /usr/local/lib/libICE.so -lutil -pthread -Wl,-rpath -Wl,/usr/local/lib -Wl,- > rpath -Wl,/usr/local/lib > /usr/local/bin/gtk-builder-convert encodings-dialog.glade encodings-dialog.ui > File "/usr/local/bin/gtk-builder-convert", line 261 > print "WARNING: duplicate id \"" + node.getAttribute('id') + "\"" > ^ > TabError: inconsistent use of tabs and spaces in indentation Hi, David! gtk-builder-convert is a script from x11-toolkits/gtk20. And as i can tell it won't work with python3 without modifications. You should install python26 as your primary python interpreter because gnome-terminal builds fine there with this version. -- Regards, Ruslan