From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Mar 11 20:00:01 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 04DB0755 for ; Mon, 11 Mar 2013 20:00:01 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) by mx1.freebsd.org (Postfix) with ESMTP id DCC10D1C for ; Mon, 11 Mar 2013 20:00:00 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.6/8.14.6) with ESMTP id r2BK00ER092120 for ; Mon, 11 Mar 2013 20:00:00 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.6/8.14.6/Submit) id r2BK00NX092119; Mon, 11 Mar 2013 20:00:00 GMT (envelope-from gnats) Resent-Date: Mon, 11 Mar 2013 20:00:00 GMT Resent-Message-Id: <201303112000.r2BK00NX092119@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Ivan Klymenko Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id C2A1A704 for ; Mon, 11 Mar 2013 19:56:38 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from red.freebsd.org (red.freebsd.org [IPv6:2001:4f8:fff6::22]) by mx1.freebsd.org (Postfix) with ESMTP id B198CCF5 for ; Mon, 11 Mar 2013 19:56:38 +0000 (UTC) Received: from red.freebsd.org (localhost [127.0.0.1]) by red.freebsd.org (8.14.5/8.14.5) with ESMTP id r2BJubkf089964 for ; Mon, 11 Mar 2013 19:56:37 GMT (envelope-from nobody@red.freebsd.org) Received: (from nobody@localhost) by red.freebsd.org (8.14.5/8.14.5/Submit) id r2BJub0r089963; Mon, 11 Mar 2013 19:56:37 GMT (envelope-from nobody) Message-Id: <201303111956.r2BJub0r089963@red.freebsd.org> Date: Mon, 11 Mar 2013 19:56:37 GMT From: Ivan Klymenko To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Subject: ports/176863: [patch] sysutils/gksu not builds X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 11 Mar 2013 20:00:01 -0000 >Number: 176863 >Category: ports >Synopsis: [patch] sysutils/gksu not builds >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Mon Mar 11 20:00:00 UTC 2013 >Closed-Date: >Last-Modified: >Originator: Ivan Klymenko >Release: FreeBSD 10.0-CURRENT >Organization: individual >Environment: >Description: cc -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/local/include/libgksu -I/usr/local/include/startup-notification-1.0 -I/usr/local/include/gnome-keyring-1 -I/usr/local/include/gconf/2 -I/usr/local/include/orbit-2.0 -DORBIT2=1 -I/usr/local/include/nautilus -I/usr/local/include/gtk-2.0 -I/usr/local/include/gio-unix-2.0/ -I/usr/local/include/atk-1.0 -I/usr/local/include/cairo -I/usr/local/include/pixman-1 -I/usr/local/include/libdrm -D_THREAD_SAFE -I/usr/local/include/gdk-pixbuf-2.0 -I/usr/local/include/libpng15 -I/usr/local/include/pango-1.0 -pthread -I/usr/local/include/glib-2.0 -I/usr/local/include/freetype2 -I/usr/local/include -DLOCALEDIR=\"/usr/local/share/locale\" -DDATA_DIR=\"/usr/local/share\" -DPREFIX=\"/usr/local\" -I/usr/local/include -g -O2 -Wall -O2 -pipe -fno-strict-aliasing -MT libnautilus-gksu.lo -MD -MP -MF .deps/libnautilus-gksu.Tpo -c libnautilus-gksu.c -fPIC -DPIC -o .libs/libnautilus-gksu.o In file included from libnautilus-gksu.c:8: /usr/local/include/glib-2.0/glib/gkeyfile.h:24:2: error: #error "Only can be included directly." In file included from /usr/local/include/glib-2.0/glib/gkeyfile.h:30, from libnautilus-gksu.c:8: /usr/local/include/glib-2.0/glib/gerror.h:22:2: error: #error "Only can be included directly." In file included from /usr/local/include/glib-2.0/glib/gerror.h:30, from /usr/local/include/glib-2.0/glib/gkeyfile.h:30, from libnautilus-gksu.c:8: /usr/local/include/glib-2.0/glib/gquark.h:28:2: error: #error "Only can be included directly." In file included from /usr/local/include/glib-2.0/glib/gquark.h:34, from /usr/local/include/glib-2.0/glib/gerror.h:30, from /usr/local/include/glib-2.0/glib/gkeyfile.h:30, from libnautilus-gksu.c:8: /usr/local/include/glib-2.0/glib/gtypes.h:28:2: error: #error "Only can be included directly." In file included from /usr/local/include/glib-2.0/glibconfig.h:9, from /usr/local/include/glib-2.0/glib/gtypes.h:34, from /usr/local/include/glib-2.0/glib/gquark.h:34, from /usr/local/include/glib-2.0/glib/gerror.h:30, from /usr/local/include/glib-2.0/glib/gkeyfile.h:30, from libnautilus-gksu.c:8: /usr/local/include/glib-2.0/glib/gmacros.h:32:2: error: #error "Only can be included directly." In file included from /usr/local/include/glib-2.0/glib/gtypes.h:35, from /usr/local/include/glib-2.0/glib/gquark.h:34, from /usr/local/include/glib-2.0/glib/gerror.h:30, from /usr/local/include/glib-2.0/glib/gkeyfile.h:30, from libnautilus-gksu.c:8: /usr/local/include/glib-2.0/glib/gmacros.h:32:2: error: #error "Only can be included directly." In file included from /usr/local/include/glib-2.0/glib/gtypes.h:36, from /usr/local/include/glib-2.0/glib/gquark.h:34, from /usr/local/include/glib-2.0/glib/gerror.h:30, from /usr/local/include/glib-2.0/glib/gkeyfile.h:30, from libnautilus-gksu.c:8: /usr/local/include/glib-2.0/glib/gversionmacros.h:28:2: error: #error "Only can be included directly." distcc[41156] ERROR: compile libnautilus-gksu.c on 78.46.220.81/10,lzo failed distcc[41156] (dcc_build_somewhere) Warning: remote compilation of 'libnautilus-gksu.c' failed, retrying locally distcc[41156] Warning: failed to distribute libnautilus-gksu.c to 78.46.220.81/10,lzo, running locally instead In file included from libnautilus-gksu.c:8: /usr/local/include/glib-2.0/glib/gkeyfile.h:24:2: error: #error "Only can be included directly." In file included from /usr/local/include/glib-2.0/glib/gkeyfile.h:30, from libnautilus-gksu.c:8: /usr/local/include/glib-2.0/glib/gerror.h:22:2: error: #error "Only can be included directly." In file included from /usr/local/include/glib-2.0/glib/gerror.h:30, from /usr/local/include/glib-2.0/glib/gkeyfile.h:30, from libnautilus-gksu.c:8: /usr/local/include/glib-2.0/glib/gquark.h:28:2: error: #error "Only can be included directly." In file included from /usr/local/include/glib-2.0/glib/gquark.h:34, from /usr/local/include/glib-2.0/glib/gerror.h:30, from /usr/local/include/glib-2.0/glib/gkeyfile.h:30, from libnautilus-gksu.c:8: /usr/local/include/glib-2.0/glib/gtypes.h:28:2: error: #error "Only can be included directly." In file included from /usr/local/include/glib-2.0/glibconfig.h:9, from /usr/local/include/glib-2.0/glib/gtypes.h:34, from /usr/local/include/glib-2.0/glib/gquark.h:34, from /usr/local/include/glib-2.0/glib/gerror.h:30, from /usr/local/include/glib-2.0/glib/gkeyfile.h:30, from libnautilus-gksu.c:8: /usr/local/include/glib-2.0/glib/gmacros.h:32:2: error: #error "Only can be included directly." In file included from /usr/local/include/glib-2.0/glib/gtypes.h:35, from /usr/local/include/glib-2.0/glib/gquark.h:34, from /usr/local/include/glib-2.0/glib/gerror.h:30, from /usr/local/include/glib-2.0/glib/gkeyfile.h:30, from libnautilus-gksu.c:8: /usr/local/include/glib-2.0/glib/gmacros.h:32:2: error: #error "Only can be included directly." In file included from /usr/local/include/glib-2.0/glib/gtypes.h:36, from /usr/local/include/glib-2.0/glib/gquark.h:34, from /usr/local/include/glib-2.0/glib/gerror.h:30, from /usr/local/include/glib-2.0/glib/gkeyfile.h:30, from libnautilus-gksu.c:8: /usr/local/include/glib-2.0/glib/gversionmacros.h:28:2: error: #error "Only can be included directly." distcc[41156] ERROR: compile libnautilus-gksu.c on localhost failed gmake[2]: *** [libnautilus-gksu.lo] Ошибка 1 gmake[2]: Выход из каталога `/usr/ports_build/usr/ports/sysutils/gksu/work/gksu-2.0.2/nautilus-gksu' gmake[1]: *** [all-recursive] Ошибка 1 gmake[1]: Выход из каталога `/usr/ports_build/usr/ports/sysutils/gksu/work/gksu-2.0.2' gmake: *** [all] Ошибка 2 ===> Compilation failed unexpectedly. You have chosen to use multiple make jobs (parallelization) for all ports. This port was not tested for this setting. Please remove FORCE_MAKE_JOBS and retry the build before reporting the failure to the maintainer. *** [do-build] Error code 1 Stop in /usr/ports/sysutils/gksu. >How-To-Repeat: >Fix: Patch attached with submission follows: --- nautilus-gksu/libnautilus-gksu.c.orig 2013-03-11 21:52:17.000000000 +0200 +++ nautilus-gksu/libnautilus-gksu.c 2013-03-11 21:52:23.000000000 +0200 @@ -5,7 +5,6 @@ #include #include -#include #include #include #include >Release-Note: >Audit-Trail: >Unformatted: