pkgsrc-Users archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: gobject-introspection is like, the worst.



On Thu, Jun 29, 2017 at 10:37:03AM -0400, D'Arcy Cain wrote:
> On 06/29/17 10:21, Joerg Sonnenberger wrote:
> > > /usr/src/external/gpl3/gcc/dist/libstdc++-v3/libsupc++/exception:37:10:
> > > fatal error:
> > >        'bits/c++config.h' file not found
> > > #include <bits/c++config.h>
> > >           ^~~~~~~~~~~~~~~~~~
> > > 1 error generated.
> > > nbmkdep: compile failed.
> > > 
> > > I'm not sure why it's even in the gcc tree.
> > 
> > MKGCC=no :)
> 
> Argh!  I will update the docs.  Is that in mk.conf or the environment? What
> about the other constants?
> 
> Can we make it so that if MKGCC or MKLLVM is "yes" that the other is
> automatically set to "no"?

Well, the primary point is that HAVE_LLVM triggers the use of
compiler-rt etc in libc. As such, libgcc_s should no longer be used.
Since that changes the libc ABI, I can't really just change the gcc spec
to match that though.

Joerg


Home | Main Index | Thread Index | Old Index