Giter Site home page Giter Site logo

gtk+ failing to install about kubler HOT 4 CLOSED

edannenberg avatar edannenberg commented on May 24, 2024
gtk+ failing to install

from kubler.

Comments (4)

edannenberg avatar edannenberg commented on May 24, 2024 1

Thanks, that made things a little easier.

I tried to execute gtk-query-immodules-2.0 manually in an interactive build container after the failed install. More errors down the road as dependencies of the binary are not in the system path.

You will usually run into a wall with packages that execute some package specific binaries as part of the build process. Had the same issue when trying to install tomcat-native recently. What usually works in those cases is generating the binary package in the configure_bob hook first. Try the following:

PACKAGES="=x11-libs/gtk+-2.24.29"

configure_bob()
{
update_use x11-libs/gdk-pixbuf +X
update_use x11-libs/cairo +X
emerge =x11-libs/gtk+-2.24.29
}

So just install the troublesome package in the build container in the configure_bob hook, as a side effect you get a binary package which is then picked up in the next phase when PACKAGES are installed at the custom root.

I should probably document that. :p

from kubler.

edannenberg avatar edannenberg commented on May 24, 2024

Looks like it should work to me. Gonna take a closer look later today.

from kubler.

soredake avatar soredake commented on May 24, 2024

Here is my https://transfer.sh/2JB1Y/buildconfig.sh buildconfig that fails to install gtk+

from kubler.

edannenberg avatar edannenberg commented on May 24, 2024

They say time is the fire in which we burn. It's documented now.

from kubler.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.