pkgsrc-Bugs archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
Re: pkg/46017: pango build weiredness
The following reply was made to PR pkg/46017; it has been noted by GNATS.
From: "OBATA Akio" <obache%netbsd.org@localhost>
To: gnats-bugs%netbsd.org@localhost
Cc:
Subject: Re: pkg/46017: pango build weiredness
Date: Wed, 15 Feb 2012 22:41:33 +0900
On Tue, 14 Feb 2012 00:35:00 +0900, <martin%netbsd.org@localhost> wrote:
>> Description:
>
> When building pango on a -current sparc64 machine I noticed lots of messages
> like this:
>
> GISCAN GLib-2.0.gir
> /usr/include/sparc/mcontext.h:168: syntax error, unexpected identifier,
> expecting ',' or ';' in ' __asm volatile("mov %%g7, %0" : "=r" (__tmp));' at
> 'o'
> g-ir-scanner: GLib: warning: 720 warnings suppressed (use --warn-all to see
> them)
In giscanner/scannerlexer.l line 137 of gobject-introspection-1.30.0, "__asm"
will be skipped, but "__asm volatile" not.
Home |
Main Index |
Thread Index |
Old Index