> > This must be related to gobject-introspection. Is it installed?
>
> It's definitely installed, because that's precisely the thing failing...
> the invocation of /usr/local/bin/g-ir-scanner.
>
>A quick look at the code appearing in the stack trace:
>
> https://github.com/GNOME/gobject-introspection/blob/master/giscanner/sourcescanner.py
>
> ...suggests that it's attempting to run the C compiler to do some kind
> of pre-processing task on some file. Looks to me like it tries to invoke
> the command "cc", which we normally symlink to "gcc" - possibly the link
> is missing?

Indeed - I'd mistyped the cc -> gcc symlink, after correcting it, things work

Thanks for that, it would have taken me a long time to discover :)

John
-- 
http://linuxfromscratch.org/mailman/listinfo/blfs-support
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page

Reply via email to