Hello World,
I recently made a new FreeBSD installation on my notebook. Unfortunately I am unable to compile the xorg server due to an error in devel/gobject-introspection.
I receive this Error when trying to compile it:
I guess that the problem is this:
[CMD=]Target »/usr/local/include/usr/local/include/usr/local/include/usr/local/include/gio-unix-2.0/gio/*.h«,[/CMD]
After reading various files I found in /usr/ports/devel/gobject-introspection/work/gobject-introspection-0.10.8/Makefile
[CMD=]GIO_UNIX_HDRS = $(shell pkg-config --variable=includedir gio-unix-2.0)/gio-unix-2.0/gio/*.h[/CMD]
So obviously this variable has a wrong value. But I have no idea why and how I could possibly change it because I do not understand what I found by using google and due to this:
Some additional information
[CMD=]$FreeBSD: ports/devel/gobject-introspection/Makefile,v 1.20 2012/03/19 13:36:06 kwm Exp $[/CMD]
I hope someone could help me with fixing this problem.
Thanks in advance,
Yapph Dorlw
I recently made a new FreeBSD installation on my notebook. Unfortunately I am unable to compile the xorg server due to an error in devel/gobject-introspection.
I receive this Error when trying to compile it:
Code:
#make install
===> Building for gobject-introspection-0.10.8_2
gmake all-recursive
gmake[1]: Entering directory `/usr/ports/devel/gobject-introspection/work/gobject-introspection-0.10.8'
Making all in .
gmake[2]: Entering directory `/usr/ports/devel/gobject-introspection/work/gobject-introspection-0.10.8'
gmake[2]: *** Keine Regel vorhanden, um das Target [U]»/usr/local/include/usr/local/include/usr/local/include/usr/local/include/gio-unix-2.0/gio/*.h«[/U],
benötigt von »Gio-2.0.gir«, zu erstellen. Schluss.
gmake[2]: Leaving directory `/usr/ports/devel/gobject-introspection/work/gobject-introspection-0.10.8'
gmake[1]: *** [all-recursive] Fehler 1
gmake[1]: Leaving directory `/usr/ports/devel/gobject-introspection/work/gobject-introspection-0.10.8'
gmake: *** [all] Fehler 2
*** Error code 1
Stop in /usr/ports/devel/gobject-introspection.
I guess that the problem is this:
[CMD=]Target »/usr/local/include/usr/local/include/usr/local/include/usr/local/include/gio-unix-2.0/gio/*.h«,[/CMD]
After reading various files I found in /usr/ports/devel/gobject-introspection/work/gobject-introspection-0.10.8/Makefile
[CMD=]GIO_UNIX_HDRS = $(shell pkg-config --variable=includedir gio-unix-2.0)/gio-unix-2.0/gio/*.h[/CMD]
$ pkg-config --variable=includedir gio-unix-2.0
/usr/local/include/usr/local/include/usr/local/include/usr/local/include
So obviously this variable has a wrong value. But I have no idea why and how I could possibly change it because I do not understand what I found by using google and due to this:
$ man pkg-config
No manual entry for pkg-config
Some additional information
[CMD=]$FreeBSD: ports/devel/gobject-introspection/Makefile,v 1.20 2012/03/19 13:36:06 kwm Exp $[/CMD]
$ uname -a
FreeBSD MyStdIO 9.0-RELEASE-p3 FreeBSD 9.0-RELEASE-p3 #0: Tue Jun 12 02:52:29 UTC 2012 [email]root@amd64-builder.daemonology.net[/email]:/usr/obj/usr/src/sys/GENERIC amd64
I hope someone could help me with fixing this problem.
Thanks in advance,
Yapph Dorlw