Github messages for voidlinux
 help / color / mirror / Atom feed
* [ISSUE] Error: xbps-src: failed to install base-chroot!
@ 2021-02-21  4:57 Zed08
  2021-02-21  6:03 ` sgn
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: Zed08 @ 2021-02-21  4:57 UTC (permalink / raw)
  To: ml

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

New issue by Zed08 on void-packages repository

https://github.com/void-linux/void-packages/issues/28950

Description:
I am trying to make a hardened kernel for void on linux5.4.xx. This process worked on linux5.4.94 and 5.4.96, not working now when trying linux5.4.98. Doing ./xbps-src binary-bootstrap and it gives me this;

ERROR: [trans] failed to download `kernel-libc-headers-5.10.4_1' signature from `https://alpha.de.repo.voidlinux.org/current/musl': Operation timed out
Transaction failed! see above for errors.
=> ERROR: xbps-src: failed to install base-chroot!


I have tried different mirrors and no change to error.

Below are the commands I am using; again it errors on the ./xbps-src binary-bootstrap

git clone git://github.com/void-linux/void-packages.git
cd void-packages
./xbps-src binary-bootstrap
./xbps-src fetch linux5.4
Copy patchs to srcpkgs/linux5.4/patches
./xbps-src patch linux5.4
./xbps-src configure linux5.4
./xbps-src build linux5.4
./xbps-src pkg linux5.4

Am I doing something wrong or is something missing in the repo?

Thanks for all the hard work, I'm lovin the VOID

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: Error: xbps-src: failed to install base-chroot!
  2021-02-21  4:57 [ISSUE] Error: xbps-src: failed to install base-chroot! Zed08
@ 2021-02-21  6:03 ` sgn
  2021-02-21  6:03 ` [ISSUE] [CLOSED] " sgn
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 5+ messages in thread
From: sgn @ 2021-02-21  6:03 UTC (permalink / raw)
  To: ml

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

New comment by sgn on void-packages repository

https://github.com/void-linux/void-packages/issues/28950#issuecomment-782806075

Comment:
You're using your own kernel. You're on your own.

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [ISSUE] [CLOSED] Error: xbps-src: failed to install base-chroot!
  2021-02-21  4:57 [ISSUE] Error: xbps-src: failed to install base-chroot! Zed08
  2021-02-21  6:03 ` sgn
@ 2021-02-21  6:03 ` sgn
  2021-02-21  6:03 ` ericonr
  2021-02-21  7:12 ` Zed08
  3 siblings, 0 replies; 5+ messages in thread
From: sgn @ 2021-02-21  6:03 UTC (permalink / raw)
  To: ml

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

Closed issue by Zed08 on void-packages repository

https://github.com/void-linux/void-packages/issues/28950

Description:
I am trying to make a hardened kernel for void on linux5.4.xx. This process worked on linux5.4.94 and 5.4.96, not working now when trying linux5.4.98. Doing ./xbps-src binary-bootstrap and it gives me this;

ERROR: [trans] failed to download `kernel-libc-headers-5.10.4_1' signature from `https://alpha.de.repo.voidlinux.org/current/musl': Operation timed out
Transaction failed! see above for errors.
=> ERROR: xbps-src: failed to install base-chroot!


I have tried different mirrors and no change to error.

Below are the commands I am using; again it errors on the ./xbps-src binary-bootstrap

git clone git://github.com/void-linux/void-packages.git
cd void-packages
./xbps-src binary-bootstrap
./xbps-src fetch linux5.4
Copy patchs to srcpkgs/linux5.4/patches
./xbps-src patch linux5.4
./xbps-src configure linux5.4
./xbps-src build linux5.4
./xbps-src pkg linux5.4

Am I doing something wrong or is something missing in the repo?

Thanks for all the hard work, I'm lovin the VOID

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: Error: xbps-src: failed to install base-chroot!
  2021-02-21  4:57 [ISSUE] Error: xbps-src: failed to install base-chroot! Zed08
  2021-02-21  6:03 ` sgn
  2021-02-21  6:03 ` [ISSUE] [CLOSED] " sgn
@ 2021-02-21  6:03 ` ericonr
  2021-02-21  7:12 ` Zed08
  3 siblings, 0 replies; 5+ messages in thread
From: ericonr @ 2021-02-21  6:03 UTC (permalink / raw)
  To: ml

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

New comment by ericonr on void-packages repository

https://github.com/void-linux/void-packages/issues/28950#issuecomment-782806150

Comment:
This is something wrong with your connection, I can download the package just fine. If you can install it on your system, you can just copy the package from `/var/cache/xbps` to `hostdir/repocache-x86_64-musl/` and try again.

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: Error: xbps-src: failed to install base-chroot!
  2021-02-21  4:57 [ISSUE] Error: xbps-src: failed to install base-chroot! Zed08
                   ` (2 preceding siblings ...)
  2021-02-21  6:03 ` ericonr
@ 2021-02-21  7:12 ` Zed08
  3 siblings, 0 replies; 5+ messages in thread
From: Zed08 @ 2021-02-21  7:12 UTC (permalink / raw)
  To: ml

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

New comment by Zed08 on void-packages repository

https://github.com/void-linux/void-packages/issues/28950#issuecomment-782812496

Comment:
@ericonr Thank you. I tried that and didnt work. I am reinstalling Void and trying again


^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2021-02-21  7:13 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-02-21  4:57 [ISSUE] Error: xbps-src: failed to install base-chroot! Zed08
2021-02-21  6:03 ` sgn
2021-02-21  6:03 ` [ISSUE] [CLOSED] " sgn
2021-02-21  6:03 ` ericonr
2021-02-21  7:12 ` Zed08

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).