Jump to content
Read the Funtoo Newsletter: Summer 2023 ×
  • 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 an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...