Jump to content
Read the Funtoo Newsletter: Summer 2023 ×

patty.yivi

Members
  • Posts

    27
  • Joined

  • Last visited

Community Answers

  1. patty.yivi's post in Please, share your debian-sources folder (already emerged & packed)! was marked as the answer   
    It's already solved (partially), as you can read here the culprit is ulimit settings, and the partial solution allows at least for emerging debian-sources.
  2. patty.yivi's post in [Gentoo->Funtoo switching] is 'gobject-introspection' necessary? was marked as the answer   
    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.
     
×
×
  • Create New...