From owner-freebsd-gnome@FreeBSD.ORG Mon Nov 19 14:59:16 2012 Return-Path: Delivered-To: freebsd-gnome@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id DCB6A4EB for ; Mon, 19 Nov 2012 14:59:16 +0000 (UTC) (envelope-from joh.hendriks@gmail.com) Received: from mail-gh0-f182.google.com (mail-gh0-f182.google.com [209.85.160.182]) by mx1.freebsd.org (Postfix) with ESMTP id 942428FC12 for ; Mon, 19 Nov 2012 14:59:16 +0000 (UTC) Received: by mail-gh0-f182.google.com with SMTP id z15so461820ghb.13 for ; Mon, 19 Nov 2012 06:59:10 -0800 (PST) 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=HnqKMefVwoZoQV25XFzcbJksmrfyRjmNldUkL/BCzts=; b=dp41ARP1Sps9ViNlHPGhkUU5XzHBQKniEc5dWvFQlmkLclwknV+7H1Q0NNZpPyUiXU w1lPsFSNg7V5qhg9ebe7tX/L+yeOR0QpxGo9F+7G2AkVwLdgJW4+ncap18cY/h5W67gm wH1kdFj/DipZogzLuFCe7ZRvH2cgw3iXA4/ouhOnzC9l9dWDzIAZRLOsm91QfyfF3OYd XmlJ1VTHsH05zDQMiyraCEOUtf8vl5kX062SF8HpuW2jrh4Djx129CeHQsi5H46xQIr1 3pPuLqqAaYtHf/McIyKReZLhy0bl4ShmehpsA7Juhho5BlVMK4mgvXzaSt3tKfYaqkhk Pgeg== MIME-Version: 1.0 Received: by 10.100.246.28 with SMTP id t28mr3350290anh.1.1353337150518; Mon, 19 Nov 2012 06:59:10 -0800 (PST) Received: by 10.147.158.24 with HTTP; Mon, 19 Nov 2012 06:59:10 -0800 (PST) Date: Mon, 19 Nov 2012 15:59:10 +0100 Message-ID: Subject: Marcusmerge nautilus fail From: Johan Hendriks To: freebsd-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, 19 Nov 2012 14:59:16 -0000 Hello all. I thought it was i nice moment to try Gnome3 So i downloaded the marcusmerge script. Did the merge, and gave the command portmaster -d -a But it fails to build nautilus. It errors out with the following. gmake[4]: Entering directory `/usr/ports/x11-fm/nautilus/work/nautilus-2.32.2.1/src/file-manager' CC fm-desktop-icon-view.lo CC fm-directory-view.lo fm-directory-view.c: In function 'fm_directory_view_display_selection_info': fm-directory-view.c:2263: warning: 'g_format_size_for_display' is deprecated (declared at /usr/local/include/glib-2.0/glib/gutils.h:217) CC fm-ditem-page.lo CC fm-error-reporting.lo CC fm-icon-container.lo CC fm-icon-view.lo CC fm-list-model.lo CC fm-list-view.lo CC fm-properties-window.lo fm-properties-window.c: In function 'directory_contents_value_field_update': fm-properties-window.c:2338: warning: 'g_format_size_for_display' is deprecated (declared at /usr/local/include/glib-2.0/glib/gutils.h:217) fm-properties-window.c: In function 'create_pie_widget': fm-properties-window.c:3106: warning: 'g_format_size_for_display' is deprecated (declared at /usr/local/include/glib-2.0/glib/gutils.h:217) fm-properties-window.c:3107: warning: 'g_format_size_for_display' is deprecated (declared at /usr/local/include/glib-2.0/glib/gutils.h:217) fm-properties-window.c:3108: warning: 'g_format_size_for_display' is deprecated (declared at /usr/local/include/glib-2.0/glib/gutils.h:217) CC fm-tree-model.lo CC fm-tree-view.lo CCLD libnautilus-file-manager.la gmake[4]: Leaving directory `/usr/ports/x11-fm/nautilus/work/nautilus-2.32.2.1/src/file-manager' gmake[4]: Entering directory `/usr/ports/x11-fm/nautilus/work/nautilus-2.32.2.1/src' CC nautilus-application.o In file included from /usr/local/include/unique-1.0/unique/uniqueapp.h:26, from /usr/local/include/unique-1.0/unique/unique.h:24, from nautilus-application.h:32, from nautilus-application.c:29: /usr/local/include/unique-1.0/unique/uniquemessage.h:51: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'guchar' /usr/local/include/unique-1.0/unique/uniquemessage.h:66: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'gchar' In file included from /usr/local/include/unique-1.0/unique/unique.h:25, from nautilus-application.h:32, from nautilus-application.c:29: /usr/local/include/unique-1.0/unique/uniquebackend.h:97: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'gchar' /usr/local/include/unique-1.0/unique/uniquebackend.h:100: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'gchar' nautilus-application.c: In function 'message_received_cb': nautilus-application.c:843: warning: passing argument 2 of 'open_windows' makes pointer from integer without a cast gmake[4]: *** [nautilus-application.o] Error 1 gmake[4]: Leaving directory `/usr/ports/x11-fm/nautilus/work/nautilus-2.32.2.1/src' gmake[3]: *** [all-recursive] Error 1 gmake[3]: Leaving directory `/usr/ports/x11-fm/nautilus/work/nautilus-2.32.2.1/src' gmake[2]: *** [all] Error 2 gmake[2]: Leaving directory `/usr/ports/x11-fm/nautilus/work/nautilus-2.32.2.1/src' gmake[1]: *** [all-recursive] Error 1 gmake[1]: Leaving directory `/usr/ports/x11-fm/nautilus/work/nautilus-2.32.2.1' gmake: *** [all] Error 2 *** [do-build] Error code 1 Stop in /usr/ports/x11-fm/nautilus. ===>>> make failed for x11-fm/nautilus ===>>> Aborting update ===>>> Update for nautilus-2.32.2.1_2 failed ===>>> Aborting update ===>>> Update for sysutils/brasero failed ===>>> Aborting update What can i do about this? gr Johan