From owner-freebsd-ports@FreeBSD.ORG Mon Aug 29 09:45:40 2011 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 5C647106564A for ; Mon, 29 Aug 2011 09:45:40 +0000 (UTC) (envelope-from cvs-src@yandex.ru) Received: from forward12.mail.yandex.net (forward12.mail.yandex.net [IPv6:2a02:6b8:0:801::2]) by mx1.freebsd.org (Postfix) with ESMTP id 551848FC16 for ; Mon, 29 Aug 2011 09:45:39 +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 DE8EAC2199C; Mon, 29 Aug 2011 13:45:36 +0400 (MSD) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=yandex.ru; s=mail; t=1314611136; bh=87Nc7Nr8sbOBb/axJV48Dr5wSSNMOWxyU2mJRQubzek=; h=Message-ID:Date:From:MIME-Version:To:CC:Subject:References: In-Reply-To:Content-Type:Content-Transfer-Encoding; b=m2AMHAqEjo7Qsp10QFMndjDTNbnzmmpAJHYlEqXeiLqdCfk18viZNimpos8nVTBl/ MNNfta/RxUIzVN8Dz+Liu8MGXp4WUkotPCMxTq3lkVEf6NC5pOn98vWhCDpbfhqQ+d aWPOcz8YSR3DTVRXj2+7pmBCxArAOEUpw8eaTlbo= Received: from smtp12.mail.yandex.net (localhost [127.0.0.1]) by smtp12.mail.yandex.net (Yandex) with ESMTP id C57D416A02A4; Mon, 29 Aug 2011 13:45:36 +0400 (MSD) Received: from unknown (unknown [213.27.65.65]) by smtp12.mail.yandex.net (nwsmtp/Yandex) with ESMTP id jakiiw0f; Mon, 29 Aug 2011 13:45:36 +0400 X-Yandex-Spam: 1 Message-ID: <4E5B5FBE.8040905@yandex.ru> Date: Mon, 29 Aug 2011 13:45:34 +0400 From: Ruslan Mahmatkhanov User-Agent: Mozilla/5.0 (X11; FreeBSD i386; rv:6.0) Gecko/20110828 Thunderbird/6.0 MIME-Version: 1.0 To: Peter Jeremy References: <20110826050535.GB64576@server.vk2pj.dyndns.org> <20110829032905.GA84993@server.vk2pj.dyndns.org> In-Reply-To: <20110829032905.GA84993@server.vk2pj.dyndns.org> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Cc: freebsd-ports@freebsd.org Subject: Re: Problems building devel/gobject-introspection 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: Mon, 29 Aug 2011 09:45:40 -0000 Peter Jeremy wrote on 29.08.2011 07:29: > On 2011-Aug-26 15:05:35 +1000, Peter Jeremy wrote: >> I am having problems building devel/gobject-introspection on one >> 9.0-BETA1 host. I can build it without problems on 8.2 and another >> 9.0-BETA1 box. In all cases, I'm using gcc and amd64. The failure >> is: > ... >> Since this only happens on one box, it's presumably something I've done >> but I'm not sure what. Google hasn't helped. Does anyone have any >> ideas on where to start looking? > > Turns out that my python was dodgy. Deleting > /var/db/ports/python27/options and rebuilding with default options > fixed it. I thought I was using the defaults before but forgot to > check the contents before deleting it. And did you realize what python option had triggered that? I'm curious since i'm wasn't able to reproduce it here. For me it looks like upstream bug dealing with unicode() vs str() output, since errors like that you provide in original message may be fixed by `setenv LANG C` in most of cases. -- Regards, Ruslan Tinderboxing kills... the drives.