From owner-freebsd-ports@FreeBSD.ORG Mon Oct 11 18:27:03 2010 Return-Path: Delivered-To: ports@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 7F6F2106564A for ; Mon, 11 Oct 2010 18:27:03 +0000 (UTC) (envelope-from imb@protected-networks.net) Received: from sarah.protected-networks.net (sarah.protected-networks.net [IPv6:2001:470:1f07:4e1::1]) by mx1.freebsd.org (Postfix) with ESMTP id 48A178FC13 for ; Mon, 11 Oct 2010 18:27:03 +0000 (UTC) Received: from toshi.auburn.protected-networks.net (toshi.auburn.protected-networks.net [202.12.127.84]) (using TLSv1 with cipher DHE-RSA-CAMELLIA256-SHA (256/256 bits)) (Client CN "Iain Butler", Issuer "RSA Class 2 Personal CA" (verified OK)) (Authenticated sender: imb) by sarah.protected-networks.net (Postfix) with ESMTPSA id 4AFED60E2 for ; Mon, 11 Oct 2010 14:27:02 -0400 (EDT) DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=protected-networks.net; s=200705; t=1286821622; bh=twwzXdWCTFJz3VnwT9G1BMRYMZIdTl48qDvd7Hq7Vnk=; h=Message-ID:Date:From:MIME-Version:To:Subject:Content-Type: Content-Transfer-Encoding; b=d4Vbt8qljkXZC/HRv2f563K1DArOH0djkTY0n/YafAwCe+bb9e7+I/cIwaK9WcEeG c+4zDneyEgzEcgYsz0CVUiJrSECgbj5AT5nNufMEOBAN1gniCvi09CVaVtohsKm DomainKey-Signature: a=rsa-sha1; s=200509; d=protected-networks.net; c=nofws; q=dns; h=message-id:date:from:user-agent:mime-version:to:subject: x-enigmail-version:openpgp:content-type:content-transfer-encoding; b=KzdgtjTbrQMDEY3r3TVoWnsbnXdU8XE6iQIJYuq56ohQulviPxnnAgpQS3u8Zw0GL gaPL2S3qxlNerh73M0C4ywRvo4ROztS2ZJTcPVTvAGpNevGkTwizloCoBQEuTTd Message-ID: <4CB356F5.300@protected-networks.net> Date: Mon, 11 Oct 2010 14:27:01 -0400 From: Michael Butler User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.9.2.9) Gecko/20100918 Thunderbird/3.1.4 MIME-Version: 1.0 To: ports@FreeBSD.org X-Enigmail-Version: 1.1.2 OpenPGP: id=0442D492 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Cc: Subject: sysutils/fusefs-ntfs breakage 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, 11 Oct 2010 18:27:03 -0000 The most recent update to sysutils/fusefs-ntfs appears to have broken it on -current. It looks as if /usr/local/include/glib-2.0 is missing from the includes and /usr/local/lib from the libraries .. Making all in libntfs-3g [ .. snip .. ] mv -f .deps/libntfs_3g_la-acls.Tpo .deps/libntfs_3g_la-acls.Plo /bin/sh /usr/local/bin/libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I.. -I/usr/local/include -I../include/ntfs-3g -O2 -pipe -march=prescott -DUSE_LOCK -DUSE_UBLIO -fno-strict-aliasing -Wall -MT libntfs_3g_la-attrib.lo -MD -MP -MF .deps/libntfs_3g_la-attrib.Tpo -c -o libntfs_3g_la-attrib.lo `test -f 'attrib.c' || echo './'`attrib.c libtool: compile: cc -DHAVE_CONFIG_H -I. -I.. -I/usr/local/include -I../include/ntfs-3g -O2 -pipe -march=prescott -DUSE_LOCK -DUSE_UBLIO -fno-strict-aliasing -Wall -MT libntfs_3g_la-attrib.lo -MD -MP -MF .deps/libntfs_3g_la-attrib.Tpo -c attrib.c -fPIC -DPIC -o .libs/libntfs_3g_la-attrib.o In file included from attrib.c:66: /usr/local/include/efs.h:31:18: error: glib.h: No such file or directory In file included from attrib.c:66: /usr/local/include/efs.h:64: error: expected '=', ',', ';', 'asm' or '__attribute__' before '*' token /usr/local/include/efs.h:71: error: expected specifier-qualifier-list before 'gchar' /usr/local/include/efs.h:79: error: expected specifier-qualifier-list before 'guint32' /usr/local/include/efs.h:87: error: expected specifier-qualifier-list before 'guint8' /usr/local/include/efs.h:92: error: expected specifier-qualifier-list before 'gchar' /usr/local/include/efs.h:101: error: expected declaration specifiers or '...' before 'gint'