all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: David Pirotte <david@altosw.be>
To: Catonano <catonano@gmail.com>
Cc: guix-devel <guix-devel@gnu.org>
Subject: Re: G-golf
Date: Sun, 14 Jan 2018 20:23:47 -0200	[thread overview]
Message-ID: <20180114202347.23cb413d@capac> (raw)
In-Reply-To: <CAJ98PDwFrcuXthu2wogwgi6rFW-ZKE9FTgn6oDSp=EeJKowrPA@mail.gmail.com>

[-- Attachment #1: Type: text/plain, Size: 1016 bytes --]


> > > (define %libgirepository (dynamic-link "libgirepository-1.0"))  

> > > In procedure dynamic-link: file: "libgirepository-1.0", message: "file   not  
> > > found"  

> > > but both Gobect-introspection and Glib are in the ad-hoc environment
> > > (they were found by configure)  

> > You can try to run ldd:

> >         ldd <the-full-path-name-of-the-lib>

> >         [ and se what is missing... look for not found

> > If that is not enough, you can try to strace:

> >         strace -o strace.out guile -c "(dynamic-link "libgirepository-1.0"))"

> It's a bit late now, I'll be on this again soon

Take your time, I just wanted (try) to help, but you have to understand that it is a
Guix related problem, or Guix user configuration problem, not a G-Golf problem.

And writing this I just remember Ludovic saying to someone recently that Guix does
not honor /etc/ld.so.conf, so you probably have to

	export LD_LIBRARY_PATH=<all path to all libs required by G-Golf>

David

[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 488 bytes --]

  reply	other threads:[~2018-01-14 22:24 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-01-14 14:02 G-golf Catonano
2018-01-14 14:20 ` G-golf David Pirotte
2018-01-14 20:36   ` G-golf Catonano
2018-01-14 22:23     ` David Pirotte [this message]
2018-01-15  7:21       ` G-golf Danny Milosavljevic
2018-01-16 11:19 ` G-golf Ludovic Courtès

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20180114202347.23cb413d@capac \
    --to=david@altosw.be \
    --cc=catonano@gmail.com \
    --cc=guix-devel@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.