patty.yivi Posted May 17, 2016 Report Share Posted May 17, 2016 It looks like dev-libs/gobject-introspection presence is necessary (one of the main python modules has it's dependency built in witohut USE flag control), while in Gentoo I had it turned off, how to get rid of it? Link to comment Share on other sites More sharing options...
0 patty.yivi Posted May 22, 2016 Author Report Share Posted May 22, 2016 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 More sharing options...
Question
patty.yivi
It looks like dev-libs/gobject-introspection presence is necessary (one of the main python modules has it's dependency built in witohut USE flag control), while in Gentoo I had it turned off, how to get rid of it?
Link to comment
Share on other sites
1 answer to this question
Recommended Posts