From owner-freebsd-gnome@FreeBSD.ORG Fri Mar 15 05:22:15 2013 Return-Path: Delivered-To: gnome@freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id C7A58AB6 for ; Fri, 15 Mar 2013 05:22:15 +0000 (UTC) (envelope-from kob6558@gmail.com) Received: from mail-oa0-f41.google.com (mail-oa0-f41.google.com [209.85.219.41]) by mx1.freebsd.org (Postfix) with ESMTP id 99AFEB4 for ; Fri, 15 Mar 2013 05:22:15 +0000 (UTC) Received: by mail-oa0-f41.google.com with SMTP id i10so3071666oag.0 for ; Thu, 14 Mar 2013 22:22:09 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:x-received:sender:date:x-google-sender-auth:message-id :subject:from:to:content-type; bh=zqeAvvJ6wP/3fA1f6X8b+Xl6/Mez0a9xVBRBzMjktwI=; b=yVuV4+t5zwTBkNo3lXEoCJ4/ajd00WdWkmuYtbtlHOeA0lRdww9aSX6lMqKI/GSfvv aKi+0J7S2BUQi8aVfF0sw4QKVrYFR1fiZhicICcxMVEw+vwzZUYI5Xqg3SkxURQn3uY/ KFtYF3Pcz4Go4WtKWq5jFcFYlGwEsorE1r17lQqATmVm72yGuO4IsyGjZqKiKxSVjqcQ N9SY8oEAHS7VqOHfHUKZt+6MZf3w1bpA8miEKlRurR5l3S8WaxLw6ExH6dTOZIq4HhPO Xa9+hSdA2pbLPe3ryyz2L1KZlwsaH2WNqsesS6wreWWM+/5+zr3zm5Zc0DLdEgIa8/Qh Rayg== MIME-Version: 1.0 X-Received: by 10.182.95.34 with SMTP id dh2mr1377564obb.65.1363324929664; Thu, 14 Mar 2013 22:22:09 -0700 (PDT) Sender: kob6558@gmail.com Received: by 10.76.11.165 with HTTP; Thu, 14 Mar 2013 22:22:09 -0700 (PDT) Date: Thu, 14 Mar 2013 22:22:09 -0700 X-Google-Sender-Auth: g6rDPJcSJpn_HpJvGQ1B5OR-Jq8 Message-ID: Subject: Upgrade of x11-fm/nautilus fails From: Kevin Oberman To: FreeBSD GNOME Users Content-Type: text/plain; charset=UTF-8 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: Fri, 15 Mar 2013 05:22:15 -0000 I am unable to build nautilus-2.32.2.1_3. I previously build 2.32.2.1_2 without issues, but I get the following error: 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 This happens on multiple systems running 9.1-Stable, both i386 and amd64. Tried with both base gcc and 4.6 with the same results. I have not tried with clang. All systems have unique-1.1.6_3 installed. Any ideas? -- R. Kevin Oberman, Network Engineer E-mail: rkoberman@gmail.com