From owner-freebsd-arm@FreeBSD.ORG Tue Oct 22 08:26:26 2013 Return-Path: Delivered-To: freebsd-arm@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id E19A31DC for ; Tue, 22 Oct 2013 08:26:26 +0000 (UTC) (envelope-from 01aurelien@gmail.com) Received: from mail-ea0-x22e.google.com (mail-ea0-x22e.google.com [IPv6:2a00:1450:4013:c01::22e]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 7F62527D4 for ; Tue, 22 Oct 2013 08:26:26 +0000 (UTC) Received: by mail-ea0-f174.google.com with SMTP id z15so3985094ead.19 for ; Tue, 22 Oct 2013 01:26:24 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=message-id:subject:from:to:date:content-type:mime-version :content-transfer-encoding; bh=Aa/cZQveyExbC/I+mYRf6lA1UBYRyZnT0/RItvGRPWk=; b=afPjNIem4ayShI6NZJuaPHj8+7v9ZUFumvNATgXrR8ZdhWwz5DeX0Y4Z1UQMPlvkVn jkshHfGTmV0g2k+1x1huVEamizlme+S/8v+5MpW9oVuVnj4zAMp2E9sPIIZWtjxyL7iK L3TUDt6iHueOzYBsWmci5WhJnvxkIO4Gj4lrNmNqg5icwKTIDOf7R1n1+dwhd/G+mCc/ P+gv5yR/y+OT7SSjFIpFwQc1LHYLLPADMrgd0j/g0ylU1gTYt2R4r2q6x4N7ZVrACS3K CQY94eKHw0Uv4y57KH0zeBJHs/9ZWCQD9SEhB62D05Kf/nI8zAHAWJPNL368/LnD2QHl BYfQ== X-Received: by 10.14.246.197 with SMTP id q45mr504748eer.120.1382430384825; Tue, 22 Oct 2013 01:26:24 -0700 (PDT) Received: from [128.141.43.162] (pb-d-128-141-43-162.cern.ch. [128.141.43.162]) by mx.google.com with ESMTPSA id bn13sm53915357eeb.11.2013.10.22.01.26.23 for (version=SSLv3 cipher=RC4-SHA bits=128/128); Tue, 22 Oct 2013 01:26:24 -0700 (PDT) Message-ID: <1382430274.4378.2.camel@pandabook> Subject: glib20 compilation issue From: Aurelien Martin <01aurelien@gmail.com> To: freebsd-arm@freebsd.org Date: Tue, 22 Oct 2013 10:24:34 +0200 Content-Type: text/plain; charset="UTF-8" X-Mailer: Evolution 3.4.4-3 Mime-Version: 1.0 Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-arm@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Porting FreeBSD to the StrongARM Processor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 22 Oct 2013 08:26:26 -0000 Hi all :) Unfortunately I didn't succeed to compile irssi due to glib20 compilation errors http://pastebin.com/sz60kXPq My config: * portsnap fetch update + pormaster -a -> OK * FreeBSD rpi 10.0-CURRENT FreeBSD 10.0-CURRENT #84 r252209M: Thu Jun 27 09:09:14 EDT 2013 * Tried both GCC or CLANG in /etc/make.conf Thanks by advance