From owner-freebsd-gnome@FreeBSD.ORG Mon Oct 7 01:57:05 2013 Return-Path: Delivered-To: gnome@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 9DAAD366 for ; Mon, 7 Oct 2013 01:57:05 +0000 (UTC) (envelope-from marcrassbach@gmail.com) Received: from mail-la0-x22e.google.com (mail-la0-x22e.google.com [IPv6:2a00:1450:4010:c03::22e]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 2CC162C04 for ; Mon, 7 Oct 2013 01:57:04 +0000 (UTC) Received: by mail-la0-f46.google.com with SMTP id eh20so4934186lab.5 for ; Sun, 06 Oct 2013 18:57:03 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:date:message-id:subject:from:to:content-type; bh=Ju151hXi7h0MsYdYYS66JpTfhDwhb9WaWCX7QNix4Ak=; b=RhqcbwdfwLVZE8XKQFiYdKzNUHCdL+dThNvkoCH8gLpc2tVUB09vslIWXaM+5857tX Sug7kqSxqpe5Vcs+b6PfgJmq0YFLUF/lXVIax8VMhLlQJcsYIpnrKF0zz/YCrDH9JRRI W5CbOsSzwES5qQqWLLLbSKYqBDBCEaCDMk8D7nn4nGhqxnTEQn7FQtiQ0h/EW/cjmSQX GKU0XR2J+xgzIoa7OEUthIrt62waVZih6HRrFL2UWol3JuzyFP/LHaakYzaNTYZkrNGV cwYna2ntxRRHMRiNg6bhOrMRYe571MmOpHyI56SByUSxj2qXO9UsgnlX3phMB6RAMKG8 +TaQ== MIME-Version: 1.0 X-Received: by 10.152.36.98 with SMTP id p2mr24158040laj.14.1381111023123; Sun, 06 Oct 2013 18:57:03 -0700 (PDT) Received: by 10.112.137.193 with HTTP; Sun, 6 Oct 2013 18:57:03 -0700 (PDT) Date: Sun, 6 Oct 2013 20:57:03 -0500 Message-ID: Subject: FreeBSD 10 alpha 4 and glib20 From: marc rassbach To: gnome@freebsd.org Content-Type: text/plain; charset=ISO-8859-1 X-Content-Filtered-By: Mailman/MimeDel 2.1.14 X-BeenThere: freebsd-gnome@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: GNOME for FreeBSD -- porting and maintaining List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 07 Oct 2013 01:57:05 -0000 >From the base install attempting to build Samba 4. The glib20 choked saying it was missing libffi. It was. Went to devel/libffi and did a make install. Returned to glib20 and it built successfully. Just FYI.