From mboxrd@z Thu Jan 1 00:00:00 1970 From: swedebugia Subject: bug#34499: Fwd: Guile-gnome package broken in Guix Date: Sat, 16 Feb 2019 13:28:18 +0100 Message-ID: <62956f1e-5010-1d4d-cce4-9b072a9f0dec@riseup.net> References: <59cf0841-bc58-a4a2-80b1-a7f5808dde6b@riseup.net> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit Return-path: Received: from eggs.gnu.org ([209.51.188.92]:58231) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1guz4e-0001EV-3A for bug-guix@gnu.org; Sat, 16 Feb 2019 07:28:05 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1guz4c-00028c-Tr for bug-guix@gnu.org; Sat, 16 Feb 2019 07:28:04 -0500 Received: from debbugs.gnu.org ([209.51.188.43]:50774) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1guz4c-00028H-Jf for bug-guix@gnu.org; Sat, 16 Feb 2019 07:28:02 -0500 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1guz4c-0003kW-7T for bug-guix@gnu.org; Sat, 16 Feb 2019 07:28:02 -0500 Sender: "Debbugs-submit" Resent-Message-ID: In-Reply-To: Content-Language: en-US List-Id: Bug reports for GNU Guix List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: bug-guix-bounces+gcggb-bug-guix=m.gmane.org@gnu.org Sender: "bug-Guix" To: 34499@debbugs.gnu.org On 2019-02-16 12:02, swedebugia wrote: > The files end up in profile/share/guile-gnome-2/... which is not in > guiles load path. > > The result of running the examples: > (first get it with guix build --source) > > > $ guile -s hello.scm > ... > ERROR: In procedure scm-error: > no code for module (gnome gobject) > Trying to set the right load path results in this error: guile-gnome-platform-2.16.5/gtk/examples$ guile -L ~/.guix-profile/share/guile-gnome-2/ -s hello.scm guile: warning: failed to install locale ;;; note: auto-compilation is enabled, set GUILE_AUTO_COMPILE=0 ;;; or pass the --no-auto-compile argument to disable. ;;; compiling /home/sdb/src/guile-gnome-platform-2.16.5/gtk/examples/hello.scm ;;; compiling /home/sdb/.guix-profile/share/guile-gnome-2/gnome/gobject.scm ;;; compiling /home/sdb/.guix-profile/share/guile-gnome-2/gnome/gobject/gtype.scm ;;; compiling /home/sdb/.guix-profile/share/guile-gnome-2/gnome/gobject/utils.scm ;;; compiled /home/sdb/.cache/guile/ccache/2.2-LE-8-3.A/gnu/store/99nyg5hqmnk4l42xv018wmckby54yq2y-guile-gnome-2.16.5/share/guile-gnome-2/gnome/gobject/utils.scm.go ;;; compiling /home/sdb/.guix-profile/share/guile-gnome-2/gnome/gobject/config.scm ;;; compiled /home/sdb/.cache/guile/ccache/2.2-LE-8-3.A/gnu/store/99nyg5hqmnk4l42xv018wmckby54yq2y-guile-gnome-2.16.5/share/guile-gnome-2/gnome/gobject/config.scm.go ;;; compiled /home/sdb/.cache/guile/ccache/2.2-LE-8-3.A/gnu/store/99nyg5hqmnk4l42xv018wmckby54yq2y-guile-gnome-2.16.5/share/guile-gnome-2/gnome/gobject/gtype.scm.go ;;; compiling /home/sdb/.guix-profile/share/guile-gnome-2/gnome/gobject/gvalue.scm ;;; compiled /home/sdb/.cache/guile/ccache/2.2-LE-8-3.A/gnu/store/99nyg5hqmnk4l42xv018wmckby54yq2y-guile-gnome-2.16.5/share/guile-gnome-2/gnome/gobject/gvalue.scm.go ;;; compiling /home/sdb/.guix-profile/share/guile-gnome-2/gnome/gobject/gclosure.scm ;;; compiled /home/sdb/.cache/guile/ccache/2.2-LE-8-3.A/gnu/store/99nyg5hqmnk4l42xv018wmckby54yq2y-guile-gnome-2.16.5/share/guile-gnome-2/gnome/gobject/gclosure.scm.go ;;; compiling /home/sdb/.guix-profile/share/guile-gnome-2/gnome/gobject/gsignal.scm ;;; compiled /home/sdb/.cache/guile/ccache/2.2-LE-8-3.A/gnu/store/99nyg5hqmnk4l42xv018wmckby54yq2y-guile-gnome-2.16.5/share/guile-gnome-2/gnome/gobject/gsignal.scm.go ;;; compiling /home/sdb/.guix-profile/share/guile-gnome-2/gnome/gobject/gparameter.scm ;;; compiled /home/sdb/.cache/guile/ccache/2.2-LE-8-3.A/gnu/store/99nyg5hqmnk4l42xv018wmckby54yq2y-guile-gnome-2.16.5/share/guile-gnome-2/gnome/gobject/gparameter.scm.go ;;; compiling /home/sdb/.guix-profile/share/guile-gnome-2/gnome/gobject/gobject.scm ;;; compiled /home/sdb/.cache/guile/ccache/2.2-LE-8-3.A/gnu/store/99nyg5hqmnk4l42xv018wmckby54yq2y-guile-gnome-2.16.5/share/guile-gnome-2/gnome/gobject/gobject.scm.go ;;; compiling /home/sdb/.guix-profile/share/guile-gnome-2/gnome/gw/support/modules.scm ;;; compiled /home/sdb/.cache/guile/ccache/2.2-LE-8-3.A/gnu/store/99nyg5hqmnk4l42xv018wmckby54yq2y-guile-gnome-2.16.5/share/guile-gnome-2/gnome/gw/support/modules.scm.go ;;; compiled /home/sdb/.cache/guile/ccache/2.2-LE-8-3.A/gnu/store/99nyg5hqmnk4l42xv018wmckby54yq2y-guile-gnome-2.16.5/share/guile-gnome-2/gnome/gobject.scm.go ;;; compiling /home/sdb/.guix-profile/share/guile-gnome-2/gnome/gtk.scm ;;; compiling /home/sdb/.guix-profile/share/guile-gnome-2/gnome/gobject/generics.scm ;;; compiled /home/sdb/.cache/guile/ccache/2.2-LE-8-3.A/gnu/store/99nyg5hqmnk4l42xv018wmckby54yq2y-guile-gnome-2.16.5/share/guile-gnome-2/gnome/gobject/generics.scm.go ;;; compiling /home/sdb/.guix-profile/share/guile-gnome-2/gnome/gw/gdk.scm ;;; compiling /home/sdb/.guix-profile/share/guile/site/2.2/g-wrap/gw/standard.scm ;;; compiling /home/sdb/.guix-profile/share/guile/site/2.2/g-wrap/config.scm ;;; compiled /home/sdb/.cache/guile/ccache/2.2-LE-8-3.A/gnu/store/lhyaqrqlyvahxbw6vk4v13qryv4pmd19-g-wrap-1.9.15/share/guile/site/2.2/g-wrap/config.scm.go ;;; compiled /home/sdb/.cache/guile/ccache/2.2-LE-8-3.A/gnu/store/lhyaqrqlyvahxbw6vk4v13qryv4pmd19-g-wrap-1.9.15/share/guile/site/2.2/g-wrap/gw/standard.scm.go ;;; compiling /home/sdb/.guix-profile/share/guile-gnome-2/gnome/gw/glib.scm ;;; WARNING: compilation of /home/sdb/.guix-profile/share/guile-gnome-2/gnome/gw/glib.scm failed: ;;; In procedure dynamic-link: file: "libgw-guile-gnome-glib", message: "file not found" ;;; WARNING: compilation of /home/sdb/.guix-profile/share/guile-gnome-2/gnome/gw/gdk.scm failed: ;;; In procedure dynamic-link: file: "libgw-guile-gnome-glib", message: "file not found" ;;; compiling /home/sdb/.guix-profile/share/guile-gnome-2/gnome/gw/gobject.scm ;;; WARNING: compilation of /home/sdb/.guix-profile/share/guile-gnome-2/gnome/gw/gobject.scm failed: ;;; In procedure dynamic-link: file: "libgw-guile-gnome-gobject", message: "file not found" ;;; WARNING: compilation of /home/sdb/.guix-profile/share/guile-gnome-2/gnome/gtk.scm failed: ;;; In procedure dynamic-link: file: "libgw-guile-gnome-gobject", message: "file not found" ;;; compiling /home/sdb/.guix-profile/share/guile-gnome-2/gnome/gw/gtk.scm ;;; compiling /home/sdb/.guix-profile/share/guile-gnome-2/gnome/gw/atk.scm ;;; WARNING: compilation of /home/sdb/.guix-profile/share/guile-gnome-2/gnome/gw/atk.scm failed: ;;; In procedure dynamic-link: file: "libgw-guile-gnome-atk", message: "file not found" ;;; WARNING: compilation of /home/sdb/.guix-profile/share/guile-gnome-2/gnome/gw/gtk.scm failed: ;;; In procedure dynamic-link: file: "libgw-guile-gnome-atk", message: "file not found" ;;; compiling /home/sdb/.guix-profile/share/guile-gnome-2/gnome/gw/cairo.scm ;;; WARNING: compilation of /home/sdb/.guix-profile/share/guile-gnome-2/gnome/gw/cairo.scm failed: ;;; In procedure dynamic-link: file: "libgw-guile-gnome-cairo", message: "file not found" ;;; WARNING: compilation of /home/sdb/src/guile-gnome-platform-2.16.5/gtk/examples/hello.scm failed: ;;; In procedure dynamic-link: file: "libgw-guile-gnome-cairo", message: "file not found" Backtrace: 4 (primitive-load "/home/sdb/src/guile-gnome-platform-2.?") In ice-9/eval.scm: 293:34 3 (_ #(#(#))) 163:9 2 (_ #(#(#))) 223:20 1 (proc #(#(#))) In unknown file: 0 (%resolve-variable (7 . ) #) ERROR: In procedure %resolve-variable: Unbound variable: -- Cheers Swedebugia