From owner-freebsd-bugs@FreeBSD.ORG Wed Jul 11 12:46:50 2012 Return-Path: Delivered-To: freebsd-bugs@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 2E7EF106566B for ; Wed, 11 Jul 2012 12:46:50 +0000 (UTC) (envelope-from zlatko.asenov@gmail.com) Received: from mail-bk0-f54.google.com (mail-bk0-f54.google.com [209.85.214.54]) by mx1.freebsd.org (Postfix) with ESMTP id A699B8FC12 for ; Wed, 11 Jul 2012 12:46:49 +0000 (UTC) Received: by bkcje9 with SMTP id je9so972322bkc.13 for ; Wed, 11 Jul 2012 05:46:48 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=message-id:date:from:user-agent:mime-version:to:subject :content-type:content-transfer-encoding; bh=piwNckKGroB8u1N7oj8kynpmFnHNgEglaubIzB6Tc/8=; b=iVa1LbxZPKs/I66IKF6MFFZdARffoKKz/l1eoUGlyLBs0jIjfGxkO8FxA4tF/4dets oRvPQkJ6d4rkigyUO5uh2ee5N8FWU1VGMf1aCRElQlCCz+hH8xdeHt5w5gHd32AXs7/X turpHWH7Fgwu0PED4cJDYxhwB3TvlYBEPjAG/RnykLiBJYV2esNcLItBer3fTgo8iLCw EtKNiW0oAVILRo+v6L7fbpooD2QJGwzk4Kupl33hQzbEhclBtfS0oSiDZpY6kL+Vix19 RcXEzS6Mi6Wh2SJ7qymixG2LW/URGUGZB/HJJwUVQ0Ill53eNwSzxC+VuGHQ1XkObPIJ j9iA== Received: by 10.204.13.76 with SMTP id b12mr953758bka.71.1342010808580; Wed, 11 Jul 2012 05:46:48 -0700 (PDT) Received: from zlatko.pc (office.spnet.net. [212.50.0.66]) by mx.google.com with ESMTPS id 14sm1091653bkq.12.2012.07.11.05.46.46 (version=SSLv3 cipher=OTHER); Wed, 11 Jul 2012 05:46:47 -0700 (PDT) Message-ID: <4FFD75AF.90308@gmail.com> Date: Wed, 11 Jul 2012 15:46:39 +0300 From: Zlatko Asenov User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:13.0) Gecko/20120621 Thunderbird/13.0.1 MIME-Version: 1.0 To: freebsd-bugs@freebsd.org Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: devel/dbus-glib does not compile on FreeBSD 9.0-STABLE X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 11 Jul 2012 12:46:50 -0000 Hi, I wish to compile x11/xorg with WITH_NEW_XORG="YES" and WITH_KMS="YES", but I get this error in deve/dbus-glib : root@localhost:/root # cd /usr/ports/devel/dbus dbus-glib/ dbus-qt3/ dbus-qt4/ dbus-sharp/ dbus/ root@localhost:/root # cd /usr/ports/devel/dbus-glib/ root@localhost:/usr/ports/devel/dbus-glib # make ===> Building for dbus-glib-0.94 gmake all-recursive gmake[1]: Entering directory `/usr/ports/devel/dbus-glib/work/dbus-glib-0.94' Making all in dbus gmake[2]: Entering directory `/usr/ports/devel/dbus-glib/work/dbus-glib-0.94/dbus' Making all in . gmake[3]: Entering directory `/usr/ports/devel/dbus-glib/work/dbus-glib-0.94/dbus' CC dbus-glib.lo In file included from dbus-glib.c:25: dbus-glib.h:28:30: error: dbus/dbus-shared.h: No such file or directory In file included from dbus-glib.c:25: dbus-glib.h:106: error: expected ')' before 'type' dbus-glib.h:108: error: expected ')' before 'type' In file included from dbus-glib.c:26: dbus-glib-lowlevel.h:28:23: error: dbus/dbus.h: No such file or directory In file included from dbus-glib.c:26: dbus-glib-lowlevel.h:33: error: expected declaration specifiers or '...' before 'DBusError' dbus-glib-lowlevel.h:42: error: expected ')' before '*' token dbus-glib-lowlevel.h:44: error: expected ')' before '*' token dbus-glib-lowlevel.h:48: error: expected declaration specifiers or '...' before 'DBusMessage' dbus-glib-lowlevel.h:49: error: expected declaration specifiers or '...' before 'dbus_uint32_t' dbus-glib-lowlevel.h:51: error: expected '=', ',', ';', 'asm' or '__attribute__' before '*' token dbus-glib-lowlevel.h:52: error: expected ')' before '*' token dbus-glib-lowlevel.h:53: error: expected '=', ',', ';', 'asm' or '__attribute__' before '*' token dbus-glib-lowlevel.h:63: error: expected '=', ',', ';', 'asm' or '__attribute__' before '*' token dbus-glib-lowlevel.h:66: error: expected declaration specifiers or '...' before 'DBusMessage' In file included from dbus-glib.c:29: dbus-gobject.h:27:33: error: dbus/dbus-signature.h: No such file or directory dbus-glib.c: In function 'dbus_g_connection_flush': dbus-glib.c:50: warning: implicit declaration of function 'dbus_connection_flush' dbus-glib.c:50: warning: nested extern declaration of 'dbus_connection_flush' dbus-glib.c:50: error: 'DBusConnection' undeclared (first use in this function) dbus-glib.c:50: error: (Each undeclared identifier is reported only once dbus-glib.c:50: error: for each function it appears in.) dbus-glib.c:50: error: expected expression before ')' token dbus-glib.c: In function 'dbus_g_connection_ref': dbus-glib.c:64: error: 'DBusConnection' undeclared (first use in this function) dbus-glib.c:64: error: 'c' undeclared (first use in this function) dbus-glib.c:66: error: expected expression before ')' token dbus-glib.c:67: warning: implicit declaration of function 'dbus_connection_ref' dbus-glib.c:67: warning: nested extern declaration of 'dbus_connection_ref' dbus-glib.c: In function 'dbus_g_connection_unref': dbus-glib.c:81: error: 'DBusConnection' undeclared (first use in this function) dbus-glib.c:81: error: 'c' undeclared (first use in this function) dbus-glib.c:83: error: expected expression before ')' token dbus-glib.c:84: warning: implicit declaration of function 'dbus_connection_unref' dbus-glib.c:84: warning: nested extern declaration of 'dbus_connection_unref' dbus-glib.c: In function 'dbus_g_message_ref': dbus-glib.c:108: error: 'DBusMessage' undeclared (first use in this function) dbus-glib.c:108: error: 'c' undeclared (first use in this function) dbus-glib.c:110: error: expected expression before ')' token dbus-glib.c:111: warning: implicit declaration of function 'dbus_message_ref' dbus-glib.c:111: warning: nested extern declaration of 'dbus_message_ref' dbus-glib.c: In function 'dbus_g_message_unref': dbus-glib.c:124: error: 'DBusMessage' undeclared (first use in this function) dbus-glib.c:124: error: 'c' undeclared (first use in this function) dbus-glib.c:126: error: expected expression before ')' token dbus-glib.c:127: warning: implicit declaration of function 'dbus_message_unref' dbus-glib.c:127: warning: nested extern declaration of 'dbus_message_unref' dbus-glib.c: In function 'dbus_connection_get_g_type': dbus-glib.c:220: error: 'dbus_connection_ref' undeclared (first use in this function) dbus-glib.c:221: error: 'dbus_connection_unref' undeclared (first use in this function) dbus-glib.c: In function 'dbus_message_get_g_type': dbus-glib.c:239: error: 'dbus_message_ref' undeclared (first use in this function) dbus-glib.c:240: error: 'dbus_message_unref' undeclared (first use in this function) dbus-glib.c: At top level: dbus-glib.c:300: error: expected '=', ',', ';', 'asm' or '__attribute__' before '*' token dbus-glib.c:307: error: expected '=', ',', ';', 'asm' or '__attribute__' before '_dbus_gmain_connection_slot' dbus-glib.c:321: error: expected ')' before '*' token dbus-glib.c:339: error: expected '=', ',', ';', 'asm' or '__attribute__' before '*' token gmake[3]: *** [dbus-glib.lo] Error 1 gmake[3]: Leaving directory `/usr/ports/devel/dbus-glib/work/dbus-glib-0.94/dbus' gmake[2]: *** [all-recursive] Error 1 gmake[2]: Leaving directory `/usr/ports/devel/dbus-glib/work/dbus-glib-0.94/dbus' gmake[1]: *** [all-recursive] Error 1 gmake[1]: Leaving directory `/usr/ports/devel/dbus-glib/work/dbus-glib-0.94' gmake: *** [all] Error 2 *** [do-build] Error code 1 Stop in /usr/ports/devel/dbus-glib. root@localhost:/usr/ports/devel/dbus-glib # Base is: root@localhost:/usr/ports/devel/dbus-glib # uname -a FreeBSD localhost 9.0-STABLE FreeBSD 9.0-STABLE #0: Tue Jul 10 20:04:02 EEST 2012 root@localhost:/usr/obj/usr/src/sys/GENERIC amd64 Best Regards, Zlatko Asenov