Github messages for voidlinux
 help / color / mirror / Atom feed
From: br0qn <br0qn@users.noreply.github.com>
To: ml@inbox.vuxu.org
Subject: Re: [NOMERGE] rpi-kernel: Support for Raspberry Pi 4
Date: Sun, 30 Aug 2020 01:33:18 +0200	[thread overview]
Message-ID: <20200829233318._Z_khNPloW_KwqwHsB4zS5zlROUFEXXMS3iNyOYNers@z> (raw)
In-Reply-To: <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-23541@inbox.vuxu.org>

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

New comment by br0qn on void-packages repository

https://github.com/void-linux/void-packages/pull/23541#issuecomment-683352859

Comment:
> > @br0qn next you will have to install it -
> > 
> > 1. install usr/bin anywhere in your $PATH - for example `mv usr/bin/* /usr/local/bin/`
> > 2. install var/db - for example `mkdir -p /var/db` and then `mv var/db/xbps /var/db`
> > 
> > both steps should require sudo
> > Now you should have xbps installed and you can use the guide described in the original post.
> 
> Thank you.
> 
> Trying to run ./xbps-src binary-bootstrap
> yields ERROR: xbps-src cannot be used as root
> 
> created a new user and gave them sudo privileges and then try to cd into the directory gives me sudo: cd: command not found

so booted an ubuntu server image and started over. was able to get to 

./xbps-src -a aarch64 pkg rpi-kernel

and it yields

=> xbps-src: updating repositories for host (aarch64)...
[*] Updating repository `https://alpha.de.repo.voidlinux.org/current/aarch64/aarch64-repodata' ...
[*] Updating repository `https://alpha.de.repo.voidlinux.org/current/aarch64/nonfree/aarch64-repodata' ...
[*] Updating repository `https://alpha.de.repo.voidlinux.org/current/aarch64/debug/aarch64-repodata' ...
=> xbps-src: updating repositories for target (aarch64)...
[*] Updating repository `https://alpha.de.repo.voidlinux.org/current/aarch64/aarch64-repodata' ...
aarch64-repodata: 1537KB [avg rate: 2856KB/s]
[*] Updating repository `https://alpha.de.repo.voidlinux.org/current/aarch64/nonfree/aarch64-repodata' ...
aarch64-repodata: 4263B [avg rate: 34MB/s]
[*] Updating repository `https://alpha.de.repo.voidlinux.org/current/aarch64/debug/aarch64-repodata' ...
aarch64-repodata: 652KB [avg rate: 6105KB/s]
=> xbps-src: updating software in / masterdir...
=> xbps-src: cleaning up / masterdir...
=> rpi-kernel-4.19.127_3: removing autodeps, please wait...
=> rpi-kernel-4.19.127_3: removing autocrossdeps, please wait...
=> ERROR: cross-aarch64-linux-gnu-0.33_3: cannot be built, it's currently broken; see the build log:
=> ERROR: cross-aarch64-linux-gnu-0.33_3: Can't build crosstoolchain to itself

  parent reply	other threads:[~2020-08-29 23:33 UTC|newest]

Thread overview: 67+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-07-13  1:52 [PR PATCH] " agausmann
2020-07-13  1:52 ` agausmann
2020-07-13  1:57 ` pbui
2020-07-13  9:26 ` [NOMERGE] " Piraty
2020-07-13 13:14 ` Piraty
2020-07-13 13:15 ` Piraty
2020-07-14  1:38 ` fosslinux
2020-07-14  5:11 ` agausmann
2020-07-14  5:12 ` agausmann
2020-07-14  5:12 ` agausmann
2020-07-14  5:13 ` agausmann
2020-07-14  9:24 ` fosslinux
2020-07-18 19:41 ` nathanblair
2020-07-18 19:55 ` nathanblair
2020-07-18 19:56 ` nathanblair
2020-07-19  0:03 ` nathanblair
2020-08-09 15:14 ` MGlolenstine
2020-08-09 15:15 ` MGlolenstine
2020-08-09 16:00 ` ericonr
2020-08-09 16:01 ` MGlolenstine
2020-08-09 18:40 ` ericonr
2020-08-09 19:01 ` MGlolenstine
2020-08-16 20:12 ` Yuvalhad12
2020-08-16 22:08 ` MGlolenstine
2020-08-17  7:59 ` agausmann
2020-08-17  8:00 ` agausmann
2020-08-17  8:09 ` MGlolenstine
2020-08-17 16:05 ` PaperMountainStudio
2020-08-17 16:05 ` PaperMountainStudio
2020-08-17 16:08 ` MGlolenstine
2020-08-22 19:31 ` aisecat
2020-08-27 12:12 ` PaperMountainStudio
2020-08-27 13:20 ` aisecat
2020-08-27 13:22 ` MGlolenstine
2020-08-27 13:27 ` aisecat
2020-08-27 15:22 ` PaperMountainStudio
2020-08-27 20:15 ` PaperMountainStudio
2020-08-27 20:43 ` aisecat
2020-08-27 20:54 ` aisecat
2020-08-27 23:12 ` br0qn
2020-08-27 23:14 ` ericonr
2020-08-27 23:43 ` br0qn
2020-08-28  1:37 ` br0qn
2020-08-28  1:45 ` br0qn
2020-08-28  6:50 ` PaperMountainStudio
2020-08-28  7:04 ` PaperMountainStudio
2020-08-28 13:29 ` jsumners
2020-08-28 17:24 ` [PR PATCH] [Updated] " agausmann
2020-08-28 17:25 ` agausmann
2020-08-28 21:18 ` jsumners
2020-08-29 22:07 ` br0qn
2020-08-29 22:15 ` br0qn
2020-08-29 23:31 ` br0qn
2020-08-29 23:33 ` br0qn [this message]
2020-08-30  0:54 ` jsumners
2020-08-30  8:38 ` PaperMountainStudio
2020-08-30 16:43 ` jsumners
2020-10-05 18:57 ` Frick-David
2020-10-06  8:17 ` Piraty
2020-10-28 18:51 ` BikyAlex
2020-10-28 19:37 ` agausmann
2020-10-28 19:37 ` agausmann
2020-10-28 19:37 ` agausmann
2020-11-01 20:48 ` Piraty
2020-11-01 20:49 ` Piraty
2020-11-01 20:49 ` Piraty
2020-11-01 20:49 ` [PR PATCH] [Closed]: " Piraty

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=20200829233318._Z_khNPloW_KwqwHsB4zS5zlROUFEXXMS3iNyOYNers@z \
    --to=br0qn@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).