all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Pierre Neidhardt <mail@ambrevar.xyz>
To: Benjamin Slade <beoram@gmail.com>
Cc: Guix-Help <help-guix@gnu.org>
Subject: Re: sbcl/glibc troubles
Date: Fri, 14 Sep 2018 08:51:05 +0200	[thread overview]
Message-ID: <878t447esm.fsf@ambrevar.xyz> (raw)
In-Reply-To: <87sh2c3i4s.fsf@jnanam.net>

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

Sorry, I misread the error message.
Your error is unrelated I think, although you might need the aforementioned
trick later.

The problem is with libosicat.  How did you install it?
It seems to me that it came pre-compiled as a binary.
You can check this with

  ldd /home/slade/.cache/common-lisp/sbcl-1.4.4-linux-x64/home/slade/quicklisp/dists/quicklisp/software/osicat-20180228-git/posix/libosicat.so

(Find `ldd` in the gcc-toolchain package.)

If I'm right, you need to package libosicat for Guix first so that the linker
knows about the right Glibc, etc. which paths are different on Guix compared to
most traditional distributions.

Once you get libosicat compiled correctly (check the output of ldd to make sure
there is no missing library) it should work fine.  If not, try to customize
cffi:*foreign-library-directories*.

Let me know if you need help with osicat.

-- 
Pierre Neidhardt
https://ambrevar.xyz/

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 487 bytes --]

      reply	other threads:[~2018-09-14  6:51 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-09-13  3:14 sbcl/glibc troubles Benjamin Slade
2018-09-13  7:47 ` Pierre Neidhardt
2018-09-14  2:52   ` Benjamin Slade
2018-09-14  6:51     ` Pierre Neidhardt [this message]

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=878t447esm.fsf@ambrevar.xyz \
    --to=mail@ambrevar.xyz \
    --cc=beoram@gmail.com \
    --cc=help-guix@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.