Jump to content
Forums in Read-Only Mode - Please use Reddit ×
  • 0

[Gentoo->Funtoo switching] is 'gobject-introspection' necessary?


patty.yivi

Question

1 answer to this question

Recommended Posts

  • 0

It's already solved.

It's turned out -DNDEBUG -DG_DISABLE_ASSERT flags were the culprit why

=dev-python/pygobject-3.16.2:3::gentoo

didn't want to compile,

in the file /etc/portage/make.conf

CXXFLAGS="-Os -s -march=native -pipe -DNDEBUG  -DG_DISABLE_ASSERT"
CFLAGS=" -Os -march=native -pipe -DNDEBUG -DG_DISABLE_ASSERT"
CPPFLAGS=" -DNDEBUG -DG_DISABLE_ASSERT"

and commenting them out allows this ebuild to emerge.

 

Link to comment
Share on other sites

×
×
  • Create New...