View previous topic :: View next topic |
Author |
Message |
gangstervano Tux's lil' helper
Joined: 15 Aug 2016 Posts: 86
|
Posted: Sun Jul 14, 2024 1:03 pm Post subject: binhost for profile plasma OpenRC |
|
|
Hi!
Are you planning to create a binhost for profile "default/linux/amd64/23.0/split-usr/desktop/plasma (stable)"?
Maybe someone knows why there is a binhost for "profile default/linux/amd64/23.0/desktop/plasma/systemd" with systemd but no binhost for openrc?
https://wiki.gentoo.org/wiki/Gentoo_Binary_Host_Quickstart
Mod edit: Corrected typo in the title. — JRG |
|
Back to top |
|
|
bstaletic Guru
Joined: 05 Apr 2014 Posts: 357
|
|
Back to top |
|
|
gangstervano Tux's lil' helper
Joined: 15 Aug 2016 Posts: 86
|
Posted: Sun Jul 14, 2024 1:34 pm Post subject: |
|
|
Hi!
Thanks for your reply!
Could you describe it in more detail? What does wrong page mean?
The page you specified does not contain any instructions on how to use binary packages.
As far as I understand, this page is needed to upgrade to profile 23. I have already switched to profile 23.
Page
Code: | https://wiki.gentoo.org/wiki/Gentoo_Binary_Host_Quickstart |
indicates that binary packages were built for the profile
Code: |
Profiles
This binhost is built with USE flags of the following profiles:
default/linux/amd64/23.0/no-multilib
default/linux/amd64/23.0/desktop/gnome/systemd
default/linux/amd64/23.0/desktop/plasma/systemd
This will cover most of the USE flag combinations needed for both a OpenRC and systemd system.
|
I would like to use a server with binary packages
Can I use binhost
Code: | https://distfiles.gentoo.org/releases/amd64/binpackages/23.0/x86-64/ |
for profile
Code: | default/linux/amd64/23.0/split-usr/desktop/plasma (stable) |
? |
|
Back to top |
|
|
bstaletic Guru
Joined: 05 Apr 2014 Posts: 357
|
Posted: Sun Jul 14, 2024 1:55 pm Post subject: |
|
|
The page I liked contains a page that tells you which path on a mirror to use for a binhost for every available profile.
In your case, default/linux/amd64/23.0/split-usr/desktop/plasma profile matches one of these two:
amd64/binpackages/23.0/x86-64
amd64/binpackages/23.0/x86-64-v3
So for a mirror from this list: https://www.gentoo.org/downloads/mirrors/, you take the URL, append /releases/ and append the matching thing from the profile table.
gangstervano wrote: | Can I use binhost Code: | https://distfiles.gentoo.org/releases/amd64/binpackages/23.0/x86-64/ |
|
You could, but you should be using an appropriate mirror. |
|
Back to top |
|
|
gangstervano Tux's lil' helper
Joined: 15 Aug 2016 Posts: 86
|
Posted: Sun Jul 14, 2024 2:56 pm Post subject: |
|
|
Thanks
I used
|
|
Back to top |
|
|
grknight Retired Dev
Joined: 20 Feb 2015 Posts: 1902
|
Posted: Sun Jul 14, 2024 3:29 pm Post subject: |
|
|
When using that public binhost, it would be wise to add (or append if the var exists) to make.conf the following until Bug 932386 is solved:
Code: | EMERGE_DEFAULT_OPTS="--usepkg-exclude='dev-lang/ruby'" |
|
|
Back to top |
|
|
|