pkgsrc-Bugs archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
Re: pkg/46017: strange error messages
The following reply was made to PR pkg/46017; it has been noted by GNATS.
From: Martin Husemann <martin%duskware.de@localhost>
To: gnats-bugs%NetBSD.org@localhost
Cc:
Subject: Re: pkg/46017: strange error messages
Date: Mon, 13 Feb 2012 17:31:56 +0100
Ooops, it was not pango being compiled but devel/gobject-introspection.
GISCAN seems to be a python script and I'm lost there ;-)
I checked the preprocessed GLib-2.0.i file (created with CFLAGS=-save-temps)
and it is ok:
# 163 "/usr/include/sparc/mcontext.h" 3 4
static __inline void *
__lwp_getprivate_fast(void)
{
register void *__tmp;
__asm volatile("mov %%g7, %0" : "=r" (__tmp));
return __tmp;
}
# 7 "/usr/include/machine/mcontext.h" 2 3 4
Bug in the python code, I assume.
Martin
Home |
Main Index |
Thread Index |
Old Index