bug#75157: Grafting inconsistency with multiple outputs is causing problems

2025-01-02 Thread pelzflorian (Florian Pelz)
Hi Dariqq. Your glib and json bug is indeed different. Your initial suggestion for a proper fix to the different but similar troubles we both have: > I think it would be good if grafts are only applied per output (which > might also help resolve #69653). is the same proposal as in bug#48907.

bug#75157: Grafting inconsistency with multiple outputs is causing problems

2024-12-29 Thread Dariqq
Hello FLorian, I think you are experiencing a different (related) issue because the problem I seems to vanish by linking to the glib that is used by g-golf instead (the --no-grafts options ensures that only one glib is in my guix shell) On 29.12.24 01:24, pelzflorian (Florian Pelz) wrote:

bug#75157: Grafting inconsistency with multiple outputs is causing problems

2024-12-28 Thread pelzflorian (Florian Pelz)
Hello Dariqq, your debugging is interesting. My G-Golf GTK program has a critical error at Gdk-Pixbuf, not GLib at first sight, but see below. $ guile /gnu/store/hbf4wqssp0aa0m2cxrwaq0mkxfd5y59p-launcher.scm (guile:1273): Gtk-WARNING **: 01:21:40.538: Unable to acquire session bus: Failed to ex

bug#75157: Grafting inconsistency with multiple outputs is causing problems

2024-12-28 Thread Dariqq
Hello, Yesterday I was playing around with g-golf and libguile and encountered some weird glib issues once I linked my c program to glib/gobject. After asking about this in #guile the problem was discovered to be 2 different glibs being in use and the workaround is use them with '--no-grafts