Github messages for voidlinux
 help / color / mirror / Atom feed
From: ev-ermakov <ev-ermakov@users.noreply.github.com>
To: ml@inbox.vuxu.org
Subject: Re: [WIP] New packages: guile3, guix
Date: Wed, 14 Oct 2020 08:26:54 +0200	[thread overview]
Message-ID: <20201014062654.JcdesLopUzEOfHUKfA-z4_pfwYAVTH2vBRG-dCxYW6s@z> (raw)
In-Reply-To: <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-22359@inbox.vuxu.org>

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

New comment by ev-ermakov on void-packages repository

https://github.com/void-linux/void-packages/pull/22359#issuecomment-708185992

Comment:
@travankor 
I compiled everything from scratch (without using xbps-src), following the [installation instructions](https://guix.gnu.org/manual/en/html_node/Requirements.html).

Here's the patch:
```diff
--- a/gnu/packages/bootstrap.scm
+++ b/gnu/packages/bootstrap.scm
@@ -262,6 +262,7 @@
   "Return the name of Glibc's dynamic linker for SYSTEM."
   ;; See the 'SYSDEP_KNOWN_INTERPRETER_NAMES' cpp macro in libc.
   (cond ((string=? system "x86_64-linux") "/lib/ld-linux-x86-64.so.2")
+        ((string=? system "x86_64-linux-musl") "/lib/ld-musl-x86_64.so.1")
         ((string=? system "i686-linux") "/lib/ld-linux.so.2")
         ((string=? system "armhf-linux") "/lib/ld-linux-armhf.so.3")
         ((string=? system "mips64el-linux") "/lib/ld.so.1")
```
But, of course, this is not enough:
![screenshot](https://user-images.githubusercontent.com/22344340/95950897-e4f68d80-0de4-11eb-8dab-e92db6ce0c42.png)

--
Required packages:
```
bytestructures-1.0.7.tar.gz  guile-git-0.3.0.tar.gz     guile-ssh-0.13.1.tar.gz
guile-3.0.4.tar.gz           guile-json-3.5.0.tar.gz    guix-1.1.0.tar.gz
guile-gcrypt-0.3.0.tar.gz    guile-sqlite-0.1.3.tar.gz
```

  parent reply	other threads:[~2020-10-14  6:26 UTC|newest]

Thread overview: 24+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-05-27 17:35 [PR PATCH] " ericonr
2020-05-27 17:36 ` [PR PATCH] [Updated] " ericonr
2020-05-27 17:38 ` ericonr
2020-05-27 18:32 ` ericonr
2020-05-27 21:04 ` travankor
2020-05-28  0:32 ` [PR PATCH] [Updated] " ericonr
2020-05-28  0:34 ` ericonr
2020-05-28  0:41 ` [PR PATCH] [Updated] " ericonr
2020-07-03 15:13 ` ericonr
2020-08-03 22:14 ` ericonr
2020-08-03 22:31 ` anjandev
2020-08-13 19:05 ` [PR PATCH] [Closed]: " ericonr
2020-08-14  2:43 ` travankor
2020-08-14  3:07 ` ericonr
2020-08-15  2:40 ` travankor
2020-08-15  2:57 ` ericonr
2020-08-15  2:57 ` ericonr
2020-08-15  2:57 ` ericonr
2020-10-13 18:32 ` ev-ermakov
2020-10-14  5:25 ` travankor
2020-10-14  6:22 ` ev-ermakov
2020-10-14  6:26 ` ev-ermakov
2020-10-14  6:26 ` ev-ermakov [this message]
2020-10-14  6:43 ` ev-ermakov

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=20201014062654.JcdesLopUzEOfHUKfA-z4_pfwYAVTH2vBRG-dCxYW6s@z \
    --to=ev-ermakov@users.noreply.github.com \
    --cc=ml@inbox.vuxu.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.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).