ports/156856: Gnome2 dconf compiling error
Hasan Alp İNAN
hasanalpinan at gmail.com
Sat May 7 05:30:10 UTC 2011
>Number: 156856
>Category: ports
>Synopsis: Gnome2 dconf compiling error
>Confidential: no
>Severity: non-critical
>Priority: high
>Responsible: freebsd-ports-bugs
>State: open
>Quarter:
>Keywords:
>Date-Required:
>Class: sw-bug
>Submitter-Id: current-users
>Arrival-Date: Sat May 07 05:30:09 UTC 2011
>Closed-Date:
>Last-Modified:
>Originator: Hasan Alp İNAN
>Release: FreeBSD 8.2 Release (with latest updates)
>Organization:
>Environment:
FreeBSD beastie.seyhan.bel.tr 8.2-RELEASE FreeBSD 8.2-RELEASE #0: Thu Feb 17 02:41:51 UTC 2011 root at mason.cse.buffalo.edu:/usr/obj/usr/src/sys/GENERIC amd64
>Description:
1.I did a new installation. Update system with freebsd-update.
2.I did install bash and xorg packages.
3.Start gnome2 installation. (cd /usr/ports/x11/gnome2 && make install clean)
make.conf file:
PYTHON_VERSION=python2.7
PYTHON_DEFAULT_VERSION=python2.7
# added by use.perl 2011-05-06 11:06:41
PERL_VERSION=5.12.3
After giving the command I get the following error output when installation of dconf
beastie# make install clean
===> Vulnerability check disabled, database not found
===> License check disabled, port has not defined LICENSE
===> Extracting for dconf-0.5.1_3
=> SHA256 Checksum OK for gnome3/dconf-0.5.1.tar.bz2.
===> Patching for dconf-0.5.1_3
===> Applying FreeBSD patches for dconf-0.5.1_3
===> dconf-0.5.1_3 depends on executable: g-ir-scanner - found
===> dconf-0.5.1_3 depends on executable: valac - found
===> dconf-0.5.1_3 depends on executable: gmake - found
===> dconf-0.5.1_3 depends on file: /usr/local/bin/intltool-extract - found
===> dconf-0.5.1_3 depends on executable: pkg-config - found
===> dconf-0.5.1_3 depends on shared library: gee.2 - found
===> dconf-0.5.1_3 depends on shared library: atk-1.0.0 - found
===> dconf-0.5.1_3 depends on shared library: glib-2.0.0 - found
===> dconf-0.5.1_3 depends on shared library: gtk-x11-2.0.0 - found
===> dconf-0.5.1_3 depends on shared library: pango-1.0.0 - found
===> Configuring for dconf-0.5.1_3
checking for a BSD-compatible install... /usr/bin/install -c -o root -g wheel
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... aux/install-sh -c -d
checking for gawk... no
checking for mawk... no
checking for nawk... nawk
checking whether gmake sets $(MAKE)... yes
checking for gcc... cc
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables...
checking whether we are cross compiling... no
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether cc accepts -g... yes
checking for cc option to accept ISO C89... none needed
checking for style of include used by gmake... GNU
checking dependency style of cc... gcc3
checking for valac... /usr/local/bin/valac
checking /usr/local/bin/valac is at least version 0.9.5... yes
checking for pkg-config... /usr/local/bin/pkg-config
checking pkg-config is at least version 0.9.0... yes
checking for gobject-introspection... yes
checking for gtkdoc-check... no
checking for gtkdoc-rebase... no
checking for gtkdoc-mkpdf... no
checking whether to build gtk-doc documentation... no
checking for gio... yes
checking for gtk... yes
checking for libxml... yes
checking for gio-querymodules... /usr/local/bin/gio-querymodules
configure: creating ./config.status
config.status: creating common/Makefile
config.status: creating gvdb/Makefile
config.status: creating engine/Makefile
config.status: creating gsettings/Makefile
config.status: creating client/dconf.pc
config.status: creating client/Makefile
config.status: creating service/Makefile
config.status: creating bin/Makefile
config.status: creating editor/Makefile
config.status: creating tests/Makefile
config.status: creating docs/Makefile
config.status: creating Makefile
config.status: executing depfiles commands
===> Building for dconf-0.5.1_3
gmake -C /usr/ports/devel/dconf/work/dconf-0.5.1/client dconf-client.c libdconf.so.0
gmake: `/usr/ports/devel/dconf/work/dconf-0.5.1/client' dizine giriliyor
VALAC libdconf_so_0_0_0_vala.stamp
CC dconf-shmdir.o
CC dconf-paths.o
CC dconf-engine.o
CC gvdb-reader.o
CC dconf-client.o
dconf-client.c:14:22: warning: missing whitespace after the macro name
dconf-client.c:15:17: warning: missing whitespace after the macro name
dconf-client.c:16:17: warning: missing whitespace after the macro name
dconf-client.c:16:1: warning: "DCONF_CL" redefined
dconf-client.c:15:1: warning: this is the location of the previous definition
dconf-client.c:17:20: warning: missing whitespace after the macro name
dconf-client.c:18:20: warning: missing whitespace after the macro name
dconf-client.c:18:1: warning: "DCONF_IS_CL" redefined
dconf-client.c:17:1: warning: this is the location of the previous definition
dconf-client.c:19:17: warning: missing whitespace after the macro name
dconf-client.c:19:1: warning: "DCONF_CL" redefined
dconf-client.c:16:1: warning: this is the location of the previous definition
dconf-client.c:142:17: warning: missing whitespace after the macro name
dconf-client.c:142:1: warning: "DCONF_CL" redefined
dconf-client.c:19:1: warning: this is the location of the previous definition
dconf-client.c:144: error: stray '\304' in program
dconf-client.c:144: error: stray '\260' in program
dconf-client.c:144: error: expected ',' or '}' before '(' token
dconf-client.c:144: error: stray '\304' in program
dconf-client.c:144: error: stray '\260' in program
dconf-client.c:144: error: stray '\304' in program
dconf-client.c:144: error: stray '\260' in program
dconf-client.c:144: error: stray '\304' in program
dconf-client.c:144: error: stray '\260' in program
dconf-client.c: In function 'dconf_client_new':
dconf-client.c:1322: error: stray '\304' in program
dconf-client.c:1322: error: stray '\260' in program
dconf-client.c:1322: warning: implicit declaration of function 'ENT'
dconf-client.c:1322: error: stray '\304' in program
dconf-client.c:1322: error: stray '\260' in program
dconf-client.c:1322: error: expected ')' before 'ENT'
dconf-client.c:1322: error: too few arguments to function 'dconf_client_construct'
dconf-client.c: In function 'dconf_client_instance_init':
dconf-client.c:1334: error: stray '\304' in program
dconf-client.c:1334: error: stray '\260' in program
dconf-client.c:1334: error: 'o' undeclared (first use in this function)
dconf-client.c:1334: error: (Each undeclared identifier is reported only once
dconf-client.c:1334: error: for each function it appears in.)
dconf-client.c:1334: error: called object '0' is not a function
dconf-client.c:1334: error: stray '\304' in program
dconf-client.c:1334: error: stray '\260' in program
dconf-client.c:1334: error: stray '\304' in program
dconf-client.c:1334: error: stray '\260' in program
dconf-client.c:1334: error: expected ')' before 'ENT'
dconf-client.c:1334: error: stray '\304' in program
dconf-client.c:1334: error: stray '\260' in program
dconf-client.c:1334: error: expected ';' before 'ENT_GET_PRIVATE'
dconf-client.c: In function 'dconf_client_finalize':
dconf-client.c:1340: error: stray '\304' in program
dconf-client.c:1340: error: stray '\260' in program
dconf-client.c:1340: error: 'o' undeclared (first use in this function)
dconf-client.c:1340: error: called object '0' is not a function
dconf-client.c:1340: error: stray '\304' in program
dconf-client.c:1340: error: stray '\260' in program
dconf-client.c:1340: error: stray '\304' in program
dconf-client.c:1340: error: stray '\260' in program
dconf-client.c:1340: error: expected ')' before 'ENT'
dconf-client.c:1340: error: stray '\304' in program
dconf-client.c:1340: error: stray '\260' in program
dconf-client.c:1340: error: expected ';' before 'ENT'
gmake: *** [dconf-client.o] Hata 1
gmake: `/usr/ports/devel/dconf/work/dconf-0.5.1/client' dizininden çıkılıyor
*** Error code 2
Stop in /usr/ports/devel/dconf.
I try "make clean && make install clean" nothing change.
Sorry about my English.
>How-To-Repeat:
Just try to install Gnome2 from ports or install only dconf package.
>Fix:
I dont know but when i check dconf version at dconf web page; new versions released.
March 22, 2011: dconf 0.7.3 released
February 5, 2011: dconf 0.7.2 released
January 18, 2011: dconf 0.7.1 released
January 18, 2011: dconf 0.7 released
December 21, 2010: dconf 0.6 released
August 4, 2010: dconf 0.5 released
Source : http://live.gnome.org/dconf
dconf-0.5.1 may be incompatible with new Python version 2.7.
>Release-Note:
>Audit-Trail:
>Unformatted:
More information about the freebsd-ports-bugs
mailing list