GIO performance improvements

2011-11-15 Thread André Gillibert
I'm not sure this mailing list is the correct place to post GLIB-related requests, but I didn't find a glib-devel-list. I wrote a patch for GLIB 2.28 GIO subsystem to benefit from dirent::d_type and be as lazy as possible on lstat(2)/stat(2)/readlink(2)/access(2) syscalls on local file system

Re: GIO performance improvements

2011-11-15 Thread Christian Dywan
Am 15.11.2011 17:49, schrieb André Gillibert: I'm not sure this mailing list is the correct place to post GLIB-related requests, but I didn't find a glib-devel-list. Yes it is. If you have patches, even if not yet perfect, you should file (a) bug(s) in Bugzilla. Keep in mind, patches will go

gobject-introspection-0.10.8 warnings on AIX

2011-11-15 Thread Albert Chin
We've built gobject-introspection-0.10.8 on AIX, HP-UX, Solaris, IRIX, Tru64 UNIX, and RHEL. We have it compiling everywhere except AIX. We're seeing the following error. Any ideas? env LPATH=.libs PYTHONPATH=..:.. UNINSTALLED_INTROSPECTION_SRCDIR=.. UNINSTALLED_INTROSPECTION_BUILDDIR=..

Re: gobject-introspection-0.10.8 warnings on AIX

2011-11-15 Thread Simon McVittie
On Tue, 15 Nov 2011 at 12:48:35 -0600, Albert Chin wrote: We've built gobject-introspection-0.10.8 on AIX, HP-UX, Solaris, IRIX, Tru64 UNIX, and RHEL. We have it compiling everywhere except AIX. We're seeing the following error. Any ideas?

Re: gobject-introspection-0.10.8 warnings on AIX

2011-11-15 Thread Albert Chin
On Tue, Nov 15, 2011 at 07:12:06PM +, Simon McVittie wrote: On Tue, 15 Nov 2011 at 12:48:35 -0600, Albert Chin wrote: We've built gobject-introspection-0.10.8 on AIX, HP-UX, Solaris, IRIX, Tru64 UNIX, and RHEL. We have it compiling everywhere except AIX. We're seeing the following

Re: gobject-introspection-0.10.8 warnings on AIX

2011-11-15 Thread Albert Chin
On Tue, Nov 15, 2011 at 01:46:59PM -0600, Albert Chin wrote: On Tue, Nov 15, 2011 at 07:12:06PM +, Simon McVittie wrote: On Tue, 15 Nov 2011 at 12:48:35 -0600, Albert Chin wrote: We've built gobject-introspection-0.10.8 on AIX, HP-UX, Solaris, IRIX, Tru64 UNIX, and RHEL. We have

Re: gobject-introspection-0.10.8 warnings on AIX

2011-11-15 Thread Albert Chin
On Tue, Nov 15, 2011 at 04:28:45PM -0600, Albert Chin wrote: On Tue, Nov 15, 2011 at 01:46:59PM -0600, Albert Chin wrote: On Tue, Nov 15, 2011 at 07:12:06PM +, Simon McVittie wrote: On Tue, 15 Nov 2011 at 12:48:35 -0600, Albert Chin wrote: We've built gobject-introspection-0.10.8 on

Re: gobject-introspection-0.10.8 warnings on AIX

2011-11-15 Thread Albert Chin
On Tue, Nov 15, 2011 at 07:12:06PM +, Simon McVittie wrote: On Tue, 15 Nov 2011 at 12:48:35 -0600, Albert Chin wrote: We've built gobject-introspection-0.10.8 on AIX, HP-UX, Solaris, IRIX, Tru64 UNIX, and RHEL. We have it compiling everywhere except AIX. We're seeing the following

Use of LPATH=.libs in common.mk for gobject-introspection

2011-11-15 Thread Albert Chin
What's the purpose of LPATH=.libs in gobject-introspection? For HP-UX, when LPATH is set, it replaces the default search path for libraries. So, LPATH=.libs with -lpthread will not search /usr/lib for libpthread.sl. -- albert chin (ch...@thewrittenword.com)

Testsuite failure on Tru64 UNIX for gobject-introspection-0.10.8

2011-11-15 Thread Albert Chin
We're getting a testsuite failure on Tru64 UNIX 5.1 for 0.10.8: --- offsets.compiled2011-11-16 06:58:11 + +++ offsets.introspected2011-11-16 06:58:11 + @@ -5,7 +5,7 @@ some_enum 48 some_ptrs 56 -OffsetsBasic: size=88, alignment=8 +OffsetsBasic: size=96, alignment=8 dummy1