Bug 75697 - unbreak build on OpenBSD
Summary: unbreak build on OpenBSD
Status: RESOLVED NOTABUG
Alias: None
Product: Zeitgeist
Classification: Unclassified
Component: libzeitgeist (show other bugs)
Version: unspecified
Hardware: All OpenBSD
: medium normal
Assignee: zeitgeist-bugs@lists.freedesktop.org
QA Contact: zeitgeist-bugs@lists.freedesktop.org
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-03-03 08:38 UTC by Antoine Jacoutot
Modified: 2014-03-03 08:40 UTC (History)
0 users

See Also:
i915 platform:
i915 features:


Attachments
unbreak build: missing pkg linux (592 bytes, text/plain)
2014-03-03 08:38 UTC, Antoine Jacoutot
Details

Description Antoine Jacoutot 2014-03-03 08:38:35 UTC
Created attachment 95006 [details]
unbreak build: missing pkg linux

Hi.

Building zeitgeist on OpenBSD ends up with the following error:

/usr/local/bin/valac \
	--target-glib=2.26 --pkg gio-2.0 --pkg gio-unix-2.0 --pkg sqlite3 ../config.vapi -C   ./zeitgeist-datamodel-2.0.vapi ./zeitgeist-internal.vapi --vapi zeitgeist-2.0.vapi -H zeitgeist.h --library zeitgeist-2.0  \
	data-source-registry.vala index.vala log.vala monitor.vala queued-proxy-wrapper.vala remote.vala
log.vala:44.7-44.11: error: The namespace name `Posix' could not be found
using Posix;
      ^^^^^
log.vala:45.7-45.11: error: The namespace name `Linux' could not be found
using Linux;

This patches fixes it, but I wonder why it is not seen on other OSes.
Thank you.
Comment 1 Antoine Jacoutot 2014-03-03 08:40:03 UTC
Ah damn it, just realized I has a stall local patch that should not have been there... Sorry for the noise :-/
Stupid me!


Use of freedesktop.org services, including Bugzilla, is subject to our Code of Conduct. How we collect and use information is described in our Privacy Policy.